Skip to content

Commit 887a9c3

Browse files
authored
Merge pull request #48 from rustnl/workshop-updates
Workshop updates
2 parents 5cebf7e + bf1f493 commit 887a9c3

File tree

12 files changed

+39
-20
lines changed

12 files changed

+39
-20
lines changed

public/images/people/marc.jpeg

36.9 KB
Loading

src/pages/people/trainers/alice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "../../../layouts/MarkdownLayout.astro"
33
name: "Alice Ivy Cecile"
4-
image: "alice_cecile.jpg"
4+
image: "alice_cecile.jpg" # images go in public/images/people
55
title: "Bevy community leader & mad scientist"
66
linkedin: ""
77
twitter: ""

src/pages/people/trainers/andre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "../../../layouts/MarkdownLayout.astro"
33
name: "Andre Bogus"
4-
image: "andre.jpg"
4+
image: "andre.jpg" # images go in public/images/people
55
title: "Distinguished Engineer"
66
linkedin: ""
77
twitter: "https://twitter.com/llogiq"

src/pages/people/trainers/francois.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "../../../layouts/MarkdownLayout.astro"
33
name: "François Mockers"
4-
image: "francois.png"
4+
image: "francois.png" # images go in public/images/people
55
title: "Maintainer @ Bevy"
66
linkedin: ""
77
twitter: ""

src/pages/people/trainers/georg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "../../../layouts/MarkdownLayout.astro"
33
name: "Georg Semmler"
4-
image: "georg.jpeg"
4+
image: "georg.jpeg" # images go in public/images/people
55
title: "Diesel Maintainer"
66
linkedin: ""
77
twitter: ""

src/pages/people/trainers/marc.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: "../../../layouts/MarkdownLayout.astro"
3+
name: "Marc Schoolderman"
4+
image: "marc.jpeg" # images go in public/images/people
5+
title: "Software engineer @ Tweede golf"
6+
linkedin: "https://www.linkedin.com/in/marc-schoolderman/"
7+
twitter: ""
8+
mastodon: ""
9+
github: "https://github.com/squell"
10+
workshop: "python"
11+
slug: "marc"
12+
---
13+
14+
Marc is a software engineer at Tweede golf, interested in reliable software engineering. He led the project team formed by Tweede golf and Ferrous Systems to re-implement the ubiquitous “sudo” and “su” commands in Rust. Before working at Tweede golf, he worked at the Digital Security department at Radboud University Nijmegen, researching the practical application of formal methods.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "../../../layouts/MarkdownLayout.astro"
33
name: "Matthias Endler"
4-
image: "matthias.jpg"
4+
image: "matthias.jpg" # images go in public/images/people
55
title: "Rust Consultant & 'Rust in Production' podcast host"
66
linkedin: "https://www.linkedin.com/in/endlermatthias/"
77
twitter: "https://twitter.com/matthiasendler"
@@ -11,6 +11,6 @@ workshop: "cli"
1111
slug: "matthias"
1212
---
1313

14-
Hi, I’m Matthias Endler, a Rust developer and open-source maintainer with 20 years of experience in software development. I'm also the host of 'Rust in Production' podcast.
14+
Hi, I’m Matthias Endler, a Rust developer and open-source maintainer with 20 years of experience in software development. I'm also the host of the 'Rust in Production' podcast.
1515

1616
I help clients worldwide get the most out of Rust through training, consulting, and writing no-frills, easy-to-follow, idiomatic Rust code.

src/pages/people/trainers/michael.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "../../../layouts/MarkdownLayout.astro"
33
name: "Michael Winkelmann"
4-
image: "michaelw.jpg"
4+
image: "michaelw.jpg" # images go in public/images/people
55
title: "Independent Software Consultant"
66
linkedin: ""
77
twitter: ""

src/pages/people/trainers/rik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "../../../layouts/MarkdownLayout.astro"
33
name: "Rik Arends"
4-
image: "rik.jpeg"
4+
image: "rik.jpeg" # images go in public/images/people
55
title: "Founder Makepad"
66
linkedin: "https://www.linkedin.com/in/arendsrik/"
77
twitter: "https://twitter.com/rikarends"

src/pages/people/trainers/tamme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "../../../layouts/MarkdownLayout.astro"
33
name: "Tamme Dittrich"
4-
image: "tamme.jpg"
4+
image: "tamme.jpg" # images go in public/images/people
55
title: "Embedded Rust engineer @ Tweede golf"
66
linkedin: "https://www.linkedin.com/in/tamme-dittrich-81b225227/"
77
twitter: ""

0 commit comments

Comments
 (0)