Skip to content

Commit bfd7dfa

Browse files
authored
Merge pull request #57 from rustnl/industry-update-5mar
Industry update 5mar
2 parents ed01091 + 2948cd1 commit bfd7dfa

File tree

7 files changed

+80
-5
lines changed

7 files changed

+80
-5
lines changed

public/images/people/jeffrey.png

369 KB
Loading

public/images/sponsors/corrode.svg

Lines changed: 47 additions & 0 deletions
Loading
3.42 KB
Loading

public/images/sponsors/sarif.png

16.1 KB
Loading

src/components/timetable/Tuesday.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ const breaks = [
268268
duration={30}
269269
room={tertiary}
270270
ticket="Industry"
271-
url="industry"
272271
/>
273272
<Divider start="15:50" end="16:20"> Break </Divider>
274273
<TrackIndicator afterDivider="16:20" track="Main track" color="yellow" />

src/pages/industry.astro

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ import ButtonGroup from "../components/ButtonGroup.astro";
113113
image="empty.png"
114114
description="Software Architect at the Dutch Electoral Council"
115115
/>
116+
<Speaker
117+
name="Jeffrey Vander Stoep"
118+
image="jeffrey.png"
119+
description="Software Engineer - Android Security at Google"
120+
/>
116121
<Speaker
117122
name="Rik Arends"
118123
image="rik.jpeg"
@@ -143,12 +148,12 @@ import ButtonGroup from "../components/ButtonGroup.astro";
143148
image="paullenz.jpg"
144149
description="Director of Finance and Funding at Rust Foundation"
145150
/>
146-
<Speaker
151+
<Speaker
147152
name="Tiago Manczak"
148153
image="tiago.jpeg"
149154
description="Principal Firmware Engineer at Infineon Technologies"
150155
/>
151-
<Speaker
156+
<Speaker
152157
name="James Munns"
153158
image="james.png"
154159
description="CEO and Embedded Engineer at OneVariable"
@@ -197,6 +202,30 @@ import ButtonGroup from "../components/ButtonGroup.astro";
197202
image="slint.png"
198203
link="https://slint.dev/"
199204
/>
205+
<Sponsor
206+
name="Makepad"
207+
tier="industry-partner"
208+
image="makepad.png"
209+
link="https://makepad.dev/"
210+
/>
211+
<Sponsor
212+
name="OneVariable"
213+
tier="industry-partner"
214+
image="onevariable.png"
215+
link="https://onevariable.com/"
216+
/>
217+
<Sponsor
218+
name="Sarif"
219+
tier="industry-partner"
220+
image="sarif.png"
221+
link="https://sarif.nl/"
222+
/>
223+
<Sponsor
224+
name="Corrode"
225+
tier="industry-partner"
226+
image="corrode.svg"
227+
link="https://corrode.dev/"
228+
/>
200229
</SponsorTier>
201230
<SponsorTier name="Powered by">
202231
<Sponsor

src/pages/talks/jeffrey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ talkDuration: 15 # 15 or 30 min
1010

1111
speakers: [{
1212
name: "Jeffrey Vander Stoep",
13-
image: null,
13+
image: jeffrey.png,
1414
title: "",
1515
org: "",
1616
url: "",
1717
bluesky: "",
18-
linkedin: "",
18+
linkedin: "https://www.linkedin.com/in/jeffrey-vander-stoep-8a56629/",
1919
twitter: "",
2020
mastodon: "",
2121
github: "",

0 commit comments

Comments
 (0)