Skip to content

Commit 16baf0e

Browse files
committed
feat: sponsors
1 parent 44d79dc commit 16baf0e

File tree

9 files changed

+41
-7
lines changed

9 files changed

+41
-7
lines changed
Lines changed: 1 addition & 0 deletions
Loading

src/packlets/assets/microsoft.png

8.08 KB
Loading

src/packlets/assets/odds.svg

Lines changed: 1 addition & 1 deletion
Loading

src/packlets/front/map.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
map.showItems([
3232
new mapkit.MarkerAnnotation(microsoftCoordinate, {
33-
title: 'Microsoft (Thailand) Ltd.',
33+
title: 'Microsoft Thailand',
3434
subtitle: 'All Seasons Place, 37th Fl.',
3535
}),
3636
new mapkit.MarkerAnnotation(tdpkCoordinate, {

src/packlets/front/sponsors.astro

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Image } from 'astro:assets'
33
44
import odds from '$assets/odds.svg'
55
import tdpk from '$assets/tdpk.svg'
6+
import microsoft from '$assets/microsoft.png'
7+
import creatorsgarten from '$assets/creatorsgarten.svg'
68
---
79

810
<section class="py-12 text-เหล็กไหล">
@@ -23,19 +25,25 @@ import tdpk from '$assets/tdpk.svg'
2325
<li class="rounded-xl bg-white px-8 py-6 text-เหล็กไหล">
2426
<h2 class="pb-4 text-2xl font-bold">Platinum</h2>
2527
<div class="flex flex-wrap justify-center gap-6">
26-
<Image src={odds} alt="ODDS" />
28+
<Image src={odds} alt="ODDS" class="h-24 w-auto" />
2729
</div>
2830
</li>
2931
<li class="rounded-xl bg-white px-8 py-6 text-เหล็กไหล">
3032
<h2 class="pb-4 text-2xl font-bold">Gold</h2>
3133
<div class="flex flex-wrap justify-center gap-6">
32-
<Image src={tdpk} alt="True Digital Park" />
34+
<Image src={tdpk} alt="True Digital Park" class="h-12 w-auto" />
3335
</div>
3436
</li>
3537
<li class="rounded-xl bg-white px-8 py-6 text-เหล็กไหล">
3638
<h2 class="pb-4 text-2xl font-bold">Silver</h2>
3739
<div class="flex flex-wrap justify-center gap-6">
38-
<p class="px-4 text-center">Sponsorship slot available!</p>
40+
<Image src={microsoft} alt="Microsoft" class="h-12 w-auto" />
41+
</div>
42+
</li>
43+
<li class="rounded-xl bg-white px-8 py-6 text-เหล็กไหล">
44+
<h2 class="pb-4 text-2xl font-bold">Communities</h2>
45+
<div class="flex flex-wrap justify-center gap-6">
46+
<Image src={creatorsgarten} alt="Creatorsgarten" class="h-12 w-auto" />
3947
</div>
4048
</li>
4149
</ul>

src/packlets/playground/date.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use:draggable={{ bounds: 'body' }}
88
>
99
<p>October 18, 2024</p>
10-
<p>Microsoft (Thailand) Ltd.</p>
10+
<p>Microsoft Thailand</p>
1111
</div>
1212

1313
<div

src/packlets/sprites/inner.svg

Lines changed: 12 additions & 0 deletions
Loading

src/packlets/sprites/outer.svg

Lines changed: 13 additions & 0 deletions
Loading

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Playground from '$playground/playground.svelte'
2222
<h1 class="text-xl">Day 1</h1>
2323
<h2 class="text-4xl">Workshop</h2>
2424
<h3 class="text-xl">(Fri) October 18, 2024</h3>
25-
<p class="pt-4 text-lg font-normal">Microsoft (Thailand) Ltd.</p>
25+
<p class="pt-4 text-lg font-normal">Microsoft Thailand</p>
2626
</div>
2727
<div class="text-center font-bold">
2828
<h1 class="text-xl">Day 2</h1>

0 commit comments

Comments
 (0)