|
| 1 | +--- |
| 2 | +title: Tickets |
| 3 | +description: PyCon India 2025 Tickets |
| 4 | +layout: base.njk |
| 5 | +--- |
| 6 | + |
| 7 | +{% from "components/button.njk" import button %} |
| 8 | +{% from "components/card.njk" import card %} |
| 9 | +{% from "components/flat-card.njk" import flatCard %} |
| 10 | + |
| 11 | +<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row"> |
| 12 | + <div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]"> |
| 13 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#FFFFFF] text-center lg:text-left"> |
| 14 | + Tickets |
| 15 | + </div> |
| 16 | + <div class="text-md lg:text-xl pt-12 text-[#FFFFFF] lg:pr-10 text-justify"> |
| 17 | + <p>We offer multiple ticket options to cater to the diverse needs of our attendees. Whether you're a student, a professional, or someone who simply is passionate about Python and wants to support us, we have a ticket option for you.</p> |
| 18 | + <p class="pt-4">There are different ticket types available for the conference, workshops, and developer sprints.</p> |
| 19 | + <p class="pt-4">PyCon India is entirely a volunteer-run not-for-profit conference. Whatever revenue we get from Tickets and Sponsorships are spent on the conference itself. In this event, <span class="italic">everyone who can pay for their tickets, pays for the tickets</span> including volunteers. The average ticket pricing is a highly discounted one considering the per attendee cost of the event.</p> |
| 20 | + </div> |
| 21 | + </div> |
| 22 | + <div class="lg:w-[30%] w-[80%] lg:mt-60 flex items-center justify-center mx-auto"> |
| 23 | + <img src="{{ env.baseUrl }}img/assets/announce.svg" alt="Guide" class="w-[40%] lg:w-[60%] transition-transform duration-100" style="animation: floating 2s ease-in-out infinite;"> |
| 24 | + <img src="{{ env.baseUrl }}img/assets/shapes-r.svg" alt="Guide" class="w-[40%] lg:w-[60%] transition-transform duration-100" style="animation: floating 2s ease-in-out infinite;"> |
| 25 | + </div> |
| 26 | +</div> |
| 27 | + |
| 28 | +<div class="absolute top-2/5 right-4 md:block"> |
| 29 | + <img src="{{ env.baseUrl }}img/assets/star-lime-vector.svg" alt="Groovy star" class="md:w-16 md:h-16 w-10 h-10"> |
| 30 | +</div> |
| 31 | + |
| 32 | +<div class="absolute md:top-3/4 pt-52 md:right-20 right-12 hidden lg:block"> |
| 33 | + <img src="{{ env.baseUrl }}img/assets/star-pink-vector.svg" alt="Groovy star" class="md:w-16 md:h-16 w-10 h-10"> |
| 34 | +</div> |
| 35 | + |
| 36 | +<div class="main-container pt-16 md:pt-48 bg-lavender w-full h-auto px-[6%]"> |
| 37 | + <div class="pb-40 md:pb-60 lg:pb-[20%] w-full text-justify lg:w-[70%]"> |
| 38 | + <div class="mt-24 md:-mt-32 lg:-mt-20 text-md lg:text-xl font-light"> |
| 39 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 40 | + <p>Ticket Types</p> |
| 41 | + </div> |
| 42 | + <div class="pt-12 text-[#000000] lg:pr-10"> |
| 43 | + <div class="overflow-x-auto"> |
| 44 | + <table class="w-full bg-white border-collapse border border-gray-300 rounded-lg shadow-md"> |
| 45 | + <thead class="bg-pycon-blue text-white uppercase"> |
| 46 | + <tr> |
| 47 | + <th class="px-4 py-3 text-left">Type</th> |
| 48 | + <th class="px-4 py-3 text-left">Entitlements</th> |
| 49 | + <th class="px-4 py-3 text-right">Price</th> |
| 50 | + </tr> |
| 51 | + </thead> |
| 52 | + <tbody> |
| 53 | + <tr class="hover:bg-gray-100 border-b border-gray-300"> |
| 54 | + <td class="px-4 py-3 font-medium">Super Early Bird Conference</td> |
| 55 | + <td class="px-4 py-3">Access to the Conference Days, i.e. 13th and 14th</td> |
| 56 | + <td class="px-4 py-3 text-right">₹1099</td> |
| 57 | + </tr> |
| 58 | + <tr class="hover:bg-gray-100 border-b border-gray-300"> |
| 59 | + <td class="px-4 py-3 font-medium">Early Bird Conference</td> |
| 60 | + <td class="px-4 py-3">Access to the Conference Days, i.e. 13th and 14th</td> |
| 61 | + <td class="px-4 py-3 text-right">₹1649</td> |
| 62 | + </tr> |
| 63 | + <tr class="hover:bg-gray-100 border-b border-gray-300"> |
| 64 | + <td class="px-4 py-3 font-medium">Regular Conference</td> |
| 65 | + <td class="px-4 py-3">Access to the Conference Days, i.e. 13th and 14th</td> |
| 66 | + <td class="px-4 py-3 text-right">₹2199</td> |
| 67 | + </tr> |
| 68 | + <tr class="hover:bg-gray-100 border-b border-gray-300"> |
| 69 | + <td class="px-4 py-3 font-medium">Late Bird Conference</td> |
| 70 | + <td class="px-4 py-3">Access to the Conference Days, i.e. 13th and 14th</td> |
| 71 | + <td class="px-4 py-3 text-right">₹3299</td> |
| 72 | + </tr> |
| 73 | + <tr class="hover:bg-gray-100 border-b border-gray-300"> |
| 74 | + <td class="px-4 py-3 font-medium">Super Late Bird Conference</td> |
| 75 | + <td class="px-4 py-3">Access to the Conference Days, i.e. 13th and 14th</td> |
| 76 | + <td class="px-4 py-3 text-right">₹4399</td> |
| 77 | + </tr> |
| 78 | + <tr class="hover:bg-gray-100 border-b border-gray-300"> |
| 79 | + <td class="px-4 py-3 font-medium">Workshop</td> |
| 80 | + <td class="px-4 py-3">Access to the Workshop Day on 12th</td> |
| 81 | + <td class="px-4 py-3 text-right">₹1199</td> |
| 82 | + </tr> |
| 83 | + <tr class="hover:bg-gray-100 border-b border-gray-300"> |
| 84 | + <td class="px-4 py-3 font-medium">Combo</td> |
| 85 | + <td class="px-4 py-3">Access to the Workshop Day on 12th and Conference Days, i.e. 13th and 14th</td> |
| 86 | + <td class="px-4 py-3 text-right">₹2999</td> |
| 87 | + </tr> |
| 88 | + <tr class="hover:bg-gray-100 border-b border-gray-300"> |
| 89 | + <td class="px-4 py-3 font-medium">Student</td> |
| 90 | + <td class="px-4 py-3">Access to the Conference Days, i.e. 13th and 14th</td> |
| 91 | + <td class="px-4 py-3 text-right">₹1099</td> |
| 92 | + </tr> |
| 93 | + <tr class="hover:bg-gray-100"> |
| 94 | + <td class="px-4 py-3 font-medium">Contributor</td> |
| 95 | + <td class="px-4 py-3">Access to the Conference Days, i.e. 13th and 14th</td> |
| 96 | + <td class="px-4 py-3 text-right">₹5999</td> |
| 97 | + </tr> |
| 98 | + </tbody> |
| 99 | + </table> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + |
| 104 | + <div class="pt-12 lg:pt-32 text-md lg:text-xl font-light"> |
| 105 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 106 | + <p>What's Included</p> |
| 107 | + </div> |
| 108 | + <div class="pt-12 grid grid-cols-1 md:grid-cols-2 gap-8"> |
| 109 | + <div> |
| 110 | + {% call flatCard(bg="lime") -%} |
| 111 | + <div class="p-6"> |
| 112 | + <h3 class="text-xl font-bold mb-4">Conference Days - 13th and 14th</h3> |
| 113 | + <ul class="list-none space-y-3"> |
| 114 | + <li class="flex"> |
| 115 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 116 | + <span>Keynotes</span> |
| 117 | + </li> |
| 118 | + <li class="flex"> |
| 119 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 120 | + <span>Talks</span> |
| 121 | + </li> |
| 122 | + <li class="flex"> |
| 123 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 124 | + <span>Lightning Talks</span> |
| 125 | + </li> |
| 126 | + <li class="flex"> |
| 127 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 128 | + <span>Posters</span> |
| 129 | + </li> |
| 130 | + <li class="flex"> |
| 131 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 132 | + <span>Open Spaces</span> |
| 133 | + </li> |
| 134 | + <li class="flex"> |
| 135 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 136 | + <span>Sponsor Booth Crawl</span> |
| 137 | + </li> |
| 138 | + <li class="flex"> |
| 139 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 140 | + <span>Breakfast, Lunch, High Tea and All Day Coffee/Tea</span> |
| 141 | + </li> |
| 142 | + <li class="flex"> |
| 143 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 144 | + <span>Lot's of networking opportunities</span> |
| 145 | + </li> |
| 146 | + <li class="flex"> |
| 147 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 148 | + <span>Conference T-Shirt</span> |
| 149 | + </li> |
| 150 | + </ul> |
| 151 | + </div> |
| 152 | + {%- endcall %} |
| 153 | + </div> |
| 154 | + <div> |
| 155 | + {% call flatCard(bg="purple") -%} |
| 156 | + <div class="p-6"> |
| 157 | + <h3 class="text-xl font-bold mb-4">Workshop Day - 12th</h3> |
| 158 | + <ul class="list-none space-y-3"> |
| 159 | + <li class="flex"> |
| 160 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 161 | + <span>One Morning Workshop</span> |
| 162 | + </li> |
| 163 | + <li class="flex"> |
| 164 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 165 | + <span>One Afternoon Workshop</span> |
| 166 | + </li> |
| 167 | + <li class="flex"> |
| 168 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 169 | + <span>Breakfast, Lunch, High Tea and All Day Coffee/Tea</span> |
| 170 | + </li> |
| 171 | + <li class="flex"> |
| 172 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 173 | + <span>Lot's of networking opportunities</span> |
| 174 | + </li> |
| 175 | + </ul> |
| 176 | + </div> |
| 177 | + {%- endcall %} |
| 178 | + </div> |
| 179 | + </div> |
| 180 | + </div> |
| 181 | + |
| 182 | + <div class="pt-12 lg:pt-32 text-md lg:text-xl font-light"> |
| 183 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 184 | + <p>Special Notes</p> |
| 185 | + </div> |
| 186 | + <div class="pt-12 text-[#000000] lg:pr-10"> |
| 187 | + <ul class="list-none space-y-4"> |
| 188 | + <li class="flex"> |
| 189 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 190 | + <span>Workshop Ticket holders will not get conference goodies.</span> |
| 191 | + </li> |
| 192 | + <li class="flex"> |
| 193 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 194 | + <span>Student tickets must show a valid proof of attending a full-time educational institution while registering on the conference day. Failing to do so will need you buy ticket at Super Late bird cost at the venue.</span> |
| 195 | + </li> |
| 196 | + <li class="flex"> |
| 197 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 198 | + <span>The Contributor Ticket pricing is closer to the actual cost of attendance of an attendee.</span> |
| 199 | + </li> |
| 200 | + <li class="flex"> |
| 201 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 202 | + <span>Not all ticket types are open yet. We will gradually open all ticket types once the previous segment sells out.</span> |
| 203 | + </li> |
| 204 | + <li class="flex"> |
| 205 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 206 | + <span>The ticket prices above are excluding GST and platform fees.</span> |
| 207 | + </li> |
| 208 | + <li class="flex"> |
| 209 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 210 | + <span>Developer Sprint tickets will open later and closer to the conference. One must hold a conference ticket or a workshop ticket or a combo ticket to access the Developer Sprints.</span> |
| 211 | + </li> |
| 212 | + </ul> |
| 213 | + <div class="flex justify-center pt-8"> |
| 214 | + {{ button(text="Buy Tickets !!", url="https://konfhub.com/pyconindia2025", lime_bg=true, env = env) }} |
| 215 | + </div> |
| 216 | + </div> |
| 217 | + </div> |
| 218 | + |
| 219 | + <div class="pt-12 lg:pt-32 text-md lg:text-xl font-light"> |
| 220 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 221 | + <p>Cancellation Policy</p> |
| 222 | + </div> |
| 223 | + <div class="pt-12 text-[#000000] lg:pr-10"> |
| 224 | + <p>In the unfortunate event where people cannot attend the Conference they can cancel their ticket by sending an email to <span class="font-mono">tickets [at] in [dot] pycon [dot] org</span>. Cancellation is subject to Terms and Conditions mentioned below. Ticketing team will process the cancellation and the amount will be refunded to the original payment method. Cancellations requests will be accepted till <span class="underline font-bold">31st August 2025, 23:59 IST</span>.</p> |
| 225 | + |
| 226 | + <ul class="list-none space-y-4 pt-6"> |
| 227 | + <li class="flex"> |
| 228 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 229 | + <span>Due to compliance reasons we won't be able to process cancellations for participants claiming GST in their purchases. They can transfer their ticket to someone once Transfer window opens.</span> |
| 230 | + </li> |
| 231 | + <li class="flex"> |
| 232 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 233 | + <span>Cancellation will incur a small cancellation fee equivalent to the platform fees.</span> |
| 234 | + </li> |
| 235 | + </ul> |
| 236 | + </div> |
| 237 | + </div> |
| 238 | + |
| 239 | + <div class="pt-12 lg:pt-32 text-md lg:text-xl font-light"> |
| 240 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 241 | + <p>Transfer Policy</p> |
| 242 | + </div> |
| 243 | + <div class="pt-12 text-[#000000] lg:pr-10"> |
| 244 | + <p>In case you already know someone whom you want to Transfer your ticket you can put a Transfer request by sending an email to <span class="font-mono">tickets [at] in [dot] pycon [dot] org</span>. Please note that you need to take care of collecting the ticket price from the person whom you are transferring the ticket. PyCon India team is not responsible for managing the transfer of the ticket price. We only facilitate the ticket transfer. Keep the person in CC whom you want to transfer your ticket and mention the following details of the person to whom ticket is to be transferred.</p> |
| 245 | + |
| 246 | + <ul class="list-none space-y-4 pt-6"> |
| 247 | + <li class="flex"> |
| 248 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 249 | + <span>Name</span> |
| 250 | + </li> |
| 251 | + <li class="flex"> |
| 252 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 253 | + <span>Email</span> |
| 254 | + </li> |
| 255 | + <li class="flex"> |
| 256 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 257 | + <span>T-Shirt Size</span> |
| 258 | + </li> |
| 259 | + </ul> |
| 260 | + |
| 261 | + <p class="pt-6">They can update rest of the details on their own once the ticket is transferred.</p> |
| 262 | + |
| 263 | + <p class="pt-6">Our Ticketing Team will take care of the transfer. Transfer requests will be accepted till <span class="underline font-bold">31st August 2025, 23:59 IST</span>. We can't guarantee any transfers beyond that date.</p> |
| 264 | + </div> |
| 265 | + </div> |
| 266 | + |
| 267 | + <div class="pt-12 lg:pt-32 text-md lg:text-xl font-light"> |
| 268 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 269 | + <p>Code of Conduct</p> |
| 270 | + </div> |
| 271 | + <div class="pt-12 text-[#000000] lg:pr-10"> |
| 272 | + <ul class="list-none space-y-4 pt-4"> |
| 273 | + <li class="flex"> |
| 274 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 275 | + <span>All attendees must adhere to the <a href="{{ env.baseUrl }}coc/guidelines" class="underline text-pycon-blue">PyCon India Code of Conduct</a>, ensuring a welcoming and inclusive environment for everyone.</span> |
| 276 | + </li> |
| 277 | + </ul> |
| 278 | + </div> |
| 279 | + </div> |
| 280 | + </div> |
| 281 | +</div> |
0 commit comments