generated from staticwebdev/vanilla-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ad93fa
commit f10b3cb
Showing
2 changed files
with
68 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="viewport-fit" content="cover" /> | ||
<meta property="og:title" content="Private Pool and Event Space in GTX" /> | ||
<meta property="og:image" content="images/photos/overview.jpg" /> | ||
<meta property="og:url" content="https://austininlandbeach.com" /> | ||
<meta property="og:description" content="Private Pool, Outdoor Kitchen, and Small Event Space in Georgetown TX" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800&display=swap" rel="stylesheet" /> | ||
<link rel="stylesheet" href="styles.css" /> | ||
<link rel="icon" href="images/beach-icon.svg" sizes="any" /> | ||
|
||
<title>Austin's Inland Beach Pool and Event Space: Reservation</title> | ||
</head> | ||
|
||
<body> | ||
<main style="padding:20px"> | ||
<h1>Reservations</h1> | ||
|
||
<p class="body-text"> | ||
We have used Swimply as our booking provider for a couple of years with good results. However, Swimply of | ||
late has not been a stellar partner. So... | ||
</p> | ||
|
||
<h2>Try booking with Peerspace, get $50</h2> | ||
<p class="body-text">We're experimenting with Peerspace as a booking provider instead of Swimply. If you want to | ||
try Peerspace, use <a href="https://www.peerspace.com/claim/gr-veN3LQ24vZl4">this link</a> to book and you | ||
will get a $50 discount!</a></p> | ||
<p>This offer is only valid for new Peerspace users and bookings over $150.</p> | ||
|
||
|
||
<a class="button-link-img-a" href="https://www.peerspace.com/pages/listings/64a05381df84d6000e8a5460?utm_source=copy_link&utm_campaign=listing_sharing"> | ||
<h2>Book with</h2><img class="button-img" src="images/peerspace-logo.svg" | ||
alt="peerspace link" /> | ||
</a> | ||
|
||
|
||
<a class="button-link-img-a" href="https://swimply.com/pooldetails/14726"> | ||
<h2>Book with</h2><img class="button-img" src="images/swimply-full-logo.svg" | ||
alt="swimply link" /> | ||
</a> | ||
|
||
|
||
<div class="body-section-div"> | ||
<p></p> | ||
<p class="body-footnote-text">Revision 28 Aug 2023</p> | ||
<p class="body-footnote-text">© 2023</p> | ||
<p></p> | ||
</div> | ||
|
||
</main> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters