forked from dvm-bitspilani/BOSM-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
459 lines (384 loc) · 14.1 KB
/
index.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
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<title>BOSM | Rise To Glory</title>
<meta
content="One of the biggest sports extravaganzas in the Country, BITS Open Sports Meet (BOSM'22), is back with its 35th edition this winter to provide a stage for college teams to showcase their supremacy by competing amongst the nation's best talents."
name="description"
/>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link
href="https://www.dafontfree.net/embed/em9uYS1wcm8tdGhpbiZkYXRhLzUxL3ovMjE1MjMvWm9uYVByby1UaGluLm90Zg"
rel="stylesheet"
type="text/css"
/>
<link href="Assets/Logo.png" rel="shortcut icon" type="image/x-icon" />
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link href="CSS/index.css" rel="stylesheet" />
<link href="CSS/responsive.css" rel="stylesheet" />
<link href="CSS/respDesktop.css" rel="stylesheet" />
<link href="CSS/contact.css" rel="stylesheet" />
<link href="CSS/about.css" rel="stylesheet" />
<link href="CSS/events.css" rel="stylesheet" />
<script defer src="Scripts/index.js"></script>
<script defer src="Scripts/events.js"></script>
<script defer src="Scripts/about.js"></script>
</head>
<body>
<div class="loader">
<div class="video-wrapper">
<video autoplay loop muted playsinline id="video" width="100%">
<source src="Assets/loader.mp4" type="video/mp4" />
</video>
<div class="shadow"></div>
</div>
<div class="hide">CLICK TO CONTINUE</div>
</div>
<div class="ham-grid">
<div class="ham-logo ham-hide"><img src="Assets/ham-logo.png" /></div>
<div class="ham-img ham-hide">
<img src="Assets/ham-img.png" /><span></span>
</div>
<div class="ham-links">
<div>
<a href="#">GALLERY</a>
<a href="#">ARCHIVES</a>
<a href="#">LOGIN</a>
<a href="Templates/developers.html">DEVELOPERS</a>
</div>
</div>
<div class="ham-text ham-hide">
<img src="Assets/ham-text.png" /><span></span>
</div>
<div class="ham-icons ham-hide">
<a href="https://www.facebook.com/bosmbitspilani" target="_blank">
<img aria-hidden="true" src="Assets/Facebook.png" class="ham-icon" />
</a>
<a href="https://www.instagram.com/bitsbosm/" target="_blank">
<img aria-hidden="true" src="Assets/Instagram.png" class="ham-icon" />
</a>
</div>
</div>
<div class="scrollNav" id="sideScroll">
<!-- <div class="navBut" id="sponsors">SPONSORS</div> -->
<div id="contact"><a class="navBut" href="#contactUs">CONTACT</a></div>
<div id="events"><a class="navBut" href="#eventsHere">EVENTS</a></div>
<div id="about"><a class="navBut" href="#about-sec">ABOUT</a></div>
<div id="main"><a class="navBut" href="#">HOME</a></div>
</div>
<div class="lines">
<div class="line" id="l1">
<img src="./Assets/Line.png" />
</div>
<div class="line" id="l2">
<img src="./Assets/Line.png" />
</div>
<div class="line" id="l3">
<img src="./Assets/RedLine.png" />
</div>
<div class="line" id="l4">
<img src="./Assets/RedLine.png" />
</div>
<div class="line" id="l5">
<img src="./Assets/BlueLine.png" />
</div>
<div class="line" id="l6">
<img src="./Assets/BlueLine.png" />
</div>
<div class="line" id="l7">
<img src="./Assets/RedLine.png" />
</div>
<div class="line" id="l8">
<img src="./Assets/Line.png" />
</div>
<div class="line" id="l9">
<img src="./Assets/Line.png" />
</div>
<div class="line" id="l10">
<img src="./Assets/RedLine.png" />
</div>
<div class="line" id="l11">
<img src="./Assets/BlueLine.png" />
</div>
</div>
<img class="phoneBgMain" src="Assets/phoneMainBg.png" />
<img class="bgMain" src="Assets/bgMain.png" />
<img class="fall-red" src="Assets/fall-red.png" />
<img class="fall-blue" src="Assets/fall-blue.png" />
<img class="fall-yellow" src="Assets/fall-yellow.png" />
<img class="fall-red late-1" src="Assets/fall-red.png" />
<img class="fall-blue late-1" src="Assets/fall-blue.png" />
<img class="fall-yellow late-1" src="Assets/fall-yellow.png" />
<img class="fall-red late-2" src="Assets/fall-red.png" />
<img class="fall-blue late-2" src="Assets/fall-blue.png" />
<img class="fall-yellow late-2" src="Assets/fall-yellow.png" />
<img class="bg-red" src="Assets/rs.png" />
<img class="bg-blue" src="Assets/bs.png" />
<img class="bg-yellow" src="Assets/ys.png" />
<div class="home-page">
<nav class="nav">
<div class="left">
<img src="Assets/Logo.png" />
</div>
<div class="right">
<a
class="regist"
href="Templates/registration.html"
id="desktopRegist"
>REGISTRATION</a
>
<div class="ham-cont">
<div class="hamburger">
<!-- <span class="ham-1"></span>
<span class="ham-2"></span>
<span class="ham-3"></span> -->
</div>
</div>
</div>
</nav>
<main>
<div class="pictures sec-head">
<div class="leftImg">
<img class="light" id="lightRed" src="Assets/Red%20Light.png" />
<img class="rp player" src="Assets/Red.png" />
</div>
<div class="centerImg">
<img class="light" id="lightBlue" src="Assets/Blue%20Light.png" />
<img class="bp player" src="Assets/Blue.png" />
</div>
<div class="rightImg">
<img
class="light"
id="lightYellow"
src="Assets/Yellow%20Light.png"
/>
<img class="yp player" src="Assets/Yellow.png" />
</div>
</div>
<div class="text">
<img id="bosm" src="./Assets/BOSMText.png" />
<img id="bosmr" src="./Assets/RiseText.png" />
<!-- <h2>BOSM</h2> -->
<!-- <h3>RISE TO GLORY</h3> -->
</div>
<a class="regist" href="Templates/registration.html" id="phoneRegist"
>REGISTER</a
>
</main>
<footer>
<div class="time">
<div class="numbers">
<div id="days">00</div>
<span>:</span>
<div id="hours">00</div>
<span>:</span>
<div id="min">00</div>
</div>
<div class="labels">
<div class="label-1">DAYS</div>
<div class="label-2">HOURS</div>
<div class="label-3">MINUTES</div>
</div>
</div>
<div class="socials">
<a href="https://www.facebook.com/bosmbitspilani" target="_blank">
<i aria-hidden="true" class="fa fa-facebook-square"></i>
</a>
<a href="https://www.instagram.com/bitsbosm/" target="_blank">
<i aria-hidden="true" class="fa fa-instagram"></i>
</a>
</div>
</footer>
</div>
<div class="transition"></div>
<section id="about-sec" class="sec-head">
<img class="about-bg" src="./Assets/bgAbout.png" />
<img class="about-bg-phone" src="./Assets/bgAboutPhone.png" />
<div id="about-txt">
<h2 class="sec-header">ABOUT US</h2>
<p class="about-par">
One of the biggest sports extravaganzas in the Country, BITS Open
Sports Meet (BOSM), is back with its 35th edition this winter. The
annual sports fest of BITS Pilani, Pilani Campus, since its inception
in 1986, has been a stage for college teams to showcase their
supremacy by competing amongst the nation's best talents.
</p>
<p class="about-par">
After a three-year gap due to the pandemic, the event is all set to
witness thrill, excitement, and competitiveness like never before. The
theme for BOSM 2022 is "Rise to Glory." It signifies the glory of the
mega sports fest restored to normalcy after the pandemic, and the
stage being set for the sporting event and glory tells us about the
success stories and efforts that one puts into achieving their feats.
</p>
<p class="about-par">
BOSM not only brings enthralling sporting events but also comes up
with exciting events like prof shows, exhibitions, talks, and many
more. So get ready to feel the adrenaline rush down your spine in this
breathtaking fest.
</p>
<p class="about-par">
Train and prepare to prove your mettle at one of the biggest sporting
platforms in the Country!
</p>
</div>
<div id="about-line"></div>
<div id="about-right">
<div id="about-car-cont">
<div id="about-car">
<div id="about-car-back"></div>
</div>
<div id="about-dots-cont"></div>
</div>
<div id="about-tweet"></div>
</div>
</section>
<section class="events sec-head" id="eventsHere">
<img class="events-bg" src="./Assets/bgEvents.png" />
<img class="events-bg-phone" src="./Assets/bgAboutPhone.png" />
<h2 class="sec-header">EVENTS</h2>
<div id="evt-cont">
<div id="evt-arrow-left"></div>
<div id="evt-arrow-right"></div>
<div id="events-cont"></div>
<button id="evt-cont__guidelines">Guidelines</button>
<div id="event-dots-cont"></div>
</div>
</section>
<section class="contact sec-head" id="contactUs">
<!-- <img class="contactBgPhone" src="./Assets/phoneContactBg.png" /> -->
<h2 class="sec-header">CONTACT US</h2>
<div class="contactCont">
<div class="contDiv">
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Vaishnavi.png" />
</div>
<h2 class="name">
Vaishnavi <br />
Raghav
</h2>
<p class="dept">Publications and Correspondence</p>
<p class="number">+916395057581</p>
<p class="mail">pcr@bits-bosm.org</p>
</div>
<div class="contDiv">
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Abhishek 1.png" />
</div>
<h2 class="name">
Abhishek <br />
Mollera Singh
</h2>
<p class="dept">Controls</p>
<p class="number">+919632217970</p>
<p class="mail">controls@bits-bosm.org</p>
</div>
<div class="contDiv">
<img class="donut1" src="./Assets/donut2.png" />
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Ravi.png" />
</div>
<h2 class="name">
Ravichandra <br />
Parvatham
</h2>
<p class="dept">
Sponsorship <br />
and Marketing
</p>
<p class="number">+919100955331</p>
<p class="mail">sponsorship@bits-bosm.org</p>
</div>
<div class="contDiv">
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Tejas.png" />
</div>
<h2 class="name">
Tejas <br />
Deshpande
</h2>
<p class="dept">Reception and Accommodation</p>
<p class="number">+917350334393</p>
<p class="mail">recnacc@bits-bosm.org</p>
</div>
<div class="contDiv">
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Ekansh.png" />
</div>
<h2 class="name">
Ekansh <br />
Agarwal
</h2>
<p class="dept">Sports Secretary</p>
<p class="number">+918810211563</p>
<p class="mail">sportssecretary@bits-bosm.org</p>
</div>
<div class="contDiv">
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Shalini.png" />
</div>
<h2 class="name">
Shalini <br />
Solanke
</h2>
<p class="dept">Joint Sports Secretary</p>
<p class="number">+917058949468</p>
<p class="mail"> </p>
</div>
<div class="contDiv">
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Harshvardhan.png" />
</div>
<h2 class="name">
Harshvardhan <br />
Singh
</h2>
<p class="dept">Joint Sports Secretary</p>
<p class="number">+916350648125</p>
<p class="mail"> </p>
</div>
<div class="contDiv">
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Krishay.png" />
</div>
<h2 class="name">
Krishay <br />
Nangia
</h2>
<p class="dept">Joint Sports Secretary</p>
<p class="number">+919820075904</p>
<p class="mail"> </p>
</div>
<div class="contDiv">
<img class="donut2" src="./Assets/donut.png" />
<div class="contactImgCont">
<img class="contactImg" src="./Assets/Madhav.png" />
</div>
<h2 class="name">
Madhav <br />
Garg
</h2>
<p class="dept">Online Registrations</p>
<p class="number">+919911448690</p>
<p class="mail">webmaster@bits-bosm.org</p>
</div>
</div>
</section>
<div id="love">
<div class="foot">
Made with <i aria-hidden="true" class="fa fa-heart"></i> by DVM
</div>
</div>
</body>
</html>