Skip to content

Commit

Permalink
Merge pull request #5 from rustnl/announcement-prep-ticket-sales-open
Browse files Browse the repository at this point in the history
Announcement prep. Adds allhands. Adds ticket sales.
  • Loading branch information
jdonszelmann authored Sep 2, 2024
2 parents 4ab0d5b + 25b7f1b commit 9ac012f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/components/menu.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- <a href="/speakers">Speakers</a> --><!-- <a href="/schedule">Schedule</a> --><!-- <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://www.eventbrite.nl/e/rust-week-2025-tickets-1001676961757?aff=oddtdtcreator" class="button button-secondary">Tickets</a>
4 changes: 2 additions & 2 deletions src/layouts/HomeLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import "../styles/index.scss";
/>
<p>May 13 - 17, 2025<br /> Utrecht, The Netherlands</p>
<div class="button-group">
<a href="#updates" class="button button-primary"
>Get updates</a
<a href="https://www.eventbrite.nl/e/rust-week-2025-tickets-1001676961757?aff=oddtdtcreator" class="button button-primary"
>Tickets</a
>
</div>
<a class="down-arrow" href="#explainer"></a>
Expand Down
53 changes: 29 additions & 24 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,47 @@ import SponsorTier from "../components/sponsor-tier.astro";
<div class="markdown" slot="explainer">
<h1 id="explainer">RustWeek 2025</h1>
<p>
RustNL will be back in 2025 with a new name: <strong
>RustWeek</strong
><br />and - you've guessed it - a full week of Rust!
RustNL is back in 2025 with a new name: RustWeek!
<br />and - you've guessed it - a full week of Rust!
<br />
</p>

<h2>The conference</h2>
<ul>
<li>Two days of talks and workshops</li>
<li>Two days of talks (Tue 13 and Wed 14) and one day with workshops (Thu 15)</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>Social events and activities all-week (Mon 12 - Fri 16)</li>
</ul>
<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:
</p>
<div class="button-group">
<a
class="button button-primary"
style="color: white;"
href="https://docs.google.com/forms/d/e/1FAIpQLScbKj6J5HFPkZYJ714gCn95TviF9XoqfHnC-KFr55NPF6t4aA/viewform?usp=sf_link"
>Sign Up</a
href="https://www.eventbrite.nl/e/rust-week-2025-tickets-1001676961757?aff=oddtdtcreator"
class="button button-secondary">Tickets</a
>
</div>
<p>(we won't advertise other things through it)</p>
<br />
<h2>Rust All Hands and Unconference</h2>
<ul>
<li>
The 1st Rust All Hands since 2018! (Fri 16 and Sat 17)<br />Details on <a
href="https://blog.rust-lang.org/inside-rust/2024/09/02/all-hands.html">rust-lang.org</a
>
</li>
<li>Party! A celebration of 10 years of stable Rust (Thu 15)</li>
<li>A two day unconference for maintainers (Fri 16 and Sat 17)</li>
</ul>
<p>Please note: the All Hands and Unconference events are invite-based. The Rust All Hands is an event for people affiliated with the Rust project. Stay tuned for updates on all-hands & unconf.</p>
<br />
<h2>Call for Proposals</h2>
<p>
Or follow us on <a href="https://fosstodon.org/@rustnl" rel="me"
>Mastodon</a
>, <a href="https://twitter.com/Rust_NL">X</a>
or
<a href="https://www.linkedin.com/company/rustnl/">LinkedIn</a>.
The Call for Proposals has not been opened yet. Follow our social
media to get notified when it opens.
</p>

<p>
The <strong>Call for Participation</strong> has not been opened yet.
Follow our social media to get notified when it opens.
<a href="https://fosstodon.org/@rustnl" rel="me">Mastodon</a>, <a
href="https://twitter.com/Rust_NL">X</a
>
or
<a href="https://www.linkedin.com/company/rustnl/">LinkedIn</a>.
</p>
<p>
Looking for the 2024 website? Go <a href="https://2024.rustnl.org"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
color: var(--color-neutral-400);
display: flex;
flex-direction: column;
font-size: clamp(var(--font-size-xl), 2.5vw, 2.5rem);
font-size: var(--font-size-xl);

gap: var(--space-10);
justify-content: center;
Expand Down

0 comments on commit 9ac012f

Please sign in to comment.