Skip to content

Commit

Permalink
Tweaks to directions. Downsized images
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed May 3, 2024
1 parent b07fc6f commit dbf5cbd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
Binary file modified public/images/boat-map.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/boat1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/boat2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 16 additions & 13 deletions src/layouts/BoatLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ import "../styles/index.scss";
<section class="hero page">
<h1 class="text-3xl">Boat schedule</h1>
</section>
<section class="container md:grid md:cols-12 py-24">
<section class="container markdown md:grid md:cols-12 py-24">
<div
class="text-lg md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10"
>
<slot name="boat-explainer" />
<br />- <a href="#schedule">Schedule</a><br />- <a
href="#boarding">Departure location</a
><br /><br />
<slot name="boat-explainer" /><br />
<ul>
<li>
<a href="#schedule">Schedule</a>
</li>
<li><a href="#boarding">Departure location</a></li>
</ul>
</div>
</section>
<section class="container py-24 space-y-12">
Expand Down Expand Up @@ -56,28 +59,28 @@ import "../styles/index.scss";
<section class="container md:grid md:cols-12 py-24">
<div
id="boarding"
class="text-lg md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10"
class="text-lg markdown md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10"
>
<p>
<strong>Boarding location</strong><br />
The boats depart <a
The boats depart <a
href="https://maps.app.goo.gl/PreLoJkHd1Hp4XSw6"
>next to the Delft train station</a
>.<br />Look for a RustNL flag to find the exact spot. <br
/><br />

<img src="images/boat-map.jpg" width="80%" /><br />
<img src="/images/boat-map.jpg" width="80%" /><br />
</p>
</div>
<div
class="text-md md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10"
class="text-lg md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10"
>
<p>
<br /><strong>Please note</strong><br /> The boats can
accommodate 100 people in total.<br />Not to worry, if the
boats are full the bus station is directly adjacent, see the
<br /><strong>Please note</strong><br /> The boats can accommodate
100 people in total.<br />Not to worry, if the boats are
full the bus station is directly adjacent, see the
<a href="directions">getting there</a>
page for bus details and more options.
page for bus details and more options.
</p>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/directions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: "../layouts/PageLayout.astro"
title: "Getting to the Venue"
---

# Address
# Venue address

Rotterdamseweg 272<br />
2628 AT, Delft
Expand Down

0 comments on commit dbf5cbd

Please sign in to comment.