Skip to content

Commit 237bd0b

Browse files
authored
Merge pull request #91 from rustnl/industry-update-20may
added industry slides, removed tickets from industry header
2 parents 8663305 + 9ea1ae2 commit 237bd0b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

src/layouts/IndustryLayout.astro

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
import Location from "../components/Location.astro";
3-
import Button from "../components/Button.astro";
4-
53
import CommonLayout from "./CommonLayout.astro";
6-
74
import "../styles/index.scss";
85
---
96

@@ -13,8 +10,6 @@ import "../styles/index.scss";
1310
May 13, 2025
1411
<br /> Utrecht, The Netherlands
1512
</p>
16-
17-
<Button link="#tickets">Get Industry Track ticket</Button>
1813
</Fragment>
1914

2015
<Fragment>

src/pages/industry.astro

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,18 @@ import ButtonGroup from "../components/ButtonGroup.astro";
1616

1717
<IndustryLayout>
1818
<Markdown slot="about-industry">
19-
<p>The industry track is back at RustWeek 2025!</p>
19+
<p>The industry track at RustWeek 2025 is a wrap!</p>
2020
<p>
21-
Following the succes of the first edition, this track is dedicated
22-
to decision makers exploring the adoption of Rust in their
21+
Checkout the talk resources here:
22+
<ul>
23+
<li>Niko Matsakis: Our Vision for Rust | <a href="https://github.com/rustnl/meetups/blob/main/20250513-utrecht/Nicholas%20Matsakis%20-%20Our%20vision%20for%20Rust.pdf">slides</a></li>
24+
<li>Julius Gustavsson: Rust at Volvo Cars | <a href="https://github.com/rustnl/meetups/blob/main/20250513-utrecht/Julius%20Gustavsson%20-%20Rust%20at%20Volvo%20Cars.pdf">slides</a></li>
25+
<li>Mark Janssen: Rust at the Dutch Electoral Council | <a href="https://github.com/rustnl/meetups/blob/main/20250513-utrecht/Mark%20Janssen%20-%20Rust%20at%20the%20Dutch%20Electoral%20Council.pdf">slides</a></li>
26+
<li>Jeffrey Vander Stoep: Transitioning to memory safety: lessons from the Android project | <a href="https://github.com/rustnl/meetups/blob/main/20250513-utrecht/Jeffrey%20Vander%20Stoep%20-%20Transitioning%20to%20Rust.pdf">slides</a></li>
27+
</ul>
28+
</p>
29+
<p>
30+
The track was dedicated to decision makers exploring the adoption of Rust in their
2331
organisation.
2432
</p>
2533
<p>

0 commit comments

Comments
 (0)