File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change 2525 </div >
2626 </div >
2727 </div >
28- <div class =" flex justify-center items-center space-x-4" >
28+ <div class =" flex flex-wrap justify-center items-center gap-4" >
29+ <!-- Buy Tickets Link -->
30+ <a href =" {{ env.baseUrl }}tickets" class =" inline-block" >
31+ <button class =" bg-orange-500 text-white font-semibold py-3 px-6 rounded transition-transform transform hover:scale-105
32+ active:scale-95 focus:outline-none focus:ring-2 focus:ring-green-500" >
33+ Buy Tickets
34+ </button >
35+ </a >
2936 <!-- Submit CFP Button Link-->
30- <a href =" {{ env.baseUrl }}cfp" class =" inline-block" > <button class =" bg-orange-500 text-white font-semibold py-3 px-6 rounded transition-transform transform hover:scale-105
37+ <a href =" {{ env.baseUrl }}cfp" class =" inline-block" >
38+ <button class =" bg-orange-500 text-white font-semibold py-3 px-6 rounded transition-transform transform hover:scale-105
3139 active:scale-95 focus:outline-none focus:ring-2 focus:ring-green-500" >
3240 Call for Proposals
33- </button > </a >
41+ </button >
42+ </a >
3443 <!-- Volunteer Button Link -->
35- <a
36- href =" https://docs.google.com/forms/d/e/1FAIpQLSdX2LEom11BbWDiLUiQp1rmeNX9l7J8bfszGidsRDoExy0D5A/viewform"
37- class =" inline-block" > <button class =" bg-orange-500 text-white font-semibold py-3 px-6 rounded transition-transform transform hover:scale-105
44+ <a href =" https://docs.google.com/forms/d/e/1FAIpQLSdX2LEom11BbWDiLUiQp1rmeNX9l7J8bfszGidsRDoExy0D5A/viewform" class =" inline-block" >
45+ <button class =" bg-orange-500 text-white font-semibold py-3 px-6 rounded transition-transform transform hover:scale-105
3846 active:scale-95 focus:outline-none focus:ring-2 focus:ring-green-500" >
39- Volunteer
40- </button >
41- </a >
47+ Volunteer
48+ </button >
49+ </a >
4250 <!-- Sponsor Button Link <a href="/sponsor" class="inline-block"> <button class="bg-orange-500 text-white py-2 px-4
4351 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2
4452 focus:ring-yellow-500">
You can’t perform that action at this time.
0 commit comments