Skip to content

Commit 44d79dc

Browse files
committed
chore: staged changes
1 parent e53a8cd commit 44d79dc

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

src/packlets/front/speakers.astro

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ import TBA from './tba.astro'
55

66
<section class="py-12 text-เหล็กไหล">
77
<h1 class="pb-12 text-center text-5xl font-bold">Speakers</h1>
8-
<TBA>
9-
<div class="mx-auto grid max-w-4xl gap-4 px-4 md:grid-cols-2">
10-
<Speaker />
11-
<Speaker />
12-
<Speaker />
13-
<Speaker />
14-
</div>
15-
</TBA>
8+
<p class="mx-auto max-w-3xl px-4 text-center">
9+
We're looking for speakers who are passionate about their craft and have a
10+
story to share. If you're interested in speaking at the conference, please
11+
submit a proposal at <a
12+
class="text-red-500"
13+
href="https://sessionize.com/javascript-bangkok-2024/">Sessionize</a
14+
>.
15+
</p>
16+
<!--<TBA>-->
17+
<!-- <div class="mx-auto grid max-w-4xl gap-4 px-4 md:grid-cols-2">-->
18+
<!-- <Speaker />-->
19+
<!-- <Speaker />-->
20+
<!-- <Speaker />-->
21+
<!-- <Speaker />-->
22+
<!-- </div>-->
23+
<!--</TBA>-->
1624
</section>

src/packlets/front/sponsors.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ import tdpk from '$assets/tdpk.svg'
1414
</p>
1515
<p>
1616
If you're interested in becoming a sponsor, email us at
17-
<span class="text-red-500">[email protected]</span>
17+
<a href="mailto:[email protected]" class="text-red-500"
18+
19+
>
1820
</p>
1921
</div>
2022
<ul class="mx-auto max-w-4xl space-y-6 px-4">

0 commit comments

Comments
 (0)