From 4ba72749bed3ee69780cc526f05c767776ade6f2 Mon Sep 17 00:00:00 2001 From: Erik Jonkers Date: Sat, 24 Aug 2024 16:53:36 +0200 Subject: [PATCH 1/6] Announcement prep. Adds allhands. Adds ticket sales. --- src/components/menu.astro | 2 +- src/layouts/HomeLayout.astro | 4 +-- src/pages/index.astro | 46 +++++++++++++++++++------------- src/styles/components/_hero.scss | 2 +- 4 files changed, 32 insertions(+), 22 deletions(-) diff --git a/src/components/menu.astro b/src/components/menu.astro index 7b52fe5..a958166 100644 --- a/src/components/menu.astro +++ b/src/components/menu.astro @@ -1,4 +1,4 @@ About Contact - +Tickets diff --git a/src/layouts/HomeLayout.astro b/src/layouts/HomeLayout.astro index b1e208a..8c5347b 100644 --- a/src/layouts/HomeLayout.astro +++ b/src/layouts/HomeLayout.astro @@ -19,8 +19,8 @@ import "../styles/index.scss"; />

May 13 - 17, 2025
Utrecht, The Netherlands

- Get updatesTickets
diff --git a/src/pages/index.astro b/src/pages/index.astro index f6b19b9..fd4d342 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,35 +11,45 @@ import SponsorTier from "../components/sponsor-tier.astro";

RustWeek 2025

- RustNL will be back in 2025 with a new name: RustWeek
and - you've guessed it - a full week of Rust! + RustNL is back in 2025 with a new name: RustWeek! +
and - you've guessed it - a full week of Rust!

+ +

The conference

-

Get updates

-

- If you want a heads-up when tickets are available, feel free to - leave your email address here: -

Sign UpTickets
-

(we won't advertise other things through it)

+
+

All hands and unconference

+ +

Stay tuned for updates on all-hands & unconf.

+
+

Call for Proposals

+

+ The Call for Proposals has not been opened yet. Follow our social + media to get notified when it opens. +

- Or follow us on Mastodon, X + Mastodon, X or LinkedIn.

diff --git a/src/styles/components/_hero.scss b/src/styles/components/_hero.scss index 471262a..b46a007 100644 --- a/src/styles/components/_hero.scss +++ b/src/styles/components/_hero.scss @@ -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; From 1c243248b811f380959df31781cb3b766c33fc70 Mon Sep 17 00:00:00 2001 From: jdonszelmann Date: Sat, 24 Aug 2024 22:27:58 +0200 Subject: [PATCH 2/6] slightly update text --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index fd4d342..774f85e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -20,7 +20,7 @@ import SponsorTier from "../components/sponsor-tier.astro";
  • Two days of talks (13-14) and one day of workshops (15)
  • Sponsor and interaction space to talk and connect
  • -
  • Social events and activities
  • +
  • Social events and activities all-week
Date: Mon, 2 Sep 2024 15:52:02 +0200 Subject: [PATCH 3/6] add expected blog link --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 774f85e..8028f48 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,7 +33,7 @@ import SponsorTier from "../components/sponsor-tier.astro";
  • The 1st project all-hands in years! Details on rust-lang.orgrust-lang.org
  • Party! A celebration of 10 years of stable Rust on May 15
  • From 18aec671d24bde8d8a38320a22331721c1dba07f Mon Sep 17 00:00:00 2001 From: jdonszelmann Date: Mon, 2 Sep 2024 16:25:44 +0200 Subject: [PATCH 4/6] fix dates --- src/pages/index.astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 8028f48..6f484e4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -18,9 +18,9 @@ import SponsorTier from "../components/sponsor-tier.astro";

    The conference

      -
    • Two days of talks (13-14) and one day of workshops (15)
    • +
    • Two days of talks (Tue 13 and Wed 14) and one day with workshops (Thu 15)
    • Sponsor and interaction space to talk and connect
    • -
    • Social events and activities all-week
    • +
    • Social events and activities all-week (Mon 12 - Fri 16)

    -

    All hands and unconference

    +

    All hands and Unconference

    • The 1st project all-hands in years! Details on rust-lang.org + >. This is an event for people related to the Rust project (Fri 16 and Sat 17)
    • -
    • Party! A celebration of 10 years of stable Rust on May 15
    • -
    • A two day unconference for maintainers
    • +
    • Party! A celebration of 10 years of stable Rust (Thu 15 May)
    • +
    • A two day unconference for maintainers (Fri 16 and Sat 17)

    Stay tuned for updates on all-hands & unconf.


    From b319c83f2bf28b465dd1578e23114588f1ad4e78 Mon Sep 17 00:00:00 2001 From: Erik Jonkers Date: Mon, 2 Sep 2024 16:36:11 +0200 Subject: [PATCH 5/6] Improved invite-based explanantion for all hands/unconf. Removed duplicated CfP text --- src/pages/index.astro | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6f484e4..415851e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -29,17 +29,17 @@ import SponsorTier from "../components/sponsor-tier.astro"; >

-

All hands and Unconference

+

Rust All Hands and Unconference

  • - The 1st project all-hands in years! Details on Details on rust-lang.org. This is an event for people related to the Rust project (Fri 16 and Sat 17) + >
  • -
  • Party! A celebration of 10 years of stable Rust (Thu 15 May)
  • +
  • Party! A celebration of 10 years of stable Rust (Thu 15)
  • A two day unconference for maintainers (Fri 16 and Sat 17)
-

Stay tuned for updates on all-hands & unconf.

+

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.


Call for Proposals

@@ -53,11 +53,6 @@ import SponsorTier from "../components/sponsor-tier.astro"; or LinkedIn.

- -

- The Call for Participation has not been opened yet. - Follow our social media to get notified when it opens. -

Looking for the 2024 website? Go here Date: Mon, 2 Sep 2024 16:43:45 +0200 Subject: [PATCH 6/6] Fixed link to rust lang post on all hands --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 415851e..65a8f90 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,7 +33,7 @@ import SponsorTier from "../components/sponsor-tier.astro";

  • The 1st Rust All Hands since 2018! (Fri 16 and Sat 17)
    Details on rust-lang.orgrust-lang.org
  • Party! A celebration of 10 years of stable Rust (Thu 15)