Skip to content

Commit

Permalink
Text tweaks, added get updates button
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed Jun 11, 2024
1 parent fa9a822 commit d6898a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
10 changes: 2 additions & 8 deletions src/layouts/HomeLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,15 @@ import "../styles/index.scss";

<!doctype html>
<html lang="en">
<Head title="RustWeek" />
<Head title="Rust Week 2025" />
<body>
<Header />
<div class="space-y-24">
<section class="hero">
<img src="/images/logo.svg" alt="Logo Rust Week 2025" />
<p>May 12 - 16, 2025<br /> The Netherlands</p>
<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="https://2024.rustnl.org" class="button button-secondary" -->
<!-- >Last Year</a -->
<!-- > -->
<a href="#updates" class="button button-primary">Get updates</a>
</div>
<a class="down-arrow" href="#explainer"></a>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Organiser from "../components/organiser.astro";
<p>
Stichting Rust Nederland, RustNL for short, is a non-profit that
strives to promote the implementation of the Rust programming
language in the Netherlands and Europe.
language.
</p>
<p>
RustNL organizes meetups and events to bring the Rust community
Expand Down
11 changes: 5 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ import SponsorTier from "../components/sponsor-tier.astro";
</p>
<ul>
<li>Two days of talks and workshops</li>
<li>Interaction space and plenty of breaks to talk and connect</li>
<li>Sponsor and interaction space to talk and connect</li>
<li>Social events and activities</li>
<li>A two day unconference for project members and maintainers.</li>
<li>A two day unconference for project members and maintainers</li>
</ul>
<h2 id="explainer">Get updates</h2>
<h2 id="updates">Get updates</h2>
<p>
If you want a heads-up when tickets are available, feel free to
leave your email address here:
Expand All @@ -58,8 +58,7 @@ import SponsorTier from "../components/sponsor-tier.astro";
>
</div>
<p>
(we won't advertise other
things through it)
(we won't advertise other things through it)
</p>
<p>
Or follow us on <a href="https://fosstodon.org/@rustnl" rel="me"
Expand Down Expand Up @@ -210,7 +209,7 @@ import SponsorTier from "../components/sponsor-tier.astro";
<p>
Rust Week is organised by Stichting Rust Nederland, RustNL for
short, a non-profit that strives to promote the implementation of
the Rust programming language in the Netherlands and Europe.
the Rust programming language.
</p>
<div class="button-group">
<a
Expand Down

0 comments on commit d6898a7

Please sign in to comment.