Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/people/alex-garella.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 21 additions & 4 deletions src/pages/industry.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import OneColumn from "src/components/OneColumn.astro";
<br /> in their organisation. <br />
</p>
<ButtonGroup style="cutout">
<Button link="#tickets">Tickets</Button>
<Button link="#schedule" ty="secondary">Schedule</Button>
<Button link="#tickets">Tickets</Button>
<Button link="#schedule" ty="secondary">Schedule</Button>
</ButtonGroup>
</Fragment>

Expand Down Expand Up @@ -62,7 +62,7 @@ import OneColumn from "src/components/OneColumn.astro";
<li>
Introducing Rust in a conservative environment - by Julius Gustavsson
</li>
<li>Hiring and training - tba</li>
<li>Hiring Rust Engineers - by Alex Garella</li>
<li>Safety Critical Rust - tba</li>
<li>Embedded Rust- tba</li>
</ul>
Expand Down Expand Up @@ -200,6 +200,12 @@ import OneColumn from "src/components/OneColumn.astro";
title="Engineering team Embedded Software at ROCSYS"
smalltile
/>
<Person
name="Alex Garella"
image="alex-garella.png"
title="Founder of RustJobs.dev"
smalltile
/>
</PeopleList>
<SponsorTier name="Expert partners">
<SponsorTier>
Expand All @@ -215,6 +221,18 @@ import OneColumn from "src/components/OneColumn.astro";
image="corrode.svg"
link="https://corrode.dev/"
/>
<Sponsor
name="Volvo Cars"
tier="expert-partner"
image="volvo.png"
link="https://www.volvocars.com/"
/>
<Sponsor
name="RustJobs.dev"
tier="expert-partner"
image="rustjobs.svg"
link="https://rustjobs.dev/"
/>
</SponsorTier>
</SponsorTier>
<SponsorTier name="Industry partners">
Expand Down Expand Up @@ -249,7 +267,6 @@ import OneColumn from "src/components/OneColumn.astro";
/>
</SponsorTier>
</SponsorTier>

</HeroLayout>

<style lang="scss">
Expand Down