Skip to content

Commit 759fda9

Browse files
authored
Merge pull request #53 from rustnl/industry-update-19feb
added industry topics, sponsors, speaker
2 parents b04d872 + 83fb00a commit 759fda9

File tree

5 files changed

+40
-3
lines changed

5 files changed

+40
-3
lines changed

public/images/sponsors/aws.png

26.3 KB
Loading

public/images/sponsors/slint.png

11.6 KB
Loading

public/images/sponsors/volvo.png

22.4 KB
Loading

src/layouts/IndustryLayout.astro

+14-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,20 @@ import "../styles/index.scss";
4242

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

45-
<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>
45+
<p>
46+
Expert table topics:
47+
<ul>
48+
<li>Hiring and training</li>
49+
<li>Rust adoption first steps</li>
50+
<li>Rust's tooling</li>
51+
<li>Using Rust in existing projects</li>
52+
<li>How to plan your rust migration</li>
53+
<li>The Rust Foundation & Rust Project</li>
54+
<li>Rust for embedded software development</li>
55+
</ul>
56+
</p>
57+
58+
4659
</div>
4760
<slot name="timetable-day" />
4861
</div>

src/pages/industry.astro

+26-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import ButtonGroup from "../components/ButtonGroup.astro";
7070
<TimetableItem
7171
time="14.45"
7272
title="Closing Keynote"
73-
speaker="Speaker to be announced"
73+
speaker="Jeffrey Vander Stoep"
7474
/>
7575
<TimetableItem
7676
time="15.15"
@@ -132,13 +132,37 @@ import ButtonGroup from "../components/ButtonGroup.astro";
132132
</Fragment>
133133

134134
<div slot="sponsors">
135-
<SponsorTier name="Ecosystem partners">
135+
<SponsorTier name="Partners">
136136
<Sponsor
137137
name="Rust Foundation"
138138
tier="industry-partner"
139139
image="rustfoundation.png"
140140
link="https://foundation.rust-lang.org/"
141141
/>
142+
<Sponsor
143+
name="AWS"
144+
tier="industry-partner"
145+
image="aws.png"
146+
link="https://aws.amazon.com/"
147+
/>
148+
<Sponsor
149+
name="Infineon"
150+
tier="industry-partner"
151+
image="infineon.png"
152+
link="https://www.infineon.com/"
153+
/>
154+
<Sponsor
155+
name="Volvo Cars"
156+
tier="industry-partner"
157+
image="volvo.png"
158+
link="https://www.volvocars.com/"
159+
/>
160+
<Sponsor
161+
name="Slint"
162+
tier="industry-partner"
163+
image="slint.png"
164+
link="https://slint.dev/"
165+
/>
142166
</SponsorTier>
143167
<SponsorTier name="Powered by">
144168
<Sponsor

0 commit comments

Comments
 (0)