File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,15 @@ import Kanok from '$sprites/kanok.svelte'
9
9
</div >
10
10
11
11
<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 >
15
23
</div >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import ticketsAvailable from '$assets/tickets-avail.svg'
14
14
href =" https://www.eventpop.me/e/38704/javascript-bangkok-2-0-0"
15
15
target =" _blank"
16
16
rel =" noopener noreferrer"
17
- class =" bg-white rounded-xl shadow border " >
17
+ class =" bg-white rounded-tr-3xl shadow-lg p-2 " >
18
18
<Image src ={ ticketsAvailable } alt =" Ticket avaialble at Eventpop" class =" w-72" />
19
19
</a >
20
20
</div >
You can’t perform that action at this time.
0 commit comments