forked from NeutrinoDiscussion/Vikram-Discussion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvenue.html
More file actions
173 lines (163 loc) · 13.8 KB
/
venue.html
File metadata and controls
173 lines (163 loc) · 13.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Venue - Neutrino Astrophysics</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-[#f8f5f2]">
<!-- Navbar -->
<nav class="bg-gray-800">
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
<div class="relative flex h-16 items-center justify-between">
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">
<button id="menu-toggle" type="button"
class="relative inline-flex items-center justify-center rounded-md p-2 text-gray-400 hover:bg-gray-700 hover:text-white focus:ring-2 focus:ring-white focus:outline-none focus:ring-inset"
aria-controls="mobile-menu" aria-expanded="false">
<span class="absolute -inset-0.5"></span>
<span class="sr-only">Open main menu</span>
<svg class="block size-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
<svg class="hidden size-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" />
</svg>
</button>
</div>
<div class="flex flex-1 items-center justify-center sm:items-stretch sm:justify-start">
<div class="flex shrink-0 items-center">
<a href="index.html">
<img class="h-8 w-auto"
src="https://www.prl.res.in/prl-eng/sites/default/files/images/prl_logo/prl-logo-200x200.png"
alt="PRL" />
</a>
<a href="index.html">
<h2 class="rounded-md text-blue-600 px-3 py-2 text-sm font-medium">
Physical Research Laboratory
</h2>
</a>
</div>
<div class="hidden sm:ml-6 sm:block">
<div class="flex space-x-4">
<a href="index.html" class="rounded-md px-3 py-2 text-sm font-medium text-white"
aria-current="page">Home</a>
<a href="schedule.html"
class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Schedule</a>
<a href="speakers.html"
class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Speakers</a>
<a href="participants.html"
class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Participants</a>
<a href="venue.html"
class="rounded-md bg-gray-900 px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Venue</a>
<a href="stay.html"
class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Stay</a>
</div>
</div>
</div>
</div>
</div>
<div class="sm:hidden hidden" id="mobile-menu">
<div class="space-y-1 px-2 pt-2 pb-3">
<a href="index.html" class="block rounded-md px-3 py-2 text-base font-medium text-white"
aria-current="page">Home</a>
<a href="schedule.html"
class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Schedule</a>
<a href="speakers.html"
class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Speakers</a>
<a href="participants.html"
class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Participants</a>
<a href="venue.html"
class="block rounded-md bg-gray-900 px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Venue</a>
<a href="stay.html"
class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Stay</a>
</div>
</div>
</nav>
<script>
document
.getElementById("menu-toggle")
.addEventListener("click", function () {
const menu = document.getElementById("mobile-menu");
menu.classList.toggle("hidden");
});
</script>
<div class="container mx-auto py-10 px-6 text-center">
<h2 class="text-[#5c4033] text-4xl font-bold mb-6">Venue</h2>
<p class="text-[#8b5a2b] text-lg mb-6">
The event will be held at the Physical Research Laboratory, Ahmedabad.
</p>
<div class="w-full flex justify-center">
<img class="w-full max-w-4xl h-auto rounded-lg shadow-lg"
src="https://www.prl.res.in/prl-eng/sites/default/files/images/slider_images/prl.jpg"
alt="Venue Image" />
</div>
<div class="mt-6 text-lg text-gray-700">
<p>
<strong>Location:</strong> Physical Research Laboratory, Navrangpura,
Ahmedabad, India
</p>
<p><strong>Date:</strong> 19th - 21th March 2025</p>
<p><strong>Contact:</strong> neutrino.prl@gmail.com </p>
</div>
</div>
<footer class="w-full py-14">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="max-w-3xl mx-auto">
<ul
class="text-lg flex items-center justify-center flex-col gap-7 md:flex-row md:gap-12 transition-all duration-500 py-16 mb-10 border-b border-gray-200">
<li><a href="index.html" class="text-gray-800 hover:text-gray-900">Home</a></li>
<li><a href="schedule.html" class=" text-gray-800 hover:text-gray-900">Schedule</a></li>
<li><a href="speakers.html" class=" text-gray-800 hover:text-gray-900">Speakers</a></li>
<li><a href="participants.html" class=" text-gray-800 hover:text-gray-900">Participants</a></li>
<li><a href="venue.html" class=" text-gray-800 hover:text-gray-900">Venue</a></li>
<li><a href="stay.html" class=" text-gray-800 hover:text-gray-900">Stay</a></li>
</ul>
<div class="flex space-x-10 justify-center items-center mb-14">
<a href="https://x.com/PRLAhmedabad"
class="block text-gray-900 transition-all duration-500 hover:text-indigo-600 ">
<svg class="w-[1.688rem] h-[1.688rem]" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
fill="none">
<path
d="M11.3214 8.93666L16.4919 3.05566H15.2667L10.7772 8.16205L7.1914 3.05566H3.05566L8.47803 10.7774L3.05566 16.9446H4.28097L9.022 11.552L12.8088 16.9446H16.9446L11.3211 8.93666H11.3214ZM9.64322 10.8455L9.09382 10.0765L4.72246 3.95821H6.60445L10.1322 8.8959L10.6816 9.66481L15.2672 16.083H13.3852L9.64322 10.8458V10.8455Z"
fill="currentColor" />
</svg>
</a>
<a href="https://www.instagram.com/prl1947/"
class="block text-gray-900 transition-all duration-500 hover:text-indigo-600 ">
<svg class="w-[1.688rem] h-[1.688rem] " viewBox="0 0 29 29" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M9.76556 14.8811C9.76556 12.3243 11.8389 10.2511 14.3972 10.2511C16.9555 10.2511 19.03 12.3243 19.03 14.8811C19.03 17.4379 16.9555 19.5111 14.3972 19.5111C11.8389 19.5111 9.76556 17.4379 9.76556 14.8811ZM7.26117 14.8811C7.26117 18.82 10.456 22.0129 14.3972 22.0129C18.3385 22.0129 21.5333 18.82 21.5333 14.8811C21.5333 10.9422 18.3385 7.7493 14.3972 7.7493C10.456 7.7493 7.26117 10.9422 7.26117 14.8811ZM20.1481 7.46652C20.148 7.79616 20.2457 8.11843 20.4288 8.39258C20.6119 8.66674 20.8723 8.88046 21.177 9.00673C21.4817 9.133 21.8169 9.16614 22.1405 9.10196C22.464 9.03778 22.7612 8.87916 22.9945 8.64617C23.2278 8.41318 23.3868 8.11627 23.4513 7.79299C23.5157 7.46972 23.4829 7.13459 23.3568 6.83C23.2307 6.5254 23.017 6.26502 22.7428 6.08178C22.4687 5.89853 22.1463 5.80065 21.8164 5.80052H21.8158C21.3737 5.80073 20.9497 5.9763 20.637 6.28867C20.3243 6.60104 20.1485 7.02467 20.1481 7.46652ZM8.78274 26.1863C7.42782 26.1246 6.69138 25.8991 6.20197 25.7085C5.55314 25.4561 5.0902 25.1554 4.60346 24.6696C4.11672 24.1839 3.81543 23.7216 3.56395 23.0732C3.37317 22.5843 3.14748 21.8481 3.08588 20.494C3.01851 19.03 3.00506 18.5902 3.00506 14.8812C3.00506 11.1722 3.01962 10.7336 3.08588 9.26841C3.14759 7.9143 3.37495 7.17952 3.56395 6.68919C3.81654 6.04074 4.11739 5.57808 4.60346 5.09163C5.08953 4.60519 5.55203 4.30408 6.20197 4.05274C6.69116 3.86208 7.42782 3.63652 8.78274 3.57497C10.2476 3.50763 10.6877 3.49419 14.3972 3.49419C18.1068 3.49419 18.5473 3.50874 20.0134 3.57497C21.3683 3.63663 22.1035 3.86385 22.5941 4.05274C23.243 4.30408 23.7059 4.60585 24.1926 5.09163C24.6794 5.57741 24.9796 6.04074 25.2322 6.68919C25.4229 7.17808 25.6486 7.9143 25.7102 9.26841C25.7776 10.7336 25.7911 11.1722 25.7911 14.8812C25.7911 18.5902 25.7776 19.0287 25.7102 20.494C25.6485 21.8481 25.4217 22.5841 25.2322 23.0732C24.9796 23.7216 24.6787 24.1843 24.1926 24.6696C23.7066 25.155 23.243 25.4561 22.5941 25.7085C22.105 25.8992 21.3683 26.1247 20.0134 26.1863C18.5485 26.2536 18.1084 26.2671 14.3972 26.2671C10.686 26.2671 10.2472 26.2536 8.78274 26.1863ZM8.66768 1.0763C7.18823 1.14363 6.17729 1.37808 5.29443 1.72141C4.3801 2.07597 3.60608 2.55163 2.83262 3.32341C2.05916 4.09519 1.58443 4.86997 1.22966 5.78374C0.88612 6.66663 0.651535 7.67641 0.584162 9.15497C0.515676 10.6359 0.5 11.1093 0.5 14.8811C0.5 18.6529 0.515676 19.1263 0.584162 20.6072C0.651535 22.0859 0.88612 23.0955 1.22966 23.9784C1.58443 24.8916 2.05927 25.6673 2.83262 26.4387C3.60597 27.2102 4.3801 27.6852 5.29443 28.0407C6.17896 28.3841 7.18823 28.6185 8.66768 28.6859C10.1502 28.7532 10.6232 28.77 14.3972 28.77C18.1713 28.77 18.645 28.7543 20.1268 28.6859C21.6063 28.6185 22.6166 28.3841 23.5 28.0407C24.4138 27.6852 25.1884 27.2105 25.9618 26.4387C26.7353 25.667 27.209 24.8916 27.5648 23.9784C27.9083 23.0955 28.144 22.0857 28.2103 20.6072C28.2777 19.1252 28.2933 18.6529 28.2933 14.8811C28.2933 11.1093 28.2777 10.6359 28.2103 9.15497C28.1429 7.6763 27.9083 6.66608 27.5648 5.78374C27.209 4.87052 26.7341 4.09641 25.9618 3.32341C25.1896 2.55041 24.4138 2.07597 23.5011 1.72141C22.6166 1.37808 21.6062 1.14252 20.1279 1.0763C18.6461 1.00897 18.1724 0.992188 14.3983 0.992188C10.6243 0.992188 10.1502 1.00785 8.66768 1.0763Z"
fill="currentColor" />
</svg>
</a>
<a href="https://www.facebook.com/PhysicalResearchLaboratory"
class="block text-gray-900 transition-all duration-500 hover:text-indigo-600 ">
<svg class="w-[0.938rem] h-[1.625rem]" viewBox="0 0 15 26" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13.7926 14.4697L14.5174 9.86889H10.0528V6.87836C10.0528 5.62033 10.6761 4.39105 12.6692 4.39105H14.7275V0.473179C13.5289 0.282204 12.3177 0.178886 11.1037 0.164062C7.42917 0.164062 5.0302 2.37101 5.0302 6.36077V9.86889H0.957031V14.4697H5.0302V25.5979H10.0528V14.4697H13.7926Z"
fill="currentColor" />
</svg>
</a>
<a href="https://www.youtube.com/c/PRLAhmedabad_webinars"
class="block text-gray-900 transition-all duration-500 hover:text-indigo-600 ">
<svg class="w-[1.875rem] h-[1.375rem]" viewBox="0 0 30 22" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M26.3106 1.27838C27.5782 1.62071 28.5745 2.61957 28.9113 3.88573C29.524 6.18356 29.524 10.9809 29.524 10.9809C29.524 10.9809 29.524 15.7782 28.9113 18.076C28.5698 19.3469 27.5735 20.3457 26.3106 20.6834C24.0186 21.2977 14.8226 21.2977 14.8226 21.2977C14.8226 21.2977 5.63122 21.2977 3.33456 20.6834C2.06695 20.3411 1.07063 19.3422 0.73385 18.076C0.121094 15.7782 0.121094 10.9809 0.121094 10.9809C0.121094 10.9809 0.121094 6.18356 0.73385 3.88573C1.07531 2.61488 2.07162 1.61602 3.33456 1.27838C5.63122 0.664062 14.8226 0.664062 14.8226 0.664062C14.8226 0.664062 24.0186 0.664062 26.3106 1.27838ZM19.5234 10.9809L11.885 15.403V6.55872L19.5234 10.9809Z"
fill="currentColor" />
</svg>
</a>
</div>
<span class="text-lg text-gray-500 text-center block">©<a href="https://www.prl.res.in/prl-eng/">PRL</a>
2025, All rights reserved.</span>
</div>
</div>
</footer>
</body>
</html>