-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
359 lines (254 loc) · 12.4 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
<!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>NOI</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/3.3.7/css/bootstrap.min.css"> -->
<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>
<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-light padding-lr">
<a class="navbar-brand" href="#">
<img src="assets/img/plogo.png" alt="" class="navbrandimg">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link navc" href="#" style="color: #edbf67;">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link navc" href="#">How to Compete</a>
</li>
<li class="nav-item">
<a class="nav-link navc" href="#">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link navc" href="#">Awards</a>
</li>
<li class="nav-item">
<a class="nav-link navc" href="#">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link navc" href="#">Results</a>
</li>
<li class="nav-item">
<a class="nav-link navc" href="#">IOI 2021</a>
</li>
</ul>
<button class="signup" type="button" name="button"><i class="fas fa-user-plus"></i> Signup</button>
<button class="signup" type="button" name="button"><i class="fas fa-sign-in-alt"></i> Sign in to NOI Portal</button>
</div>
</nav>
</header><!-- End Header -->
<!-- ======= 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">National Olympiad in Informatics - Sri Lanka</h1><br>
<h2 class="tit">ජාතික පරිගණක විද්යා ඔලිම්පියාඩ් තරඟාවලිය</h2>
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- ======= About Section ======= -->
<section id="reg" class="reg">
<div class="container">
<div class="row">
<div class="col-lg-4" style="text-align: center;">
<img src="assets/img/Mascot.png" class="img-fluid" alt="" style="width: 70%;">
</div>
<div class="col-lg-8 d-flex flex-column justify-contents-center">
<div class="content ">
<h2> NOI 2021 Registration are Now Open!</h2><br>
<p class="font-italic">
For more information regarding the program, please see "Timeline" page.
</p>
<br>
<button type="button" class="btn btn-warning btn-lg y" style="font-family: 'Yusei Magic', sans-serif;font-weight: bold;" >Register</button>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container">
<div class="section-title" style="text-align: center;">
<h2>IOI 2020 Sri Lanka Delegation</h2>
<p>Congratulations to Sithija, Lakshith, Chirath and Thithiesha who will represent Sri Lanka at the 32nd International Olympiad in Informatics.</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="card" style="width: 18rem;">
<img src="assets/img/contestant1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">Sithija Kotuwewatta</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="card" style="width: 18rem;">
<img src="assets/img/contestant2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">Lakshith Nishshanke</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="card" style="width: 18rem;">
<img src="assets/img/contestant3.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">Chirath Nirodha</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="card" style="width: 18rem;">
<img src="assets/img/contestant4.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">Thithiesha Mahabaduge</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Services 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/NOIlogo.jpg" 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 the National Olympiad in Informatics?</h2>
<br>
<p class="JUS">The National Olympiad in Informatics is a competition for school students, based on computing. The contestants have to write computer programs to solve a given set of problems, within a limited time. Competing at NOI puts
the problem solving ability of students to work.</p>
<p class="JUS">The NOI is the competition that is used to select students to compete at the International Olympiad in Informatics (IOI) competition, held annually in different countries. Each year, 4 students are selected from the
National Olympiad in Informatics competition, to represent Sri Lanka at IOI.</p>
<p class="JUS">If you are a school student interested in problem solving and computers, put your skills to test and improve them with NOI!</p>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- gallery -->
<div class="container gallery-container" style="padding-bottom:0;">
<div class="tz-gallery">
<div class="row" style="margin-top:15px;">
<div class="col-sm-12 col-md-4 " style="margin:auto;text-align:center;padding:15px;">
<a class="lightbox" href="assets/img/Team2016.png">
<div class="content-overlay"></div>
<img src="assets/img/Team2016.png">
</a>
<h4>2016 Team</h4>
</div>
<div class="col-sm-6 col-md-4" style="margin:auto;text-align:center;padding:15px;">
<a class="lightbox" href="assets/img/Team2017.png">
<img src="assets/img/Team2017.png">
</a>
<h4>2017 Team</h4>
</div>
<div class="col-sm-6 col-md-4" style="margin:auto;text-align:center;padding:15px;">
<a class="lightbox" href="assets/img/Team2018.png">
<img src="assets/img/Team2018.png">
</a>
<h4>2018 Team</h4>
</div>
</div>
<div class="row" style="text-align: center;margin-top:15px;">
<div class="col-sm-12 col-md-4 " style="margin:auto;text-align:center;padding:15px;">
<a class="lightbox" href="assets/img/Team2019.jpg">
<div class="content-overlay"></div>
<img src="assets/img/Team2019.jpg">
</a>
<h4>2019 Team</h4>
</div>
<div class="col-sm-6 col-md-4" style="margin:auto;text-align:center;padding:15px;">
<a class="lightbox" href="assets/img/Team2020.png">
<img src="assets/img/Team2020.png">
</a>
<h4>2020 Team</h4>
</div>
</div>
</div>
</div>
<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/ACM 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/plogo.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;">National Olympiad in Informatics program is organized by the ACM student Chapter of UCSC, with collaboration of IOI alumni of Sri Lanka</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>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-instagram" 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-youtube" style="font-size: 40px !important;"></i><br>Facebook</a>
</div>
</div>
</div>
</div>
<p style="text-align:center;color:grey;margin-top:30px;">Copyright © 2021 NOI. 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>