From b2a03d5cc7f81a05e181c8e51150b645b06a8ede Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 27 Nov 2022 12:38:51 -0500 Subject: [PATCH] copy: Add hotel recommendations / blocks --- style.css | 14 +++++++++++++- travel.tmpl | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6efaafa..90a19d1 100644 --- a/style.css +++ b/style.css @@ -15,7 +15,7 @@ html { background-color: #fffff5; } -.index-joinus { +.index-joinus { text-align: center; } @@ -139,3 +139,15 @@ input.find-invite { form.find-invite { text-align: center; } + +table.hotels { + border-collapse: collapse; + width: 100%; + overflow: auto; +} + +table.hotels td, table.hotels th { + border: 1px solid #dddddd; + text-align: left; + padding: 8px; +} diff --git a/travel.tmpl b/travel.tmpl index a36984b..41ac9cd 100644 --- a/travel.tmpl +++ b/travel.tmpl @@ -17,4 +17,50 @@

Hotel Recommendations

-

Coming Soon

+

+We've reserved hotel blocks for 9/8 and 9/9 at the following locations +(use the links provided or call and mention the Karle/Rozenberg block +for a discounted rate) +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Booking LinkPrice/NightDistance from VenueReserve By
+ +Hilton Boston Dedham + +$1792mi8/8/23
+ +Holiday Inn Boston Dedham +* +$1692.4mi8/18/23
+ +Hilton Garden Inn Canton + +$2095.2mi8/8/23
+

+* The Holiday Inn link requires searching for the date, but should show a "Preferred Rate" +for 9/8 and 9/9. +

-- libgit2 1.1.1