-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
553 lines (500 loc) · 29.9 KB
/
schedule.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
<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">
<title>CUET CSE FEST 2017</title>
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="assets/fonts/font-awesome.min.css">
<!-- Icon -->
<link rel="stylesheet" type="text/css" href="assets/fonts/simple-line-icons.css">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
<!-- Nivo Lightbox -->
<link rel="stylesheet" type="text/css" href="assets/css/nivo-lightbox.css">
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- Owl carousel -->
<link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.css">
<!-- Color CSS Styles -->
<link rel="stylesheet" type="text/css" href="assets/css/colors/default.css" media="screen">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/common.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/map.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/util.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/geometry.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/directions.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/marker.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/onion.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/infowindow.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/controls.js"></script>
<script type="text/javascript" charset="UTF-8" src="https://maps.googleapis.com/maps-api-v3/api/js/30/8/stats.js"></script>
</head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Roof area Starts -->
<div id="roof" class="hidden-xs">
<div class="container">
<div class="col-md-6 col-sm-6">
<div class="info-bar-address">
<i class="icon-location-pin"></i>Chittagong University of Engineering & technology, Chittagong, Bangladesh
</div>
</div>
<div class="col-md-6 col-sm-6">
<!-- Quick Contacts Starts -->
<div class="quick-contacts">
<span><i class="icon-phone"></i>+8801516101290</span>
<span><i class="icon-envelope"></i><a href="mailto:cuet.csefest17@gmail.com"> cuet.csefest17@gmail.com</a></span>
</div>
<!-- Quick Contacts End -->
</div>
</div>
</div>
<!-- Roof area End -->
<!-- Nav Menu Section Start -->
<div class="navigation-menu">
<nav class="navbar navbar-default navbar-event">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header col-md-2">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="assets/img/logo1.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a>
</li>
<li><a href="events.html">Events</a>
</li>
<li class="active"><a href="schedule.html">Schedule</a>
</li>
<li><a href="gallery.html">Gallery</a>
</li>
<li><a href="messages.html">Messages</a></li>
<!-- <li><a href="blog.html">Blog</a></li>
<li class="animated bounceIn"><a href="hackathon.html">Buy Tickets</a></li> -->
<li><a href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- /navbar-collapse -->
</div>
<!-- /container -->
<!-- Mobile Menu Start -->
<ul class="wpb-mobile-menu">
<li><a href="index.html">Home</a>
</li>
<li><a href="events.html">Events</a>
</li>
<li class="active"><a href="schedule.html">Schedule</a>
</li>
<li><a href="gallery.html">Gallery</a>
</li>
<li><a href="messages.html">Messages</a></li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
</div>
<!-- Nav Menu Section End -->
</header>
<!-- Header Area wrapper End -->
<!-- Page Header Start -->
<div class="page-header">
<div class="container">
<div class="page-header-inner">
<ol class="breadcrumb wow fadeInDown" data-wow-delay="300ms">
<li><a href="index.html">Home</a></li>
<li class="page">Schedule</li>
</ol>
<h1 class="page-title wow fadeInRight" data-wow-delay="300ms">
Schedule
</h1>
</div>
</div>
</div>
<!-- Page Header End-->
<!-- Schedule Section Start -->
<hr>
<section id="schedule" class="section">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="section-title wow fadeInUp animated" data-wow-delay="0s" style="visibility: visible;-webkit-animation-delay: 0s; -moz-animation-delay: 0s; animation-delay: 0s;">Schedule</h2>
<!-- Schedule Main board Start-->
<div class="main-board wow fadeInDown animated" data-wow-delay="0.3s" style="visibility: visible;-webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s;">
<!-- Nav tabs -->
<ul class="nav nav-tabs day" role="tablist">
<li role="presentation" class="col-md-4 active"><a href="#day1" aria-controls="day1" role="tab" data-toggle="tab">20 October<br> <span>DAY 01</span></a>
</li>
<li role="presentation" class="col-md-4"><a href="#day2" aria-controls="day2" role="tab" data-toggle="tab">21 October<br> <span>DAY 02</span> </a>
</li>
<li role="presentation" class="col-md-4"><a href="#day3" aria-controls="day3" role="tab" data-toggle="tab">22 October<br> <span>DAY 03</span></a>
</li>
<!-- <li role="presentation"><a href="#day4" aria-controls="day4" role="tab" data-toggle="tab">21 Dec <br> <span>DAY 04</span></a></li> -->
</ul>
<!-- Tab content Start -->
<div class="tab-content">
<!-- Day 1 Start -->
<div role="tabpanel" class="tab-pane active" id="day1">
<div class="row">
<div class="col-md-12 board text-center">
<div class="col-md-5 col-sm-6">
<div class="member stephen">
<div class="button">
<a href="#" class="btn-large bg-1"><img src="assets/img/microphone.png" alt="">Gaming Contest </a>
</div>
<h4>Gaming Contest</h4>
<p>Another blockbuster event of CSE fest is Gaming contest. This is undoubtedly the biggest platform for
game lovers. More than 400 contestants participate in this program. Not only Chittagong division,
there are number of gamers come from Dhaka, Comilla, Feni and Noakhali.</p>
</div>
<div class="member jeson">
<div class="button">
<a href="#" class="btn-large bg-2"><img src="assets/img/microphone.png" alt="">Mock Contest</a>
</div>
<h4>Mock Contest</h4>
<p>A mock contest for the participant of Programming Contest will start at 10:00am.</p>
</div>
</div>
<div class="col-md-2 col-sm-1">
<div class="coffee">
<div class="coffee-icon">
<img src="assets/img/coffee-cup.png" alt="">
</div>
<p>
C
<br> O
<br> F
<br> F
<br>E
<br>E
<br>
<br> B
<br> R
<br> E
<br> A
<br> K
</p>
</div>
</div>
<div class="col-md-5 col-sm-12">
<div class="member jon">
<div class="button">
<a href="#" class="btn-large bg-3"><img src="assets/img/microphone.png" alt=""> Apps Contest</a>
</div>
<h4>Game & Apps Development Contest</h4>
<p>Game & Apps Development Contest will start at 2:00pm.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Day 1 End -->
<!-- Day 2 Start -->
<div role="tabpanel" class="tab-pane" id="day2">
<a href="gaming-contest.html">
</a>
<div class="row">
<a href="gaming-contest.html">
</a>
<div class="col-md-12 board text-center">
<a href="gaming-contest.html">
</a>
<div class="col-md-5 col-sm-6">
<div class="member stephen">
<div class="button">
<a href="#" class="btn-large bg-1"><img src="assets/img/microphone.png" alt="">Project Show</a>
</div>
<h4>Project Show</h4>
<p>
The battle of brains begins when it is time for project show. Another exciting event of CSE Fest. The
university students of Chittagong division have the opportunity to show their talent and can display
their unique project.
</p>
</div>
<div class="member jeson">
<div class="button">
<a href="#" class="btn-large bg-2"><img src="assets/img/microphone.png" alt="">Programming Contest</a>
</div>
<h4>Programming Contest</h4>
<p>The largest programming contest of Chittagong Division where more than 40 teams participate
from almost 20 universities.</p> <br>
<p>Details at <a href="programming-contest.html">Programming Contest page</a>
</p>
</div>
</div>
<div class="col-md-2 col-sm-1">
<div class="coffee">
<div class="coffee-icon">
<img src="assets/img/coffee-cup.png" alt="">
</div>
<p>
C
<br> O
<br> F
<br> F
<br>E
<br>E
<br>
<br> B
<br> R
<br> E
<br> A
<br> K
</p>
</div>
</div>
<div class="col-md-5 col-sm-12">
<a href="carrier-adda.html">
</a>
<div class="member jeson">
<div class="button">
<a href="#" class="btn-large bg-2"><img src="assets/img/microphone.png" alt="">Carrier Adda</a>
</div>
<h4>Carrier Adda</h4>
<p>This is the event where a student comes to know about future job opportunities, job markets and how
to develop their skills according to the qualification needed for the job. The students are guided by
the most successful persons in current time</p>
</p>
</div>
<div class="member jon">
<a href="carrier-adda.html">
</a>
<div class="button">
<a href="carrier-adda.html">
</a>
<a href="#" class="btn-large bg-3"><img src="assets/img/microphone.png" alt="">Music Night</a>
</div>
<h4>Music Night</h4>
<p>Details comming soon.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Day 2 End -->
<!-- Day 3 Start -->
<div role="tabpanel" class="tab-pane" id="day3">
<div class="row">
<div class="col-md-12 board text-center">
<div class="col-md-5 col-sm-6">
<div class="member stephen">
<div class="button">
<a href="#" class="btn-large bg-1"><img src="assets/img/microphone.png" alt="">Rally</a>
</div>
<h4>Rally</h4>
<p>
Details coming soon.
</p>
</div>
<div class="member jeson">
<div class="button">
<a href="#" class="btn-large bg-2"><img src="assets/img/microphone.png" alt="">Seminar</a>
</div>
<h4>Seminar</h4>
<p>Details coming soon.</p>
</p>
</div>
<div class="member jon">
<a href="carrier-adda.html">
</a>
<div class="button">
<a href="carrier-adda.html">
</a>
<a href="#" class="btn-large bg-3"><img src="assets/img/microphone.png" alt="">Flash Mob</a>
</div>
<h4>Flash Mob</h4>
<p>Details coming soon.</p>
</div>
</div>
<div class="col-md-2 col-sm-1">
<div class="coffee">
<div class="coffee-icon">
<img src="assets/img/coffee-cup.png" alt="">
</div>
<p>
C
<br> O
<br> F
<br> F
<br>E
<br>E
<br>
<br> B
<br> R
<br> E
<br> A
<br> K
</p>
</div>
</div>
<div class="col-md-5 col-sm-12">
<a href="carrier-adda.html">
</a>
<div class="member jeson">
<div class="button">
<a href="#" class="btn-large bg-2"><img src="assets/img/microphone.png" alt="">Color Fest</a>
</div>
<h4>Color Fest</h4>
<p>Details coming soon</p>
</p>
</div>
<div class="member jon">
<a href="carrier-adda.html">
</a>
<div class="button">
<a href="carrier-adda.html">
</a>
<a href="#" class="btn-large bg-3"><img src="assets/img/microphone.png" alt="">Reception & Farewell</a>
</div>
<h4>Reception & Farewell</h4>
<p>Details coming soon.</p>
</div>
<div class="member jon">
<a href="carrier-adda.html">
</a>
<div class="button">
<a href="carrier-adda.html">
</a>
<a href="#" class="btn-large bg-3"><img src="assets/img/microphone.png" alt="">Cultural Program</a>
</div>
<h4>Cultural Program</h4>
<p>This is the most colorful event of CSE fest where future engineers show their co-curricular activities
along with renowned musical bands</p>
</div>
</div>
</div>
</div>
<!-- Day 3 End -->
<!-- Day 4 Start -->
<!-- <div role="tabpanel" class="tab-pane" id="day4">
<div class="row">
<div class="col-md-12 board text-center">
<div class="column-1 col-md-3 col-sm-5">
<ul class="nav nav-pills event-time-list">
<li><a href="#">Time</a>
<ul>
<li class="color-1"><a href="#">3pm - 5pm</a></li>
<li class="color-2"><a href="#">5pm - 7pm</a></li>
<li class="color-3"><a href="#">7pm - 7.30 pm</a></li>
<li class="color-4"><a href="#">8pm - 10pm</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-md-4 col-sm-6">
<div class="member stephen">
<div class="button">
<a href="#" class="btn-large bg-1"><img src="assets/img/microphone.png" alt="">Julia Merry</a>
</div>
<h4>Main Topic</h4>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those intereste.</p>
</div>
<div class="member jeson">
<div class="button">
<a href="#" class="btn-large bg-2"><img src="assets/img/microphone.png" alt="">Jeson Eva</a>
</div>
<h4>Main Topic</h4>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those intereste.</p>
</div>
</div>
<div class="col-md-1 col-sm-1">
<div class="coffee">
<div class="coffee-icon">
<img src="assets/img/coffee-cup.png" alt="">
</div>
<p>
C <br> O <br> F <br> F <br>E <br>E <br> <br> B <br> R <br> E <br> A <br> K
</p>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="member jon">
<div class="button">
<a href="#" class="btn-large bg-3"><img src="assets/img/microphone.png" alt="">David Ramon</a>
</div>
<h4>Main Topic</h4>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those intereste.</p>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those intereste.</p>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those intereste.</p>
</div>
</div>
</div>
</div>
</div> -->
<!-- Day 4 End -->
</div>
<!-- Tab content Start -->
</div>
<!-- Schedule Main board End-->
</div>
</div>
</div>
</section>
<!-- Schedule Section End -->
<!-- Copytight Start -->
<section id="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copyright-text text-center">
CUET CSE FEST 2017
<a href="index.html">
HOME
</a>
</p>
</div>
</div>
</div>
</section>
<!-- Copytight End -->
<!-- Go to Top Link -->
<a href="#header-wrap" class="back-to-top">
<i class="icon-arrow-up"></i>
</a>
<!-- jQuery Load -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Countdown Js -->
<script src="assets/js/jquery.countdown.min.js"></script>
<!-- Smooth scroll JS -->
<script src="assets/js/smooth-scroll.js"></script>
<!-- Wow Scroll -->
<script src="assets/js/wow.js"></script>
<!-- Owl carousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Slicknav js -->
<script src="assets/js/jquery.slicknav.js"></script>
<!-- Nivo lightbox Js -->
<script src="assets/js/nivo-lightbox.js"></script>
<!-- Contact Form Scripts -->
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.js"></script>
<!-- All Js plugin -->
<script src="assets/js/main.js"></script>
<!-- Map JS -->
<script type="text/javascript" src="assets/js/jquery.mapit.min.js"></script>
<script src="assets/js/initializers.js"></script>
</body>
</html>