Skip to content

Commit

Permalink
adds sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed Feb 26, 2025
1 parent f4a8628 commit 4a83e57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ const featured_talks = [alice, julius, pietro, alex, niko, miguel];
image="arm-blue.png"
link="https://www.arm.com/"
/>
<Sponsor
name="Infineon"
tier="silver"
image="infineon.png"
link="https://www.infineon.com/"
/>
</SponsorTier>
<SponsorTier name="Bronze sponsors">
<Sponsor
Expand Down Expand Up @@ -168,6 +174,12 @@ const featured_talks = [alice, julius, pietro, alex, niko, miguel];
image="makepad.png"
link="https://makepad.dev/"
/>
<Sponsor
name="Slint"
tier="supporter"
image="slint.png"
link="https://slint.dev/"
/>
<!-- <Sponsor
name="Corrode"
tier="supporter"
Expand Down

0 comments on commit 4a83e57

Please sign in to comment.