-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·458 lines (454 loc) · 26 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9GTEZRRVKR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9GTEZRRVKR');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=">The Circuito’21 is a monumental effort brought to life by the IEEE Industrial Electronics Society (IES) Student Branch Chapter of SLTC.">
<link rel="canonical" href="https://ieee.sltc.ac.lk/ies-circuito21/" />
<meta name="author" content="re4nightwing">
<meta name="keywords" content="circuito, circuito21, sltc ies, sltc ieee, webinar, workshop, competition, PCB, electronics">
<meta name="robots" content="index, follow">
<link rel="icon" href="img/icon1.png">
<title>CIRCUITO'21 | IEEE IES of SLTC</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="loading text-center">
<div class="loading-text">
<h2>SLTC IES CHAPTER</h2>
<h3><i>PRESENTS</i></h3>
<h1>CIRCUITO'21</h1>
</div>
</div>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-purple">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="img/circuito21-logo.png" height="45px" alt="sltc ieee ies circuito'21 logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link top scroll" aria-current="page" href="#top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link competition scroll" href="#competition">Competition</a>
</li>
<li class="nav-item">
<a class="nav-link organizers scroll" href="#organizers">Organizers</a>
</li>
<li class="nav-item">
<a class="nav-link timeline scroll" href="#timeline">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link registration scroll" href="#registration">Registration</a>
</li>
<li class="nav-item">
<a class="nav-link prizes scroll" href="#prizes">Prizes</a>
</li>
<li class="nav-item">
<a class="nav-link contact scroll" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="showcase" id="top">
<div class="container text-center" data-aos="zoom-in" data-aos-delay="100">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-7 col-8 showcase-abs">
<img src="img/circuito21-logo.png" class="img-fluid mb-3" height="200px" alt="sltc ieee ies circuito'21 logo">
<div class="btns">
<a href="#registration" class="orange-outline-btn">Submit Here</a>
</div>
</div>
</div>
</div>
</section>
<section id="competition">
<div class="container py-5">
<div class="row justify-content-center text-center">
<div class="col-lg-6 col-md-10 col-12 mb-3">
<div class="ratio ratio-16x9">
<iframe src="https://www.youtube.com/embed/OJKafMNjAbg" title="YouTube video player" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-6 col-md-10 col-12 text-justify abs-para mb-3">
<div class="text-yt-content">
<p>The Awareness webinar on Inventions & Innovations | Is another initiative of CIRCUITO'21; which will be dedicated to bringing forth awareness to inventions & innovations. This webinar will be mainly focused on,</p>
<ul>
<li>innovative ideas and new inventions</li>
<li>platforms available for inventors</li>
<li>information about governing bodies</li>
<li>the support and encouragement. </li>
</ul>
<p>Simply: how to mold you as an innovator!</p>
</div>
</div>
<div class="col-10 mt-4 mb-3">
<h6 class="text-muted"><i>Competition</i></h6>
<h1 class="heading">Competition Details</h1>
</div>
<div class="col-10 text-justify">
<p>The Circuito’21 is a monumental effort brought to life by the IEEE Industrial Electronics Society (IES) Student Branch Chapter of SLTC.
The competition intends to inspire the inventors of Sri Lanka by pioneering the platform to bring out their creativity, inventiveness,
and ingenuity. Intending to empower inventors’ minds, the competition allows inventors to present innovations of their own and offer the
recognition they truly deserve. All citizens are invited to unleash their inner potential through this competition and stand a chance to
win valuable scholarships and cash prizes.</p>
</div>
</div>
</div>
</section>
<section id="organizers">
<div class="container py-5">
<div class="row justify-content-center pos-rel text-center">
<div class="col-10 mt-4 mb-3">
<h6 class="text-muted"><i>Organizers</i></h6>
<h1 class="heading">IES Circuito'21 Committee</h1>
</div>
<div class="col-10 text-justify">
<div class="row justify-content-around text-center">
<div class="col-lg-6 col-md-8 col-12">
<h3 class="sub-heading">Mission</h3>
<p class="text-justify">At present the COVID 19 pandemic has created such a scenario where the entire human population is facing one
of the biggest challenges the world has ever faced, creating many problems individually and socially. Our mission is to make
individuals and organizations seek answers or solutions for those problems paving the way to many innovations and inventions
throughout the world.</p>
</div>
</div>
<div class="row justify-content-around text-center">
<div class="col-lg-5 col-md-5 col-10 gcard px-4 my-1">
<a href="https://ieee.sltc.ac.lk/" target="_blank">
<img loading="lazy" src="img/1IEEE-Color.png" class="img-fluid" alt="SLTC IEEE Student Brancg">
</a>
</div>
<div class="col-lg-5 col-md-5 col-10 gcard px-4 my-1">
<a href="https://www.facebook.com/SLTCIES/" target="_blank">
<img loading="lazy" src="img/1IES-Logo.png" class="img-fluid" alt="SLTC IES Chapter">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container py-5">
<div class="row justify-content-center text-center">
<div class="col-10 mt-4 mb-3">
<h1 class="heading">How?</h1>
</div>
<div class="col-10 text-justify">
<div class="row justify-content-around">
<div class="col-lg-7 col-12 text-start" id="mark">
<p>The judging criteria for the competition will be as follows;</p>
<ul class="mx-auto">
<li><b>70%</b> - of the decision is completely based on the decree of the judges.</li>
<li><b>20%</b> - is considered by the virtual voting system</li>
<li><b>10%</b> - is considered by post reactions on Facebook</li>
</ul>
<p>For more details, please refer to the guidelines.</p>
<p>Please be kind enough to obey the relevant rules and regulations.</p>
</div>
<div class="col-lg-6 col-12">
<h3 class="sub-heading text-center">Where</h3>
<p>Through our website and voting can be placed there.
Fore more details please refer to the guidelines.</br></br>
It is mandatory to kindly abide by the rules and regulations.</p>
</div>
<div class="col-lg-6 col-12">
<h3 class="sub-heading text-center">When</h3>
<p class="text-center">On 9th and 10th of October 2021.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="timeline">
<div class="container py-5">
<div class="row justify-content-center pos-rel text-center">
<div class="col-10 mt-4 mb-3">
<h6 class="text-muted"><i>Event</i></h6>
<h1 class="heading">Timeline</h1>
</div>
<div class="col-10 text-justify mt-5">
<div class="row justify-content-center text-center">
<div class="col-5 text-start pb-3">
<p>Exhibition Submission starting date</p>
</div>
<div class="col-5 text-end time-date pb-3">
<p><b>14/09/2021</b></p>
</div>
<div class="col-5 text-start pb-3">
<p>Exhibition Submission closing date</p>
</div>
<div class="col-5 text-end time-date pb-3">
<p><b>06/10/2021</b></p>
</div>
<div class="col-5 text-start pb-3">
<p>Virtual Exhibition and the competition</p>
</div>
<div class="col-5 text-end time-date pb-3">
<p><b>09/10/2021 to 10/10/2021 (48hrs)</b></p>
</div>
<div class="col-5 text-start pb-3">
<p>Voting period of the exhibition – Starting time & date</p>
</div>
<div class="col-5 text-end time-date pb-3">
<p><b>09/10/2021 at 00.01AM</b></p>
</div>
<div class="col-5 text-start pb-3">
<p>Voting period of the exhibition – Closing time & date</p>
</div>
<div class="col-5 text-end time-date pb-3">
<p><b>10/10/2021 at 11.59PM</b></p>
</div>
<div class="col-5 text-start pb-3">
<p>Declaration of the winners</p>
</div>
<div class="col-5 text-end time-date pb-3">
<p><b>Pending...</b></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="registration">
<div class="container py-5">
<div class="row justify-content-center pos-rel text-center">
<div class="col-10 mt-4 mb-3">
<h6 class="text-muted"><i>Event</i></h6>
<h1 class="heading">Submission</h1>
<div class="row justify-content-around mt-3">
<div class="col-lg-6 col-md-6 col-12 mb-4">
<div class="wcard">
<div class="wcard-abs">
<h5>Who we are, SLTC IES?</h5>
<p>Click the button below to find out.</p>
<a href="https://drive.google.com/file/d/1udDpGBZ3hwGPFtQkA4H-LKeqX_50a1LF/view?usp=sharing" target="_blank" class="orange-round-btn">More Info</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mb-4">
<div class="wcard">
<div class="wcard-abs">
<h5>Rules And Regulations</h5>
<p>Click the button below to view competition rules and regulations.</p>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-10 col-12 my-2">
<a href="https://drive.google.com/file/d/1U9rhIbD5OpymTwPb12IpRPWkqmcOSkV_/view?usp=sharing" class="orange-round-btn" target="_blank">සිංහල</a>
</div>
<div class="col-lg-4 col-md-10 col-12 my-2">
<a href="https://drive.google.com/file/d/1oNMoOewzcUx7S19OV4_5YW9pnwV7tUJu/view?usp=sharing" class="orange-round-btn" target="_blank">English</a>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 col-12 mb-4">
<div class="wcard">
<div class="wcard-abs">
<h5>Representatives</h5>
<p>Meet your school represntative.</p>
<a href="#" class="orange-round-btn">Click Here</a>
</div>
</div>
</div> -->
<div class="col-lg-6 col-12 mb-4">
<div class="wcard">
<div class="wcard-abs">
<h5>Submit Here</h5>
<p>Click the button below to add your submission.</p>
<a href="https://forms.gle/16AavJBLtridNrA7A" target="_blank" class="orange-round-btn">Submit Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="prizes">
<div class="container py-5">
<div class="row justify-content-center text-center">
<div class="col-10 mt-4 mb-3">
<h6 class="text-muted"><i>Competition</i></h6>
<h1 class="heading">Prizes</h1>
</div>
<div class="col-10 text-justify">
<div class="row justify-content-around text-center py-5">
<div class="col-10 text-start">
<div class="row justify-content-around pt-4 mb-5 text-center price-line">
<div class="col-lg-6 col-md-6 col-10">
<h1 class="sub-heading">1<sup>st</sup> Place</h1>
</div>
<div class="col-lg-6 col-md-6 col-10">
<div class="price-money">
<h2>20,000 LKR</h2>
</div>
</div>
<div class="col-lg-8 col-md-8 col-10 my-2">
<i class="fa fa-plus" aria-hidden="true"></i>
</div>
<div class="col-lg-5 col-md-5 col-8">
<div class="price-img">
<h4>Scholarships & Robo-kit</h4>
<img loading="lazy" src="img/SIR_robot_car.png" alt="robo kit gift">
</div>
</div>
</div>
<div class="row justify-content-around pt-4 mb-5 text-center price-line">
<div class="col-lg-6 col-md-6 col-10">
<h1 class="sub-heading">2<sup>nd</sup> Place</h1>
</div>
<div class="col-lg-6 col-md-6 col-10">
<div class="price-money">
<h2>15,000 LKR</h2>
</div>
</div>
<div class="col-lg-8 col-md-8 col-10 my-2">
<i class="fa fa-plus" aria-hidden="true"></i>
</div>
<div class="col-lg-5 col-md-5 col-8">
<div class="price-img">
<h4>Scholarships & Development Kit</h4>
<img loading="lazy" src="img/SIPE_robot_kit.png" alt="development kit gift">
</div>
</div>
</div>
<div class="row justify-content-around pt-4 mb-5 text-center price-line">
<div class="col-lg-6 col-md-6 col-10">
<h1 class="sub-heading">3<sup>rd</sup> Place</h1>
</div>
<div class="col-lg-6 col-md-6 col-10">
<div class="price-money">
<h2>10,000 LKR</h2>
</div>
</div>
<div class="col-lg-8 col-md-8 col-10 my-2">
<i class="fa fa-plus" aria-hidden="true"></i>
</div>
<div class="col-lg-5 col-md-5 col-8">
<div class="price-img">
<h4>Scholarships</h4>
</div>
</div>
</div>
<div class="row justify-content-around pt-4 text-center price-line">
<div class="col-lg-8 col-md-8 col-10">
<h1>All Participants</h1>
</div>
<div class="col-lg-8 col-md-8 col-8">
<i class="fa fa-arrow-down" aria-hidden="true"></i>
</div>
<div class="col-lg-8 col-md-8 col-8">
<div class="price-img">
<h4>Scholarships + Valuable Cerificate</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="contact">
<div class="container py-5">
<div class="row justify-content-center text-center">
<div class="col-10">
<h1 class="heading">Contact Us</h1>
</div>
<div class="col-lg-4 col-md-6 col-12 text-light">
<h6>Asanka Fernando</h6>
<p>077 832 0609</br>asanka0205@ieee.org</br><i>(Co Chairman)</i></p>
</div>
<div class="col-lg-4 col-md-6 col-12 text-light">
<h6>Shane Welagedera</h6>
<p>071 756 8886</br>shenwelagedara123@gmail.com</br><i>(Co Chairman)</i></p>
</div>
<div class="col-lg-4 col-md-6 col-12 text-light">
<h6>Oshada Laksan</h6>
<p>071 296 2793</br>oshadalakshan@ieee.org</br><i>(Coordination Team Head)</i></p>
</div>
<div class="col-lg-8 col-md-8 col-12 text-light mt-5">
<div class="row justify-content-center text-center footer-logo">
<h6 class="checkOut">Official Resource Partners</h6>
<div class="col-md-5 col-12 my-1">
<img loading="lazy" src="img/1_1.png" class="img-fluid" alt="">
</div>
<div class="col-md-5 col-12 my-1">
<img loading="lazy" src="img/1_2.png" class="img-fluid" alt="">
</div>
</div>
<div class="row justify-content-center text-center footer-logo mt-3">
<h6 class="checkOut">Official Sponsors</h6>
<div class="col-lg-4 col-md-6 col-12 my-1">
<img loading="lazy" src="img/2_1.PNG" class="img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6 col-12 my-1">
<img loading="lazy" src="img/2_2.png" class="img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6 col-12 my-1">
<img loading="lazy" src="img/2_3.png" class="img-fluid"alt="">
</div>
</div>
</div>
</div>
</div>
<div class="bg-dark text-light credit">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-12">
<p class="my-2">©2021 Circuito'21. All Rights Reserved</br>Designed by: <a href="https://github.com/re4nightwing" target="_blank">re4nightwing <i class="fab fa-github"></i></a></p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js" integrity="sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>
</body>
<script src="js/main.js"></script>
<script>
$( document ).ready(function() {
setTimeout(function() {
$('.loading').fadeOut(400);
}, 1000);
});
$(document).scroll(function() {
if($(window).scrollTop() === 0) {
$(".navbar").removeClass('bg-pink-half');
$(".navbar").addClass('bg-purple');
} else{
$(".navbar").removeClass('bg-purple');
$(".navbar").addClass('bg-pink-half');
}
});
document.querySelectorAll('.dropdown-toggle').forEach(item => {
item.addEventListener('click', event => {
if(event.target.classList.contains('dropdown-toggle') ){
event.target.classList.toggle('toggle-change');
}
else if(event.target.parentElement.classList.contains('dropdown-toggle')){
event.target.parentElement.classList.toggle('toggle-change');
}
})
});
</script>
</html>