|
4 | 4 | import adfinis from '$lib/images/sponsors/adfinis.png'; |
5 | 5 | // import adnovum from '$lib/images/sponsors/adnovum.png'; |
6 | 6 | import amanox from '$lib/images/sponsors/amanox.png'; |
7 | | - // import aws from '$lib/images/sponsors/aws.png'; |
| 7 | + import aws from '$lib/images/sponsors/aws.svg'; |
8 | 8 | // import azure from '$lib/images/sponsors/azure.png'; |
9 | 9 | // import bedag from '$lib/images/sponsors/bedag.svg'; |
10 | 10 | import bespinian from '$lib/images/sponsors/bespinian.svg'; |
11 | 11 | // import camptocamp from '$lib/images/sponsors/camp-to-camp.png'; |
12 | 12 | // import cloud37 from '$lib/images/sponsors/cloud37.png'; |
13 | 13 | import cloudscale from '$lib/images/sponsors/cloudscale.png'; |
14 | 14 | import dieMobiliar from '$lib/images/sponsors/diemobiliar.svg'; |
15 | | - import diepost from '$lib/images/sponsors/diepost.webp'; |
| 15 | + import diepost from '$lib/images/sponsors/diepost.svg'; |
16 | 16 | // import isovalent from '$lib/images/sponsors/isovalent.png'; |
17 | 17 | import peakscale from '$lib/images/sponsors/peakscale.svg'; |
18 | 18 | import postfinance from '$lib/images/sponsors/postfinance.svg'; |
|
156 | 156 | imgSrc: bespinian, |
157 | 157 | link: 'https://bespinian.io/', |
158 | 158 | tier: SponsorTier.Bronze |
| 159 | + }, |
| 160 | + { |
| 161 | + name: 'Amazon Web Services', |
| 162 | + imgSrc: aws, |
| 163 | + link: 'https://aws.amazon.com/local/switzerland/', |
| 164 | + tier: SponsorTier.AfterParty |
159 | 165 | } |
160 | 166 | ]; |
161 | 167 |
|
|
184 | 190 | <div class="w-full grid md:grid-cols-3 items-center"> |
185 | 191 | {#each goldSponsors as sponsor (sponsor.name)} |
186 | 192 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
187 | | - <div class="block p-4 w-full flex justify-center"> |
| 193 | + <div class="block p-4 w-full flex justify-center max-h-36"> |
188 | 194 | <img src={sponsor.imgSrc} alt={sponsor.name} /> |
189 | 195 | </div> |
190 | 196 | </a> |
|
197 | 203 | <div class="w-full grid md:grid-cols-3 items-center"> |
198 | 204 | {#each beerSponsors as sponsor (sponsor.name)} |
199 | 205 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
200 | | - <div class="block p-4 w-full flex justify-center"> |
| 206 | + <div class="block p-4 w-full flex justify-center max-h-32"> |
201 | 207 | <img src={sponsor.imgSrc} alt={sponsor.name} /> |
202 | 208 | </div> |
203 | 209 | </a> |
|
210 | 216 | <div class="w-full grid md:grid-cols-3 items-center"> |
211 | 217 | {#each afterPartySponsors as sponsor (sponsor.name)} |
212 | 218 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
213 | | - <div class="block p-4 w-full flex justify-center"> |
214 | | - <img src={sponsor.imgSrc} alt={sponsor.name} class="max-h-36" /> |
| 219 | + <div class="block p-4 w-full flex justify-center max-h-28"> |
| 220 | + <img src={sponsor.imgSrc} alt={sponsor.name} /> |
215 | 221 | </div> |
216 | 222 | </a> |
217 | 223 | {/each} |
|
223 | 229 | <div class="w-full grid md:grid-cols-3 items-center"> |
224 | 230 | {#each gelatoSponsors as sponsor (sponsor.name)} |
225 | 231 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
226 | | - <div class="block p-4 w-full flex justify-center"> |
227 | | - <img src={sponsor.imgSrc} alt={sponsor.name} class="max-h-36" /> |
| 232 | + <div class="block p-4 w-full flex justify-center max-h-28"> |
| 233 | + <img src={sponsor.imgSrc} alt={sponsor.name} /> |
228 | 234 | </div> |
229 | 235 | </a> |
230 | 236 | {/each} |
|
233 | 239 |
|
234 | 240 | {#if baristaSponsors.length > 0} |
235 | 241 | <h3 class="h3 mt-24 w-full text-left">{$_('sponsors.tiers.barista')}</h3> |
236 | | - <div class="w-full grid md:grid-cols-4 items-center"> |
| 242 | + <div class="w-full grid md:grid-cols-3 items-center"> |
237 | 243 | {#each baristaSponsors as sponsor (sponsor.name)} |
238 | 244 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
239 | | - <div class="block p-4 w-full flex justify-center"> |
240 | | - <img src={sponsor.imgSrc} alt={sponsor.name} class="max-h-36" /> |
| 245 | + <div class="block p-4 w-full flex justify-center max-h-28"> |
| 246 | + <img src={sponsor.imgSrc} alt={sponsor.name} /> |
241 | 247 | </div> |
242 | 248 | </a> |
243 | 249 | {/each} |
|
249 | 255 | <div class="w-full grid md:grid-cols-4 items-center"> |
250 | 256 | {#each popcornSponsors as sponsor (sponsor.name)} |
251 | 257 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
252 | | - <div class="block p-4 w-full flex justify-center"> |
253 | | - <img src={sponsor.imgSrc} alt={sponsor.name} class="max-h-36" /> |
| 258 | + <div class="block p-4 w-full flex justify-center max-h-36"> |
| 259 | + <img src={sponsor.imgSrc} alt={sponsor.name} /> |
254 | 260 | </div> |
255 | 261 | </a> |
256 | 262 | {/each} |
|
262 | 268 | <div class="w-full grid md:grid-cols-4 items-center"> |
263 | 269 | {#each silverSponsors as sponsor (sponsor.name)} |
264 | 270 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
265 | | - <div class="block p-4 w-full flex justify-center"> |
266 | | - <img src={sponsor.imgSrc} alt={sponsor.name} class="max-h-30" /> |
| 271 | + <div class="block p-4 w-full flex justify-center max-h-30"> |
| 272 | + <img src={sponsor.imgSrc} alt={sponsor.name} /> |
267 | 273 | </div> |
268 | 274 | </a> |
269 | 275 | {/each} |
|
275 | 281 | <div class="w-full grid md:grid-cols-6 items-center"> |
276 | 282 | {#each bronzeSponsors as sponsor (sponsor.name)} |
277 | 283 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
278 | | - <div class="block p-4 w-full flex justify-center"> |
279 | | - <img src={sponsor.imgSrc} alt={sponsor.name} class="max-h-28" /> |
| 284 | + <div class="block p-4 w-full flex justify-center max-h-28"> |
| 285 | + <img src={sponsor.imgSrc} alt={sponsor.name} /> |
280 | 286 | </div> |
281 | 287 | </a> |
282 | 288 | {/each} |
|
288 | 294 | <div class="w-full grid md:grid-cols-4 items-center"> |
289 | 295 | {#each communitySponsors as sponsor (sponsor.name)} |
290 | 296 | <a href={sponsor.link} target="_blank" rel="noopener" class="m-4"> |
291 | | - <div class="block p-4 w-full flex justify-center"> |
292 | | - <img src={sponsor.imgSrc} alt={sponsor.name} class="max-h-28" /> |
| 297 | + <div class="block p-4 w-full flex justify-center max-h-30"> |
| 298 | + <img src={sponsor.imgSrc} alt={sponsor.name} /> |
293 | 299 | </div> |
294 | 300 | </a> |
295 | 301 | {/each} |
|
0 commit comments