-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
533 lines (477 loc) · 26.5 KB
/
Copy pathindex.html
File metadata and controls
533 lines (477 loc) · 26.5 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Poha Lab</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<style>
.SearchBox:active {
outline: none;
}
.SearchBox:focus {
outline: none;
}
.SearchBox {
outline: 0px;
}
a.active,
a:hover {
background: rgb(49, 68, 160);
transition: 0.5s;
}
#navbarSupportedContent {
margin: 0 0 0 35rem;
}
.herosec {
min-height: 370px;
max-height: fit-content;
background-image: url(./pictures/bg.jpg);
background-repeat: no-repeat;
background-size: 100%;
}
@media screen and (max-width: 600px) {
#navbarSupportedContent {
margin: 0;
background-color: #084568;
}
.herosec {
min-height: 370px;
max-height: fit-content;
background-image: url(./pictures/bg.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
}
</style>
</head>
<body style="background-color: rgb(240,239,239);">
<div class="container-fluid" style="height:70px; background-color: #084568;">
<nav class="navbar navbar-expand-lg container">
<div class="container-fluid">
<a style=" line-height: 41px;" href="index.html">
<img src="./pictures/logomain.png" alt="">
</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 me-auto mb-2 mb-lg-0">
<li class="nav-item" style=" display: inline-block; margin: 0 5px;">
<a class="active nav-link"
style="color: white; text-decoration: auto; font-size: 17px; padding: 10px 13px; border-radius: 3px; text-transform: uppercase;"
href="index.html">
Home
</a>
</li>
<li class="nav-item" style=" display: inline-block; margin: 0 5px;">
<a class="nav-link"
style="color: white; text-decoration: auto; font-size: 17px; padding: 10px 13px; border-radius: 3px; text-transform: uppercase;"
href="#">
About
</a>
</li>
<li class="nav-item" style=" display: inline-block; margin: 0 5px;">
<a class="nav-link"
style="color: white; text-decoration: auto; font-size: 17px; padding: 10px 13px; border-radius: 3px; text-transform: uppercase;"
href="#">
Gallery
</a>
</li>
<li class="nav-item" style=" display: inline-block; margin: 0 5px;">
<a class="nav-link"
style="color: white; text-decoration: auto; font-size: 17px; padding: 10px 13px; border-radius: 3px; text-transform: uppercase;"
href="#">
News
</a>
</li>
<li class="nav-item" style=" display: inline-block; margin: 0 5px;">
<a class="nav-link"
style="color: white; text-decoration: auto; font-size: 17px; padding: 10px 13px; border-radius: 3px; text-transform: uppercase;"
href="#">
Contact
</a>
</li>
<li class="nav-item" style=" display: inline-block; margin: 0 5px;">
<a class="nav-link"
style="color: white; text-decoration: auto; font-size: 17px; padding: 10px 13px; border-radius: 3px; text-transform: uppercase;"
href="#">
REgistration
</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container-fluid overflow-hidden">
<!-- A new way to shrap your Knowledge -->
<div class="container herosec rounded my-4 d-flex
align-items-center">
<div class="row w-100" style="margin: 0 34px;">
<div class="col-md-2"></div>
<div class=" col-md-4 col-sm-10 mx-auto
my-2
d-flex align-items-center flex-column
justify-content-center">
<selection>
<!-- <h5 style="text-transform: uppercase; color:
#8F8F8F;">
A new way
</h5>
<h3 class="fs-1 " style="color: #6f9b23; ">
To sharpen your
knowledge
</h3> -->
</selection>
</div>
<!-- <div class=" col-md-4 col-sm-10 mx-auto
my-2
d-flex justify-content-end ">
<img src="./pictures/mainlogo.png" style="width:87%;
height:auto; object-fit:cover;" alt="">
</div> -->
<div class="col-md-2"></div>
</div>
</div>
<!-- for Subjects -->
<div class="container my-5">
<h5>Subjects</h5>
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-10 my-3">
<div class="card rounded border-0 position-relative"
style="height:330px ;box-shadow: 12px 14px 48px 1px rgba(0,0,0,0.49);">
<div class="card-image d-flex mt-5">
<img src="./pictures/FramePhysics.png" style="width:150px; height:auto; margin:0px
auto; " alt="">
</div>
<a href="./Resources/physics.html" style="text-decoration:none;">
<div class="card-body d-flex
justify-content-between
" style="position:absolute; height: 70px;
bottom:
-2px;
right:0px;
left:0px;background:url('./pictures/Vector4.png')
no-repeat">
<span style="color:white; font-weight:
bold;">
Physics
</span>
<div class="arrow" style="color:#084568;
font-size:25px;">
<i class="bi bi-arrow-right"></i>
</div>
</div>
</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-10 my-3">
<div class="card rounded border-0 position-relative"
style="height:330px; box-shadow: 12px 14px 48px 1px rgba(0,0,0,0.49);">
<div class="card-image d-flex mt-5">
<img src="./pictures/FrameBiology.png" style="width:150px; height:auto; margin:0px
auto; " alt="">
</div>
<a href="./Resources/biology.html" style="text-decoration:none; color:white">
<div class="card-body d-flex
justify-content-between
" style="position:absolute; height: 70px;
bottom:
-2px;
right:0px;
left:0px;background:url('./pictures/Vector4.png')
no-repeat">
<span style="color:white; font-weight:
bold;">
Biology
</span>
<div class="arrow" style="color:#084568;
font-size:25px;">
<i class="bi bi-arrow-right"></i>
</div>
</div>
</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-10 my-3">
<div class="card rounded border-0 position-relative"
style="height:330px; box-shadow: 12px 14px 48px 1px rgba(0,0,0,0.49);">
<div class="card-image d-flex mt-5">
<img src="./pictures/FrameChemistry.png" style="width:150px; height:auto; margin:0px
auto; " alt="">
</div>
<a href="./Resources/chemistry.html" style="text-decoration:none; color:white">
<div class="card-body d-flex
justify-content-between
" style="position:absolute; height: 70px;
bottom:
-2px;
right:0px;
left:0px;background:url('./pictures/Vector4.png')
no-repeat">
<span style="color:white; font-weight:
bold;">
Chemistry
</span>
<div class="arrow" style="color:#084568;
font-size:25px;">
<i class="bi bi-arrow-right"></i>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Describtion -->
<section class="position-relative">
<div class="container">
<div class="row">
<div class="col-xl-7 col-lg-7 col-md-7 col-sm-10
mx-auto">
<h3>
Poha E-Lab
</h3>
<p class="text-justify">
Participatory Online Home learning Alternatives(POHA) is a program designed by Elementary &
Secondary Education
Foundation Khyber Pakhtunkhwa, specially to focus ‘out of school children’ and potential
‘passed outs’ who are normally
dropped out after grade 5th. The idea was conceived, presented and supervised by Mr.
Zarifulmaani (MD ESEF). His team
includes Mr. Noor Sher, Said Zada (EMIS ESEF) ,Mr. Israr(HOPE), Mr. <a
style="text-decoration: none;" href="https://www.linkedin.com/in/mianjawadahmad/">Mian
Jawad Ahmad</a> Founder
& CEO of <a href="https://encoderbytes.com/" style="text-decoration: none;">Encoder
Bytes</a> & his team ,Dr
Riaz (ESEF),Habib(DP ESEF) and
others who contributed wholeheartedly to this initiative. ESEF manages non formal education
sector in the province and
running more than 4000 girls community schools. Apart from it, there are ESEF schools run by
private partners under NSI
and ESS programs. ESEF is trying cater for the ‘pass out’ students of girl’s community
schools in the 6th grades through
NSI or ESS but it is not possible to physically reach all ‘passed out’ 6th grade students
,therefore ESEF has come up
with the ‘out of box solution’ which is called POHA.
<br>
POHA Lab, an innovative concept born from ESEF, has become a reality under the leadership of
<a style="text-decoration: none;" href="https://www.linkedin.com/in/mianjawadahmad/">Mian
Jawad Ahmad</a> the
esteemed Founder and CEO of <a href="https://encoderbytes.com/"
style="text-decoration: none;">Encoder
Bytes Pvt Ltd </a> and his team. Representing a new era in
technological advancement,
POHA Lab. The Experiments & Simulations has been designed, & developed by Encoder Bytes,
along with simulations Encoder
Bytes also developed website of POHA Lab including UI/UX Designing, Back End & Front End
Development. Encoder Bytes is
one of the leading tech industry tirelessly revolutionizing various domains on a global
scale.
</p>
<h4>
The Features Include:
</h4>
<p>
<ul class="text-justify">
<li>
Content aligned to NCERT/CBSE and State
Board Syllabus.
</li>
<li>
Physics, Chemistry, Biology Labs from
Class
9 to Class 12. English and Maths lessons
for Class 9 and 10.
</li>
<li>
Interactive simulations, animations and
lab
videos.
</li>
<li>
The concepts and understanding of the
experiment.
</li>
<li>
The ability to perform, record and learn
experiments - anywhere, anytime, and
individualised practice in all areas of
experimentation.
</li>
</ul>
</p>
<p class="text-justify">
The 'learning-enabled assessment' through Poha
E-lab
facilitates in
the assessment of; the procedural and
manipulative
skills of the experiment,
the concepts and understanding of the experiment
and
a student's reporting and
interpreting skills.
</p>
<p class="text-justify">
POHA is in initiative which provides online as well as offline support through Education
Learning Management System
(ELMS) which is also designed by team of ESEF containing online digital material, assessment
mechanism, online tutor
support, profile record of each student, certification etc. There are 300 POHA clusters
notified by ESEF in the province
to facilitate catchment area students through offline support. The focal school teachers are
trained on the system and
the concept of Taleemi Razakars is introduced to work through Village Education Committee to
reach out registered
students. To facilitate students who are registered in POHA, videos containing lessons are
also made available. For this
purpose, an education studio is also established at the head office of ESEF.
<br>
To facilitate science students of 9th 10th 11th and 12th grade, a unique project is
undertaken which is called POHA
simulation science lab. It includes videos of ‘experiments’/ practical, of grade 9th and
10th. Normally students do not
have proper science Lab facilities. Every science subject has a practical viva voce but
everybody knows that it is now a
formality only. Reasons are; less budget for science Labs and equipment, no facility of Lab
at average private school,
and lack of interest and time scarcity on the part of students. In POHA system, now there is
virtual science lab where a
student can actually get feeling of ‘doing’, using and practicing science equipment.
Stepwise instructions, Videos of
every procedure, questions/answers and theory is available to students in such a way that
the learner can easily operate
personally. It is it is interesting to mention that normally a science lab in a government
school costs six million and
number of schools where science lab is required in the government sector is more than 3000
while in private sector,
schools which need science lab are more than 3000. It means that we need 6000 science labs
for the students of 9th and
10th class immediately which is going to cost at least 36 billion……seems not feasible to be
allocated in near future.
Therefore, ESEF’s POHA virtual science lab is getting popular to facilitate all the science
students across the province
free of cost.
<br>
Dear Education managers, teachers,parents,private school owners, and students, please use
this facility and try to get
as much benefit as you can get but plz give positive feed back so that we may improve it
further. It is just a beginning
and there might be lots of deficiencies and mistakes but it is an effort indigenously by
ESEF. All rights reserved with
ESEF and any financial gains will be used for education of deserving students.
</p>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-10
mx-auto">
<img src="./pictures/video.png" alt="" style="width:100%; height:auto;
object-fit:cover;">
</div>
</div>
</div>
<div class="halfCircleLeft">
<img src="./pictures/halfCircleLeft.png" style="width:50%;
height:auto;" alt="">
</div>
<!-- circle left -->
<div class="halfCircleRight w-25">
<img src="./pictures/Vector.png" style="width:70%; position: absolute;
height:auto; z-index:-1;" class="" alt="">
</div>
</section>
</div>
<footer class="text-lg-start text-white" id="footer"
style="background-image: linear-gradient(to right, #0748A7, #084568); padding: 52px 0 14px 4rem;">
<div class="container">
<div class="row r1">
<div class="col-md-4 div1">
<div>
<img src="./pictures/logomain.png" alt="" class="img-fluid">
<p style=" padding: 34px 0;font-size: 13px;">
POHA is in initiative which provides online as
well as offline support through Education
Learning Management System (ELMS) which is also designed by team of ESEF containing online
digital material, assessment mechanism, online tutor support, profile record of each
student, certification etc.
</p>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-md-4 pt-3" id="div2">
<h2 style="font-style: normal; font-weight: 700; font-size: 24px; line-height: 19px;">
Quick Links
</h2>
<div class="row">
<div class="list-unstyled color-white d-flex flex-column col-md-4" id="link-ftr"
style="padding: 34px 0 0 15px;">
<a style="font-style: normal;font-weight: 500;font-size: 16px;line-height: 15px; text-decoration: none; color: white;"
href="index.html">
Home
</a>
<a style="font-style: normal;font-weight: 500;font-size: 16px;line-height: 15px; padding: 20px 0; text-decoration: none; color: white;"
href="#">
Gallary
</a>
<a style="font-style: normal;font-weight: 500;font-size: 16px;line-height: 15px; text-decoration: none; color: white;"
href="#">
Blogs
</a>
</div>
<div class="col-md-4" id="div2">
<div class="list-unstyled color-white d-flex flex-column" id="link-ftr"
style="padding: 2.2rem 0 0 0;">
<a style="font-style: normal;font-weight: 500;font-size: 16px;line-height: 15px; text-decoration: none; color: white;"
href="index.html">
News
</a>
<a style="font-style: normal;font-weight: 500;font-size: 16px; padding: 20px 0;line-height: 15px; text-decoration: none; color: white;"
href="#">
Contact
</a>
<a style="font-style: normal;font-weight: 500;font-size: 16px;line-height: 15px; text-decoration: none; color: white;"
href="#">
Registration
</a>
</div>
</div>
</div>
</div>
<div class="col-md-3 pt-3" id="div2">
<h2 style="font-style: normal; font-weight: 700; font-size: 24px; line-height: 19px;">
Contacts
</h2>
<div>
<p
style="padding: 24px 0 0 0; font-style: normal;font-weight: 600;font-size: 20px;line-height: 19px;">
info@poha.gov.pk
</p>
<p style="font-style: normal;font-weight: 600;font-size: 20px;line-height: 19px;">
091-370-3242
</p>
<div class="row" id="links">
<div class=" links-item">
<img src="./pictures/Frame20.png" alt="">
</div>
<div class="col-md-5"></div>
</div>
</div>
</div>
</div>
<div class=" r2 text-white text-center"
style="font-style: normal;font-weight: 500;font-size: 12.8px;line-height: 15px;color: #8F8F8F; padding: 44px 0 0 0;">
POHA LAB © 2023, All rights reserved.
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N"
crossorigin="anonymous"></script>
</body>
</html>