Skip to content

Commit aa09930

Browse files
committed
chore: staged changes
1 parent b48e671 commit aa09930

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

src/packlets/new-front/logo.astro

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ import Kanok from '$sprites/kanok.svelte'
99
</div>
1010

1111
<div class="absolute top-8 left-8 z-50 md:hidden">
12-
<Kanok size="l" color="orange" />
13-
<h1 class="text-brand-orange text-right text-xl font-extrabold">JavaScript</h1>
14-
<h1 class="text-brand-orange text-right text-xl font-extrabold">Bangkok 2.0.0</h1>
12+
<div class="flex">
13+
<div class="flex flex-col">
14+
<Kanok size="l" color="orange" />
15+
<h1 class="text-brand-orange text-right text-xl font-extrabold">JavaScript</h1>
16+
<h1 class="text-brand-orange text-right text-xl font-extrabold">Bangkok 2.0.0</h1>
17+
</div>
18+
</div>
19+
<div class="pt-12">
20+
<h1 class="text-brand-green text-3xl font-bold pb-4">Tickets on sale!</h1>
21+
<a href="https://www.eventpop.me/e/38704/javascript-bangkok-2-0-0" target="_blank" rel="noopener noreferrer" class="text-white bg-brand-green font-bold px-4 py-2 text-lg rounded-tr-xl">Get now!</a>
22+
</div>
1523
</div>

src/packlets/new-front/tickets.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import ticketsAvailable from '$assets/tickets-avail.svg'
1414
href="https://www.eventpop.me/e/38704/javascript-bangkok-2-0-0"
1515
target="_blank"
1616
rel="noopener noreferrer"
17-
class="bg-white rounded-xl shadow border">
17+
class="bg-white rounded-tr-3xl shadow-lg p-2">
1818
<Image src={ticketsAvailable} alt="Ticket avaialble at Eventpop" class="w-72" />
1919
</a>
2020
</div>

0 commit comments

Comments
 (0)