Skip to content

Commit

Permalink
Merge pull request #17 from rustnl/more-invited-speakers
Browse files Browse the repository at this point in the history
Two new invited speakers
  • Loading branch information
erikjee authored Dec 2, 2024
2 parents 5182fe3 + 664c7c8 commit dec69ac
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
Binary file added public/images/speakers/alex_crichton.jpg
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/speakers/miguel_ojeda.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,14 @@ import Markdown from "../components/Markdown.astro";
description="Rust Project's Infra & Release teams"
/>
<SpeakerSmall
name="You?"
image="empty.png"
description="Respond to the CFP!"
name="Alex Crichton"
image="alex_crichton.jpg"
description="Core Contributor of WasmTime"
/>
<SpeakerSmall
name="Miguel Ojeda"
image="miguel_ojeda.jpg"
description="Maintainer of Rust for Linux"
/>
</Fragment>
<Fragment slot="workshops">
Expand Down
22 changes: 22 additions & 0 deletions src/pages/speakers.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,28 @@ import CommonLayout from "../layouts/CommonLayout.astro";
mastodon="https://hachyderm.io/@pietroalbini"
github="https://github.com/pietroalbini"
/>
<SpeakerFull
name="Alex Crichton"
image="alex_crichton.jpg"
title="Core Contributor of WasmTime"
talkTitle=""
talkAbstract=""
bio="I'm a Rust team alumni who participated on a number of teams including Core, Cargo, Libs, and others. I contributed to Rust prior to it's 1.0 release in 2015 and the years afterwards. Nowadays I've shifted my focus to WebAssembly and primarily work on Wasmtime, an out-of-browser WebAssembly engine. I also help maintain the Rust and WebAssembly integration and targets."
mastodon=""
github="https://github.com/alexcrichton"
twitter="https://x.com/alex_crichton"
/>
<SpeakerFull
name="Miguel Ojeda"
image="miguel_ojeda.jpg"
title="Maintainer of Rust for Linux"
talkTitle=""
talkAbstract=""
bio="Miguel Ojeda is a software engineer who maintains the Rust for Linux project. He was the Spanish NB in the ISO C committee, with an interest in Undefined Behavior and memory safety topics. Previously, Miguel was a Staff Member at CERN in the Beams department and a Fellow in the Physics department."
mastodon=""
github="https://github.com/ojeda"
linkedin="https://www.linkedin.com/in/ojedamiguel/"
/>
<p class="more-soon">More speakers will be announced soon!</p>
</div>
</div>
Expand Down

0 comments on commit dec69ac

Please sign in to comment.