-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
695 lines (601 loc) · 32.6 KB
/
Copy pathindex.html
File metadata and controls
695 lines (601 loc) · 32.6 KB
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
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wield The Web'22 </title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1 , maximum-scale=1">
<meta name="description" content="This is a website made for grand event of Wield The Web">
<meta name="author" content="Yash Tiwari">
<title> | HOME</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="./src/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./src/bgstyle.css">
<link rel="stylesheet" href="./src/learncard.css">
<!-- Inserting logo at taskbar -->
<link rel="shortcut icon" href="./Images/favicon.ico" />
</head>
<body>
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-color navbar-fixed-top">
<div class="box">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="./Images/ces logo.png">
<a href="http://www.mmmut.ac.in/" target="_blank"><img src="./Images/mmmut logo.jpg"
id="top-logo"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-left">
<li>
<a href="#">Ho<span class="red-head">me</span></a>
</li>
<li>
<a href="#event-details">Event <span class="red-head">Details</span></a>
</li>
<li>
<a href="#event-coordinator">Event <span class="red-head">Coordinators</span></a>
</li>
<li>
<a href="./src/project.html" target="_blank">Time<span class="red-head">line</span></a>
</li>
<li>
<a href="#winners">Win<span class="red-head">ners</span></a>
</li>
<li>
<a href="#faq">Fa<span class="red-head">qs</span></a>
</li>
<!-- <li class="page-scroll">
<a href="#">contacts</a>
</li> -->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div id="particles-js"></div>
<script src='https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js'></script>
<script src="./src/bgscript.js"></script>
<div class="box">
<div class="row" style="user-select: none;">
<div class="col-lg-12">
<div class="intro-text">
<span class="name">Wield <span class="red-head">The</span> Web</span>
<span class="skills">A vast web of unceasing possibilities to ameliorate your site!!</span>
<hr class="star-light" style="user-select: none;">
</div>
<!-- <img class="img-responsive img-bigScreen"
src="https://res.cloudinary.com/dasdezine/image/upload/v1458052055/glass_cdjbpa.png"
alt="glasses image" title="geek loves glasses"> -->
</div>
</div>
<div class="seeMore-btn text-center btn-style">
<div class="btn-styleLine double-line page-scroll">
<a href="#" target="_blank" class="btn btn-lg btn-outline">
Keep Learning
</a>
</div>
</div>
</div>
</header>
<!-- Event Details -->
<section id="event-details">
<div class="box">
<div class="row">
<div class="col-lg-12 text-center">
<h2 style="user-select: none;">Event <span class="red-head">Details</span></h2>
<hr class="star-primary">
<p>" You are surrounded by the web of web. Now get ready to learn and prove the art of web
building. "</p>
<!-- Cards -->
<div class="wrapper">
<div class="cols">
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="cont">
<div class="front" style="background-image: url(./Images/trial-2.jpg)">
<!-- Change the background image here -->
<div class="inner">
<p>Round-1</p>
<span style="font-size:large;">"Daily Quizzes"</span>
</div>
</div>
<div class="back">
<div class="inner">
<p> » Following the completion of each class, there will be a
daily quiz through Google form.</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="cont">
<div class="front" style="background-image: url(./Images/trial-6.jpg)">
<div class="inner">
<p>Round-2</p>
<span style="font-size:large;">"Template Making"</span>
</div>
</div>
<div class="back">
<div class="inner">
<p>
» After completion of all classes, you have to submit your
own created template within a given timeline of 4-5 days.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr class="star-primary">
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<div>
<hr class="loc-hr" id="line">
</div>
<!-- What they will learn -->
<section id="learn">
<div class="box">
<div class="row">
<div class="col-lg-12 text-center">
<h2>What You'<span class="red-head">ll learn</span></h2>
<hr class="star-primary ">
</div>
</div>
</div>
<!-- cards -->
<div class="learn_card come-in">
<div class="card-wrap">
<div class="card-header one ">
<!-- <i class="fas fa-code"></i> -->
<i class="fa fa-code" style="font-weight: bold;"></i>
</div>
<div class="card-content">
<h1 class="card-title">HTML</h1>
<p class="card-text">HTML is the standard markup language to display document
in a web browser.It stands for "Hypertext Markup Language"
</p>
<button class="card-btn one"><a
href="https://www.w3schools.com/html/default.asp">Code</a></button>
</div>
</div>
<div class="card-wrap">
<div class="card-header two ">
<i class="fa fa-css3"></i>
</div>
<div class="card-content ">
<h1 class="card-title">CSS</h1>
<p class="card-text">Cascading Style Sheets is a style sheet language used for describing the
presentation of a document
</p>
<button class="card-btn two"><a
href="https://www.w3schools.com/css/default.asp">CSS</a></button>
</div>
</div>
<div class="card-wrap">
<div class="card-header four">
<!-- <i class="fas fa-js-square"></i> -->
<img src="./Images/js-square-brands.svg" style="width: 60px; ">
</div>
<div class="card-content">
<h1 class="card-title">Javascript</h1>
<p class="card-text">JS is a light-weight object-oriented programming language which is used by
several websites for scripting the webpages
</p>
<button class="card-btn four"><a href="https://www.w3schools.com/js/default.asp">js</a></button>
</div>
</div>
<!-- Updating two new cards -->
<div class="card-wrap">
<div class="card-header three">
<!-- <i class="fas fa-js-square"></i> -->
<img src="./Images/bootstrap.svg" style="width: 60px; " id="boot">
<!-- <i class="fa fas-bootstrap" style="font-weight: bold;"></i> -->
<!-- <i class="fab fa-bootstrap"></i> -->
</div>
<div class="card-content">
<h1 class="card-title">Bootstrap</h1>
<p class="card-text">Bootstrap is a free and open-source CSS framework directed at responsive,
mobile-first front-end web development.
</p>
<button class="card-btn three"><a
href="https://www.w3schools.com/bootstrap/">Bootstrap</a></button>
</div>
</div>
<div class="card-wrap">
<div class="card-header five">
<!-- <i class="fas fa-js-square"></i> -->
<i class="fa fa-git" style="font-weight: bold;"></i>
</div>
<div class="card-content">
<h1 class="card-title">Git and Github</h1>
<p class="card-text">Git track the changes of source code.GitHub
is a service for hosting.
</p>
<button class="card-btn five" id="git-btn"><a href="https://www.w3schools.com/git/">
Git</a></button>
<button class="card-btn five" id="git-btn"><a
href="https://www.w3schools.com/git/git_remote_getstarted.asp">
Github</a></button>
</div>
</div>
</div>
</section>
<div id="l-card">
<hr class="loc-hr">
</div>
</div>
<!-- Event Coordinator section -->
<section id="event-coordinator">
<div class="box">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Event <span class="red-head">Coordinators</span></h2>
<hr class="star-primary">
</div>
</div>
</div>
<!-- contact Cards -->
<div class="contact-card">
<div class="card">
<div class="photo" id="pic-1"></div>
<div class="banner"></div>
<ul>
<li><b>Yash Tiwari</b></li>
<li>CSE (2nd Year)</li>
</ul>
<button class="contact" id="main-button">Executive Member at CES</button>
<div class="social-media-banner">
<div>
<a href="https://www.linkedin.com/in/yash-tiwari-6a1970211/"><i
class="fa fa-linkedin"></i></a>
</div>
<div>
<a href="https://github.com/refertoyash"><i class="fa fa-github"></i></a>
</div>
<div><a href="https://twitter.com/yashtiwari907"><i class="fa fa-twitter"></i></a>
</div>
<div><a href="#"><i class="fa fa-facebook"></i></a></div>
<div> <a href="#"><i class="fa fa-instagram"></i></a></div>
</div>
</div>
<div class="card">
<div class="photo" id="pic-2"></div>
<div class="banner"></div>
<ul>
<li><b>Abhijeet </b></li>
<li>CSE (2nd Year)</li>
</ul>
<button class="contact" id="main-button">Executive Member at CES</button>
<div class="social-media-banner">
<a href="https://www.linkedin.com/in/abhijeet-srivastava-a31448146"><i
class="fa fa-linkedin"></i></a>
<a href="https://github.com/abhijeet1312"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/Abhijee41993889?t=m0bEfMByzYahWqosgcE0bw&s=08"><i
class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/_abhijeet13.12_?r=nametag"><i
class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="loadMore-btn text-center btn-style">
<div class="btn-styleLine double-line">
<a href="https://www.linkedin.com/company/cesmmmut/mycompany/" class="btn btn-lg btn-outline">
CES
</a>
</div>
</div>
</section>
<div>
<hr class="loc-hr">
</div>
</div>
<!--Past Year Winner-->
<section id="winners">
<div class="box">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Winn<span class="red-head">ers </span></h2>
<hr class="star-primary" id="winners-star">
</div>
</div>
<!-- Winner ranking -->
<div class="ranking">
<main class="page-content">
<div class="tiles">
<div class="content">
<h2 class="title">Rank 1</h2>
<p class="copy">Aditya Kumar</p>
<span>CSE (1st Year)</span>
</div>
</div>
<div class="tiles">
<div class="content">
<h2 class="title">Rank 2</h2>
<p class="copy">Ashish Kumar Singh</p>
<span>ME (1st Year)</span>
</div>
</div>
<div class="tiles">
<div class="content">
<h2 class="title">Rank 3</h2>
<p class="copy">Tushar Kesarwani</p>
<span>IT (1st Year)</span>
</div>
</div>
</main>
</div>
<div class="text-center btn-style double-line">
<div class="btn-styleLine">
<a href="https://www.linkedin.com/feed/update/urn:li:activity:6900813084806787072/?commentUrn=urn%3Ali%3Acomment%3A(activity%3A6900813084806787072%2C6900821097454145536)" target="_blank"
class="btn btn-lg btn-outline">
<i class="fa fa-fw fa-trophy"></i> Congratulations!
</a>
</div>
</div>
</div>
<div>
<hr class="loc-hr">
</div>
</section>
<!-- faq-->
<section id="faq">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>FA<span class="red-head">Qs</span></h2>
<hr class="star-primary">
</div>
</div>
<!-- faq code goes here -->
<section id="faq" class="wow fadeInUp" style="padding:7rem 0rem;">
<div class="container" style="margin: 0 auto;">
<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 there any entry
fee to be a part of this event? <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 event. The first one will include web
development classes along with daily quizzes.
The second one will include template making.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq7" class="collapsed">What will be the
overall marking scheme of this event? <i class="fa fa-minus-circle"></i></a>
<div id="faq7" class="collapse" data-parent="#faq-list">
<p>
Your overall rank will be judged on these two bases.
<br>
<br>
ROUND-1
<br>
<br>
1) Your performance in daily quizzes.
<br>
<br>
ROUND-2
<br>
<br>
2) You have to create and submit a template to prove your learning.
<br>
<br>
TOTAL - 100 marks
</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 web development 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>
In your daily quizzes, each day there will be only 10 MCQ-based ques on
the topic you have been taught on that particular day.
</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 dedicated session on Git and GitHub.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<br>
<div class="faq-btn text-center btn-style">
<div class="btn-styleLine double-line page-scroll">
<a href=" https://t.me/+r8i_w6-3rzc2MWQ1" target="_blank" class="btn btn-lg btn-outline">
<i class="fa fa-fw fa-paper-plane"></i>Something else
</a>
</div>
</div>
</form>
</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="./Images/ces logo.png" alt="TheEvenet">
<img src="./Images/mmmut logo.jpg" alt="TheEvenet" style="border-radius: 50%;"
class="mmmut-logo">
<p>The Computer Engineering Society has been functioning since 1993 with the collective
efforts of a group of
B.Tech. students who had a strong urge to complement the theoretical and practical
knowledge imparted in
the classroom and laboratory, with emphasis on development of overall personality of
budding engineering
graduates</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="./Images/Coming-soon.png"
target="_blank">IPTS</a>
</li>
<li><i class="fa fa-angle-right"></i> <a href="./Images/Coming-soon.png"
target="_blank">Capture
The Flag</a></li>
<li><i class="fa fa-angle-right"></i> <a href="./Images/Coming-soon.png"
target="_blank">Codesmasher</a></li>
<li><i class="fa fa-angle-right"></i> <a href="./Images/Coming-soon.png"
target="_blank">Debugger
King</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>6307938237, 8887596182 <br>
<strong>Email: </strong>refertoyash@gmail.com<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 style="text-align: center;">
Designed with <i class="fa fa-heart" style="color:red;font-size:24px;"></i> by <a
href="https://linktr.ee/refertoyash" style="color: red;">Yash Tiwari</a>
</div>
</div>
</footer>
<!-- #footer -->
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visible-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
</body>
</html>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/classie/1.0.1/classie.min.js'></script>
<script src="./src/script.js"></script>
</body>
</html>