forked from arpit456jain/Wield-The-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
566 lines (497 loc) · 19.3 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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Wield The Web</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css2?family=Grenze+Gotisch&display=swap" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<style>
html {
scroll-behavior: smooth;
}
.myfooter ul
{
display: flex;
align-items: center;
justify-content: center;
}
.myfooter ul li
{
list-style: none;
margin-left: 20px;
font-size: 2.5rem;
padding: 10px;
}
.myfooter ul li:nth-child(1) a
{
color:#3B5998;
}
.myfooter ul li:nth-child(2) a
{
color: #f40083;
}
.myfooter ul li:nth-child(3) a
{
color:#007bb5;
}
.myfooter ul li:nth-child(4) a
{
color: black;
}
.fa:hover {
opacity: 0.9;
}
a
{
color: black;
}
#fh5co-logo img
{
height: 9vh;
/*width: 5vw;*/
}
.fh5co-cover
{
height: 100vh;
}
.mybtn
{
color:blue;
background-color:skyblue;
font-weight: 600;
}.mybtn2
{
color:blue;
background-color:skyblue;
font-weight: 600;
}
#comingsoon
{
color: #fff;
font-size: 7rem;
}
#eventname
{
font-size: 10rem;
}
.fh5co-nav .menu-1
{
padding-top: 3vh;
}
@media screen and (max-width: 950px) {
.fh5co-nav .menu-1
{
padding-top:0;
margin-top: 0;
}
}
@media screen and (max-width: 750px) {
.fh5co-nav .menu-1
{
padding-top: 1vh;
}
#comingsoon
{
font-size: 3rem;
}
#eventname
{
font-size: 4rem;
}
#mmmutlogo
{
position: absolute;
right: 10px;
}
#ceslogo
{
position: absolute;
left: 10px;
}
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body >
<!-- <div id="page"> -->
<nav class="fh5co-nav" role="navigation">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-2">
<div id="fh5co-logo" style="display: flex;">
<a href="#"><img src="img/ces2.png" id="ceslogo" alt="" ></a>
<a href="#"><img src="img/logo3.png" id="mmmutlogo" alt=""></a>
</div>
</div>
<div class="col-md-10 text-right menu-1">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#fh5co-event">Event Details</a></li>
<li><a href="#eventCoordinators">Event Coordinators</a></li>
<li><a href="#faq">FAQs</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header id="fh5co-header" class="fh5co-cover" role="banner" style="background-image:url(img/9.jpg);" >
<div id="particles-js" style="z-index:5; position: absolute;top:0;height: 100vh;width:90vw;">
</div>
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center" style="margin-top: 20vw;">
<h1 style="color: #fff;" id="eventname">Wield The Web</h1>
<!-- for countdown -->
<!-- <div class="simply-countdown simply-countdown-one"></div> -->
<h3 style="color: #fff">Round 1 will be help on 7th July 2021 between 4pm to 6pm. </h3>
<div id="outerloginbut" class="col-md-8 col-md-offset-2 text-center">
<div id="loginbut">
<!-- <a href="#" target="blank" class="btn mybtn" style="position: relative;z-index: 1000">Submit Templates</a> -->
<!-- <a href="#" class="btn mybtn2" style="position: relative;z-index: 1000">Proceed to Codigo</a> -->
</div>
</div>
</div>
</div>
</div>
</header>
<!-- #f82249 -->
<div id="fh5co-event" class="fh5co-bg" style="padding-top:1rem;padding-bottom: 0;">
<div class="overlay" style="background: url(img/8.jpg);opacity: 0.9;background-repeat: no-repeat;background-size: cover;"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box" style="padding-bottom: 0;">
<h2>Event Details</h2>
<p style="color: #fff;"> "Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer to do, let us concentrate rather on explaining to human beings what we want a computer to do." -Donald E. Knuth </p>
</div>
</div>
<div class="row">
<div class="display-t">
<div class="display-tc">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-6 col-sm-6 text-center">
<div class="event-wrap animate-box">
<h3>ROUND 1 Web_D-Quiz</h3>
<div class="event-col">
<i class="icon-clock"></i>
<span>7 July 2021</span>
<span>7 July 2021</span>
</div>
<div class="event-col">
<i class="icon-calendar"></i>
<span>4:00 PM</span>
<span>6:00 PM</span>
</div>
<p>First-round will be an online quiz on Google form having 30 questions within 45 minutes. We believe that this quiz will help the students in the assessment of their level of understanding in Web Development.
</p>
</div>
</div>
<div class="col-md-6 col-sm-6 text-center">
<div class="event-wrap animate-box">
<h3>ROUND 2 Template Making</h3>
<div class="event-col">
<i class="icon-clock"></i>
<span>7 July 2021</span>
<span>10 July 2021</span>
</div>
<div class="event-col">
<i class="icon-calendar"></i>
<span>7:00 PM</span>
<span>12:00 AM</span>
</div>
<p>The second round will be a template-making round in which you have to make some templates either simple front-end or some cool CSS effects or any small JavaScript project.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-couple" style="padding: 8rem 1rem;">
<div id="eventCoordinators">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box">
<h2 style="color:black;">Event Coordinators</h2>
<h3>July 6th, 2021 , MMMUT</h3>
</div>
</div>
<div class="couple-wrap animate-box">
<div class="couple-half">
<div class="groom">
<img src="img/arpit.jpg" class="img-responsive">
</div>
<div class="desc-groom">
<h3 style="font-family:sans-serif;"><b> Arpit-Jain</b> </h3>
<h3 style="font-family:sans-serif;"><b>CSE , Sophomore year </b></h3>
<p>“A great event manager makes even the host feel like a guest, What you need, is an Event, to remember for a lifetime. You can't be a good manager if you are doing everything yourself.”</p>
<a href="https://www.linkedin.com/in/arpit-jain-0b054a170/" target="blank" class="linkedin " style="margin-left: 20px;"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/profile.php?id=100011460231562" target="blank" class="facebook " style="margin-left: 20px;"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/111arpit1/" class="instagram " target="blank" style="margin-left: 20px;"><i class="fa fa-instagram"></i></a>
</div>
</div>
<div class="couple-half">
<div class="bride">
<img src="img/Namita.jpg" alt="groom" class="img-responsive">
</div>
<div class="desc-bride">
<h3 style="font-family:sans-serif;"><b> Namita Chaudhary</b></h3>
<h3 style="font-family:sans-serif;" ><b>CSE , Sophomore year </b></h3>
<p>“Desire is the key to motivation, but it’s determination and commitment to an unrelenting pursuit of your goal -- a commitment to excellence -- that will enable you to attain the success you seek.” </p>
<a href="https://www.linkedin.com/in/namita-chaudhary-36a40a193/" target="blank" class="linkedin " style="margin-left: 20px;"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/profile.php?id=100009211013269" class="facebook " target="blank" style="margin-left: 20px;"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/namita_chaudhary27/" class="instagram " target="blank" style="margin-left: 20px;"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-couple-story" style="padding: 4rem 1rem;">
<div class="container" >
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box">
<!-- <span>Any quote for winners</span> -->
<h2>Our Winners</h2>
<p>Why can't your name be here ?</p>
</div>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-0">
<ul class="timeline animate-box" style="padding:5px 0 5px; margin-bottom: 0;">
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(img/1st.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">John Doe</h3>
<span class="date">1st year,MMMUT</span>
</div>
<div class="timeline-body">
<!-- <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Veniam id incidunt aut earum dolores, excepturi voluptatibus necessitatibus odit quia nihil, ipsam rerum, fugit tempore et exercitationem in iste tempora temporibus.</p> -->
</div>
</div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge" style="background-image:url(img/2nd.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">John Doe</h3>
<span class="date">1st year,MMMUT</span>
</div>
<div class="timeline-body">
<!-- <p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Perferendis facere officia, obcaecati cumque ipsam numquam nostrum sint labore vitae ex dolorum quia expedita. Placeat, eaque beatae tempora. Deserunt, et, ipsa!</p> -->
</div>
</div>
</li>
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(img/3rd.jpg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">John Doe</h3>
<span class="date">1st year,MMMUT</span>
</div>
<div class="timeline-body">
<!-- <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p> -->
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--==========================
F.A.Q Section
============================-->
<section id="faq" class="wow fadeInUp" style="padding:7rem 0rem;">
<div class="container" style="margin: 0 auto;">
<div class="section-header text-center">
<h2>F.A.Q </h2>
</div>
<div class="row justify-content-center col-md-10 col-md-offset-2">
<div class="col-lg-9">
<ul id="faq-list">
<li>
<a data-toggle="collapse" class="collapsed" href="#faq1">Is the there any entry fee to be a part of this contest? <i class="fa fa-minus-circle"></i></a>
<div id="faq1" class="collapse" data-parent="#faq-list">
<p>
No, the event is free of cost.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq2" class="collapsed">How much time will I get to submit the website?<i class="fa fa-minus-circle"></i></a>
<div id="faq2" class="collapse" data-parent="#faq-list">
<p>
You’ll get at least 4 – 5 days to submit the website.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq3" class="collapsed">Do I have to make a completely dynamic website? <i class="fa fa-minus-circle"></i></a>
<div id="faq3" class="collapse" data-parent="#faq-list">
<p>
You need to make a template that is a single-page website.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq4" class="collapsed">How many rounds are there in the event? <i class="fa fa-minus-circle"></i></a>
<div id="faq4" class="collapse" data-parent="#faq-list">
<p>
There will be two rounds in the contest. The first one is a quiz based on web development technologies. The second one is to make a single-page application.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq5" class="collapsed">Why should we participate in this event? <i class="fa fa-minus-circle"></i></a>
<div id="faq5" class="collapse" data-parent="#faq-list">
<p>
Participating in such events improves your coding skills and helps you to explore new technologies.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq6">How many questions will the quiz comprise? Which topic will they be?<i class="fa fa-minus-circle"></i></a>
<div id="faq6" class="collapse" data-parent="#faq-list">
<p>
There will be a total of 30 questions based on HTML, CSS, Javascript, Git, Github.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq7">What are the prerequisites to participate in the event?<i class="fa fa-minus-circle"></i></a>
<div id="faq7" class="collapse" data-parent="#faq-list">
<p>
You need to have a basic knowledge of HTML and CSS to participate in the event.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq8">I do not know much about Git and Github. Can I still participate?<i class="fa fa-minus-circle"></i></a>
<div id="faq8" class="collapse" data-parent="#faq-list">
<p>
Yes, of course. You don’t need to worry about it, our team will organize a session that will help you understand Git and GitHub.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<img src="img/ces2.png" alt="TheEvenet">
<img src="img/logo3.png" alt="TheEvenet">
<p>CES provides a path for innovators. It keeps you updated with the latest Technologies and logical advancements in Computer Science. We organize campus events for CSE and other technical aspirants.</p>
<p>In a nutshell, man is to technology what a bee is to flower. So we present before you our events which will surely take your nerves in the world of codes, not in thinking but in the world of imagination to create.</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Our Other events</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#https://siddhartha2807.github.io/debugger3.github.io/">Debugger King</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#https://prakharritik.github.io/ps1/ipts/">Codesmashers</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#https://kaustubh-17.github.io/Chakravyuh/">Chakravyuh</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#https://apoorv0503.github.io/ctf_main/index1.html">CTF</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
MMMUT <br>
Gorakhpur<br>
U.P India <br>
<strong>Phone:</strong> 9455129077<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links">
<!-- <a href="#" class="twitter"><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/ces.mmmut" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/ces_mmmut/" class="instagram"><i class="fa fa-instagram"></i></a>
<!-- <a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a> -->
<a href="https://www.linkedin.com/company/cesmmmut/" class="linkedin"><i class="fa fa-linkedin"></i></a>
<!-- <a href="#" class="linkedin"><i class="fa fa-github "></i></a> -->
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>CES</strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://linktr.ee/arpit456jain" style="color: #f82249">Arpit Jain</a>
</div>
</div>
</footer><!-- #footer -->
<!-- </div> -->
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="fa fa-arrow-up"></i></a>
</div>
<script src="particles.js"></script>
<script src="app.js"></script>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- countTo -->
<script src="js/jquery.countTo.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- // <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.js"></script> -->
<script src="js/simplyCountdown.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
<script>
var d = new Date(new Date().getTime() + 100 * 120 * 120 * 2000);
// default example
simplyCountdown('.simply-countdown-one', {
year: d.getFullYear(),
month: d.getMonth() + 1,
day: d.getDate()
});
//jQuery example
$('#simply-countdown-losange').simplyCountdown({
year: d.getFullYear(),
month: d.getMonth() + 1,
day: d.getDate(),
enableUtc: false
});
</script>
<!-- <script src="countdown/script.js"></script> -->
</body>
</html>