-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
777 lines (678 loc) · 44 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="BITS">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/2018-03-28-512x499.png" type="image/x-icon">
<meta name="description" content="Register into BITS">
<meta name="google-site-verification" content="5RGI_-7FdL7_s8iZoBwMNhMQI54TizvdZsTvlIWGaxI" />
<meta name="msvalidate.01" content="12AF57CD2B8CCC0773AB4F89E6086D73" />
<title>BITS</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/facebook-plugin/style.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/animatecss/animate.min.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section class="menu cid-qKWb2X8L8s" once="menu" id="menu1-1g">
<nav class="navbar navbar-expand beta-menu navbar-dropdown align-items-center navbar-fixed-top navbar-toggleable-sm">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html">
<img src="assets/images/2018-03-28-512x499.png" alt="" title="" style="height: 5rem;">
</a>
</span>
<span class="navbar-caption-wrap">
<a class="navbar-caption text-white display-4" href="index.html">
BITS
<br>
</a>
</span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true">
<li class="nav-item">
<a class="nav-link link text-white display-4" href="index.html">
<span class="mbri-home mbr-iconfont mbr-iconfont-btn"></span>Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link link text-white dropdown-toggle display-4" href="" data-toggle="dropdown-submenu" aria-expanded="false">
<span class="mbri-paper-plane mbr-iconfont mbr-iconfont-btn"></span>
What's up
<br>
</a>
<div class="dropdown-menu">
<a class="text-white dropdown-item display-4" href="tasks.html">
<span class="mbri-setting mbr-iconfont mbr-iconfont-btn"></span>Tasks</a>
<a class="text-white dropdown-item display-4" href="events.html">
<span class="mbri-laptop mbr-iconfont mbr-iconfont-btn"></span>Events</a>
<!--a class="text-white dropdown-item display-4" href="timeline.html"><span class="mbri-clock mbr-iconfont mbr-iconfont-btn"></span>Timeline</a-->
</div>
</li>
<!--li class="nav-item dropdown open"><a class="nav-link link text-white dropdown-toggle display-4" href="" data-toggle="dropdown-submenu" aria-expanded="true"><span class="mbri-help mbr-iconfont mbr-iconfont-btn"></span>
Help</a><div class="dropdown-menu"><a class="text-white dropdown-item display-4" href="faq.html"><span class="mbri-question mbr-iconfont mbr-iconfont-btn"></span>FAQ</a><a class="text-white dropdown-item display-4" href="tutorials.html"><span class="mbri-video-play mbr-iconfont mbr-iconfont-btn"></span>Tutorials</a></div></li><li class="nav-item"><a class="nav-link link text-white display-4" href="about.html"><span class="mbri-info mbr-iconfont mbr-iconfont-btn"></span>
About</a></li-->
</ul>
<div class="navbar-buttons mbr-section-btn">
<a class="btn btn-sm btn-primary display-4" href="http://leaderboard-bits.acicts.io/">
<span class="mbri-growing-chart mbr-iconfont mbr-iconfont-btn"></span>
Leaderboards</a>
</div>
</div>
</nav>
</section>
<section class="engine">
<a href="https://acicts.io">ACICTS</a>
</section>
<section class="cid-qONp85QttN mbr-fullscreen mbr-parallax-background" id="header2-3b">
<div class="container align-center">
<div class="media-container-column mbr-white col-md-10 offset-md-1">
<h1 class="mbr-section-title mbr-bold pb-3 mbr-fonts-style display-1">BITS</h1>
<p class="mbr-text pb-3 mbr-fonts-style display-5">The first ever task-based intra-school ICT competition organized by
<a href="https://acicts.io" target="_blank" class="text-secondary">
<strong>ACICTS</strong> </a>
</p>
<a class="btn btn-md btn-primary display-4" href="http://leaderboard-bits.acicts.io/">Winners are now announced !</a>
<!--div class="mbr-section-btn">
<div class="mbr-section-btn">
<a class="btn btn-md btn-primary display-4" href="tasks.html">Tasks</a>
<a class="btn btn-md btn-secondary display-4" href="events.html">Events</a>
</div-->
<br>
<!--a class="btn btn-md btn-white-outline display-4" href="#register">
Registration has opened already. Not yet registered? Register now!
</a-->
</div>
</div>
</div>
<div class="mbr-arrow hidden-sm-down" aria-hidden="true">
<a href="#countdown1-3c">
<i class="mbri-down mbr-iconfont"></i>
</a>
</div>
</section>
<!--section class="countdown1 cid-qPm98waSH0" id="countdown1-3c">
<div class="container ">
<h2 class="mbr-section-title pb-3 align-center mbr-fonts-style display-2">Get ready!</h2>
<h3 class="mbr-section-subtitle align-center mbr-fonts-style display-5">
Registration has started now!<br>Competition will be started on 2<sup>nd</sup> of May.</h3>
</div>
</section-->
<!--section class="cid-qPm9tKRYPs" id="video1-3d">
<figure class="mbr-figure align-center container">
<div class="video-block" style="width: 66%;">
<div><iframe class="mbr-embedded-video" src="https://www.youtube.com/embed/xhXpa5drVto?rel=0&amp;showinfo=0&autoplay=1&loop=0" width="1280" height="720" frameborder="0" allowfullscreen></iframe></div>
</div>
</figure>
</section-->
<!--section class="mbr-section article content1 cid-qNHD9vCC9X" id="content1-3w">
<div class="container">
<div class="media-container-row">
<div class="mbr-text col-12 col-md-8 mbr-fonts-style display-7">
<br>
<marquee>
<font color="red">We are making a website to show out your talents to the country & world. Best projects will be shown
in the website. For that we need a photo of you to publish. Please send us photo of you as soon
as possible if you like. Thank you!</font>
</marquee>
</div>
</div>
</div>
</section-->
<section class="countdown1 cid-qNTkWjpGEY" id="countdown1-2p">
<div class="container ">
<h2 class="mbr-section-title pb-3 align-center mbr-fonts-style display-2">
<br>Winners are announced !</h2>
<section class="section-table cid-qOg6pNZ7Vm" id="table1-40">
<div class="container align-center">
<h2 class="mbr-section-title pb-3 mbr-fonts-style display-5">
Winners of the BITS-2018
</h2>
<div class="container">
<div id="demo" class="container">
<table class="table table-striped" cellspacing="0">
<thead>
<tr class="table-heads">
<th>
Rank
</th>
<th>
Winner
</th>
<th>
Grade
</th>
</tr>
</thead>
<tbody>
<tr v-repeat="tests | filterBy search | orderBy sortKey reverse">
<td class="body-item mbr-fonts-style display-7">Winner of the BITS-2018</td>
<td class="body-item mbr-fonts-style display-7">L. Gothira Sathnindu Mendis</td>
<td class="body-item mbr-fonts-style display-7">9</td>
</tr>
<tr v-repeat="tests | filterBy search | orderBy sortKey reverse">
<td class="body-item mbr-fonts-style display-7">2nd Place</td>
<td class="body-item mbr-fonts-style display-7">Chamod Nilushanka Perera
</td>
<td class="body-item mbr-fonts-style display-7">11
</td>
</tr>
<tr v-repeat="tests | filterBy search | orderBy sortKey reverse">
<td class="body-item mbr-fonts-style display-7">3rd Place</td>
<td class="body-item mbr-fonts-style display-7">Heliya Nithira Suriya Bandara
</td>
<td class="body-item mbr-fonts-style display-7">11
</td>
</tr>
<tr v-repeat="tests | filterBy search | orderBy sortKey reverse">
<td class="body-item mbr-fonts-style display-7">Finalists</td>
<td class="body-item mbr-fonts-style display-7">Inuka Sanudaya Batawala
<br>Benul Chenuka Wijwrathne
</td>
<td class="body-item mbr-fonts-style display-7">7
<br>11
</td>
</tr>
</tbody>
</table>
</div>
<h3 class="mbr-section-subtitle mbr-fonts-style display-6">Congratulations winners! Side winners and event winners will be announced on the BITS awards ceremony.
For more details visit the Leaderboards page and Final Leaderboards Spreadsheet.
</h3>
</div>
</div>
</div>
<br>
</div>
</section>
<section class="counters1 counters cid-qHVEALgiDI" id="counters1-i">
<div class="container">
<h2 class="mbr-section-title pb-3 align-center mbr-fonts-style display-2">
<br>What is BITS?</h2>
<h3 class="mbr-section-subtitle mbr-fonts-style display-5">Combination of all ICT fields.</h3>
<div class="container pt-4 mt-2">
<div class="media-container-row">
<div class="card p-3 align-center col-12 col-md-6 col-lg-4">
<div class="panel-item p-3">
<div class="card-img pb-3">
<span class="mbr-iconfont mbri-website-theme"></span>
</div>
<div class="card-text">
<h3 class="pt-3 pb-3 mbr-fonts-style display-5">
Design</h3>
<h4 class="mbr-content-title mbr-bold mbr-fonts-style display-7"></h4>
<p class="mbr-content-text mbr-fonts-style display-7">Web designing
<br>Graphic designing
<br>Video designing
<br>Blog designing
<br>Game designing
<br>and etc.
<br>
</p>
</div>
</div>
</div>
<div class="card p-3 align-center col-12 col-md-6 col-lg-4">
<div class="panel-item p-3">
<div class="card-img pb-3">
<span class="mbr-iconfont mbri-code"></span>
</div>
<div class="card-text">
<h3 class="pt-3 pb-3 mbr-fonts-style display-5">Code</h3>
<h4 class="mbr-content-title mbr-bold mbr-fonts-style display-7"></h4>
<p class="mbr-content-text mbr-fonts-style display-7">Web developing
<br>Embedded Systems developing
<br>Game developing
<br>Software developing
<br>Debugging
<br>and etc.
<br>
</p>
</div>
</div>
</div>
<div class="card p-3 align-center col-12 col-md-6 col-lg-4">
<div class="panel-item p-3">
<div class="card-img pb-3">
<span class="mbr-iconfont mbri-rocket"></span>
</div>
<div class="card-text">
<h3 class="pt-3 pb-3 mbr-fonts-style display-5">
Explore</h3>
<h4 class="mbr-content-title mbr-bold mbr-fonts-style display-7"></h4>
<p class="mbr-content-text mbr-fonts-style display-7">Learning
<br>Helping
<br>Researching
<br>Problems solving
<br>Enhancing
<br>and etc.
<br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="accordion1 cid-qI2KqNRjNK" id="accordion1-r">
<div class="container">
<div class="media-container-row">
<div class="col-12 col-md-8">
<div class="section-head text-center space30">
<h2 class="mbr-section-title pb-5 mbr-fonts-style display-2">
FAQ</h2>
</div>
<div class="clearfix"></div>
<div id="bootstrap-accordion_5" class="panel-group accordionStyles accordion" role="tablist" aria-multiselectable="true">
<div class="card">
<div class="card-header" role="tab" id="headingOne">
<a role="button" class="panel-title collapsed text-black" data-toggle="collapse" data-parent="#bootstrap-accordion_5" data-core=""
href="#collapse1_5" aria-expanded="false" aria-controls="collapse1">
<h4 class="mbr-fonts-style display-5">
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span>
What is BITS?
</h4>
</a>
</div>
<div id="collapse1_5" class="panel-collapse noScroll collapse " role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body p-4">
<p class="mbr-fonts-style panel-text display-7">
BITS; organized by Ananda College ICT Society is the first ever school task-based ICT competition in Sri Lanka. This is for
young Anandians who are in grade 6 to 11. The main objective of this competition
is to find skillful young Anandians for one of the major competitions of Google;
Google Code-in. Also directing other schools to the competition and improve participation
from Sri Lanka in Google Code-in. This competiton provides different kind of
tasks to complete. You can find a task of your favourite and then complete it,
submit it, start a new task. Also there are three main events called ARDROBERRY,
Still & Motion Graphics, Programmer & Game Developer. Students can take
part in those competitions as an individual or a team.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="headingTwo">
<a role="button" class="collapsed panel-title text-black" data-toggle="collapse" data-parent="#bootstrap-accordion_5" data-core=""
href="#collapse2_5" aria-expanded="false" aria-controls="collapse2">
<h4 class="mbr-fonts-style display-5">
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span> Is this only for coding?</h4>
</a>
</div>
<div id="collapse2_5" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body p-4">
<p class="mbr-fonts-style panel-text display-7">Actually no ! If you're designer, you have a vast variety of tasks on designing.
If you don't know to design or code, you can use our help on finding bugs and
errors, deciding new improvements and you can get other competitors help. If
you don't know anything, you can also start learning with us and do something.
This competition is not only for programmers, it's for everyone who loves ICT.
</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="headingThree">
<a role="button" class="collapsed text-black panel-title" data-toggle="collapse" data-parent="#bootstrap-accordion_5" data-core=""
href="#collapse3_5" aria-expanded="false" aria-controls="collapse3">
<h4 class="mbr-fonts-style display-5">
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span> Can I ask a question?</h4>
</a>
</div>
<div id="collapse3_5" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body p-4">
<p class="mbr-fonts-style panel-text display-7">Yes you can! First search the question in FAQ. If you couldn't find it, ask on our
portal(
<a href="http://portal.acicts.io" target="_blank">portal.acicts.io</a>) or you can ask on our chat room(channel) in slack. Also
you can talk with us through the school ICT laboratory.</p>
</div>
</div>
<div class="card-header" role="tab" id="headingOne">
<a role="button" class="panel-title collapsed text-black" data-toggle="collapse" data-parent="#bootstrap-accordion_5" data-core=""
href="#collapse1_6" aria-expanded="false" aria-controls="collapse1">
<h4 class="mbr-fonts-style display-5">
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span>
What is an advance task?
</h4>
</a>
</div>
<div id="collapse1_6" class="panel-collapse noScroll collapse " role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body p-4">
<p class="mbr-fonts-style panel-text display-7">
Advance tasks are more complex than simple tasks which you did untill now. You have to do much more than you did in simple
tasks. There isn't a category for each task. All the tasks are made out from
all three categories.</p>
</div>
</div>
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-qNTq18VBYi" id="content5-2r">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center mbr-bold mbr-white pb-3 mbr-fonts-style display-2">
<br> Ask your questions</h2>
<h3 class="mbr-section-subtitle align-center mbr-light mbr-white pb-3 mbr-fonts-style display-5">You can ask any question which is not here through our portal
<br>
<a href="http://portal.acicts.io" target="_blank">portal.acicts.io</a>
<br>
<br> or
<br>
<br> ask on
<a href="https://join.slack.com/t/bits-acicts/shared_invite/enQtMzQxMzIyMzg2NTk3LWYwOTE3OWQ4ZWZlMDc1OTc3YzcxMTdhM2QxMDUwYzBlMTQ0MjZiMDY0ODU4NTgzY2E2YTY3Y2JjMWJlOTY4MTA">Slack channel</a>
<br>
<br> or
<br>
<br> Ask from the organizing committee or Teachers at the School ICT lab.</h3>
</div>
</div>
</div>
</section>
<!--section class="mbr-section mbr-section__comments" id="facebook-comments-block-3g" data-rv-view="485" style="background-color: rgb(193, 193, 193); padding-top: 4.5rem; padding-bottom: 4.5rem;">
<div class="mbr-section__container mbr-section__container--isolated addons-container">
<div class="addons-row">
<div class="addons-container-inner"><div class="googlePlaceholder" data-numposts=""><h2>GOOGLE COMMENTS WILL BE SHOWN ONLY WHEN YOUR SITE IS ONLINE</h2> <img src="assets/images/google-comments.jpg"></div></div>
</div>
</div-->
<section class="timeline1 cid-qI2PgVEzCp" id="countdown1-3c">
<div class="container align-center">
<h2 class="mbr-section-title pb-3 mbr-fonts-style display-2">
Timeline
</h2>
<h3 class="mbr-section-subtitle pb-5 mbr-fonts-style display-5">
Histroy of the BITS 18</h3>
<div class="container timelines-container" mbri-timelines="">
<div class="row timeline-element reverse separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">
1
<sup>st</sup> of May 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Registration opens
</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7"> Registration will be opend for students those who are willing to take part in BITS</p>
</div>
</div>
</div>
<div class="row timeline-element separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-right">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">
2
<sup>nd</sup> of May 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-left ">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">BITS starts</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7"> BITS will be started. Students can start completing the tasks and will be able to earn points.
</p>
</div>
</div>
</div>
<div class="row timeline-element reverse separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">
4
<sup>th</sup> of May 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">First online test</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7"> The first online test will appear. Students can answer all the questions and earn more points.</p>
</div>
</div>
</div>
<div class="row timeline-element separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-right">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5"> 7
<sup>th</sup> of May 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-left ">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">
Events will be started.
</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">Events(ARDROBERRY, Still & Motion Graphics, Programmer and Game Developer) will be started.
Competitors can join those events and earn more points.</p>
</div>
</div>
</div>
<div class="row timeline-element reverse separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">
21
<sup>st</sup> of May 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Deadine for Still & Motion Graphics event</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7"> Still & Motion Graphics event will be finished. Competitors have to send us their project
before this day.</p>
</div>
</div>
</div>
<div class="row timeline-element separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-right">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5"> 11
<sup>th</sup> of June 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-left ">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Advance tasks will be displayed</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7"> Simple Tasks will expire and advance tasks will be appeared. Registration for the BITS will
be closed too.</p>
</div>
</div>
</div>
<div class="row timeline-element reverse separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">
11
<sup>th</sup> of June 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Deadline for ARDROBERRY, Programmer and Game Developer events</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7"> ARDROBERRY, Programmer and Game Developer events will be finished. Competitors have to submit
their project before this day.</p>
</div>
</div>
</div>
<div class="row timeline-element separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-right">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5"> 26
<sup>th</sup> of June 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-left ">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Deadline for BITS</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7"> BITS will be concluded. Competitors have to submit their tasks before this day.</p>
</div>
</div>
</div>
<div class="row timeline-element reverse">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">
29
<sup>th</sup> of June 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Winners and Finalists will be announced</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7"> All the winners and finalists of the BITS will be announced.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--section class="mbr-section content5 cid-qNTq18VBYi" id="countdown1-3c">
<div class="container" id="register">
<h2 class="mbr-section-title pb-3 align-center mbr-fonts-style display-2">
<br>
<br>Register into BITS</h2>
<h3 class="mbr-section-subtitle align-center mbr-fonts-style display-5"> Register into BITS competition by filling out the form below.</h3>
</div>
</div>
<center>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScpmUtV5jlUrB2cmgqR_BbYZESkDG2nMCvMgIcefwBwSBu1Ow/viewform?embedded=true"
width="100%" height="2100" frameborder="0" marginheight="0" marginwidth="0" id="iframe" ;>Loading...</iframe>
</center>
</section-->
<section class="footer4 cid-qPm9A1esga" id="footer4-3e">
<div class="container">
<div class="media-container-row content mbr-white">
<div class="col-md-3 col-sm-4">
<div class="mb-3 img-logo">
<img src="assets/images/2018-03-28-512x499.png" alt="BITS" title="">
</div>
<p class="mb-3 mbr-fonts-style foot-title display-5">
<strong> BITS</strong>
</p>
<p class="mbr-text mbr-fonts-style mbr-links-column display-7"></p>
</div>
<div class="col-md-4 col-sm-8">
<p class="mb-4 foot-title mbr-fonts-style display-7">
<strong>
RECENT NEWS
</strong>
</p>
<p>> Competition has finished.
<br>> Winners are announced!
</p>
</div>
<div class="col-md-4 offset-md-1 col-sm-12">
<p class="mb-4 foot-title mbr-fonts-style display-7">
<strong>
CONTACT
</strong>
</p>
<p class="mbr-text mbr-fonts-style form-text display-7">
Supun Tharinda - 071 152 1074
<br>Binath Lakvidu - 072 800 0516
<br>
<br>
<div class="social-list pl-0 mb-0">
<div class="soc-item">
<a href="https://www.facebook.com/acicts" target="_blank">
<img src="assets/images/facebook-icon.svg" height="25" width="25" title="">
</a>
</div>
<div class="soc-item">
<a href="https://twitter.com/acicts" target="_blank">
<img src="assets/images/twitter-icon.svg" height="25" width="25" title="">
</a>
</div>
<div class="soc-item">
<a href="https://www.youtube.com/user/ACICTS" target="_blank">
<img src="assets/images/youtube-icon.svg" height="25" width="25" title="">
</a>
</div>
<div class="soc-item">
<a href="https://join.slack.com/t/bits-acicts/shared_invite/enQtMzQxMzIyMzg2NTk3LWYwOTE3OWQ4ZWZlMDc1OTc3YzcxMTdhM2QxMDUwYzBlMTQ0MjZiMDY0ODU4NTgzY2E2YTY3Y2JjMWJlOTY4MTA"
target="_blank">
<img src="assets/images/slack-icon.svg" height="25" width="25" title="">
</a>
</div>
<div class="soc-item">
<a href="https://hangouts.google.com/group/K5H21IcSQ4ND1adC3" target="_blank">
<img src="assets/images/hangouts-icon.svg" height="25" width="25" title="">
</a>
</div>
<div class="soc-item">
<a href="mailto:bits.acicts@gmail.com" target="_blank">
<img src="assets/images/gmail-icon.svg" height="25" width="25" title="">
</a>
</div>
</div>
</div>
</div>
<div class="footer-lower">
<div class="media-container-row">
<div class="col-sm-12">
<hr>
</div>
</div>
<div class="media-container-row mbr-white">
<div class="col-sm-12 copyright">
© Copyright 2018 ACICTS - All Rights Reserved
</p>
<p></p>
</div>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5"></script>
<script src="https://apis.google.com/js/plusone.js"></script>
<script src="assets/facebook-plugin/facebook-script.js"></script>
<script src="assets/dropdown/js/script.min.js"></script>
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
<script src="assets/viewportchecker/jquery.viewportchecker.js"></script>
<script src="assets/parallax/jarallax.min.js"></script>
<script src="assets/countdown/jquery.countdown.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="assets/formoid/formoid.min.js"></script>
<div id="scrollToTop" class="scrollToTop mbr-arrow-up">
<a style="text-align: center;">
<i></i>
</a>
</div>
<input name="animation" type="hidden">
</body>
</html>