-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
312 lines (299 loc) · 12.9 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
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Play&display=swap" rel="stylesheet">
<title>cloudSkills</title>
</head>
<body>
<!-- ===== NAVBAR BLOCK =====
######################### -->
<nav class="nav">
<div class="nav__logo">
<a href="#"><img src="img/IEEE.png" width="150px"></a>
</div>
<div id="mainListDiv" class="main_list nav__wrapper">
<ul class="navlinks nav__wrapper__list">
<li class="nav__wrapper__list__item"><a class ="navLink" href="#about">About</a></li>
<li class="nav__wrapper__list__item"><a class ="navLink" href="#prices">Swags</a></li>
<li class="nav__wrapper__list__item"><a class ="navLink" href="#leaderboard">LeaderBoard</a></li>
<li class="nav__wrapper__list__item"><a class ="navLink" href="#faq">FAQ</a></li>
<li class="nav__wrapper__list__item"><a class ="navLink" href="#">register</a></li>
</ul>
</div>
<span class="navTrigger nav__toggle-btn">
<i></i>
<i></i>
<i></i>
</span>
</nav>
<!-- ===== END OF NAVBAR BLOCK =====
################################ -->
<section class="intro" style="margin-top: 0;">
<div class="intro__align">
<div >
<div id="countdown">
<ul>
<li><span id="days"></span>days</li>
<li><span id="hours"></span>Hours</li>
<li><span id="minutes"></span>Minutes</li>
<li><span id="seconds"></span>Seconds</li>
</ul>
</div>
</div>
<h2 class="intro__align__sub-title">until registration closes</h2>
<br>
<br>s
<h1 class="intro__align__title">CLOUD SKILLS CHALLENGE 2021</h1>
<h2 class="intro__align__sub-title">Organized by the IEEE Student Branch of UCSC</h2>
<button type="button" class="btn btn-primary btn-lg register-btn" >Register Now</button>
</div>
</section>
<section id="about">
<div class="row">
<div class="col-md-4">
<img src="img/csc.png" class="csc">
</div>
<div class="col-md-8">
<h1>WHAT IS CLOUD SKILLS CHALLENGE?</h1>
<p class="text">“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="text">Learn and Earn enough points to stay in the top of the Leader board to win Exclusive
Swags from Microsoft.
</p>
<p style="text-align: center;" class="text"><b>NOTE: THIS COMPETITION IS OPEN ONLY FOR UNIVERSITY OF COLOMBO
UNDERGRADUATES</b></p>
</div>
</div>
</section>
<section id="howTo">
<div class="row">
<div class="col-md-12">
<h1>How Does It Work</h1>
</div>
</div>
<div class="row">
<div class="container mt-2">
<div class="row">
<div class="col-xl-4 col-md-12 item">
<div class="card item-card card-block">
<img src="img/compete.jpg" class="card-img">
<h5 class="item-card-title mt-3 mb-3">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 class="col-xl-4 col-md-12 item">
<div class="card item-card card-block">
<img src="img/skill.jpg" class="card-img">
<h5 class="item-card-title mt-3 mb-3">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 class="col-xl-4 col-md-12 item">
<div class="card item-card card-block">
<img src="img/learn.jpg" class="card-img">
<h5 class="item-card-title mt-3 mb-3">Learn</h5>
<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>
</section>
<section id="prices">
<div class="row">
<div class="col-md-12">
<h1>SWAGS</h1>
<img src="img/swags.jpeg" width="500px">
<p class="text">Strive for the top of the leaderboard to win exclusive swags from Microsoft
</p>
</div>
</div>
</section>
<section id="leaderboard">
<div class="row">
<div class="col-md-12">
<h1>LeaderBorad</h1>
</div>
</div>
<div class="row">
<div class="col-md-4"><img src="img/2.png" class="award-img"><br><h1 class=" leader-top">Jack</h1></div>
<div class="col-md-4"><img src="img/1.png" class="award-img"><br><h1 class=" leader-top">Peter</h1></div>
<div class="col-md-4"><img src="img/3.png" class="award-img"><br><h1 class=" leader-top">Amy</h1></div>
</div>
<div class="row">
<div class="col-md-12" style="padding: 0; margin-top: 25px;">
<table class="leader-table">
<thead>
<tr>
<th>position</th>
<th>Name</th>
<th>score</th>
</tr>
</thead>
<tbody>
<tr>
<td>4</td>
<td>Thilina</td>
<td>870</td>
</tr>
<tr>
<td>5</td>
<td>Bhanuji</td>
<td>820</td>
</tr>
<tr>
<td>6</td>
<td>Thavindu</td>
<td>750</td>
</tr>
<tr>
<td>7</td>
<td>Sethiya</td>
<td>740</td>
</tr>
<tr>
<td>8</td>
<td>Yasith</td>
<td>690</td>
</tr>
<tr>
<td>9</td>
<td>Nishamal</td>
<td>670</td>
</tr>
<tr>
<td>10</td>
<td>Asela</td>
<td>660</td>
</tr>
<tr>
<td>11</td>
<td>Kavindu</td>
<td>650</td>
</tr>
<tr>
<td>12</td>
<td>Dhanushka</td>
<td>640</td>
</tr>
<tr>
<td>13</td>
<td>Sandun</td>
<td>630</td>
</tr>
<tr>
<td>14</td>
<td>Isuru</td>
<td>620</td>
</tr>
<tr>
<td>15</td>
<td>Pasindu</td>
<td>610</td>
</tr>
<tr>
<td>16</td>
<td>Harsha</td>
<td>600</td>
</tr>
<tr>
<td>17</td>
<td>Hirushika</td>
<td>570</td>
</tr>
<tr>
<td>18</td>
<td>kavindi</td>
<td>630</td>
</tr>
<tr>
<td>19</td>
<td>harindu</td>
<td>620</td>
</tr>
<tr>
<td>20</td>
<td>Susara</td>
<td>400</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section id="faq">
<div class="row">
<div class="col-md-12">
<!-- FAQ -->
<div class="parent-container">
<h1>Frequently Asked Questions</h1>
<ul class="faq">
<li>
<h3 class="question">How Do I Change My Display Name?
<div class="plus-minus-toggle collapsed"></div>
</h3>
<div class="answer">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.</div>
</li>
<li>
<h3 class="question">How do I complete the challenge?
<div class="plus-minus-toggle collapsed"></div>
</h3>
<div class="answer">To complete this challenge, you’ll need to finish the designated collection of Learn
content before the challenge end date.</div>
</li>
<li>
<h3 class="question">How can I tell if I have completed the challenge?
<div class="plus-minus-toggle collapsed"></div>
</h3>
<div class="answer">In the “Where you stand” section you will see a fraction that equals 100% (8/8 or
5/5 or 12/12).</div>
</li>
<li>
<h3 class="question">How is the leaderboard calculated?
<div class="plus-minus-toggle collapsed"></div>
</h3>
<div class="answer">The leaderboard shows how many modules you have completed out of the total
number of modules in the collection. Any ties are listed alphabetically.
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/faq.js"></script>
<script src="js/front.js"></script>
<script src="js/coundown.js"></script>
</body>
<footer>
<div class="footer">
<div class="row">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
<div class="row">
<ul>
<li><a href="#">Contact us</a></li>
<li><a href="#about">About</a></li>
<li><a href="#leaderboard">LeaderBoard</a></li>
<li><a href="#prices">Prices</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
</div>
</div>
</footer>
</html>