-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
535 lines (454 loc) · 22.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="apple-touch-icon" sizes="180x180" href="./Images/Favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./Images/Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./Images/Favicon/favicon-16x16.png">
<link rel="manifest" href="../Images/Favicon/site.webmanifest">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/js/all.min.js"
integrity="sha512-u3fPA7V8qQmhBPNT5quvaXVa1mnnLSXUep5PS1qo5NRzHwG19aHmNJnj1Q8hpA/nBWZtZD4r4AX6YOt5ynLN2g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="./CSS/fonts.css">
<link rel="stylesheet" href="./CSS/Template/header.css">
<link rel="stylesheet" href="./CSS/Body/home.css">
<link rel="stylesheet" href="./CSS/Template/footer.css">
<script defer src="./JS/home.js"></script>
<script defer src="./JS/header.js"></script>
<style>
</style>
</head>
<body>
<!-- Header Section -->
<header class="DF PR">
<!-- Mobile Navigation Icon-->
<div class="mobile-nav-container open">
<i class="fa-solid fa-2x fa-bars"></i>
</div>
<div class="mobile-nav-container close hidden">
<i class="fa-solid fa-2x fa-xmark"></i>
</div>
<!-- Mobile Navigation -->
<nav class="mobile-nav hidden-effect">
<ul>
<li><a href="./index.html">
<div><i class="fa-solid fa-house"></i></div>
<h3>Home</h3>
</a>
</li>
<li><a href="#training-module">
<div><i class="fa-solid fa-person-chalkboard"></i></div>
<h3>Training Module</h3>
</a>
</li>
<li><a href="./Pages/Contributors.html">
<div><i class="fa-solid fa-handshake-angle"></i></i></div>
<h3>Contributors</h3>
</a>
</li>
<li><a href="#notices">
<div><i class="fa-regular fa-flag"></i></div>
<h3>Notices</h3>
</a>
</li>
<li><a href="#news">
<div><i class="fa-regular fa-newspaper"></i></div>
<h3>News</h3>
</a>
</li>
<li><a href="./Pages/Gallery.html">
<div><i class="fa-regular fa-images"></i></div>
<h3>Gallery</h3>
</a>
</li>
<li><a href="./Contact_Us/contact_us.php">
<i class="fa-solid fa-phone"></i>
<h3>Contact</h3>
</a>
</li>
</ul>
</nav>
<!-- Mobile Navigation Logo -->
<div class="mobile-gov-logo-container mbglc1">
<img src="./Images/Header/MOE logo Light mode.png" alt="Mobile_Gov_Logo">
</div>
<!-- Mobile Navigation Logo -->
<div class="mobile-gov-logo-container mbglc2 hidden">
<img src="./Images/Header/MOE logo Darkmode.png" alt="Mobile_Gov_Logo">
</div>
<!-- Header Logo Container -->
<div class=" gov-logo-container DG PR center">
<!-- Header Logo Grid Left -->
<div class="gov-logo DF">
<img loading="lazy" draggable="false" src="./Images/Header/gov_logo.png" alt="GOV_LOGO">
</div>
<!-- Header Logo Grid Right -->
<div class="gov-logo-title">
<h1>අධ්යාපන අමාත්යාංශය</h1>
<h1>கல்வி அமைச்சு</h1>
<h1>Ministry of Education</h1>
</div>
</div>
<!-- Navigation -->
<nav class="wide_navigation">
<ul class="DF PR center">
<li>
<a class="DF FD-R center" href="./index.html">
<div>
<i class="fa-solid fa-house"></i>
</div>
<h3>Home</h3>
</a>
</li>
<li><a class="DF FD-R center" href="./Pages/Contributors.html">
<div>
<i class="fa-solid fa-handshake-angle"></i>
</div>
<h3>Contributors</h3>
</a>
</li>
<li><a class="DF FD-R center" href="./Pages/Gallery.html">
<div>
<i class="fa-regular fa-images"></i>
</div>
<h3>Gallery</h3>
</a>
</li>
<li><a class="DF FD-R center" href="./Contact_Us/contact_us.php">
<div>
<i class="fa-solid fa-phone"></i>
</div>
<h3>Contact</h3>
</a>
</li>
</ul>
</nav>
<!-- Data Officer Logo -->
<div class="data-officer-logo-container DF PR dolc1">
<img loading="lazy" class="PR" src="./Images/Header/Data_Officer Logo White.png" alt="Data_officer_Logo">
</div>
<div class="data-officer-logo-container DF PR dolc2 hidden">
<img loading="lazy" class="PR" src="./Images/Header/Data_Officer Logo Dark.png" alt="Data_officer_Logo">
</div>
<!-- Dark Mode -->
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider round"></div>
</label>
<em class="mode1">Enable Dark Mode</em>
<em class="mode2 hidden">Disable Dark Mode</em>
</div>
</header>
<!-- Body Content Starts -->
<main class="DF PR FD-C">
<!-- Section Hero -->
<section class="hero DG PR">
<figure class="DF PR">
<img loading="lazy" src="./Images/Body/Home/slider-2.png" alt="ClipArt">
</figure>
<article class=" DF FD-C center">
<h1>National, Provincial, Zonal, Divisional and School Level Data officers</h1>
<p>The Data Officer ensures that data is accurate, consistent, secure, and accessible for
decision-making.
They develop policies and work on data governance frameworks to optimize data use.</p>
<p>Their responsibilities include managing data quality, creating data architectures, and leading data
projects. They also engage in data modeling, mining, and analysis to uncover insights for business
strategies.</p>
<p>Additionally, the Data Officer enforces data privacy and security measures to protect sensitive
information. Their role is essential in leveraging data to enhance outcomes, mitigate risks, and
foster
innovation.</p>
</article>
</section>
<!-- Horizontal Line -->
<!-- <div class="horizontal-line"></div> -->
<!-- Section Objectives -->
<section class="objectives">
<!-- Left side -->
<div class="object_container">
<figure>
<i class="fa-regular fa-2x fa-eye"></i>
<figcaption>Vision</figcaption>
</figure>
<p>Enhance the efficiency and equity of general education through an educational data culture in Sri
Lanka.</p>
</div>
<!-- Right side -->
<div class="object_container">
<figure>
<i class="fa-solid fa-2x fa-bullseye"></i>
<figcaption>Mission</figcaption>
</figure>
<p>Ensure accurate and timely general educational data to advance general education sector in Sri Lanka.
</p>
</div>
</section>
<!-- Horizontal Line -->
<!-- <div class="horizontal-line"></div> -->
<!-- Section Training Area -->
<section id="training-module" class="training DG PR">
<div class="module_title_container DF FD-R PR center">
<h2>
<i class="fa-regular fa-circle-right fa-beat-fade"
style="color: red; --fa-beat-fade-opacity: 0.1; --fa-beat-fade-scale: 1.1; font-size: 30px;"></i>
Training Modules For Data Officers At Provincial, Zonal, Divisional And School
Level
</h2>
</div>
<!-- Training Modules -->
<div class=" training_modules DG">
<div class="modules_container DF FD-C PR">
<h3>Guideline for School Data Officer</h3>
<ul class="guidline-box DF PR FD-R">
<li><a href="./PDF/userguide_sinhala.pdf">Sinhala</a></li>
<li><a href="./PDF/userguide_tamil.pdf">Tamil</a></li>
<li><a href="./PDF/userguide_english.pdf">English</a></li>
</ul>
</div>
<div class="modules_container DF FD-C PR">
<h3>Data Officer Self Registration</h3>
<ul class="DF PR FD-R">
<li><a href="./DO_Registration/data_officer_registration.php">Register</a></li>
</ul>
</div>
<div class="modules_container DF FD-C PR">
<h3>Data Officer Trainings</h3>
<ul class="DF PR FD-R">
<li><a href="./Pages/Data_Officer_Training.html">View</a></li>
</ul>
</div>
<div class="modules_container DF FD-C PR">
<h3>Annual School Census</h3>
<ul class="DF PR FD-R">
<li><a href="./Pages/School_Census_Menu_Sinhala.html">Sinhala</a></li>
<li><a href="./Pages/School_Census_Menu_Tamil.html">Tamil</a></li>
</ul>
</div>
<div class="modules_container DF FD-C PR">
<h3>Data Officer Detail List</h3>
<ul class="DF PR FD-R">
<li><a href="./PHP/login.php">View</a></li>
</ul>
</div>
<div class="modules_container DF FD-C PR">
<h3>Other Training Tutorials</h3>
<ul class="DF PR FD-R">
<li><a href="./Pages/Other_Training_Tutorials.html">View</a></li>
</ul>
</div>
</div>
</section>
<!-- Horizontal Line -->
<!-- <div class="horizontal-line"></div> -->
<section class="programme">
<article class="content-wrapper">
<h2>Sri Lankan Education Data Management Revolution Begins...</h2>
<p>The Sri Lankan Ministry of Education, in collaboration with the Korea International Cooperation
Agency (KOICA) and the Korean Educational Development Institute (KEDI), initiated a project in 2020
to enhance educational data management. To address challenges in data accuracy and collection, over
11,000 Data Officers were appointed across school, divisional, zonal, provincial, and national
levels. This effort aims to ensure timely and accurate data for effective policy-making.</p>
<p>To further support these Data Officers, a detailed online training program was launched. The
training, available in Sinhala and Tamil, includes modules and videos designed to improve data
management skills. Successful participants receive an internationally recognized e-certificate. This
initiative, widely commended by educational leaders, signifies a crucial advancement towards
sustainable data management in Sri Lanka's education system.</p>
<a class="read-more-btn" href="./PDF/Data-Management.pdf">Read More...</a>
</article>
</section>
<!-- Horizontal Line -->
<!-- <div class="horizontal-line"></div> -->
<!-- Statement Section -->
<section class="statements DF PR FD-R">
<!-- Susil Premajayantha -->
<article>
<figure>
<img loading="lazy" src="./Images/Body/Home/Statement/Susil-min.jpg" alt="Minister">
<figcaption>Statement of the Hon. Minister of Education</figcaption>
</figure>
<p><span>"</span>Capacity building is one of the vital facts in the improvement of efficiency and
effectiveness of
organizations as well as individuals. It helps to identify the strength and
weaknesses...<span>"</span></p>
<a href="./Pages/Susil_Premajayantha.html">Read More..</a>
</article>
<!-- Thilaka Jayasundara -->
<article>
<figure>
<img loading="lazy" src="./Images/Body/Statements/Jayasundara_cropped-min.jpg" alt="Secretary">
<figcaption>Statement of the Secretary of Education</figcaption>
</figure>
<p><span>"</span>The role of the data officer is a complex one that requires a range of technical and
analytical
skills, as well as an understanding of education policies and practices.Therefore, it
is...<span>"</span></p>
<a href="./Pages/Thilaka_Jayasundara.html">Read More..</a>
</article>
<!-- K.P Munagamuwa -->
<article>
<figure>
<img loading="lazy" src="./Images/Body/Statements/Munagama.jpg" alt="Additional Secretary">
<figcaption>Statement of the Additional Secretary of Education</figcaption>
</figure>
<p><span>"</span>As the Additional Secretary to the Information Technology and Digital Education, I
strongly believe
that training of data officers in educational organizations is essential for the
successful...<span>"</span></p>
<a href="./Pages/K.P._Munagama.html">Read More..</a>
</article>
<!-- Dakshina Kasthuriarachchi -->
<article>
<figure>
<img loading="lazy" src="./Images/Body/Statements/Dakshina.jpg" alt="Director">
<figcaption>Statement of the Director of Education</figcaption>
</figure>
<p><span>"</span>As the Director of Education (DM and ISDU), I believe that training of data officers in
educational
organizations is critical for ensuring that data is managed effectively and used to...<span>"</span>
</p>
<a href="./Pages/Dakshina_Kasturiarachchi.html">Read More..</a>
</article>
<!-- H. A. S. P. Senarathne -->
<article>
<figure>
<img loading="lazy" src="./Images/Body/Statements/Saumya.jpg" alt="Deputy Director">
<figcaption>Statement of the Deputy Director of Education</figcaption>
</figure>
<p><span>"</span>As the subject officer who involved in nominating data officers at provincial, zonal,
divisional and
school levels in educational organizations, I strongly believe that training and...<span>"</span>
</p>
<a href="./Pages/H.A.S.P._Senarathne.html">Read More..</a>
</article>
</section>
<!-- Horizontal Line -->
<!-- <div class="horizontal-line"></div> -->
<!-- Notice Section -->
<section class="noticeboard DG PR ">
<!-- <div class="notice_contain DF FD-R PR "> -->
<!-- Special Notice -->
<article class="DF FD-C PR">
<header class="DF PR FD-R center">
<h2>-</h2>
<i class="fa-regular fa-2x fa-flag"></i>
<h2 id="notices">Notices -</h2>
</header>
<ul class="DF FD-C PR">
<div class="notice_container DF FD-C">
<li>Annual School Census 2023</li>
<p>The process of entering student information into the new online system will begin on 29
th
May
2022</p>
</div>
<div class="notice_container DF FD-C">
<li>Annual School Census 2023</li>
<p>Based on March 1, 2023, School Principals and Teachers information should be provided at
the
school level by 31 st May 2023 through Google Form. Due date is 31 st May 2023.</p>
</div>
</ul>
</article>
<!-- News SlideShow -->
<div class="slideshow DF FD-C PR">
<header class="DF PR FD-R center">
<h2>-</h2>
<i class="fa-regular fa-2x fa-newspaper"></i>
<h2 id="news">News -</h2>
</header>
<!-- Slideshow container -->
<div class="slideshow-container DF FD-C center">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade center PR">
<div class="numbertext PR">1 / 3</div>
<img loading="lazy" src="./Images/Body/Home/SlideShow/1.jpg">
</div>
<div class="mySlides fade center PR">
<div class="numbertext">2 / 3</div>
<img loading="lazy" src="./Images/Body/Home/SlideShow/2.jpg">
</div>
<div class="mySlides fade center PR">
<div class="numbertext">3 / 3</div>
<img loading="lazy" src="./Images/Body/Home/SlideShow/3.jpg">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<!-- The dots/circles -->
<div class="footer_btn">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
</div>
<!-- </div> -->
</section>
</main>
<!-- Footer Starts Here -->
<footer class="footer DF FD-C PR">
<!-- Contact Section -->
<section class="contact DG PR">
<!-- Google Map Column -->
<div class="location DF FD-C PR center">
<h3>Google Map</h3>
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3960.9941086631047!2d79.930527!3d6.891307!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae2517dc82a9fef%3A0xa2cb100ac511407c!2sMinistry%20of%20Education!5e0!3m2!1sen!2sus!4v1712734841372!5m2!1sen!2sus"
style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div id="contact" class="contact_details DF FD-C PR">
<h3>Contact Details</h3>
<div>
<div class="address DF FD-R PR center">
<i class="fa-solid fa-1x fa-location-dot"></i>
<p>
Data Management Branch,<br>
3rd Floor,<br>
Ministry of Education,<br>
Isurupaya,<br>
Battaramulla,<br>
SriLanka.
</p>
</div>
<div class="phone DF FD-R PR">
<i class="fa-solid fa-1x fa-phone"></i>
<p>+94 11-2784837</p>
</div>
<div class="phone DF FD-R PR">
<i class="fa-solid fa-1x fa-phone"></i>
<p>+94 11-2075854</p>
</div>
<div class="email DF FD-R PR">
<i class="fa-solid fa-envelope"></i>
<p>dataofficermoe@gmail.com</p>
</div>
</div>
</div>
<div class="links DF FD-C PR center">
<h3>Related Links</h3>
<ul class="DF FD-C PR ">
<li><a target="_blank" href="https://moe.gov.lk/">Ministry of Education</a></li>
<li><a target="_blank" href="https://www.doenets.lk/">Department of Examinations</a></li>
<li><a target="_blank" href="http://www.edupub.gov.lk/">Education Publication Department</a></li>
<li><a target="_blank" href="http://www.statistics.gov.lk/">Department of Census and Statics</a>
</li>
</ul>
</div>
</section>
<!-- Horizontal Line -->
<div class="horizontal-line-footer"></div>
<!-- Section Copyright -->
<section class="copyright">
<p>Copyright © 2024 Data Management Branch,
Ministry of Education.</p>
</section>
</footer>
</body>
</html>