-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
638 lines (476 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cloud Skills Challenge</title>
<link rel="shortcut icon" type="image/jpg" href="assets/img/plogo.png" />
<!-- Vendor CSS Files -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://rawgit.com/LeshikJanz/libraries/master/Bootstrap/baguetteBox.min.css">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/9e8a3f781b.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Goldman&display=swap" rel="stylesheet">
<!-- icons -->
<script src="https://kit.fontawesome.com/9e8a3f781b.js" crossorigin="anonymous"></script>
<link crossorigin="anonymous" media="all" rel="stylesheet"
href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<nav class="navbar navbar-expand-lg navbar-mainbg">
<a class="navbar-brand navbar-logo" href="#"><img src="assets/img/IEEE SB Logo.png" alt="brand"
style="width:100px"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars text-white"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<div class="hori-selector">
<div class="left"></div>
<div class="right"></div>
</div>
<li class="nav-item active">
<a class="nav-link" href="#hero">Home</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#how">How to Compete</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#awards">Awards</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#lead">Leaderboard</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">FAQ</a>
</li>
<li class="nav-item" style="text-align:center!important">
<a class="nav-link" href="https://docs.microsoft.com/en-us/learn/"
style="padding: 10px 20px ; margin: auto;text-align: center;"><button class="btn-3">Register</button></a>
</li>
</ul>
</div>
</nav>
</header><!-- End Header -->
<a href="#hero" id="scroll" style="display: none;"><span></span></a>
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero">
<div class="container">
<div class="col-lg-12 hero-img">
<img src="assets/img/plogo.png" class="img-fluid" alt="">
</div>
<div class="content-center ">
<div>
<h1 class="tit">Cloud Skills Challenge</h1><br>
<h2 class="tit">Organized by the IEEE Student Branch of UCSC</h2>
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- ======= About Section ======= -->
<section id="reg" class="reg">
<div class="container">
<div class="row">
<div class="col-lg-5 " style="text-align: center;">
<div id="timer" style="position: relative;top: 25%;"></div>
</div>
<div class="col-lg-7 d-flex flex-column justify-contents-center">
<div class="content ">
<h2> Registration are Now Open!</h2><br>
<p class="font-italic">
Feb 12 - March 31, 2021
</p>
<br><a href="https://docs.microsoft.com/en-us/learn/">
<button type="button" class="btn btn-warning btn-lg y"
style="font-family: 'Yusei Magic', sans-serif;font-weight: bold;">Register</button></a>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-lg-6" style="text-align:center; margin: auto;">
<img src="assets/img/plogo.png" class="img-fluid" alt="" style="width: 50%;">
</div>
<div class="col-lg-6 d-flex flex-column justify-contents-center" data-aos="fade-left">
<div class="content pt-4 pt-lg-0">
<h2>WHAT IS CLOUD SKILLS CHALLENGE?</h2>
<br>
<p class="JUS">“Could Skills Challenge” will be a self-paced competition mainly based on Cloud
Computing. This challenge is open for Undergraduates of the University of Colombo,
in which each registered participant has to complete modules through the Microsoft
Learn Platform. Points would be given for each module each contestant completed
throughout the given period.</p>
<p class="JUS">Learn and Earn enough points to stay in the top of the Leader board to win Exclusive
Swags from Microsoft.</p>
<p class="JUS"><b>NOTE: THIS COMPETITION IS OPEN ONLY FOR UNIVERSITY OF COLOMBO
UNDERGRADUATES</b></p>
</div>
</div>
</div>
</div>
<div class="container">
<h2>HOW DOES IT WORK?</h2><br>
<div class="row">
<div class="card-wrapper card-image-title-description col-lg-4 col-md-6 col-xs-12">
<div class="card">
<div class="card-img-wrapper">
<img class="card-img-top" src="assets/img/compete.jfif" alt="Card image cap">
</div>
<div class="card-body">
<h5 class="card-title">Compete</h5>
<p class="card-text">Strive for the top of the
leaderboard but remember
you can earn more when you
learn together.</p>
</div>
</div>
</div>
<div class="card-wrapper card-image-title-description col-lg-4 col-md-6 col-xs-12">
<div class="card">
<div class="card-img-wrapper">
<img class="card-img-top" src="assets/img/skills.jpg" alt="Card image cap">
</div>
<div class="card-body">
<h5 class="card-title">Develop skills</h5>
<p class="card-text">Guaranteed that you will be
a skillful person for your
career in Cloud Computing.</p>
</div>
</div>
</div>
<div class="card-wrapper card-image-title-description col-lg-4 col-md-6 col-xs-12">
<div class="card">
<div class="card-img-wrapper">
<img class="card-img-top" src="assets/img/learn.png" alt="Card image cap">
</div>
<div class="card-body">
<h5 class="card-title">Learn</h5>
<div class="card-content">
<p class="card-text">Gain your knowledge by
referring given understandable
instructions and stay tuned
with the latest technology.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= About Section ======= -->
<section id="how" class="reg">
<div class="container">
<h2 style="text-align: center;">HOW TO COMPETE ?</h2> <br>
<div class="row">
<div class="col-lg-8 " style="text-align: center;">
<img src="assets/img/Learn.jpg" alt="" style="width: 100%;">
</div>
<div class="col-lg-4 d-flex flex-column justify-contents-center">
<div class="content ">
<h3>Step 01</h3><br>
<p class="JUS">
Sign up at <a href="https://docs.microsoft.com/en-us/learn/">Microsoft Learn Platform</a> .
</p>
</div>
</div>
</div>
<div>
<div class="content ">
<h3>Step 02</h3><br>
<p class="JUS">
When signing up, make sure your Display name is set in accordance with the following
<span style="color: red;">naming convention</span>,<br>
UOC_Registration Number(Without slashes)]_[Preferred name] <br>
E.g.: UOC_2018IS999_Nitharshana <br>
UOC_2018CS899_Chenuka <br>
UOC_2018S9989_Madhuka <br>
<span style="color: red;">*Any other naming conventions used will be invalid for the competition*</span>
</p>
</div>
</div>
<div>
<div class="content ">
<h3>Step 03</h3><br>
<p class="JUS">
Begin the Cloud Skills Challenge by clicking “Join the Challenge” button through the
following link. <br> <a
href="https://docs.microsoft.com/en-us/learn/challenges?id=c95f5da0-c2f0-4951-8694-58ddff3a9e4b">https://docs.microsoft.com/en-us/learn/challenges?id=c95f5da0-c2f0-4951-8694-58ddff3a9e4b</a>
<br>
Learn and Earn enough points to stay at the top of the Leaderboard!
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<section id="awards" class="about">
<div class="container" style="text-align: center;">
<h2>AWARDS</h2>
<div>
<P>Strive for the top of the leaderboard to win exclusive swags from Microsoft.</P><br>
<img src="assets/img/swags.JPG" alt="" style="width: 50%;">
</div>
</div>
</section><!-- End About Section -->
<!-- leaderboard -->
<section id="lead" class="reg">
<div class="container">
<h2 style="text-align: center;">Leaderboard</h2><br>
<div class="mb-4 lg-8">
<div class="">
<!--Table-->
<table class="table table-hover table-dark table-striped">
<!--Table head-->
<thead class="thead-dark darken-3">
<tr class="text-white">
<th>#</th>
<th>Participant</th>
<th>Score</th>
</tr>
</thead>
<!--Table head-->
<!--Table body-->
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>200</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>199</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>198</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Anna</td>
<td>195</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Mary</td>
<td>192</td>
</tr>
<tr>
<th scope="row">6</th>
<td>Nishamal</td>
<td>190</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Yasith</td>
<td>182</td>
</tr>
<tr>
<th scope="row">8</th>
<td>Thilina</td>
<td>172</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Bhanuji</td>
<td>162</td>
</tr>
<tr>
<th scope="row">10</th>
<td>Thavindu</td>
<td>160</td>
</tr>
<tr>
<th scope="row">11</th>
<td>Ushan</td>
<td>158</td>
</tr>
<tr>
<th scope="row">12</th>
<td>Nimalasiri</td>
<td>142</td>
</tr>
<tr>
<th scope="row">13</th>
<td>Malith</td>
<td>140</td>
</tr>
<tr>
<th scope="row">14</th>
<td>Chanchala</td>
<td>138</td>
</tr>
<tr>
<th scope="row">15</th>
<td>Nimesh</td>
<td>135</td>
</tr>
<tr>
<th scope="row">16</th>
<td>Vishwa</td>
<td>132</td>
</tr>
<tr>
<th scope="row">17</th>
<td>Isuru</td>
<td>130</td>
</tr>
<tr>
<th scope="row">18</th>
<td>Harsha</td>
<td>128</td>
</tr>
<tr>
<th scope="row">19</th>
<td>Avishka</td>
<td>125</td>
</tr>
<tr>
<th scope="row">20</th>
<td>Yohombu</td>
<td>120</td>
</tr>
</tbody>
<!--Table body-->
</table>
<!--Table-->
</div>
</div>
</div>
</section>
<section id="faq" class="about">
<div class="container" style="text-align: center;">
<h2>FREQUENTLY ASKED QUESTIONS</h2><br>
<div class="accordion">
<div class="accordion-item">
<a>How Do I Change My Display Name?</a>
<div class="content">
<p>You can edit your Display Name on the Edit Your Profile Page. Make sure your
display name is set in accordance with the naming convention that we have
provided. Any other display names will be invalid.</p>
</div>
</div>
<div class="accordion-item">
<a>How do I complete the challenge?</a>
<div class="content">
<p>To complete this challenge, you’ll need to finish the designated collection of Learn
content before the challenge end date.</p>
</div>
</div>
<div class="accordion-item">
<a>How can I tell if I have completed the challenge?</a>
<div class="content">
<p>In the “Where you stand” section you will see a fraction that equals 100% (8/8 or
5/5 or 12/12).</p>
</div>
</div>
<div class="accordion-item">
<a>How is the leaderboard calculated?</a>
<div class="content">
<p>The leaderboard shows how many modules you have completed out of the total
number of modules in the collection. Any ties are listed alphabetically.</p>
</div>
</div>
<div class="accordion-item">
<a>What if my module completions aren’t showing up?</a>
<div class="content">
<p>The leaderboard and “where you stand” section take up to a few hours to
refresh. Please wait for a few hours and check again.</p>
</div>
</div>
<div class="accordion-item">
<a>How do I find all of my challenges?</a>
<div class="content">
<p>You can find all the challenges you’ve previously participated in or are currently
participating in, on the challenge tab in your Learn account profile.</p>
</div>
</div>
<div class="accordion-item">
<a>How can I make sure I receive Cloud skills challenge emails?</a>
<div class="content">
<p>Update and save your “Email for notifications” in your Learn account profile.</p>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<div class="container" style="margin:0 auto 20px;">
<div class="row" style="text-align: center;">
<div class="col-sm-12 col-md-4 col-lg-4" style="margin:auto;text-align:center;">
<img src="assets/img/IEEE SB Logo.png" class="brand">
</div>
<div class="col-sm-6 col-lg-4" style="margin:auto;text-align:center;">
<img src="assets/img/UCSC Logo.png" class="brand" style="width:60%">
</div>
<div class="col-sm-6 col-lg-4" style="margin:auto;text-align:center;">
<img src="assets/img/stu.png" class="brand" style="width:90%">
</div>
</div>
</div>
<section id="foot" class="foot">
<div class="container">
<div class="section-title">
<h2 style="text-align:justify;text-align-last:center;font-size:20px;">UOC Cloud Skills Challenge
is organized by the IEEE Student Branch of UCSC</h2>
</div>
<br>
<br>
<div class="row no-gutters clients-wrap clearfix wow fadeInUp">
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" style="text-align: center;">
<a href="#" class="x"><i class="fab fa-facebook-square"
style="font-size: 40px !important;"></i><br>Facebook</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" style="text-align: center;">
<a href="#" class="x"><i class="fab fa-twitter" style="font-size: 40px !important;"></i><br>Twitter</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" style="text-align: center;">
<a href="#" class="x"><i class="fab fa-instagram" style="font-size: 40px !important;"></i><br>Instagram</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" style="text-align: center;">
<a href="#" class="x"><i class="fab fa-youtube" style="font-size: 40px !important;"></i><br>Youtube</a>
</div>
</div>
</div>
</div>
<p style="text-align:center;color:grey;margin-top:30px;">Copyright © 2021 IEEE Sudent Branch of UCSC. All right
reserved.</p>
</section>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.js"></script>
<script>
baguetteBox.run('.tz-gallery');
</script>
<!-- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"> </script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>