Skip to content

Commit

Permalink
add directions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Apr 24, 2024
1 parent 2936485 commit c08b9fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
19 changes: 10 additions & 9 deletions src/components/footer.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Menu from "./menu.astro"
import Menu from "./menu.astro";
---

<footer class="footer">
Expand All @@ -11,12 +11,13 @@ import Menu from "./menu.astro"
<a href="https://europe2024.gosim.org/">Co-located event: GOSIM Europe</a>
</div>
<div class="menu">
<a href="/resources/sponsorship-prospectus-rustnl-2024.pdf">Sponsorships</a>
<a href="/code-of-conduct">Code of conduct</a>
<a href="/accessibility">Accessibility</a>
<a href="/health-brief">Health and Safety Policy</a>
<a href="https://twitter.com/Rust_NL">Twitter</a>
<a href="https://fosstodon.org/@rustnl" rel="me">Mastodon</a>
<a href="https://www.linkedin.com/company/rustnl/">LinkedIn</a>
<a href="/resources/sponsorship-prospectus-rustnl-2024.pdf">Sponsorships</a>
<a href="/code-of-conduct">Code of conduct</a>
<a href="/accessibility">Accessibility</a>
<a href="/health-brief">Health and Safety Policy</a>
<a href="/directions">Getting to the Venue</a>
<a href="https://twitter.com/Rust_NL">Twitter</a>
<a href="https://fosstodon.org/@rustnl" rel="me">Mastodon</a>
<a href="https://www.linkedin.com/company/rustnl/">LinkedIn</a>
</div>
</footer>
</footer>
1 change: 1 addition & 0 deletions src/components/menu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<a href="/workshops">Workshops</a>
<a href="/industry">Industry</a>
<a href="/about">About</a>
<a href="/directions">Directions</a>
<a href="mailto:[email protected]">Contact</a>
<a href="/schedule" class="button button-secondary">Schedule</a>
8 changes: 3 additions & 5 deletions src/layouts/HomeLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ import "../styles/index.scss";
<img src="/images/logo.svg" alt="Logo RustNL 2024" />
<p>May 7 & 8, 2024<br /><strong>Delft</strong>, The Netherlands</p>
<div class="button-group">
<a
href="https://www.eventbrite.nl/e/rustnl-2024-tickets-790061233417?aff=oddtdtcreator"
class="button button-primary">Tickets</a
>
<a href="/schedule" class="button button-secondary">Schedule</a>
<!-- href="https://www.eventbrite.nl/e/rustnl-2024-tickets-790061233417?aff=oddtdtcreator" -->
<a href="/directions" class="button button-primary">Directions</a>
<a href="/schedule" class="button button-primary">Schedule</a>
</div>
<a class="down-arrow" href="#explainer"></a>
</section>
Expand Down

0 comments on commit c08b9fb

Please sign in to comment.