Skip to content

Commit 4a83e57

Browse files
committed
adds sponsors
1 parent f4a8628 commit 4a83e57

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/pages/index.astro

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ const featured_talks = [alice, julius, pietro, alex, niko, miguel];
126126
image="arm-blue.png"
127127
link="https://www.arm.com/"
128128
/>
129+
<Sponsor
130+
name="Infineon"
131+
tier="silver"
132+
image="infineon.png"
133+
link="https://www.infineon.com/"
134+
/>
129135
</SponsorTier>
130136
<SponsorTier name="Bronze sponsors">
131137
<Sponsor
@@ -168,6 +174,12 @@ const featured_talks = [alice, julius, pietro, alex, niko, miguel];
168174
image="makepad.png"
169175
link="https://makepad.dev/"
170176
/>
177+
<Sponsor
178+
name="Slint"
179+
tier="supporter"
180+
image="slint.png"
181+
link="https://slint.dev/"
182+
/>
171183
<!-- <Sponsor
172184
name="Corrode"
173185
tier="supporter"

0 commit comments

Comments
 (0)