|
| 1 | +--- |
| 2 | +title: Venue - PyCon India 2025 |
| 3 | +description: PyCon India 2025 Venue at Nimhans Convention Center |
| 4 | +layout: base.njk |
| 5 | +--- |
| 6 | + |
| 7 | +<header class="header w-full flex flex-col justify-between"> |
| 8 | + {% include "navbar.njk" %} |
| 9 | +</header> |
| 10 | + |
| 11 | +<div class="container mx-auto px-4 py-8"> |
| 12 | + <div class="max-w-6xl mx-auto"> |
| 13 | + <h1 class="text-6xl font-extrabold text-black-900 mb-16 tracking-tight"> |
| 14 | + Nimhans Convention Center |
| 15 | + </h1> |
| 16 | + |
| 17 | + <div class="flex flex-col md:flex-row gap-8 mb-12"> |
| 18 | + <div class="w-full md:w-1/2 space-y-6"> |
| 19 | + <div class="bg-gradient-to-br from-purple-100 to-white p-6 rounded-xl shadow-lg"> |
| 20 | + <h2 class="text-3xl font-bold text-black-800 mb-4">Overview</h2> |
| 21 | + <p class="text-gray-700 text-lg leading-relaxed"> |
| 22 | + Located centrally in Bengaluru, the Nimhans Convention Center spans two floors. |
| 23 | + The ground floor hosts main conference tracks across 3 halls, featuring a booth area, |
| 24 | + community space, and beverage stalls. The first floor offers open spaces for poster |
| 25 | + sessions, Birds of a Feather meetings, and networking opportunities. |
| 26 | + </p> |
| 27 | + </div> |
| 28 | + |
| 29 | + <div class="bg-white shadow-md rounded-xl p-6"> |
| 30 | + <h3 class="text-2xl font-semibold text-black-900 mb-4"> |
| 31 | + <i class="fas fa-map-marker-alt mr-3 text-black-600"></i>Details |
| 32 | + </h3> |
| 33 | + <div class="text-gray-700"> |
| 34 | + <p><strong>Address:</strong> Nimhans Convention Center</p> |
| 35 | + <p>Hosur Road, Lakkasandra,</p> |
| 36 | + <p>Bengaluru - 560029</p> |
| 37 | + <p class="mt-2"><strong>Landmark:</strong> Near Dairy Circle</p> |
| 38 | + </div> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + |
| 42 | + <div class="w-full md:w-1/2"> |
| 43 | + <div class="rounded-xl overflow-hidden shadow-xl mb-6 h-[400px]"> |
| 44 | + <img |
| 45 | + src="{{ env.baseUrl }}img/nimhans-convention-center.jpeg" |
| 46 | + alt="Nimhans Convention Center" |
| 47 | + class="w-full h-full object-fit" |
| 48 | + > |
| 49 | + </div> |
| 50 | + |
| 51 | + <div class="bg-gray-100 rounded-xl p-6 flex flex-col justify-between h-1/4"> |
| 52 | + <h3 class="text-2xl font-semibold text-black-900 mb-4 flex items-center"> |
| 53 | + <i class="fas fa-map-marked-alt mr-3 text-black-600"></i>Getting Here |
| 54 | + </h3> |
| 55 | + <div class="flex-grow flex items-end"> |
| 56 | + <a href="https://www.google.com/maps/dir//WHVW%2B7RC+NIMHANS+Convention+Centre" |
| 57 | + target="_blank" |
| 58 | + class="inline-block bg-purple-600 text-white px-4 py-2 rounded-lg hover:bg-purple-700 transition duration-300 no-underline"> |
| 59 | + Find Directions |
| 60 | + </a> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + <div class="w-full overflow-hidden mb-6"> |
| 66 | + <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d7776.895056958537!2d77.597019!3d12.94319!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae15b78a61be57%3A0xc4498066da178922!2sNIMHANS%20Convention%20Centre!5e0!3m2!1sen!2sin!4v1740129911793!5m2!1sen!2sin" width="100%" class="rounded-lg" height="700" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> |
| 67 | + </div> |
| 68 | + |
| 69 | + <div class="space-y-8"> |
| 70 | + <div class="bg-white shadow-lg rounded-xl p-8"> |
| 71 | + <h3 class="text-3xl font-bold text-black-900 mb-6"> |
| 72 | + Transportation Options |
| 73 | + </h3> |
| 74 | + |
| 75 | + <div class="grid md:grid-cols-2 gap-6"> |
| 76 | + <div class="bg-purple-50 p-6 rounded-xl group flex flex-col"> |
| 77 | + <div> |
| 78 | + <h4 class="text-2xl font-semibold text-purple-800 mb-4 group-hover:text-purple-700 transition duration-300"> |
| 79 | + <i class="fas fa-subway mr-3 text-purple-600 group-hover:text-purple-500 transition duration-300"></i>Namma Metro |
| 80 | + </h4> |
| 81 | + <ul class="space-y-2 text-gray-700 flex-grow"> |
| 82 | + <li> |
| 83 | + <strong>From Green Line:</strong> Disembark at South End Circle or Lalbagh metro station. From the station, you can take a short taxi/auto ride to reach NIMHANS Convention Centre. |
| 84 | + </li> |
| 85 | + <li> |
| 86 | + <strong>Approximate Distance:</strong> 2-3 km from metro stations |
| 87 | + </li> |
| 88 | + <li> |
| 89 | + <strong>Estimated Travel Time:</strong> 10-15 minutes by auto/taxi |
| 90 | + </li> |
| 91 | + </ul> |
| 92 | + </div> |
| 93 | + <div class="mt-4 flex space-x-4"> |
| 94 | + <a href="https://english.bmrc.co.in/schematic-route-map/" |
| 95 | + target="_blank" |
| 96 | + class="flex-1 text-center inline-block bg-purple-600 text-white px-4 py-2 rounded-lg hover:bg-purple-700 no-underline"> |
| 97 | + View Green Line Stations |
| 98 | + </a> |
| 99 | + </div> |
| 100 | + </div> |
| 101 | + |
| 102 | + <div class="bg-blue-50 p-6 rounded-xl group flex flex-col h-full"> |
| 103 | + <div> |
| 104 | + <h4 class="text-2xl font-semibold text-blue-800 mb-4 group-hover:text-blue-700 transition duration-300"> |
| 105 | + <i class="fas fa-bus mr-3 text-blue-600 group-hover:text-blue-500 transition duration-300"></i>Bus |
| 106 | + </h4> |
| 107 | + <ul class="space-y-2 text-gray-700 flex-grow"> |
| 108 | + <li> |
| 109 | + <strong>KIA-5D:</strong> Get off at Jayanagar bus stand |
| 110 | + </li> |
| 111 | + <li> |
| 112 | + <strong>KIA-7:</strong> To Kormangala Water Tank (8 mins away from NIMHANS) |
| 113 | + </li> |
| 114 | + <li> |
| 115 | + <strong>Frequency:</strong> Buses every 10-15 minutes |
| 116 | + </li> |
| 117 | + </ul> |
| 118 | + </div> |
| 119 | + <div class="mt-auto"> |
| 120 | + <a href="https://kia.bengawalk.com/" |
| 121 | + target="_blank" |
| 122 | + class="w-full text-center inline-block bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 no-underline"> |
| 123 | + Check Bus Timetable |
| 124 | + </a> |
| 125 | + </div> |
| 126 | + </div> |
| 127 | + </div> |
| 128 | + </div> |
| 129 | + </div> |
| 130 | + </div> |
| 131 | +</div> |
0 commit comments