-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
449 lines (427 loc) · 15.3 KB
/
faq.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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FAQ</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="shop.html" class="dropdown-item"
>Technical/Financial Sponsorship</a
>
</li>
<li>
<a href="single-product.html" class="dropdown-item"
>Conference Venue</a
>
</li>
<li>
<a href="single-product.html" class="dropdown-item"
>Conference Program</a
>
</li>
<li>
<a href="single-product.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 FAQ Section -->
<main class="faq-container">
<section class="faq-intro">
<p>
Have questions about the NIT Jamshedpur Conference? We've got you
covered! Below are the answers to some of the most commonly asked
questions.
</p>
</section>
<section class="faq-questions">
<!-- Question 1 -->
<div class="faq-item">
<div class="faq-header">
<h2>1. What is the date of the conference?</h2>
<button class="toggle-btn">▼</button>
</div>
<div class="faq-answer">
<p>
The conference will take place from
<b>15th to 17th February 2024</b>.
</p>
</div>
</div>
<!-- Question 2 -->
<div class="faq-item">
<div class="faq-header">
<h2>2. Where will the conference be held?</h2>
<button class="toggle-btn">▼</button>
</div>
<div class="faq-answer">
<p>
The conference will be held at <b>NIT Jamshedpur</b>, located at
Adityapur, Jamshedpur, Jharkhand.
</p>
</div>
</div>
<!-- Question 3 -->
<div class="faq-item">
<div class="faq-header">
<h2>3. How can I register for the conference?</h2>
<button class="toggle-btn">▼</button>
</div>
<div class="faq-answer">
<p>
You can register on the official conference website by clicking
the "Register" button in the menu. Early registrations are
eligible for discounts!
</p>
</div>
</div>
<!-- Question 4 -->
<div class="faq-item">
<div class="faq-header">
<h2>4. Is there a registration fee?</h2>
<button class="toggle-btn">▼</button>
</div>
<div class="faq-answer">
<p>
Yes, the registration fee varies based on the participant type:<br />
<b>Students</b>: ₹1,500<br />
<b>Professionals</b>: ₹3,000
</p>
</div>
</div>
<!-- Question 5 -->
<div class="faq-item">
<div class="faq-header">
<h2>5. Can I present a paper at the conference?</h2>
<button class="toggle-btn">▼</button>
</div>
<div class="faq-answer">
<p>
Absolutely! We welcome paper presentations. Please submit your
abstracts via the website. The deadline for submissions is
<b>31st December 2023</b>.
</p>
</div>
</div>
<!-- Question 6 -->
<div class="faq-item">
<div class="faq-header">
<h2>6. Will accommodation be provided?</h2>
<button class="toggle-btn">▼</button>
</div>
<div class="faq-answer">
<p>
Yes, accommodation will be arranged for outstation participants.
Details and booking options will be provided during registration.
</p>
</div>
</div>
<!-- Question 7 -->
<div class="faq-item">
<div class="faq-header">
<h2>7. Who can I contact for further queries?</h2>
<button class="toggle-btn">▼</button>
</div>
<div class="faq-answer">
<p>
You can reach out to our help desk at
<b>[email protected]</b> or call <b>+91-9876543210</b>.
</p>
</div>
</div>
</section>
</main>
<!-- 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>
<!-- JavaScript embedded directly in the HTML -->
<script>
// Get all the toggle buttons
const toggleButtons = document.querySelectorAll(".toggle-btn");
// Loop through all the toggle buttons and add an event listener
toggleButtons.forEach((button) => {
button.addEventListener("click", function () {
// Get the parent faq-item
const faqItem = button.closest(".faq-item");
// Get the answer of the clicked FAQ item
const answer = faqItem.querySelector(".faq-answer");
// Toggle the display of the answer
answer.style.display =
answer.style.display === "block" ? "none" : "block";
// Change the arrow symbol depending on the visibility
button.innerHTML =
answer.style.display === "block" ? "▲" : "▼";
});
});
</script>
</body>
</html>