Skip to content

Commit

Permalink
Add Apple Maps and Waze links to Travel, switching iframe to venue
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 22, 2024
1 parent 3374953 commit d3296e8
Showing 1 changed file with 39 additions and 9 deletions.
48 changes: 39 additions & 9 deletions src/pages/travel.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,49 @@ import ContentLayout from "~/layouts/ContentLayout.astro";
<HeroForPage>Travel</HeroForPage>

<PrimaryContents>
<HeadingFlanked id="hotel">Hotel</HeadingFlanked>

<BodyText class="travel-body-text" as="p" size="large" width="full">
We recommend the
<a href="https://www.harborsideinnboston.com" target="_blank"
>Harborside Inn</a
SquiggleConf 2024 is at the
<a href="https://www.neaq.org/visit/simons-theatre/" target="_blank">
New England Aquarium Simons Theatre</a
>
down the street from the venue. Call or email them to see if there are discounted
rooms still available under group code
<strong>SQUOCT24</strong> — and let us know if not.
at 1 Central Wharf.
</BodyText>

<iframe
allowfullscreen=""
height="450"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2948.2158780259606!2d-71.05545732319314!3d42.35923837119303!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e370864b81aa3b%3A0x29c5617b4f529e85!2sHarborside%20Inn!5e0!3m2!1sen!2sus!4v1721144122397!5m2!1sen!2sus"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2948.2374277204103!2d-71.05276952319306!3d42.35877907119312!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e3708790db7415%3A0xa9fbb8bf1c5e8e24!2sSimons%20Theatre!5e0!3m2!1sen!2sus!4v1724284919111!5m2!1sen!2sus"
style="border:0;"
width="600"></iframe>

<div class="travel-links">
<a
href="https://maps.apple.com/?auid=11717693884170167159"
target="_blank"
>
Apple Maps
</a>
<a href="https://maps.app.goo.gl/4jWEL7z6iBoA6y9z8" target="_blank">
Google Maps
</a>
<a href="https://waze.com/ul/hdrt2zpnrn" target="_blank">Waze</a>
</div>

<HeadingFlanked id="hotel">Hotel</HeadingFlanked>

<BodyText class="travel-body-text" as="p" size="large" width="full">
We recommend the
<a href="https://www.harborsideinnboston.com" target="_blank"
>Harborside Inn</a
> at 185 State St, down the street from the venue.
<br />
Call or email them to see if there are discounted rooms still available under
group code
<strong>SQUOCT24</strong>.
</BodyText>

<HeadingFlanked class="travel-heading" id="flights">Flights</HeadingFlanked>

<BodyText class="travel-body-text" as="p" size="large" width="full">
Expand Down Expand Up @@ -106,4 +128,12 @@ import ContentLayout from "~/layouts/ContentLayout.astro";
margin-top: 2rem;
max-width: calc(100vw - var(--widthBodyPadding) * 2);
}

.travel-links {
font-family: var(--fontFamilyBody);
font-size: var(--fontSizeBody);
margin: 1rem 1rem 5rem;
display: flex;
gap: 1rem;
}
</style>

0 comments on commit d3296e8

Please sign in to comment.