-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
471 lines (414 loc) · 15.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="title" content="CodeMania v3.0">
<meta name="description" content="CodeMania v3.0">
<meta name="author" content="CodeMania v3.0">
<meta name="keywords" content="CodeMania v3.0">
<title>C O D E M A N I A v3.0</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template -->
<link rel="stylesheet" type="text/css" href="timer.css">
<link href="css/grayscale.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Favicon for CreatED 2020 -->
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<!-- Custom style for Background -->
<link rel="stylesheet" href="/css/background.css">
<!-- Timeline -->
<link rel="stylesheet" href="/css/timeline.css">
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<style>
html{
scroll-behavior: smooth;
}
.prices-box{
box-shadow: 2px 2px 4px 0px #f0b036;
border-radius: 4px;
}
.fab{
font-size: 22px;
}
.fa-angle-double-down{
color: #ffa600;
}
body {
position: relative;
}
.green-color{
color: #1CB2A1;
}
@media (max-width: 991.98px) {
.masthead .container{
margin-top: 3rem;
}
}
</style>
</head>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" target="_blank"><img src="badge.png" alt="CodeGeniX 2.0 tyle="width:100%"></a>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div id="navbar-container" class="container">
<div id="navbar-top-menu">
<div class="d-flex align-items-center justify-content-between">
<a class="navbar-brand js-scroll-trigger" href="./">
<div class="title-icon"></div>
</a>
<button class="navbar-toggler nexa" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul id="navbar-buttons" class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="./">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="register">Register</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="rules">Rules</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="workshops">Workshops</a>
</li>
<li class="nav-item" id="team">
<a class="nav-link js-scroll-trigger nexa" href="teams">Team</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- <div id="particles-js"></div> -->
<div class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center no-select">
<h1 class="mx-auto my-0 title-text">CodeMania v3.0</h1>
<br><br>
<h2 class="orange mx-auto mt-2 mb-1 sub-heading" style="width: 100%;">12<sup>th</sup>
June 2021</h2>
<h2 class="white mx-auto mt-2 mb-3 sub-heading" style="width: 100%;">Organized by IEEE Computer Society Student
Branch Chapter of Sri Lanka Technological Campus</h2>
<div id="button-box">
<a target="_blank"
href="https://codemaniav2.github.io/rules.html"
class="btn btn-primary js-scroll-trigger" style="z-index: 1; position: relative;">Rules</a>
</div>
<div id="button-box" class="mt-2">
<a target="_blank"
href="https://www.hackerrank.com/codemania-v2"
class="btn btn-primary js-scroll-trigger"
style="z-index: 1; position: relative;">Enter the Challenge Now</a>
</div>
<div class="scroll-ho text-light text-center mt-5">
<a href="#cashPrices">
<h4>Scroll Down</h4>
<i class="fa fa-angle-double-down bx-fade-down h1" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
<div class="display" style="background: #1d1c29;">
<div class="size1 overlay1">
<div class="size1 flex-col-c-m p-l-15 p-r-15 p-t-50 p-b-50">
<div class="flex-w flex-c-m cd100 p-b-33">
<h2 class="orange mx-auto mt-2 mb-3 sub-heading" style="width: 100%;">Remaining Time for the competition</h2>
<div class="flex-col-c-m size2 bor1 m-l-15 m-r-15 m-b-20">
<span class="l2-txt1 p-b-9" id="days"></span>
<span class="s2-txt1">Days</span>
</div>
<div class="flex-col-c-m size2 bor1 m-l-15 m-r-15 m-b-20">
<span class="l2-txt1 p-b-9" id="hours"></span>
<span class="s2-txt1">Hours</span>
</div>
<div class="flex-col-c-m size2 bor1 m-l-15 m-r-15 m-b-20">
<span class="l2-txt1 p-b-9" id="minutes"></span>
<span class="s2-txt1">Minutes</span>
</div>
<div class="flex-col-c-m size2 bor1 m-l-15 m-r-15 m-b-20">
<span class="l2-txt1 p-b-9" id="seconds"></span>
<span class="s2-txt1" id="cashPrices">Seconds</span>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="container" >
<div class="row justify-content-around text-light prices">
<div class="col-md-8 col-12 mx-1 mt-3 p-0 text-center prices-box">
<img src="img/1st-place.jpeg" class="img-fluid">
</div>
<div class="col-md-5 col-12 mx-1 mt-3 p-0 text-center prices-box">
<img src="img/2nd-place.jpeg" class="img-fluid">
</div>
<div class="col-md-5 col-12 mx-1 mt-3 p-0 text-center prices-box">
<img src="img/3rd-place.jpeg" class="img-fluid">
</div>
</div>
<div class="row justify-content-center text-light prices">
<div class="col-md-6 my-4 p-3 col-12 text-center prices-box">
<h4>Top 10 Teams</h4>
<h3>CodeMania v3.0 Official T-shirts & Gift packs</h3>
</div>
</div>
<div class="row justify-content-center text-light gift-shirt my-3">
<div class="col-md-8 col-12 mx-1 text-center">
<img src="img/CodeMania T-Shirt Final-01.png" class="img-fluid">
<h3 class="orange sub-heading">Free for top 10 teams</h3>
<h4><span class="green-color">Compete, code and & win</span> to be eligible for unique T-shirts of Limited Edition.</h4>
</div>
</div>
</div> -->
<!-- Schedule-Timeline -->
<section class="timeline">
<h1>Program Schedule</h1>
<ul>
<li>
<div class="content">
<h2>
<time>28th May</time>
</h2>
<p>Registration Open</p>
</div>
</li>
<li>
<div class="content">
<h2>
<time>9th June</time>
</h2>
<p>Registration Close</p>
</div>
</li>
<li>
<div class="content">
<h2>
<time>12th June</time>
</h2>
<p>Event Day</p>
</div>
</li>
<li>
<div class="content">
<h2>
<time>5.00 p.m</time>
</h2>
<p>Month of CodeGeniX Closing Ceremony</p>
</div>
</li>
<li>
<div class="content">
<h2>
<time>6.00 p.m</time>
</h2>
<p>CodeMania v3.0</p>
</div>
</li>
<li>
<div class="content">
<h2>
<time>9.00pm-9.30pm</time>
</h2>
<p>Break</p>
</div>
</li>
<li>
<div class="content">
<h2>
<time>12.00am</time>
</h2>
<p>End of the Codemania</p>
</div>
</li>
</ul>
</section>
</div>
<div class="sponsor-img-container mx-auto" style="max-width: 50%;">
<img class="img-fluid top-borders" src="./img/ieeecsw.png" /></a>
</div>
<script src="timer.js"></script>
<section class="text-center">
<section>
<h1 class="sub-heading diagonal-text orange sub-heading-title">About</h1>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="container nexa">
<p class="black bold">CodeMania v3.0 is an 6-hours long algorithmic coding competition. It will be the final project
of the Month
of CodeGeniX project series organized by the IEEE Computer Society Student Branch Chapter of Sri Lanka
Technological Campus. Competitors of CodeMania v3.0 are required to solve problem sets utilizing their
problem-solving and risk-taking abilities. The competition is planned to be held online via the HackerRank
platform and will be based on the Python programming language. CodeMania v3.0 is open only for
undergraduates of the Sri Lanka Technological Campus (SLTC).
</br></br>
CodeMania v3.0 is guided by an advisory panel headed by Dr Dhammika Elkaduwa as the chief advisor.
The panel of judges of CodeMania v3.0 will be led by Mr. Suren Sritharan.This is planned to be held on 12 th
June, 6 pm onwards via Hacker Rank Platform for SLTC undergraduates.
<br><br>
</br></br>
Copyright © CodeGeniX'22 by IEEE Computer Society Student Branch Chapter of SLTC
<br><br>
</p>
</div>
</div>
</section>
<!--<div class="area" >
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div >
<section>
<h1 class="sub-heading diagonal-text orange sub-heading-title" style="padding-bottom: 100px; padding-top: 100px; margin-bottom: 0;">Schedule</h1>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="schedule">
<div id="schedSat">
<h3 style="font-weight: bold;">Saturday 12th</h3>
<br>
<table class="table table-hover" id="saturdayContainer">
</table>
</div>
<div id="schedSun">
<h3 style="font-weight: bold;">Sunday 13th</h3>
<br>
<table class="table table-hover" id="sundayContainer">
</table>
</div>
</div>
<br>
<p style="font-weight: bold;">Stay tuned!</p>
</div>
</section>
<section class="diagonal-section vertical-padding" style="opacity: 0.95!important;">
<div class="image-showcase">
<div class="mx-auto diagonal-section-content">
<div class="container">
<div class="row">
<div class="col-xl-6">
<div class="img-box zoom first-image">
<div class="workshop-item-image">
<img class="img-fluid top-borders" src="img/2018_picture_1.JPG" alt="">
</div>
<div class="workshop-item-textbox bottom-borders nexa" style="background: white!important">
<h6 style="font-weight: bold; margin: 0.5em">Check out the <span style="color: #64a19d"><a href="https://created-april-2018.devpost.com/">projects</a></span> from our 2018 hackathon's participants</h6>
</div>
</div>
</div>
<div class="col-xl-6">
<div class="img-box zoom">
<div class="workshop-item-image">
<img class="img-fluid top-borders" src="img/2018_picture_2.JPG" alt="">
</div>
<div class="workshop-item-textbox bottom-borders nexa" style="background: white!important">
<h6 style="font-weight: bold; margin: 0.5em"><span class="orange">Mentors</span> helping participants at CreatED Hack 2018</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="container nexa">
<p class="black bold">Applications are now open. Click on "apply" at the top. Also make sure to check out our <a href="https://createdhack.com/sponsors.html">sponsors</a> who are making this event possible! They're all hiring and it's a perfect time to look for an internship. Have a question? We have an <a href="https://createdhack.com/faqs.html">FAQ!</a></p>
</div>
</div>
</section>
<section class="diagonal-section black-bg" style="height: 4em; opacity: 1;"></section>
-->
<section class="footer-section black-bg">
<div style="padding-top: 4em;">
<div class="small text-center white">
<div style="padding-top: 0">
<div class="text-center white">
<div class="social d-flex justify-content-center"></div>
<a href="https://lnkd.in/gpeu2Xe" target="_blank" class="mx-2 orange-hover">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://www.youtube.com/channel/UCrsJlEY4bydXLVdNn7SV4EA" target="_blank" class="mx-2 orange-hover">
<i class="fab fa-youtube"></i>
</a>
<a href="www.twitter.com/sltcieeecs" target="_blank" class="mx-2 orange-hover">
<i class="fab fa-twitter"></i>
</a>
<a href="https://lnkd.in/gAgQFAv" target="_blank" class="mx-2 orange-hover">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://lnkd.in/gaYqJ4A" target="_blank" class="mx-2 orange-hover">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</section>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.js"></script>
<!-- Custom javascript -->
<script src="js/custom.js"></script>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Oct 2, 2022 18:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("days").innerHTML = days;
document.getElementById("hours").innerHTML = hours;
document.getElementById("minutes").innerHTML = minutes;
document.getElementById("seconds").innerHTML = seconds;
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("days").innerHTML = "00";
document.getElementById("hours").innerHTML = "00";
document.getElementById("minutes").innerHTML = "00";
document.getElementById("seconds").innerHTML = "00";
}
}, 1000);
</script>
<!-- Particle library
<script src="particles/particles.js"></script>
<script src="particles/app.js"></script> -->
</body>
</html>