-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcse_events.html
executable file
·894 lines (766 loc) · 33.9 KB
/
cse_events.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
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
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
Editing:
/home/aitriaweb/public_html/cse_events.html
Encoding: Re-open Use Code Editor Close Save Changes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CSE Events - Dexterix</title>
<link rel="shortcut icon" href="images/dexterix-1.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.css" />
<link href="css/agency.css" rel="stylesheet">
<style>
body{
margin-top:50px;
background-image: url("image/cse/cse- background.jpeg");
}
@media (min-width: 400px) {
.navbar-fixed-top {
min-height: 59px!important;
}
.navbar-nav > li > a {
padding-top: 0px;
padding-bottom: 0px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding-left: 0px;
line-height: 59px;
}
}
@media (max-width: 400px) {
.navbar-nav > li > a {
padding-top: 0px;
padding-bottom: 0px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-left: 20px;
line-height: 40px;
}
}
.img-fluid{
height:300;
width:450px;
opacity: 0.9;
}
.section-heading{
height:100px;
font-weight: 700;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
.section-subheading{
font-weight: 700;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
@media (max-width: 780px) {
#heading{
font-size: 30px!important;
font-weight: 300px;}
}
@media (max-width: 450px) {
#title{
height:70px!important;
}
#heading{
font-size: 15px!important;
font-weight: 100px;}
}
.bs-flipper {
-webkit-perspective: 1000;
-moz-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
}
.bs-flipper:hover .flipper,
.bs-flipper.hover .flipper {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.bs-flipper, .front, .back {
width: 100%;
height: 380px;;
}
.flipper {
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-moz-transition: 0.6s;
-moz-transform-style: preserve-3d;
-o-transition: 0.6s;
-o-transform-style: preserve-3d;
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
.front {
z-index: 2;
}
.back {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.front .name {
font-size: 2em;
display: inline-block;
background: rgba(33, 33, 33, 0.9);
color: #f8f8f8;
font-family: Courier;
padding: 5px 10px;
border-radius: 5px;
bottom: 60px;
left: 25%;
position: absolute;
text-shadow: 0.1em 0.1em 0.05em #333;
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform: rotate(-20deg);
}
#hovertext a p {display:none;}
#hovertext a:hover p {display:block;}
footer{
margin-top:20px;
height:50px;
padding: 5px 0!important;
}
@media (max-width: 1200px) {
footer{
margin-top:20px;
height:100px;
padding: 5px 0!important;
}
}
@media (max-width: 700px) {
footer{
margin-top:20px;
height:150px;
padding: 5px 0!important;
}
}
@media (max-width: 500px) {
footer{
margin-top:20px;
height:180px;
padding: 5px 0!important;
}
}
#footer span.copyright{
font-size:90%;
line-height:40px;
text-transform:none;
font-family:Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
text-transform:uppercase}
footer ul.quicklinks{font-size:90%;
line-height:40px;
margin-bottom:0;
text-transform:none;
font-family:Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
text-transform:uppercase}
.modal-backdrop {
opacity: 0.3!important;
}
@media (min-width: 950px) {
#event{
width:800px;height:600px;
}
#carousel-example-generic{
width:800px;height:600px;
}
}
@media (max-width: 500px) {
#event{
height:250px;
}
}
@media (min-width: 576px) {
.modal-dialog {
margin-top:30px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}}
#pdf{
font-size:14px!important;
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" style="background-color:black;" >
<div class="container">
<div class="navbar-header" style="margin-left:-28px;">
<button class="navbar-toggle" data-toggle="collapse" data-target="#primary-menu" >
<!--
<i class="icon-bar"></i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
-->
Menu
</button>
<a href="index.html" class="navbar-brand" id="dextrix" style="color: white; line-height: 20px; font-size:25px; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;" >
<img alt="Brand" src="images/dexterix-1.png" style="height:40px; line-height: 20px; margin-top:-6px; ">
DEXTERIX
</a>
                   
</div>
<div class="collapse navbar-collapse" id="primary-menu">
<ul class="nav navbar-nav" >
<li><a href="index.html" style="color: white; ">HOME</a></li>
<li><a href="about-us.html" style="color: white; ">ABOUT</a></li>
<li><a href="Makeathon/makeathon.html" style="color: white; ">MAKEATHON</a></li>
<li class="dropdown" >
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="color: white;">EVENTS</a>
<ul class="dropdown-menu" style="background-color: black;color:#424242; ">
  <b>INTRA-COLLEGE</b>
<li><a href="cse_events.html" style="color: white;">Computer Science</a></li>
<li><a href="ise_events.html" style="color: white;">Information Science</a></li>
<li><a href="civil_events.html" style="color: white;">Civil Engineering</a></li>
<li><a href="me_events.html" style="color: white;">Mechanical Engineering</a></li>
<li><a href="ece_events.html" style="color: white;">Electronics and Communcation</a></li>
<li><a href="mba_events.html" style="color: white;">MBA</a></li>
</ul>
</li>
<li class="dropdown" >
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="color: white;">REGISTER</a>
<ul class="dropdown-menu" style="background-color: black;color:#424242; ">   <b>INTRA-COLLEGE</b>
<li><a href="register_solo.php" style="color: white;" id="hovertext" title="SyntactiX,Tech Say">Solo Events </a></li>
<li><a href="register_group2.php" style="color: white;">Team of 2</a></li>
<li><a href="register_group3.php" style="color: white;">Team of 3</a></li>
<li><a href="register_group4.php" style="color: white;">Team of 4</a></li>
<li><a href="register_group7.php" style="color: white;">Team of 7</a></li>  <b>INTER-COLLEGE</b>
<li><a href="regis_makeathon_solo.php" style="color: white;">Makeathon Solo</a></li>
<li><a href="regis_makeathon_group.php" style="color: white;">Makeathon - Team of 3</a></li>
</ul>
</li>
<li><a data-toggle="modal" data-target=".bs-example-modal-lg" style="color:white; ">EVENTS SCHEDULE</a></li>
<li><a href="contact-us.php" style="color:white; ">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<div class="text-center"id="title" style="background-color:black; opacity:0.75;height:80px; ">
<h2 class="section-heading " id="heading" style="color:#EEEEEE; font-size: 40px;font-family: 'Oswald', sans-serif;">DEPARTMENT OF COMPUTER SCIENCE <span id="text">E</span>
<span id="text">V</span>
<span id="text">E</span>
<span id="text">N</span>
<span id="text">T</span>
<span id="text">S</span>
</h2>
<style>
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
#text {
display: inline-block;
font-size: 40px;
line-height: 100px;
font-family: "Oswald", sans-serif;
position: relative;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
animation: slide 2s linear infinite;
padding:0px;
background-size: auto 400px;
background-position: left 0px;
background-image: linear-gradient(to bottom, #662345 0px, #662345 100px, black 100px, #661510 102px, #661510 130px, black 130px, #276e97 132px, #276e97 180px, black 180px, #af852d 182px, #af852d 200px, black 200px, #662345 202px, #662345 240px, black 240px, #661510 242px, #661510 300px, black 300px, #276e97 302px, #276e97 350px, black 350px, #af852d 352px, #af852d 398px, black 399px, black 400px);
}
/*
span:nth-child(odd) {
top: 30px;
background-image: linear-gradient(to bottom, #662345 0px, #662345 70px, black 70px, #661510 72px, #661510 100px, black 100px, #276e97 102px, #276e97 150px, black 150px, #af852d 152px, #af852d 170px, black 170px, #662345 172px, #662345 210px, black 210px, #661510 212px, #661510 270px, black 270px, #276e97 272px, #276e97 320px, black 320px, #af852d 322px, #af852d 370px);
}*/
@media only screen and (max-width: 550px) {
#text {
font-size: 1em;
}
}
@keyframes slide {
100% {
background-position: left -400px;
}
}
</style>
</div>
<!-- Portfolio Grid -->
<section class="bg-light" id="portfolio">
<div style="padding-left:35px;padding-right:35px;">
<div class="row" >
<div class="col-lg-12 text-center">
</div>
</div>
</br></br>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<div class="bs-flipper" ontouchstart="this.classList.toggle('hover');" >
<div class="flipper">
<div class="front">
<!-- front content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
</div>
</div>
<img class="img-fluid" src="image/cse/cse-cc.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Competitive Coding</h4>
<p class="text-muted">Talk is cheap, show the code!</p>
</div>
</div>
<div class="back">
<!-- back content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover" >
<div class="portfolio-hover-content " style="margin-top:-40px;">
<p>Team Size: 2</p>
<p>Date: 3rd November, 2017</p>
<p>Time: 10:30am to 01:30pm</p>
</div>
</div>
<img class="img-fluid" src="image/cse/cse-cc.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Competitive Coding</h4>
<p class="text-muted">Talk is cheap, show the code!</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<div class="bs-flipper" ontouchstart="this.classList.toggle('hover');" >
<div class="flipper">
<div class="front">
<!-- front content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
</div>
</div>
<img class="img-fluid" src="image/cse/cse-syn.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Syntactix</h4>
<p class="text-muted">Test your memory</p>
</div>
</div>
<div class="back">
<!-- back content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content"style="margin-top:-40px;">
<p>Team Size: 1</p>
<p>Date: 4th November, 2017</p>
<p>Time: 8:30am to 10:30am</p>
</div>
</div>
<img class="img-fluid" src="image/cse/cse-syn.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Syntactix</h4>
<p class="text-muted">Test your memory</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item" >
<div class="bs-flipper" ontouchstart="this.classList.toggle('hover');">
<div class="flipper">
<div class="front">
<!-- front content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
</div>
</div>
<img class="img-fluid" src="image/cse/cse-hunt.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Tech Hunt</h4>
<p class="text-muted">The treasure awaits you...</p>
</div>
</div>
<div class="back">
<!-- back content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<div class="portfolio-hover-content"style="margin-top:-40px;">
<p>Team Size: 3</p>
<p>Date: 4th November, 2017</p>
<p>Time: 11:30am to 2:30pm</p>
</div>
</div>
<img class="img-fluid" src="image/cse/cse-hunt.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Tech Hunt</h4>
<p class="text-muted">The treasure awaits you....</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<div class="bs-flipper" ontouchstart="this.classList.toggle('hover');" >
<div class="flipper">
<div class="front">
<!-- front content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal4">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
</div>
</div>
<img class="img-fluid" src="image/cse/cse-ladder.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Tech Ladder</h4>
<p class="text-muted">Race to the Top</p>
</div>
</div>
<div class="back">
<!-- back content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal4">
<div class="portfolio-hover">
<div class="portfolio-hover-content"style="margin-top:-40px;">
<p>Team Size: 3</p>
<p>Date: 3rd November, 2017</p>
<p>Time: 1:30pm to 3:30pm</p>
</div>
</div>
<img class="img-fluid" src="image/cse/cse-ladder.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Tech Ladder</h4>
<p class="text-muted">Race to the Top</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<div class="bs-flipper" ontouchstart="this.classList.toggle('hover');">
<div class="flipper">
<div class="front">
<!-- front content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal5">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
</div>
</div>
<img class="img-fluid" src="image/cse/cse-techsay.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Tech Say</h4>
<p class="text-muted">The stage is set...</p>
</div>
</div>
<div class="back">
<!-- back content -->
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal5">
<div class="portfolio-hover">
<div class="portfolio-hover-content"style="margin-top:-40px;">
<p>Team Size: 1</p>
<p>Date: 3rd November, 2017</p>
<p>Time: 10:30am to 12:30pm</p>
</div>
</div>
<img class="img-fluid" src="image/cse/cse-techsay.jpeg" alt="">
</a>
<div class="portfolio-caption">
<h4>Tech Say</h4>
<p class="text-muted">The stage is set...</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true" >
<div class="modal-dialog modal-lg" >
<div class="modal-content" id="event" >
<a id="pdf" class="text-center" style="display:block;color:#3366BB ;" href="image/general/Schedule.pdf" download>
Download PDF
</a>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img class="img-responsive" src="image/general/schedule1.jpg" alt="...">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img class="img-responsive" src="image/general/schedule2.jpg" alt="...">
<div class="carousel-caption">
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer style="background-color: black;">
<div class="container">
<div class="row">
<div class="col-md-4">
<span style="color: #E0E0E0;" class="copyright">Developed by:   Saarah Asad ,   John Karamchand</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/DexteriX2k17">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/code.ait/">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/dexterix2k17/">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a style=" color: #E0E0E0;" href="https://atria.edu/">Atria Institute of Technology</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Competitive Coding</h2>
<p class="item-intro text-muted">Talk is cheap..Show the code !!</p>
<img class="img-fluid d-block mx-auto" src="image/cse/cse-cc.jpeg" alt="">
<div class="row">
<p>Is coding your passion? – Competitive Coding is an event to exhibit your coding skills.
It involves not just coding but also error debugging and code analysis.
</p>
</div>
<ul class="list-unstyled">
<li><b>Entry:</b> two per team</li>
<li><b>Duration:</b> 3 hours of fun</li>
<li><b>Where:</b> CSE Lab</li>
</ul>
</div>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>SyntactiX</h2>
<p class="item-intro text-muted">Are you good at syntaxes? Check your syntactical skills in C and C++.</p>
<img class="img-fluid d-block mx-auto" src="image/cse/cse-syn.jpeg" alt="">
<div class="row">
<p> Do you have an eye for the minute details. Then this event is for you, test you knowledge in c and c++ through various MCQ rounds and also visual stages to prove yourself!! </p>
</div>
<ul class="list-unstyled">
<li><b>Entry:</b> solo event</li>
<li><b>Duration:</b> 2 hours of fun</li>
<li><b>Where:</b> Classroom</li>
</ul>
</div>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Tech Hunt</h2>
<p class="item-intro text-muted">The bounty is waiting...</p>
<img class="img-fluid d-block mx-auto" src="image/cse/cse-hunt.jpeg" alt="">
<div class="row">
<p>Do you like treasure hunts? Here is a new twist to the all-time favourite game. Use your technical skills and knowledge to solve the clues and move ahead. But that’s not all. There’s more to this!</p>
</div>
<ul class="list-unstyled">
<li><b>Entry:</b> 3 per team.</li>
<li><b>Duration:</b> 3 hours of fun</li>
<li><b>Where:</b> Various</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Tech Ladder</h2>
<p class="item-intro text-muted">Race to the top!!</p>
<img class="img-fluid d-block mx-auto" src="image/cse/cse-ladder.jpeg" alt="">
<div class="row">
<p>Here is a fun filled event involving question from various backgrounds of life involving technology. Play Snake & Ladder while answering questions based on technology. </p>
</div>
<ul class="list-unstyled">
<li><b>Entry:</b> 3 per team</li>
<li><b>Duration:</b> 2 hours of fun</li>
<li><b>Where:</b> Classroom</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 5 -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Tech Say</h2>
<p class="item-intro text-muted">The Stage is all yours!!</p>
<img class="img-fluid d-block mx-auto" src="image/cse/cse-techsay.jpeg" alt="">
<div class="row">
<p>Present a 5 minute impromptu talk on a wide array of Tech topics, and if your presentation is jaw dropping, the judges wont ask any questions ! </p>
</div>
<ul class="list-unstyled">
<li><b>Entry:</b> solo event</li>
<li><b>Duration:</b> 2 hours of fun</li>
<li><b>Where:</b> Classroom</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery-1.11.3.js"></script>
<script src="js/bootstrap.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>
Success!