Skip to content

Commit

Permalink
feat: parking info
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 13, 2024
1 parent 149f421 commit 81182d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pages/travel.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ import ContentLayout from "~/layouts/ContentLayout.astro";
rel="noreferrer">Atlantic Ave @ Milk St 4 Line Bus stop</a
> are next door.
</BodyText>

<HeadingFlanked class="travel-heading" id="parking">
Parking
</HeadingFlanked>

<BodyText as="p" size="large" width="full">
The <a
href="https://www.google.com/maps/place/Boston+Harbor+Garage/@42.3583167,-71.0512442,15z/data=!4m2!3m1!1s0x0:0x8a0e2aa33837506b?sa=X&ved=1t:2428&ictx=111"
target="_blank"
rel="noreferrer">Boston Harbor Garage</a
> is next door to the venue.
<br />
There are many other parking garages within walking distance as well.
</BodyText>
</PrimaryContents>
</ContentLayout>

Expand Down

0 comments on commit 81182d9

Please sign in to comment.