Skip to content

Commit

Permalink
add peerspace booking
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Burns committed Sep 2, 2023
1 parent 2ad93fa commit f10b3cb
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 7 deletions.
59 changes: 59 additions & 0 deletions src/book.html
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">&copy; 2023</p>
<p></p>
</div>

</main>
</body>

</html>
16 changes: 9 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,20 @@ <h1>Current Promotions</h1>
</tr>
<tr>
<td style="width:50%; height:100%">
<a class="button-link-img-a" href="https://swimply.com/pooldetails/14726">
<a class="button-link-img-a" href="book.html">
<h2>Reserve the Space</h2>
</a>
</td>
</tr>
<tr>
<td>
<p>
<h2>
Check out our social media and booking sites for Photos and Reviews
</h2>
<h2>
Check out our social media and booking sites for Photos and Reviews
</h2>
</p>
<p>
<h3>Follow us for announcements and new promotions</h3>
<h3>Follow us for announcements and new promotions</h3>
</p>
<table>
<tbody>
Expand Down Expand Up @@ -194,7 +194,9 @@ <h3>Follow us for announcements and new promotions</h3>
</td>
</tr>
<tr>
<td><p>&nbsp;</p></td>
<td>
<p>&nbsp;</p>
</td>
</tr>
<!-- <tr>
<td style="width:50%; height:100%">
Expand Down Expand Up @@ -394,7 +396,7 @@ <h3>Buy her a gift card <a href="https://shop.swimply.com/products/swimply-com-g

<div class="body-section-div">
<p></p>
<p class="body-footnote-text">Revision 23 Aug 2023</p>
<p class="body-footnote-text">Revision 2 Sep 2023</p>
<p class="body-footnote-text">&copy; 2023</p>
<p></p>
</div>
Expand Down

0 comments on commit f10b3cb

Please sign in to comment.