Skip to content

Commit

Permalink
Merge pull request #53 from rustnl/industry-update-19feb
Browse files Browse the repository at this point in the history
added industry topics, sponsors, speaker
  • Loading branch information
erikjee authored Feb 20, 2025
2 parents b04d872 + 83fb00a commit 759fda9
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 3 deletions.
Binary file added public/images/sponsors/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sponsors/slint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sponsors/volvo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion src/layouts/IndustryLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,20 @@ import "../styles/index.scss";

<p>The expert table sessions provide an opportunity for insightful discussions with a seasoned Rust expert and your industry peers.</p>

<p>Seven expert table topics are offered ranging from using Rust in existing projects, to the first steps in Rust adoption, to how Rust as a language is being developed.</p>
<p>
Expert table topics:
<ul>
<li>Hiring and training</li>
<li>Rust adoption first steps</li>
<li>Rust's tooling</li>
<li>Using Rust in existing projects</li>
<li>How to plan your rust migration</li>
<li>The Rust Foundation & Rust Project</li>
<li>Rust for embedded software development</li>
</ul>
</p>


</div>
<slot name="timetable-day" />
</div>
Expand Down
28 changes: 26 additions & 2 deletions src/pages/industry.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import ButtonGroup from "../components/ButtonGroup.astro";
<TimetableItem
time="14.45"
title="Closing Keynote"
speaker="Speaker to be announced"
speaker="Jeffrey Vander Stoep"
/>
<TimetableItem
time="15.15"
Expand Down Expand Up @@ -132,13 +132,37 @@ import ButtonGroup from "../components/ButtonGroup.astro";
</Fragment>

<div slot="sponsors">
<SponsorTier name="Ecosystem partners">
<SponsorTier name="Partners">
<Sponsor
name="Rust Foundation"
tier="industry-partner"
image="rustfoundation.png"
link="https://foundation.rust-lang.org/"
/>
<Sponsor
name="AWS"
tier="industry-partner"
image="aws.png"
link="https://aws.amazon.com/"
/>
<Sponsor
name="Infineon"
tier="industry-partner"
image="infineon.png"
link="https://www.infineon.com/"
/>
<Sponsor
name="Volvo Cars"
tier="industry-partner"
image="volvo.png"
link="https://www.volvocars.com/"
/>
<Sponsor
name="Slint"
tier="industry-partner"
image="slint.png"
link="https://slint.dev/"
/>
</SponsorTier>
<SponsorTier name="Powered by">
<Sponsor
Expand Down

0 comments on commit 759fda9

Please sign in to comment.