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'
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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments