-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenue.html
277 lines (249 loc) · 13.5 KB
/
venue.html
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Venue</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="icomoon/icomoon.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/vendor.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@400;600;700&family=Roboto+Slab&display=swap"
rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-100 text-gray-800">
<!-- Header -->
<nav class="main-menu d-flex navbar fixed-top navbar-expand-lg p-2 py-3 p-lg-4 py-lg-4 ">
<div class="container-fluid">
<div class="main-logo">
<a href="index.html">
<img style="height: 80px;" src="images/logo.gif" alt="logo" class="img-fluid">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar"
aria-controls="offcanvasNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body justify-content-end">
<ul class="navbar-nav menu-list list-unstyled align-items-lg-center d-flex gap-md-3 mb-0">
<li class="nav-item dropdown">
<a class="nav-link mx-2 dropdown-toggle align-items-center" role="button" id="pages"
data-bs-toggle="dropdown" aria-expanded="false">Information of Authors</a>
<ul class="dropdown-menu" aria-labelledby="pages">
<li><a href="crucialdates.html" class="dropdown-item">Crucial Dates</a></li>
<li><a href="callforpapers.html" class="dropdown-item">Call for Papers</a></li>
<li><a href="manuscriptsubmission.html" class="dropdown-item">Manusript Submission</a>
</li>
<li><a href="registrationdetails.html" class="dropdown-item">Registration Details</a>
</li>
<li><a href="awards.html" class="dropdown-item">Awards</a></li>
</ul>
</li>
<li class="nav-item">
<a href="organizingcommittee.html" class="nav-link mx-0.8">Organizing Committee</a>
</li>
<li class="nav-item">
<a href="keynotespeakers.html" class="nav-link mx-0.8">Keynote Speakers</a>
</li>
<li class="nav-item">
<a href="technicalprogramcommittee.html" class="nav-link mx-0.8">Technical Program
Committee</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link mx-2 dropdown-toggle align-items-center" role="button" id="shop"
data-bs-toggle="dropdown" aria-expanded="false">More</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="shop">
<li><a href="sponsorship.html" class="dropdown-item">Technical/Financial Sponsorship</a></li>
<li><a href="venue.html" class="dropdown-item">Conference Venue</a></li>
<li><a href="confprogram.html" class="dropdown-item">Conference Program</a></li>
<li><a href="contact.html" class="dropdown-item">Contact Us</a></li>
</ul>
</li>
</ul>
<div class="d-none d-lg-flex align-items-center ms-5">
<ul class="d-flex justify-content-end list-unstyled m-0">
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid d-lg-none">
<div class="d-flex align-items-end mt-3">
</div>
</div>
</nav>
<!-- Main Venue Container -->
<div class="venue-container mt-24 max-w-4xl mx-auto p-8">
<!-- Header Section -->
<header class="venue-header text-center mb-8">
<h1 class="text-4xl font-bold text-blue-500">Conference Venue</h1>
<p class="text-gray-600 mt-2">
Welcome to the National Institute of Technology, Jamshedpur - The host of our annual conference.
</p>
</header>
<!-- Venue Content -->
<div class="venue-info space-y-6">
<!-- About the Venue -->
<div class="venue-section bg-blue-100 p-6 rounded-lg shadow-md text-center">
<i class="fas fa-university text-blue-500 text-2xl mb-4"></i>
<h2 class="text-xl font-semibold text-gray-800 mb-2">Venue Overview</h2>
<p class="text-gray-700">
NIT Jamshedpur, located in Adityapur, Jharkhand, is a premier technical institute in India.
The conference will take place on our serene and well-connected campus, providing the ideal space
for engaging discussions and knowledge sharing among researchers and professionals.
</p>
</div>
<!-- Address -->
<div class="venue-section bg-blue-100 p-6 rounded-lg shadow-md text-center">
<i class="fas fa-map-marker-alt text-blue-500 text-2xl mb-4"></i>
<h2 class="text-xl font-semibold text-gray-800 mb-2">Location</h2>
<p class="text-gray-700">
<b>NIT Jamshedpur</b><br />
Adityapur, Jamshedpur<br />
Jharkhand, India - 831014
</p>
</div>
<!-- Nearby Hotels -->
<div class="venue-section bg-blue-100 p-6 rounded-lg shadow-md text-center">
<i class="fas fa-bed text-blue-500 text-2xl mb-4"></i>
<h2 class="text-xl font-semibold text-gray-800 mb-2">Accommodations</h2>
<p class="text-gray-700 mb-4">
We recommend the following hotels located near the venue:
</p>
<ul class="list-disc list-inside text-left space-y-1">
<li>Hotel Sonnet, Bistupur, Jamshedpur</li>
<li>Fortune Park Centre Point, Sakchi, Jamshedpur</li>
<li>Ramada Jamshedpur, Bistupur</li>
</ul>
</div>
<!-- Contact for Venue -->
<div class="venue-section bg-blue-100 p-6 rounded-lg shadow-md text-center">
<i class="fas fa-info-circle text-blue-500 text-2xl mb-4"></i>
<h2 class="text-xl font-semibold text-gray-800 mb-2">Contact Information</h2>
<p class="text-gray-700">
For further details about the venue or assistance with directions, contact us at:<br />
<b>Phone:</b> +91 9876543210<br />
<b>Email:</b> <a href="mailto:[email protected]" class="text-blue-500 hover:underline">[email protected]</a>
</p>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="container padding-medium ">
<div class="row">
<div class="col-md-4 my-3">
<h5 class="text-uppercase fw-bold mb-4">Contact us</h5>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="mdi:location"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Address: </span> 30
E Lake St,
Chicago, USA</p>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="solar:phone-bold"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Phone: </span>
(510) 710-3464</p>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="ic:baseline-email"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Email: </span>
</p>
</div>
<div class="col-md-2 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">Links</h5>
<ul class="menu-list list-unstyled">
<li class="menu-item mb-2">
<a href="index.html" class="footer-link">Home</a>
</li>
<li class="menu-item mb-2">
<a href="#" class="footer-link">About us</a>
</li>
<li class="menu-item mb-2">
<a href="#" class="footer-link">Contact</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">support</h5>
<ul class="menu-list list-unstyled">
<li class="menu-item mb-2">
<a href="#" class="footer-link">FAQs</a>
</li>
<li class="menu-item mb-2">
<a href="#" class="footer-link">Support</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">Follow us</h5>
<div class="social-links mt-4">
<ul class="d-flex list-unstyled gap-3">
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:facebook-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:twitter-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:pinterest-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:instagram-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:youtube-fill"></iconify-icon>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<div id="footer-bottom">
<hr class="m-0 text-black-50">
<div class="container py-3">
<div class="row mt-3">
<div class="col-md-6 copyright">
<p>© 2024 EPREC. All rights reserved.</p>
</div>
</div>
</div>
</div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
</body>
</html>