-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
449 lines (417 loc) · 19 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
---
layout: main
---
<!-- Header -->
<div class="main-header">
<div class="intro">
<div class="container">
<div class="intro-text">
<div class="intro-heading"><BITS/></div>
<div class="intro-sub">[Recap site;]</div>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#services" style="visibility:hidden">Explore</a>
<br>
</div>
</div>
</div>
</div>
<div class="wave1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#000000" fill-opacity="0.2" d="M0,160L20,186.7C40,213,80,267,120,277.3C160,288,200,256,240,256C280,256,320,288,360,261.3C400,235,440,149,480,122.7C520,96,560,128,600,128C640,128,680,96,720,106.7C760,117,800,171,840,176C880,181,920,139,960,106.7C1000,75,1040,53,1080,48C1120,43,1160,53,1200,101.3C1240,149,1280,235,1320,245.3C1360,256,1400,192,1420,160L1440,128L1440,320L1420,320C1400,320,1360,320,1320,320C1280,320,1240,320,1200,320C1160,320,1120,320,1080,320C1040,320,1000,320,960,320C920,320,880,320,840,320C800,320,760,320,720,320C680,320,640,320,600,320C560,320,520,320,480,320C440,320,400,320,360,320C320,320,280,320,240,320C200,320,160,320,120,320C80,320,40,320,20,320L0,320Z"></path>
</svg>
</div>
<div class="wave2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#141517" fill-opacity="1" d="M0,160L20,186.7C40,213,80,267,120,277.3C160,288,200,256,240,256C280,256,320,288,360,261.3C400,235,440,149,480,122.7C520,96,560,128,600,128C640,128,680,96,720,106.7C760,117,800,171,840,176C880,181,920,139,960,106.7C1000,75,1040,53,1080,48C1120,43,1160,53,1200,101.3C1240,149,1280,235,1320,245.3C1360,256,1400,192,1420,160L1440,128L1440,320L1420,320C1400,320,1360,320,1320,320C1280,320,1240,320,1200,320C1160,320,1120,320,1080,320C1040,320,1000,320,960,320C920,320,880,320,840,320C800,320,760,320,720,320C680,320,640,320,600,320C560,320,520,320,480,320C440,320,400,320,360,320C320,320,280,320,240,320C200,320,160,320,120,320C80,320,40,320,20,320L0,320Z"></path>
</svg>
</div>
<div class="image1">
{% include svg/programmer.html %}
</div>
<div class="section-1">
<div class="topic">What is it?</div>
<div class="description">BITS, The First-Ever Task-Based Intra-School ICT competition, organized by the Ananda College ICT Society to provide a platform for our school's students to polish and improve their ICT knowledge in many fields of ICT.</div>
</div>
<div class="image2">
{% include svg/winner.html %}
</div>
<div class="section-2">
<div class="topic">Past Winners</div>
<div class="winners">
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">BITS 2018</h5>
<p class="card-text">Name Here</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">BITS 2018</h5>
<p class="card-text">Name Here</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">BITS 2018</h5>
<p class="card-text">Name Here</p>
</div>
</div>
</div>
</div>
<!--
<div class="image3">
{% include svg/statistics.html %}
</div> -->
<div class="section-3">
<div class="topic">Past Competitions Details</div>
<div class="detail-cards">
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card">
<img src="./img/bits-ui/bits2018.png" class="card-img-top" alt="bits2018">
<div class="open">
<span class="material-icons">
open_in_new
</span>
</div>
<div class="card-body">
<h5 class="card-title">BITS 18</h5>
<p class="card-text">
Registered - 20 <br>
Participants - 20 <br>
Completed Tasks - 20 <br>
Duration -
01 Mar - 07 June, 2018<br>
(70 Days)
</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="./img/bits-ui/bits2019.png" class="card-img-top" alt="bits2019">
<div class="card-body">
<h5 class="card-title">BITS 18</h5>
<p class="card-text">
Registered - 20 <br>
Participants - 20 <br>
Completed Tasks - 20 <br>
Duration - <br>
01 Mar - 07 June, 2018<br>
(70 Days)
</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="./img/bits-ui/bits2020.png" class="card-img-top" alt="bits2020">
<div class="card-body">
<h5 class="card-title">BITS 18</h5>
<p class="card-text">
Registered - 20 <br>
Participants - 20 <br>
Completed Tasks - 20 <br>
Duration - <br>
01 Mar - 07 June, 2018<br>
(70 Days)
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="chart-card card border-dark">
<div class="card-body">
<h5 class="card-title">Tasks Completed</h5>
<canvas id="alltasks" width="400" height="400"></canvas>
</div>
</div>
</div>
<div class="col-md-6">
<div class="chart-card card border-dark">
<div class="card-body">
<h5 class="card-title">Tasks Completed by Catogery</h5>
<canvas id="allcatogery" width="400" height="400"></canvas>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wave3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#212529" fill-opacity="0.2" d="M0,64L14.1,101.3C28.2,139,56,213,85,229.3C112.9,245,141,203,169,160C197.6,117,226,75,254,69.3C282.4,64,311,96,339,96C367.1,96,395,64,424,58.7C451.8,53,480,75,508,122.7C536.5,171,565,245,593,272C621.2,299,649,277,678,245.3C705.9,213,734,171,762,165.3C790.6,160,819,192,847,186.7C875.3,181,904,139,932,133.3C960,128,988,160,1016,165.3C1044.7,171,1073,149,1101,149.3C1129.4,149,1158,171,1186,165.3C1214.1,160,1242,128,1271,122.7C1298.8,117,1327,139,1355,165.3C1383.5,192,1412,224,1426,240L1440,256L1440,320L1425.9,320C1411.8,320,1384,320,1355,320C1327.1,320,1299,320,1271,320C1242.4,320,1214,320,1186,320C1157.6,320,1129,320,1101,320C1072.9,320,1045,320,1016,320C988.2,320,960,320,932,320C903.5,320,875,320,847,320C818.8,320,791,320,762,320C734.1,320,706,320,678,320C649.4,320,621,320,593,320C564.7,320,536,320,508,320C480,320,452,320,424,320C395.3,320,367,320,339,320C310.6,320,282,320,254,320C225.9,320,198,320,169,320C141.2,320,113,320,85,320C56.5,320,28,320,14,320L0,320Z"></path>
</svg>
</div>
<div class="wave4">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#343a40" fill-opacity="1" d="M0,64L14.1,101.3C28.2,139,56,213,85,229.3C112.9,245,141,203,169,160C197.6,117,226,75,254,69.3C282.4,64,311,96,339,96C367.1,96,395,64,424,58.7C451.8,53,480,75,508,122.7C536.5,171,565,245,593,272C621.2,299,649,277,678,245.3C705.9,213,734,171,762,165.3C790.6,160,819,192,847,186.7C875.3,181,904,139,932,133.3C960,128,988,160,1016,165.3C1044.7,171,1073,149,1101,149.3C1129.4,149,1158,171,1186,165.3C1214.1,160,1242,128,1271,122.7C1298.8,117,1327,139,1355,165.3C1383.5,192,1412,224,1426,240L1440,256L1440,320L1425.9,320C1411.8,320,1384,320,1355,320C1327.1,320,1299,320,1271,320C1242.4,320,1214,320,1186,320C1157.6,320,1129,320,1101,320C1072.9,320,1045,320,1016,320C988.2,320,960,320,932,320C903.5,320,875,320,847,320C818.8,320,791,320,762,320C734.1,320,706,320,678,320C649.4,320,621,320,593,320C564.7,320,536,320,508,320C480,320,452,320,424,320C395.3,320,367,320,339,320C310.6,320,282,320,254,320C225.9,320,198,320,169,320C141.2,320,113,320,85,320C56.5,320,28,320,14,320L0,320Z"></path>
</svg>
</div>
<!-- <div class="section images-rest">
<div class="container text-center" style="margin-top:-70px;">
<div class="row justify-content-md-center">
<div class="col-md-12 col-lg-8">
<img src="./img/lap.png" class="img-fluid img-lap" style="position:absolute; bottom: -470px; left: 49px; width:80%">
<img src="./img/mobile.png" class="img-fluid img-mobile" width="250px;" style="position:absolute;">
</div>
</div>
</div>
</div>
<div class="section" id="about">
<div class="container text-center" style="margin-top:350px;">
<div class="row justify-content-md-center">
<div class="col-md-12 col-lg-8">
<h1 class="title" id="about">
<br>What is BITS?</h1>
<p contenteditable="true"> BITS 2018, the Intra-School practice-based ICT competition is organized by the Ananda College ICT Society for
the first time in Sri Lanka with the intention of providing a platform for our school students and polish their
IT knowledge in the different fields of ICT.</p>
</div>
</div>
</div>
</div>
<!-- Services --
<div class="section">
<div class="container text-center" style="margin-top:100px;">
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-user fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">80+ students</h4>
<p class="text-muted">80+ Young Anandians have been able to participate in BITS and 40+ out of them were able to successfully carry out their work throughout the competition</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-tasks fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">200+ Tasks</h4>
<p class="text-muted">200+ tasks completed until now from blog posts, designing logos to creating websites about developing FOSS.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-id-badge fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">9 mentors</h4>
<p class="text-muted">The Staff of Mentors created an environment in which particpants were able to smoothly run along the competition
with the help, assistance and enthusiasm of our mentors.</p>
</div>
</div>
</div>
</section>
<!-- tasks --
<div class="section" id="tasks">
<div class="container text-center">
<div class="row justify-content-md-center">
<div class="col-md-12 col-lg-8">
<h1 class="title" id="about">
<br>Tasks : Code;</h1>
</div>
</div>
<div class="row justify-content-md-center">
{% for projects_code in site.data.projects_code %}
<div class="card" style="width: 18rem; margin:5px;">
<img src="./img/projects_code/{{ projects_code.image }}.jpeg" class="card-img-top" alt="image">
<div class="card-body">
<h5 class="card-title">{{projects_code.name}}</h5>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item" style="text-align:left;">Name: <b>{{ projects_code.student }}</b></li>
<li class="list-group-item" style="text-align:left;">Grade: <b>{{ projects_code.grade }}</b></li>
<li class="list-group-item" style="text-align:left;">Description: <b>{{ projects_code.description }}</b></li>
</ul>
<div class="card-body">
<a class="btn btn-primary btn-l text-uppercase js-scroll-trigger" href="{{projects_code.link}}" target="_blank">View project</a>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!-- tasks --
<div class="section">
<div class="container text-center">
<div class="row justify-content-md-center">
<div class="col-md-12 col-lg-8">
<h1 class="title" id="about">
<br>Tasks : Design;</h1>
</div>
</div>
<div class="row justify-content-md-center">
{% for projects_design in site.data.projects_design %}
<div class="card" style="width: 18rem; margin:5px;">
<img src="./img/projects_design/{{ projects_design.image }}.png" class="card-img-top" alt="image" width="100%">
<div class="card-body">
<h5 class="card-title">{{projects_design.name}}</h5>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item" style="text-align:left;">Name: <b>{{ projects_design.student }}</b></li>
<li class="list-group-item" style="text-align:left;">Grade: <b>{{ projects_design.grade }}</b></li>
<li class="list-group-item" style="text-align:left;">Description: <b>{{ projects_design.description }}</b></li>
</ul>
<div class="card-body">
<a class="btn btn-primary btn-l text-uppercase js-scroll-trigger" href="{{projects_design.link}}" target="_blank">View project</a>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!-- tasks --
<div class="section">
<div class="container text-center">
<div class="row justify-content-md-center">
<div class="col-md-12 col-lg-8">
<h1 class="title" id="about">
<br>Tasks : Explore;</h1>
</div>
</div>
<div class="row justify-content-md-center">
{% for projects_explore in site.data.projects_explore %}
<div class="card" style="width: 18rem; margin:5px;">
<img src="./img/projects_explore/{{ projects_explore.image }}.jpeg" class="card-img-top" alt="image" width="100%">
<div class="card-body">
<h5 class="card-title">{{projects_explore.name}}</h5>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item" style="text-align:left;">Name: <b>{{ projects_explore.student }}</b></li>
<li class="list-group-item" style="text-align:left;">Grade: <b>{{ projects_explore.grade }}</b></li>
<li class="list-group-item" style="text-align:left;">Description: <b>{{ projects_explore.description }}</b></li>
</ul>
<div class="card-body">
<a class="btn btn-primary btn-l text-uppercase js-scroll-trigger" href="{{projects_explore.link}}" target="_blank">View project</a>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!--students--
<div class="section" style="margin-top:50px;" id="students">
<div class="container text-center">
<div class="row justify-content-md-center">
<div class="col-md-12 col-lg-8">
<h1 class="title">
<br>Students</h1>
</div>
</div>
<div class="row">
{% for student in site.data.students %}
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-square" src="./img/students/{{student.image}}.jpeg" alt="image">
<h4>{{student.name}}</h4>
<p class="text-muted">{{student.class}} (2018)</p>
<ul class="list-inline social-buttons">
{% if student.github %}
<li class="list-inline-item">
<a href="https://github.com/{{student.github}}" target="blank">
<i class="fab fa-github"></i>
</a>
</li>
{% endif %}
</ul>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!--mentors--
<div class="section" style="margin-top:50px;" id="mentors">
<div class="container text-center">
<div class="row justify-content-md-center">
<div class="col-md-12 col-lg-8">
<h1 class="title">
<br>Mentors</h1>
</div>
</div>
<div class="row">
{% for mentor in site.data.mentors %}
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-square" src="./img/mentors/{{mentor.image}}.jpg" alt="image">
<h4>{{mentor.name}}</h4>
<p class="text-muted">Grade: {{mentor.class}} (2018)</p>
<p style="margin-top:-20px;"><big>{{ mentor.description }}</big></p>
<ul class="list-inline social-buttons">
{% if mentor.github %}
<li class="list-inline-item">
<a href="https://github.com/{{mentor.github}}" target="blank">
<i class="fab fa-github"></i>
</a>
</li>
{% endif %}
{% if mentor.twitter %}
<li class="list-inline-item">
<a href="https://twitter.com/{{mentor.twitter}}" target="blank">
<i class="fab fa-twitter"></i>
</a>
</li>
{% endif %}
{% if mentor.facebook %}
<li class="list-inline-item">
<a href="https://facebook.com/{{mentor.facebook}}" target="blank">
<i class="fab fa-facebook"></i>
</a>
</li>
{% endif %}
{% if mentor.instagram %}
<li class="list-inline-item">
<a href="https://www.instagram.com/{{mentor.instagram}}" target="blank">
<i class="fab fa-instagram"></i>
</a>
</li>
{% endif %}
</ul>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!--footer--
<footer style="background:#dee2e6;">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright"><h5 style="font-family: 'Saira', sans-serif !important;">Copyright © ACICTS 2018</h5></span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/acicts" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/acicts" target="_blank">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/acicts" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://acicts.io" target="_blank" style="font-family: 'Saira', sans-serif !important; color:#212529;">ACICTS</a>
</li>
<li class="list-inline-item">
<a href="https://bits.acicts.io" target="_blank" style="font-family: 'Saira', sans-serif !important; color:#212529">BITS</a>
</li>
</ul>
</div>
</div>
</div>
</footer> -->