-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinquisitive.html
372 lines (330 loc) · 18.8 KB
/
inquisitive.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="TechopediaX website of IEEE student chapter of SIES GST, Navi Mumbai." />
<meta name="keywords"
content="IEEE,, siesgst, SIESGST, official, student, website, TechopediaX, techopedia10.0, techopedia" />
<!--whatsapp and fb-->
<meta property="og:description" content="TechopediaX website of IEEE student chapter of SIES GST, Navi Mumbai." />
<meta property="og:url" content="https://techopedia.ieeesiesgst.in/" />
<meta property="og:image:alt" content="IEEE SIES GST" />
<!--twitter-->
<meta property="twitter:description"
content="TechopediaX website of IEEE student chapter of SIES GST, Navi Mumbai." />
<!--whatsapp and fb-->
<meta property="og:title" content="TechopediaX | IEEE SIESGST" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://ieeesiesgst.in/popupimg.jpg" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:image:width" content="1000" />
<meta property="og:image:height" content="500" />
<!--twitter-->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="TechopediaX | IEEE SIESGST" />
<meta property="twitter:image" content="https://ieeesiesgst.in/popupimg.jpg" />
<title>Techopedia X | IEEE SIESGST </title>
<link rel="icon" type="image/x-icon" href="../Image/Tab_icon.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i"
rel="stylesheet" />
<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=Poppins&family=Space+Grotesk:wght@700&display=swap"
rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="style.css">
<script>
window.addEventListener('scroll', (event) => {
let yOffset = window.pageYOffset;
if (yOffset >= 40) {
document.getElementById('navBg').classList.remove('homeBg')
}
else {
document.getElementById('navBg').classList.remove('homeBg')
}
});
</script>
</head>
<body>
<div class="wrapper">
<nav class="homeBg" id="navBg">
<span id="brand">
<a href="https://techopedia.ieeesiesgst.in/"><img class="logo" src="IEEE SIESGST_white.png" alt=""></a>
</span>
<ul id="menu" class="menu pt-3">
<li class="nav">
<a href="https://techopedia.ieeesiesgst.in/#home">Home<span>.</span></a>
</li>
<li class="nav">
<a href="https://techopedia.ieeesiesgst.in/#events">Events<span>.</span></a>
</li>
<li class="nav">
<a href="https://techopedia.ieeesiesgst.in/#timeline">Timeline<span>.</span></a>
</li>
<li class="nav">
<a href="https://techopedia.ieeesiesgst.in/#faq">FAQ<span>.</span></a>
</li>
<li class="nav">
<a href="https://techopedia.ieeesiesgst.in/#sponsors">Sponsors<span>.</span></a>
</li>
</ul>
<div id="toggle">
<div class="span">menu</div>
</div>
</nav>
<div class="mobile-nav" id="resize">
<div class="close-btn">close</div>
<ul id="menu">
<li>
<a href="https://techopedia.ieeesiesgst.in/#home">Home<span>.</span></a>
</li>
<li>
<a href="https://techopedia.ieeesiesgst.in/#events">Events<span>.</span></a>
</li>
<li>
<a href="https://techopedia.ieeesiesgst.in/#timeline">Timeline<span>.</span></a>
</li>
<li>
<a href="https://techopedia.ieeesiesgst.in/#faq">FAQ<span>.</span></a>
</li>
<li>
<a href="https://techopedia.ieeesiesgst.in/#sponsors">Sponsors<span>.</span></a>
</li>
</ul>
</div>
<!--------------- navbar starts here --------------->
<!--------------- navbar ends here --------------->
<!------------------------------- img----------------- -->
<div class="test-header">
<div class="img">
<img src="inquisitive.png" class="img-fluid" alt="...">
</div>
<!----------------------- Event---------------------------------- -->
<div class="event">
<h1 class="Event-heading">Inquisitive</h1>
<p class="Event-para">
KABOOM! Our entire planet is gone. But why? Simply, to make way for a hyperspace
expressway. Not to worry,
we're not extinct, some humans make it out alive due to one seemingly coincidental incident. They
take on a thrilling
adventure to take their home back, all while searching for the meaning of life while doing so! Come
join us, to find out
how it's done.
</p>
<p class="Event-para">
An individual that reaches new horizons every single day as we fall through our daily chores, this
quiz shall breach the
boundaries of your technical lore. This National level quiz is exclusively for curious minds raging
to learn more and
more.
</p>
<h5 class="Event-about">Rounds: 3</h5>
<h5 class="Event-about">Individual event </h5>
<h5 class="Event-about">Have any queries?, Contact us at: <li> <span class="Event-about1">
Manvi
Sharma
<a href="tel:7738238294" class="phn"> (+91 7738238294)</a>
</span></li>
<li><span class="Event-about1">
Shreya Murthy<a
href="tel:8451888937" class="phn"> (+91 8451888937)</a>
</span> </li>
</span></h5>
<!----------------------------------- Form------------------------------ -->
<div id="preloader" style="display: none">
<span id="loadingText" class="text-white">Loading...</span>
</div>
<section class="hero-container">
<div class="hero-form">
<section class="form-container">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<button style="display: none" class="nav-link active" id="Team1Form">
Team Of 1
</button>
</li>
<li class="nav-item" role="presentation">
<button style="display: none" class="nav-link" id="Team2Form">
Team Of 2
</button>
</li>
</ul>
<form id="inquisitive" action="#" class="form">
<div class="form-component">
<label class="label" for="name">Full Name</label>
<input type="text" id="name1" class="form-control form-input" name="name"
placeholder="Enter your Full Name" required />
</div>
<div class="form-component">
<label class="label" for="name">Email ID</label>
<input type="email" class="form-control" id="email1" name="email"
placeholder="Enter your Email" required />
</div>
<div class="form-component">
<label class="label" for="name">Phone No.</label>
<input type="text" class="form-control" id="phone1" name="phone"
placeholder="Enter your Phone Number" required />
<!-- pattern="[7-9]{1}[0-9]{9}" -->
</div>
<div class="form-component">
<label class="label" for="college_name">College Name</label>
<input type="text" class="form-control" id="college_name1" name="college_name"
placeholder="Enter your College Name" required />
</div>
<div class="form-component">
<label class="label" for="branch_name">Branch</label></br>
<input type="text" class="form-control branch1" id="branch1" name="branch" placeholder="Enter your branch" required/>
</div>
<div class="form-component">
<label class="label" for="name">Year Of Study</label></br>
<input type="text" class="form-control year1" id="year1" name="year1" placeholder="Enter your year" required/>
</div>
<div class="form-component">
<label class="label" for="branch_name">Slots</label></br>
<select id="slots" name="slots" class="px-2" required>
<option value="" disabled selected>Select your slot</option>
<option value="7 Feb (10am to 11 am)">7 Feb (10am to 11 am)</option>
<option value="7 Feb (11:30am to 12:30pm)">7 Feb (11:30am to 12:30pm)</option>
<option value="7 Feb (1pm to 2pm)">7 Feb (1pm to 2pm)</option>
</select>
</div>
<div class="button-group">
<button type="submit" class="button">Register</button>
</div>
<div id="form2"></div>
</form>
</section>
</div>
</section>
<!-- ------------------footer starts here!------------------- -->
<footer class="footer">
<div class="container">
<div class="hr">
<div class="row"></div>
</div>
<br /><br />
<div class="info">
<div class="row">
<div class="col-lg-4" id="personal">
<h3>Explore.</h3>
<div class="explore">
<a href="#home" data-wow-delay="0.2s">Home</a>
<a href="#events" data-wow-delay="0.2s">Events</a>
<a href="mailto: ieee@siesgst.ac.in" data-wow-delay="0.2s">Contact</a>
</div>
</div>
<div class="col-lg-4 footer-column">
<h3 class="follow-us">Follow us at.</h3>
<ul class="social-links">
<li id="insta" class="wow fadeInUp" data-wow-delay="0.6s"><a target="_blank"
href="https://www.instagram.com/ieeesiesgst/?hl=en"><img
src="../Image/InstagramLogo (1).png" alt=""></a>
</li>
<li class="wow fadeInUp" data-wow-delay="1s"><a target="_blank"
href="https://www.linkedin.com/company/ieee-gst"><img
src="../Image/LinkedinLogo.png" alt=""></a></li>
<li class="wow fadeInUp" data-wow-delay="0.8s"><a target="_blank"
href="https://twitter.com/_ieeesiesgst?s=09"><img
src="../Image/twitter logo.png" alt=""></li>
<li class="wow fadeInUp" data-wow-delay="1s"><a target="_blank"
href="https://www.youtube.com/c/IEEESIESGST"><img
src="../Image/youtube logo.png" alt=""></a></li>
<li class="wow fadeInUp" data-wow-delay="0.4s"><a target="_blank"
href="https://www.facebook.com/groups/714385779076148/?ref=share"><img
src="../Image/FacebookLogo.png" alt=""></a></li>
<li class="wow fadeInUp" data-wow-delay="1s"><a target="_blank"
href="https://open.spotify.com/show/08snSfTbCS9EcxWTDIJYuV?si=s5eliMbwTPeOXAC2ZG8MDg&utm_source=copy-link"><img
src="../Image/SpotifyLogo.png" alt=""></a></li>
<li class="wow fadeInUp" data-wow-delay="1s"><a target="_blank"
href="https://github.com/ieeesiesgst"><img
src="../Image/github logo.png" alt=""></a></li>
</ul>
<br /><br />
</div>
<div class="col-lg-4" id="address">
<h3 class="Reach-us">Reach us at.</h3>
<h4 data-wow-delay="0.2s"><span><a href="mailto: ieee@siesgst.ac.in">
ieee@siesgst.ac.in
</a></span></h4>
<!-- <a href="tel:908923792" data-wow-delay="0.2s">+91 908923792
</h4>
<a href="tel:899023723" data-wow-delay="0.2s">+91 899023723</h4>
<br /><br /> -->
<div class="official-website"><a href="https://ieeesiesgst.in/"
data-wow-delay="0.2s"> Visit our official site.</a> </div>
</div>
</div>
<h3 class="copyright"> © 2021 - 2022</h3>
</div>
</div>
<br />
</footer>
<!--------------- footer ends here --------------->
</div>
<!-- greensock cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script type="text/javascript">
// navigation starts here
$("#toggle").click(function () {
$(this).toggleClass("on");
$("#resize").toggleClass("active");
});
$("#resize ul li a").click(function () {
$(this).toggleClass("on");
$("#resize").toggleClass("active");
});
$(".close-btn").click(function () {
$(this).toggleClass("on");
$("#resize").toggleClass("active");
});
TweenMax.from("#brand", 1, {
delay: 0.4,
y: 10,
opacity: 0,
ease: Expo.easeInOut,
});
TweenMax.staggerFrom(
"#menu li a",
1,
{
delay: 0.4,
opacity: 0,
ease: Expo.easeInOut,
},
0.1
);
// nav animation ends
</script>
<script src="script.js"></script>
</body>
</html>
<script>
const accordionItemHeaders = document.querySelectorAll(".accordion-item-header");
accordionItemHeaders.forEach(accordionItemHeader => {
accordionItemHeader.addEventListener("click", event => {
accordionItemHeader.classList.toggle("active");
const accordionItemBody = accordionItemHeader.nextElementSibling;
if (accordionItemHeader.classList.contains("active")) {
accordionItemBody.style.maxHeight = accordionItemBody.scrollHeight + "px";
accordionItemHeader.style.backgroundColor = "#000516";
accordionItemHeader.style.border = "#fff solid 1px";
}
else {
accordionItemBody.style.maxHeight = 0;
accordionItemHeader.style.backgroundColor = "transparent";
accordionItemHeader.style.border = "#fff solid 1px";
}
});
});
</script>