-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·547 lines (509 loc) · 17 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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-135634758-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-135634758-1');
</script>
<meta charset="UTF-8" />
<title>Codezilla 2019</title>
<meta name="theme-color" content="black" />
<meta
name="description"
content="Codezilla is an annual programming competition hosted by MIET, Meerut."
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.5.0/modern-normalize.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/hero.css" />
<link rel="stylesheet" href="css/header.css" /> -->
<link rel="stylesheet" href="css/styles.min.css" />
</head>
<body>
<div id="load">
<div class="loader-ring">
<div class="loader-ring-light"></div>
<div class="loader-ring-track"></div>
</div>
</div>
<div id="contents">
<div id="header" class="Header animated slideInDown delay-2s faster">
<div class="HeaderGroup">
<a href="#about">About</a>
<a href="#rules">Rules</a>
<a href="#timeline">Timeline</a>
<a href="#team">Team</a>
<a href="#contact">Contact</a>
</div>
</div>
<div id="hero_background_anim"></div>
<div class="hero_container">
<div class="miet-register animated fadeInDown delay-2s faster">
<div class="miet-logo">
<img src="images/mietlogo.png" alt="miet logo" />
</div>
<a
class="register_button"
href="https://docs.google.com/forms/d/e/1FAIpQLSe9uJXWJzrRcEkF7znNYJ5LsMKZbP203XAf-0cpYXyHWiiwKw/viewform"
>Register</a
>
</div>
<div class="hero_logo animated flipInX delay-2s">
<img src="images/codezilla.png" alt="codezilla logo" />
</div>
<div class="hero_description animated fadeInUp delay-2s faster">
<p>
Pedestal to the coding extravaganza of MIET, Meerut
</p>
</div>
<div class="quote animated fadeInUp delay-2s faster">
<blockquote>
<p>
“Controlling complexity is the essence of computer programming.”
</p>
<cite>Brian Kernigan</cite>
</blockquote>
</div>
</div>
<!-- About -->
<div id="about" class="about-rules">
<h3>Codezilla 2019</h3>
<div class="desc-wrapper">
<p>
CodeZilla – the annual coding contest by MIET, Meerut. CodeZilla is
now in its 5th season. With the last season we made the competition
open for non- Mietians, and had an overwhelming response. With this
season we are looking at it getting better, more challenging, super
exciting, more rewarding. CodeZilla calls on programmers to put
their skills to the test by solving multiple rounds of algorithmic
puzzles and win cash prizes worth
<span style="color: #ffa71b;">₹12k</span>. In addition to being
challenging and fun, CodeZilla problems can help you develop your
coding and programming skills. So apply and hack through these round
to show your coding prowess. Competition will be held at Q-block,
MIET Meerut as per <a href="#timeline">schedule</a>.
</p>
</div>
</div>
<!-- Rules -->
<div id="rules" class="about-rules">
<h3>Rules</h3>
<div>
<ol>
<li>
All the participants must register themselves on
<a
href="https://www.hackerrank.com/"
style="color: #ffa71b;"
target="_blank"
>Hackerrank.</a
>
</li>
<li>
There is a pre-elimination round for MIETians. (
<a href="#timeline" style="color: #ffa71b;">schedule</a>)
</li>
<li>
All MIETians qualified in Round 1 will be able to participate in
Round 2.
</li>
<li>Non-mietians will be able to participate only in round 2.</li>
<li>
Registration fee of ₹100/-per student is to be paid in cash at
registration desk on 30 March
</li>
<li>
Keep Hackerrank credentials handy: they will be used to
participate in the competition.
</li>
<li>
This is a team event and each team is allowed to have 1-2 members.
</li>
<li>Any form of plagiarism is strictly prohibited.</li>
<li>
All the participants are required to carry their college ID CARDS.
</li>
<li>
Computer systems will be provided to all the participants
throughout the competition.
</li>
</ol>
</div>
</div>
<!-- Timeline -->
<div class="timeline_wrapper" id="timeline">
<h3>Timeline</h3>
<ul class="timeline">
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Registrations open</span>
<span class="time-wrapper">
<span class="time">Monday, March 4</span>
</span>
</div>
<div class="desc">
<i class="fas fa-bolt"></i> Set your code neurons ablaze!!
</div>
</div>
</li>
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Practice round</span>
<span class="time-wrapper">
<span class="time">Sunday, March 9 </span>
</span>
</div>
<div class="desc">
<i class="fas fa-terminal"></i> Hack those bits to march
towards the podium.
</div>
</div>
</li>
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Final round</span>
<span class="time-wrapper">
<span class="time">Sunday, March 30 </span>
</span>
</div>
<div class="desc">
<i class="fas fa-trophy"></i> Engrave your name on the cup.
</div>
</div>
</li>
</ul>
</div>
<div id="team" class="team special b-team">
<h3 class="title">Behind the scene</h3>
<h4>Mentors</h4>
<hr />
<ul class="grid">
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/prof_mk.jpg"
alt="prof_mk"
/>
<h3>Dr. Mukesh Rawat</h3>
<p>
Professor Incharge (CSE/IT) Department of Computer Science &
Engineering
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/prof_pp.jpg"
alt="prof_pp"
/>
<h3>Prof. Pradeep Pant</h3>
<p>Head of Department, Computer Science & Engineering</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/prof_aj.jpg"
alt="prof_aj"
/>
<h3>Dr. Ajay Kumar</h3>
<p>Dean of Student Welfare Head of Department, MBA</p>
</li>
</ul>
<h4>Team</h4>
<hr />
<ul class="grid">
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/prachi.jpeg"
alt="prachi"
/>
<h3>Prachi Sharma</h3>
<p>
<a
target="_blank"
href="https://www.linkedin.com/profile/view?id=AAIAACS-I7kBG12JmM1USe_PD_mMeYJmno8Orqk"
>LinkedIn</a
>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/tushit.jpeg"
alt="tushit"
/>
<h3>Tushit Agarwal</h3>
<p>
<a target="_blank" href="https://www.linkedin.com/">LinkedIn</a>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/tavishi.jpeg"
alt="tushit"
/>
<h3>Tavishi Gupta</h3>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/tavishi-gupta-89b998127"
>LinkedIn</a
>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/rishabh.jpeg"
alt="tushit"
/>
<h3>Rishabh Saxena</h3>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/saxena-rishabh"
>LinkedIn</a
>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/abhay.jpeg"
alt="prachi"
/>
<h3>Abhay Agarwal</h3>
<p>
<a target="_blank" href="">LinkedIn</a>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/nancy.jpeg"
alt="prachi"
/>
<h3>Nancy</h3>
<p>
<a target="_blank" href="">LinkedIn</a>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/aman.jpeg"
alt="prachi"
/>
<h3>Aman Mittal</h3>
<p>
<a target="_blank" href="">LinkedIn</a>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/manvi.jpeg"
alt="prachi"
/>
<h3>Manvi Bhardwaj</h3>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/manvi-bhardwaj-8a4395172"
>LinkedIn</a
>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/paras.jpg"
alt="prachi"
/>
<h3>Paras Lakhani</h3>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/paras-lakhani-885a99126"
>LinkedIn</a
>
</p>
</li>
<li>
<img
src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-src="images/ashutosh.jpg"
alt="ashutosh"
/>
<h3>Ashutosh Gangwar</h3>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/ashutoshgngwr/"
>LinkedIn</a
>
</p>
</li>
<li>
<img src="images/ravi.jpeg" alt="ravi" />
<h3>Ravi Soni</h3>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/ravi-soni-32139198/"
>LinkedIn</a
>
</p>
</li>
</ul>
<ul class="grid"></ul>
</div>
<div id="contact" class="contact special2 b-contact">
<h3 class="title">Contact Us</h3>
<p>Got a question? Feel free to ask :)</p>
<hr />
<form
action="https://formspree.io/[email protected]"
method="post"
>
<input type="hidden" name="form-name" value="form 1" />
<input type="text" name="name" placeholder="your query" />
<input type="email" name="_replyto" placeholder="your email" />
<button class="btn" type="submit">Ping us</button>
</form>
</div>
<footer class="footer-bg">
<p>
© 2019 <a class="udyat" href="http://udyat-miet.github.io">Udyat</a>.
</p>
<p>
Fabricated with <i class="fas heart fa-heart"></i> by
<span>
<a class="developer" href="http://twitter.com/mravisoni/"
>Ravi Soni</a
>
</span>
</p>
<p>Let's get the hype started 🔥</p>
<ul>
<li>
<a href="https://www.instagram.com/udyat.official/">
<i class="fab fa-instagram fa-2x"></i>
</a>
</li>
<li>
<a href="http://twitter.com/mravisoni/">
<i class="fab fa-twitter fa-2x"></i>
</a>
</li>
<li>
<a href="https://github.com/udyat-miet">
<i class="fab fa-github fa-2x"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/codezillamiet">
<i class="fab fa-facebook-f fa-2x"></i>
</a>
</li>
</ul>
</footer>
</div>
<script type="text/javascript">
document.onreadystatechange = function() {
var state = document.readyState;
if (state == 'interactive') {
document.getElementById('contents').style.visibility = 'hidden';
} else if (state == 'complete') {
document.getElementById('interactive');
document.getElementById('load').style.visibility = 'hidden';
document.getElementById('contents').style.visibility = 'visible';
}
};
</script>
<script>
window.addEventListener(
'load',
function() {
var allimages = document.getElementsByTagName('img');
for (var i = 0; i < allimages.length; i++) {
if (allimages[i].getAttribute('data-src')) {
allimages[i].setAttribute(
'src',
allimages[i].getAttribute('data-src')
);
}
}
},
false
);
</script>
<script>
const header = document.getElementById('header');
function step(timestamp) {
const scrollTop = window.pageYOffset;
if (scrollTop > 50) {
header.classList.add('HeaderScroll');
} else {
header.classList.remove('HeaderScroll');
console.log(header.classList);
}
window.requestAnimationFrame(step);
}
window.requestAnimationFrame(step);
</script>
<script>
let anchors = document.querySelectorAll("a[href^='#'");
console.log(anchors);
for (let i = 0; i < anchors.length; i++) {
anchors[i].onclick = function(e) {
e.preventDefault();
let target_id = this.href.substring(this.href.indexOf('#'));
// because our audience is not legacy
document.querySelector(target_id).scrollIntoView({
behavior: 'smooth',
block: 'start',
inline: 'center'
});
};
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
<script src="https://github.com/mrdoob/three.js/blob/master/src/loaders/TextureLoader.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/89/three.min.js"></script>
<script src="https://github.com/mrdoob/three.js/blob/master/src/materials/SpriteMaterial.js"></script>
<script src="js/hero_anim.js"></script>
</body>
</html>