Skip to content

Commit

Permalink
Merge pull request #24 from rustnl/unconf-sponsors
Browse files Browse the repository at this point in the history
Sponsors on unconf page
  • Loading branch information
erikjee authored Jan 6, 2025
2 parents e83a7f5 + a80a615 commit 163cc2d
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 163 deletions.
1 change: 1 addition & 0 deletions public/images/sponsors/unconf/espressif.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 16 additions & 136 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,29 @@ import Divider from "../components/Divider.astro";
<!-- </SponsorTier> -->
<SponsorTier name="">
<Sponsor
name="Rust Foundation"
tier="ecosystem-partner"
image="rustfoundation.png"
link="https://foundation.rust-lang.org/"
/>
<Sponsor
name="Google"
tier="ecosystem-partner"
image="google.png"
link="https://google.com/"
name="Google"
tier="ecosystem-partner"
image="google.png"
link="https://google.com/"
/>
<Sponsor
name="Arm"
tier="silver"
image="arm-blue.png"
link="https://www.arm.com/"
/>
<Sponsor
name="Espressif"
tier="bronze"
image="unconf/espressif.svg"
link="https://espressif.com/"
/>
<Sponsor
name="Rust Foundation"
tier="ecosystem-partner"
image="rustfoundation.png"
link="https://foundation.rust-lang.org/"
/>
</SponsorTier>
<SponsorTier name="Organizing partners">
<Sponsor
Expand Down Expand Up @@ -138,106 +144,6 @@ import Divider from "../components/Divider.astro";
<!-- <div class="sponsors-row"></div> -->
<!-- </SponsorTier> -->
</Fragment>
<Fragment slot="previous-sponsors">
<SponsorTier name="">
<Sponsor
name="Rust Foundation"
tier="last-year"
image="rustfoundation.png"
link="https://foundation.rust-lang.org/"
/>
<Sponsor
name="Futurewei Technologies"
tier="last-year"
image="futurewei.png"
link="https://www.futurewei.com/"
/>
<Sponsor
name="Tandemdrive"
tier="last-year"
image="tandemdrive.png"
link="https://tandemdrive.com"
/>
<Sponsor
name="hyperswitch"
tier="last-year"
image="hyperswitch.png"
link="https://hyperswitch.io"
/>
<Sponsor
name="Tweede golf"
tier="last-year"
image="tweede-golf-v2.png"
link="https://tweedegolf.nl"
/>
<Sponsor
name="One Variable"
tier="last-year"
image="onevariable.png"
link="https://onevariable.com"
/>
<Sponsor
name="Makepad"
tier="last-year"
image="makepad.png"
link="https://makepad.nl"
/>
<Sponsor
name="Mainmatter"
tier="last-year"
image="mainmatter.png"
link="https://mainmatter.com"
/>
<Sponsor
name="Infineon Technologies"
tier="last-year"
image="infineon.png"
link="https://infineon.com/"
/>
<Sponsor
name="Ferrous Systems"
tier="last-year"
image="ferrous.png"
link="https://ferrous-systems.com/"
/>
<Sponsor
name="Technolution"
tier="last-year"
image="technolution.png"
link="https://technolution.com/"
/>
<Sponsor
name="Baseflow"
tier="last-year"
image="baseflow.png"
link="https://baseflow.com/"
/>
<Sponsor
name="Jitter"
tier="last-year"
image="jitter.png"
link="https://jitter.nl/"
/>
<Sponsor
name="Polars"
tier="last-year"
image="polars.png"
link="https://pola.rs/"
/>
<Sponsor
name="Rocsys"
tier="last-year"
image="rocsys.png"
link="https://rocsys.com/"
/>
<Sponsor
name="NLnet Labs"
tier="last-year"
image="nlnetlabs.png"
link="https://nlnetlabs.nl/"
/>
</SponsorTier>
</Fragment>
<div slot="about">
<h2 id="about">About RustWeek</h2>
<p>
Expand Down Expand Up @@ -300,30 +206,4 @@ import Divider from "../components/Divider.astro";
description="Principal Engineering Consultant @ Mainmatter"
/>
</Fragment>
<Fragment slot="previous-speakers">
<Person
name="Nicolas Nethercote"
image="nicholas.png"
talk="The status of parallel rustc"
youtube="https://www.youtube.com/watch?v=q2vJ8Faundw&list=PL8Q1w7Ff68DCM_fsMM4v9m473sYLvJwHS&index=9"
/>
<Person
name="Rik Arends"
image="rik.jpeg"
talk="Makepad: Designing modern UIs with Rust"
youtube="https://www.youtube.com/watch?v=rC4FCS-oMpg&list=PL8Q1w7Ff68DCM_fsMM4v9m473sYLvJwHS&index=1"
/>
<Person
name="Jonathan Kelley"
image="jonathan.jpg"
talk="Write once, run everywhere: building apps with Dioxus"
youtube="https://www.youtube.com/watch?v=aSxdmXjZutI&list=PL8Q1w7Ff68DCM_fsMM4v9m473sYLvJwHS&index=6"
/>
<Person
name="Ed Page"
image="ed.jpg"
talk="Testing My Patience: An Exploration of Testing in Rust"
youtube="https://www.youtube.com/watch?v=3aLPewRSiK8&list=PL8Q1w7Ff68DCM_fsMM4v9m473sYLvJwHS&index=4"
/>
</Fragment>
</HomeLayout>
89 changes: 62 additions & 27 deletions src/pages/unconf.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import CommonLayout from "../layouts/CommonLayout.astro";
import LocationDusRooms from "../components/LocationDusRooms.astro";
import LocationDusVenue from "../components/LocationDusVenue.astro";
import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
import Sponsor from "../components/sponsor/sponsor.astro";
import SponsorTier from "../components/sponsor/sponsor-tier.astro";
import Divider from "../components/Divider.astro";
---

<CommonLayout
Expand All @@ -13,20 +16,20 @@ import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
<section class="container md:grid md:cols-12">
<div
class="abouttext text-center md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10"
style="font-style: bold;font-size: smaller;"
style="font-size: smaller;"
>
<a href="#groups">Groups</a> &bullet;
<a href="#venue">Venue</a> &bullet;
<a href="#weekschedule">Week schedule</a> &bullet;
<a href="#unconf-details">Unconf days</a> &bullet;
<a href="#sponsors">Sponsors</a> &bullet;
<a href="#travel">Travel</a> &bullet;
<a href="#questions">Questions</a>
</div>
<div
class="abouttext md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10"
>
<p>
The <strong>RustWeek unconference</strong> is a two day event that
The RustWeek unconference is a two day event that
will take place as part of <a href="/">RustWeek 2025</a>, which
includes a conference and other activities.
</p>
Expand All @@ -41,8 +44,8 @@ import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
<li>Rust for Linux</li>
<li>Bevy</li>
<li>Rust Embedded Working Group</li>
<li>UI/app development</li>
<li>and more (tba)!</li>
<li>UI & App dev</li>
<li>and more TBA!</li>
</ul>
</p>
<p
Expand Down Expand Up @@ -81,7 +84,6 @@ import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
</section>
<section
class="container md:grid md:cols-12 py-12"
style="padding-block: 1em;"
>
<div class="md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10">
<p>
Expand All @@ -92,8 +94,6 @@ import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
<p>
Check out the <a href="/">RustWeek 2025</a> homepage for details.
</p>
</div>
<div class="md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10">
<h2 id="celebration">Celebration (Thursday afternoon)</h2>
<p>
At the unconf venue, in the afternoon and evening, we will be
Expand All @@ -110,14 +110,6 @@ import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
free for all attendees of the RustWeek unconf. (More info
later.)
</p>
</div>
</section>

<section
class="container md:grid md:cols-12 py-12"
style="padding-block: 1em;"
>
<div class="md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10">
<h2 id="unconf-details">Unconf (Friday and Saturday)</h2>
<p>
The RustWeek unconf will begin on Friday. Other than a quick
Expand All @@ -139,18 +131,69 @@ import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
</p>
</div>
</section>

<section
class="container md:grid md:cols-12 py-12"
style="padding-block: 1em;"
class="container md:grid md:cols-12 pt-12 pb-24"
id="floorplan"
>
<div class="md:col-start-1 md:col-end-13 xl:col-start-2 xl:col-end-12">
<img style="width: 100%" src="/images/venues/plattegrond2.svg" />
</div>
</section>

<Divider />

<section class="container text-center py-12" id="sponsors">
<h2>Unconf Sponsors</h2>
<p>
We are thankful for the support as <strong>name sponsor:</strong><br /><br />
&bullet; Rust for Linux - <strong>Google</strong><br />
&bullet; Bevy - <span style="font-style:italic;">available</span><br />
&bullet; Rust Embedded WG - <span style="font-style:italic;">available</span><br />
&bullet; UI & App dev - <strong>Futurewei</strong><br />
</p>

<SponsorTier name="Room sponsors">
<Sponsor
name="Google"
tier="ecosystem-partner"
image="google.png"
link="https://google.com/"
/>
<Sponsor
name="Futurewei"
tier="ecosystem-partner"
image="futurewei.png"
link="https://futurewei.com/"
/>
</SponsorTier>
<SponsorTier name="Unconf supporters">
<Sponsor
name="Rust Foundation"
tier="ecosystem-supporter"
image="rustfoundation.png"
link="https://foundation.rust-lang.org/"
/>
<Sponsor
name="Espressif"
tier="ecosystem-supporter"
image="unconf/espressif.svg"
link="https://espressif.com/"
/>
</SponsorTier>
<p>
Interested in sponsoring the unconf?<br />Download our <a
target="_blank"
href="/resources/sponsorship-prospectus-rustweek-2025.pdf"
>Sponsorship prospectus</a
>, or <a href="mailto:sponsors@rustnl.org">contact us</a>,
</p>
</section>

<Divider />

<section
class="container md:grid md:cols-12 py-12"
style="padding-block-start: 1em;"
>
<div class="md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10">
<h2>Co-located Rust project All-Hands</h2>
Expand All @@ -164,8 +207,6 @@ import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
you can ask to join one of the project team rooms to take part
in discussion about relevant new Rust features for your group.
</p>
</div>
<div class="md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10">
<h2 id="rooms">Rooms</h2>
<p>
The venue has 20+ airconditioned rooms, of which 10 are reserved
Expand Down Expand Up @@ -193,12 +234,6 @@ import UnconfSchedule from "../components/schedule/UnconfSchedule.astro";
We are currently working on hotel recommendations and
reservations.
</p>
</div>
</section>
<section class="container md:grid md:cols-12">
<div
class="md:col-start-3 md:col-end-11 xl:col-start-4 xl:col-end-10"
>
<h2 id="questions">Questions?</h2>
<p>
This page will be updated with more information in the following
Expand Down

0 comments on commit 163cc2d

Please sign in to comment.