-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
442 lines (412 loc) · 23.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/apk-logo-black.svg">
<title>Aparoksha</title>
<link rel="stylesheet" href="./atropos/atropos.min.css">
<link rel="stylesheet" href="index.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
</style>
</head>
<body>
<img id="ufo" style="position: fixed;
height: 35px;z-index: 1000000000000000; transition: all 2s; margin: 10px;"
src="./images/ynm2_tuww_210520-removebg-preview.png" alt="">
<div id="particles-js"></div>
<nav style="position: fixed; z-index: 100; top: 150px;">
<ul>
<li>
<div class="home-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-house-door-fill" viewBox="0 0 16 16">
<path
d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z" />
</svg>
</div>
</li>
<li>
<div class="work-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-images" viewBox="0 0 16 16">
<path d="M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" />
<path
d="M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-1.998 2zM14 2H4a1 1 0 0 0-1 1h9.002a2 2 0 0 1 2 2v7A1 1 0 0 0 15 11V3a1 1 0 0 0-1-1zM2.002 4a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.947V5a1 1 0 0 0-1-1h-10z" />
</svg>
</div>
</li>
<li>
<div class="about-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
<path
d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" />
</svg>
</div>
</li>
<li>
<div class="mail-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-people" viewBox="0 0 16 16">
<path
d="M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8Zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022ZM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816ZM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" />
</svg>
</div>
</li>
<li>
<div class="mail-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-currency-dollar" viewBox="0 0 16 16">
<path
d="M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73l.348.086z" />
</svg>
</div>
</li>
</ul>
</nav>
<div class="bg-gradient-to-b from-primary to-primary-dark border-primary">
<div class=" atroposes max-w-screen-lg mx-auto ">
<div class="atropos des-atropos my-atropos atropos-header w-full atropos-rotate-touch-scroll-y"><span
class="atropos-scale"
style="transform: translate3d(0px, 0px, 0px); transition-duration: 300ms;"><span
class="atropos-rotate"
style="transition-duration: 300ms; transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg);"><span
class="atropos-inner"><img class="atropos-header-spacer"
src="https://atroposjs.com/images/header/atropos-bg.svg" alt="stars">
<img data-atropos-offset="-5" src="./WebAPK/Layer 5.png" alt="mountains"
style="transition-duration: 300ms; transform: translate3d(0px, 0px, 0px);">
<img style=" width: 68%; top: 0; left: 15%;" data-atropos-offset="0"
src="./WebAPK/Layer 2.png" alt="forest"
style="transition-duration: 300ms; transform: translate3d(0px, 0px, 0px);">
<img style=" left: 25%;
width: 50%; top: 0;" data-atropos-offset="15" src="./WebAPK/Layer 1.png" alt="forest"
style="transition-duration: 300ms; transform: translate3d(0px, 0px, 0px);">
<div data-atropos-offset="30" style="
position: absolute;
z-index: 12205;
top: 0px;
left: 31%;
transition-duration: 600ms;
transform: translate3d(0px, 0px, 0px);
font-size: 90px;
color: white;
font-family: 'Orbitron', sans-serif;
">
<span class="fanctName">A</span><span class="fanctName">P</span><span
class="fanctName">A</span><span class="fanctName">R</span><span
class="fanctName">O</span><span class="fanctName">K</span><span
class="fanctName">S</span><span class="fanctName">H</span><span
class="fanctName">A</span>
</div>
<div style=" position: absolute;
z-index: 12205;
top: 37px;
left: 57%;
transition-duration: 600ms;
transform: translate3d(0px, 0px, 0px);
font-size: 90px;
color: white;
font-family: 'Orbitron', sans-serif;">
<span class="fanctName tagline">R</span><span class="fanctName tagline">E</span><span
class="fanctName tagline">D</span><span class="fanctName tagline">E</span><span
class="fanctName tagline">F</span><span class="fanctName tagline">I</span><span
class="fanctName tagline">N</span><span class="fanctName tagline">E </span><span
class="fanctName tagline"> R</span><span class="fanctName tagline">E</span><span
class="fanctName tagline">A</span><span class="fanctName tagline">L</span><span
class="fanctName tagline">I</span><span class="fanctName tagline">T</span><span
class="fanctName tagline">Y</span>
</div>
</span><span class="atropos-shadow"
style="transform: translate3d(0px, 0px, -50px) scale(1); transition-duration: 300ms;"></span></span></span>
</div>
</div>
</div>
<div class="heading">
<span class="fanctName heading">G</span><span class="fanctName heading">a</span><span
class="fanctName heading">l</span><span class="fanctName heading">l</span><span
class="fanctName heading">e</span><span class="fanctName heading">r</span><span
class="fanctName heading">y</span>
</div>
<div class="external">
<div class="horizontal-scroll-wrapper">
<div class="img-wrapper slower">
<a class="box2-ancher" href="https://altphotos.com/photo/stylish-parisian-cafe-terrace-279/"
target="_blank" rel="noopener"><img class="box2-img"
src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/paris-cafe-terrace.jpg" alt="">
</a>
</div>
<div class="img-wrapper faster">
<a class="box2-ancher" href="https://altphotos.com/photo/retro-boy-doll-wearing-elegant-clothes-330/"
target="_blank" rel="noopener">
<img class="box2-img" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/antiquedollboy.jpg"
alt="">
</a>
</div>
<div class="img-wrapper slower vertical">
<a class="box2-ancher"
href="https://altphotos.com/photo/clocks-shop-exposition-window-reflecting-the-streets-277/"
target="_blank" rel="noopener">
<img class="box2-img" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/windowshopclock.jpg"
alt="">
</a>
</div>
<div class="img-wrapper slower slower-down">
<a class="box2-ancher" href="https://altphotos.com/photo/swans-and-ducks-swimming-in-a-river-264/"
target="_blank" rel="noopener">
<img class="box2-img" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/swanduckriver.jpg"
alt="">
</a>
</div>
<div class="img-wrapper">
<a class="box2-ancher" href="https://altphotos.com/photo/sidewalk-terrace-of-a-blue-facade-cafe-312/"
target="_blank" rel="noopener">
<img class="box2-img" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/cafe-terrace.jpg"
alt="">
</a>
</div>
<div class="img-wrapper slower">
<a class="box2-ancher" href="https://altphotos.com/photo/paris-waterfront-at-sunset-1555/"
target="_blank" rel="noopener">
<img class="box2-img" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/paris-seine-boat.jpg"
alt="">
</a>
</div>
<div class="img-wrapper faster1">
<a class="box2-ancher"
href="https://altphotos.com/photo/old-man-leaning-over-the-barrier-looking-at-the-river-265/"
target="_blank" rel="noopener">
<img class="box2-img" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/old-man-river.jpg"
alt="">
</a>
</div>
<div class="img-wrapper slower slower2">
<a class="box2-ancher" href="https://altphotos.com/photo/cafe-terrace-with-a-row-of-retro-tables-261/"
target="_blank" rel="noopener">
<img class="box2-img" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/cafe-table-street.jpg"
alt="">
</a>
</div>
<div class="img-wrapper">
<a class="box2-ancher" href="https://altphotos.com/photo/street-scene-with-pedestrians-and-dogs-318/"
target="_blank" rel="noopener">
<img class="box2-img"
src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/street-scene-people.jpg" alt="">
</a>
</div>
<div class="img-wrapper slower">
<a class="box2-ancher"
href="https://altphotos.com/photo/tourist-barge-on-the-river-seine-near-notre-dame-266/"
target="_blank" rel="noopener">
<img class="box2-img"
src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/notre-dame-river-boat.jpg" alt="">
</a>
</div>
<div class="img-wrapper slower last">
<a class="box2-ancher" href="https://altphotos.com/photo/skulls-decoration-in-a-shop-window-331/"
target="_blank" rel="noopener">
<img class="box2-img"
src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/shop-window-reflection.jpg" alt="">
</a>
</div>
</div>
</div>
<h1 class="heading">
<span class="fanctName heading">A</span><span class="fanctName heading">b</span><span
class="fanctName heading">o</span><span class="fanctName heading">u</span><span class="fanctName heading">t
</span><span class="fanctName heading"> U</span><span class="fanctName heading">s</span>
</h1>
<div class="about">
<div class="about-img">
<img src="https://geekhaven.github.io/Aparoksha-18/img/img19.jpg" alt="">
</div>
<div class="about-text">
Aparoksha is the Annual Technical Festival of IIIT Allahabad (A Centre of Excellence in Information
Technology
established by Ministry of HRD, Govt. of India).
A collaboration of, for and by tech enthusiasts, Aparoksha is a platform for technocrats to code, design and
build
innovative solutions to transform India into a digitally empowered society and a knowledge based economy,
all
while
providing a venue for self-expression and creativity.
Aparoksha boasts a plethora of intensive and gripping technical events. To name a few, Aparoksha is home to
Hack
In the
North, the largest student held Hackathon in North India organised by GitHub and TopCoder. Aparoksha also
holds
TopCoder
Humblefool Cup,a 2-tier ACM-ICPC style national level coding contest organised in the honour of Harsha
Suryanarayana, an
alumnus of IIIT Allahabad, known to the world as one of the greatest coders India has ever produced.
The previous iterations of Aparoksha have seen eminent personalities from various walks of life coming to
deliver talks
on a diverse range of topics, as well as various performances-cum-events like The Comedy Night, EDM Night
and
After
Party.
Technology is best when it brings people together'. In keeping with this motto, Aparoksha also organises a
Tech
Tour, an
initiative taken by the Technical Society of IIIT Allahabad to conduct workshops and talks in various
schools
and
colleges across India to increase technical awareness, build enthusiasm in people and give back to the
society.
</div>
</div>
<h1 class="heading">
<span class="fanctName heading">S</span><span class="fanctName heading">P</span><span
class="fanctName heading">E</span><span class="fanctName heading">A</span><span
class="fanctName heading">K</span><span class="fanctName heading">E</span><span
class="fanctName heading">R</span><span class="fanctName heading">S</span>
</h1>
<div class="speakers">
<div class="speaker">
<div class="wrap animate pop">
<div class="overlay">
<div class="overlay-content animate slide-left delay-2">
<h1 class="animate slide-left pop delay-4">Sahil</h1>
<p class="animate slide-left pop delay-5" style="color: white; margin-bottom: 2.5rem;">Speaker
<em>1</em>
</p>
</div>
<div class="image-content animate slide delay-5 card1"></div>
<div class="dots animate">
<div class="dot animate slide-up delay-6"></div>
<div class="dot animate slide-up delay-7"></div>
<div class="dot animate slide-up delay-8"></div>
</div>
</div>
<div class="text">
<p>Trees are woody perennial plants that are a member of the kingdom <em>Plantae</em>. All species
of trees are
grouped by their genus, family, and order. This helps make identifying and studying trees
easier.</p>
<p>Apart from providing oxygen for the planet and beauty when they bloom or turn color, trees are
very useful.
Certain species of hardwood and softwood trees are excellent for timber, making furniture, and
paper.</p>
<p>When managed properly, trees are a good source of renewable energy and construction material.</p>
</div>
</div>
</div>
<div class="speaker">
<div class="wrap animate pop">
<div class="overlay">
<div class="overlay-content animate slide-left delay-2">
<h1 class="animate slide-left pop delay-4">Parja</h1>
<p class="animate slide-left pop delay-5" style="color: white; margin-bottom: 2.5rem;">Speaker
<em>2</em>
</p>
</div>
<div class="image-content animate slide delay-5 card2"></div>
<div class="dots animate">
<div class="dot animate slide-up delay-6"></div>
<div class="dot animate slide-up delay-7"></div>
<div class="dot animate slide-up delay-8"></div>
</div>
</div>
<div class="text">
<p>Trees are woody perennial plants that are a member of the kingdom <em>Plantae</em>. All species
of trees are
grouped by their genus, family, and order. This helps make identifying and studying trees
easier.</p>
<p>Apart from providing oxygen for the planet and beauty when they bloom or turn color, trees are
very useful.
Certain species of hardwood and softwood trees are excellent for timber, making furniture, and
paper.</p>
<p>When managed properly, trees are a good source of renewable energy and construction material.</p>
</div>
</div>
</div>
<div class="speaker">
<div class="wrap animate pop">
<div class="overlay">
<div class="overlay-content animate slide-left delay-2">
<h1 class="animate slide-left pop delay-4">Pawan</h1>
<p class="animate slide-left pop delay-5" style="color: white; margin-bottom: 2.5rem;">Speaker
<em>3</em>
</p>
</div>
<div class="image-content animate slide delay-5 card3"></div>
<div class="dots animate">
<div class="dot animate slide-up delay-6"></div>
<div class="dot animate slide-up delay-7"></div>
<div class="dot animate slide-up delay-8"></div>
</div>
</div>
<div class="text">
<p>Trees are woody perennial plants that are a member of the kingdom <em>Plantae</em>. All species
of trees are
grouped by their genus, family, and order. This helps make identifying and studying trees
easier.</p>
<p>Apart from providing oxygen for the planet and beauty when they bloom or turn color, trees are
very useful.
Certain species of hardwood and softwood trees are excellent for timber, making furniture, and
paper.</p>
<p>When managed properly, trees are a good source of renewable energy and construction material.</p>
</div>
</div>
</div>
<div class="speaker">
<div class="wrap animate pop">
<div class="overlay">
<div class="overlay-content animate slide-left delay-2">
<h1 class="animate slide-left pop delay-4">Varun</h1>
<p class="animate slide-left pop delay-5" style="color: white; margin-bottom: 2.5rem;">Speaker
<em>4</em>
</p>
</div>
<div class="image-content animate slide delay-5 card4"></div>
<div class="dots animate">
<div class="dot animate slide-up delay-6"></div>
<div class="dot animate slide-up delay-7"></div>
<div class="dot animate slide-up delay-8"></div>
</div>
</div>
<div class="text">
<p>Trees are woody perennial plants that are a member of the kingdom <em>Plantae</em>. All species
of trees are
grouped by their genus, family, and order. This helps make identifying and studying trees
easier.</p>
<p>Apart from providing oxygen for the planet and beauty when they bloom or turn color, trees are
very useful.
Certain species of hardwood and softwood trees are excellent for timber, making furniture, and
paper.</p>
<p>When managed properly, trees are a good source of renewable energy and construction material.</p>
</div>
</div>
</div>
</div>
<script src="./particles.js-master/particles.js">
</script>
<script src="./particles.js-master/demo/js/app.js">
</script>
<script src="./atropos/atropos.min.js"></script>
<script src="./index.js"></script>
<script>
let colors = ["white", "#ff84c8", "#94aaff", "#423cfe", "#3ef7fa", "#ff3bff", "#8887ff"];
let names = document.getElementsByClassName('fanctName');
function foo() {
let ct = 0;
Array.from(names).forEach((name) => {
name.style.color = colors[Math.ceil(Math.random() * 7)];
})
}
setInterval(() => {
foo();
}, 200);
let ufo = document.getElementById('ufo');
window.addEventListener('mousemove', (e) => {
console.log(e.clientX);
console.log(e.clientY);
ufo.style.left = `${e.clientX}px`;
ufo.style.top = `${e.clientY}px`;
})
</script>
</body>
</html>