|
1 |
| -<div class="self-center items-center"> |
2 |
| - <div class="w-full text-center"> |
| 1 | +<div class="self-center items-center md:w-full"> |
| 2 | + <div class="w-3/5 text-center mx-auto"> |
3 | 3 | <img src="{{ env.baseUrl }}img/pycon_2025.svg">
|
4 | 4 | <br>
|
5 | 5 | <br>
|
6 |
| - <h1 class="tracking-wide text-orange-500 text-6xl mb-6"> |
7 |
| - PyCon India 2025 |
8 |
| - </h1> |
9 |
| - <h2 class="tracking-wide text-4xl mb-6"> |
10 |
| - Is back to Bengaluru |
| 6 | + <h2 class="text-center text-2xl md:text-5xl"> |
| 7 | + <div class="col-md-12 text-center pt-md-5"> |
| 8 | + <p class="h4 sub-tit pt-3 md:text-h4">12 Sep - 14 Sep, 2025</p> |
| 9 | + <p class="h4 sub-tit underline md:text-h4"> NIMHANS Convention Centre, Bengaluru </p> |
| 10 | + </div> |
11 | 11 | </h2>
|
12 | 12 | </div>
|
13 | 13 | </div>
|
14 | 14 |
|
15 | 15 | <div class="flex justify-center items-center space-x-4">
|
16 |
| - <!-- Submit CFP Button Link --> |
| 16 | + <!-- Submit CFP Button Link |
17 | 17 | <a href="/submit-cfp" class="inline-block">
|
18 |
| - <button class="bg-blue-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-blue-500"> |
| 18 | + <button class="bg-orange-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-blue-500"> |
19 | 19 | Submit CFP
|
20 | 20 | </button>
|
21 | 21 | </a>
|
| 22 | + --> |
22 | 23 |
|
23 | 24 | <!-- Volunteer Button Link -->
|
24 |
| - <a href="/volunteer" class="inline-block"> |
25 |
| - <button class="bg-green-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-green-500"> |
| 25 | + <a href="https://docs.google.com/forms/d/e/1FAIpQLSdX2LEom11BbWDiLUiQp1rmeNX9l7J8bfszGidsRDoExy0D5A/viewform" class="inline-block"> |
| 26 | + <button class="bg-orange-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-green-500"> |
26 | 27 | Volunteer
|
27 | 28 | </button>
|
28 | 29 | </a>
|
29 | 30 |
|
30 |
| - <!-- Sponsor Button Link --> |
| 31 | + <!-- Sponsor Button Link |
31 | 32 | <a href="/sponsor" class="inline-block">
|
32 |
| - <button class="bg-yellow-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-yellow-500"> |
| 33 | + <button class="bg-orange-500 text-white py-2 px-4 rounded transition-transform transform hover:scale-105 active:scale-95 focus:outline-none focus:ring-2 focus:ring-yellow-500"> |
33 | 34 | Sponsor
|
34 | 35 | </button>
|
35 | 36 | </a>
|
| 37 | + --> |
36 | 38 | </div>
|
37 | 39 |
|
38 | 40 |
|
|
0 commit comments