Skip to content

Commit

Permalink
Adds 2025 conf links
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed Aug 7, 2024
1 parent 01a5544 commit 842696a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/menu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<a href="/industry">Industry</a>
<a href="/about">About</a>
<a href="mailto:[email protected]">Contact</a>
<a href="/live" class="button button-secondary">🔴 Live recordings</a>
<a href="https://rustweek.org" class="button button-secondary">RustNL 2025</a>
4 changes: 2 additions & 2 deletions src/layouts/HomeLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import "../styles/index.scss";
<div class="button-group">
<!-- 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>
<a href="/live" class="button button-secondary">🔴 Live recordings</a>
<a href="/live" class="button button-primary">Video recordings</a>
<a href="https://rustweek.org" class="button button-secondary">RustNL 2025</a>
</div>
<a class="down-arrow" href="#explainer"></a>
</section>
Expand Down
4 changes: 4 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ import SponsorTier from "../components/sponsor-tier.astro";
<li>Interaction space and plenty of breaks to talk</li>
<li>425 students, professionals, companies and individuals</li>
</ul>
<p>
Looking for the 2025 edition of RustNL?<br />
It is called <strong>Rust Week 2025</strong>. Go <a href="https://rustweek.org">here</a>.
</p>
</div>
<Fragment slot="sponsors">
<h3 class="text-2xl text-center">Our sponsors</h3>
Expand Down

0 comments on commit 842696a

Please sign in to comment.