-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
476 lines (422 loc) · 16.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DKZP GOVT. LOWER PRIMARY SCHOOL</title>
<link rel="shortcut icon" href="images/favicon.ico">
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="css/animations.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.js"></script>
<link rel="icon" href="https://allgovernmentjobs.in/public/uploads/org_logo/d3dd63d4f16f5994780719441018fe09.png" />
</head>
<body class="no-trans">
<div class="scrollToTop"><i class="icon-up-open-big"></i></div>
<header class="header fixed clearfix navbar navbar-fixed-top">
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- header-left start -->
<div class="header-left">
<!-- logo -->
<div class="logo smooth-scroll">
<img id="logo" src="https://allgovernmentjobs.in/public/uploads/org_logo/d3dd63d4f16f5994780719441018fe09.png" alt="Sarva Shikshan">
<!-- name-and-slogan -->
<div class="logo-section smooth-scroll">
<div class="brand">GOVT. SCHOOL KORMBADKA</div>
</div>
</div>
</div>
<!-- header-left end -->
</div>
<div class="col-md-8">
<!-- header-right start -->
<div class="header-right">
<!-- main-navigation start -->
<div class="main-navigation animated">
<!-- navbar start -->
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse scrollspy smooth-scroll" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#banner">Home</a></li>
<li><a href="#about">About Us</a></li>
<!-- <li><a href="#services">Subjects Offered</a></li> -->
<li><a href="#faculty">Faculty</a></li>
<li><a href="#gallery">Gallery</a></li>
<!-- <li><a href="#portfolio">Courses</a></li> -->
<!-- <li><a href="#price">Price</a></li> -->
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<!-- navbar end -->
</div>
<!-- main-navigation end -->
</div>
<!-- header-right end -->
</div>
</div>
</div>
</header>
<!-- header end -->
<!-- banner start -->
<div id="banner" class="banner">
<div class="banner-image"></div>
<div class="banner-caption">
<div class="container">
<div class="row">
<div class="caption-data" style="margin-top: 0px; opacity: 1;" data-animation-effect="fadeIn">
<blockquote>
<h1>"Education is the mainfestation of perfection already in man."</h1>
</blockquote>
<h3 class="padding-top30">- Swami Vivekananda.</h3z>
</div>
</div>
</div>
</div>
</div>
<!-- banner end -->
<section class="hero-caption secPadding">
<div class="container">
<div class="row " style="margin-top: 0px;">
<div class="col-sm-12">
<h2>Welcome to <span>DKZP Govt. Lower Primary School</span> Kormbadka</h2>
<p>DKZP GOVT. LOWER PRIMARY SCHOOL KORMBADKA was established in 1994 and it is managed by the Department of Education.</p>
<p>It is located in Rural area, in PUTTUR block of DAKSHINA KANNADA district of Karnataka. </p>
</div>
</div>
</div>
<!-- section start -->
<div class="default-bg colord secPadding">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="text-center">Every child should get quality education.</h1>
</div>
</div>
</div>
</div>
<!-- section start -->
<section class="section clearfix no-view secPadding" data-animation-effect="fadeIn">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 id="about" class="title text-center">About <span>Institution</span></h1>
<p class="lead text-center">DKZP GOVT. LOWER PRIMARY SCHOOL KORMBADKA</p>
<p class="lead text-center">UDISE Code : 29240403702</p>
<div class="space"></div>
<div class="row">
<div class="col-md-6">
<img src="images/Gate.jpeg" alt="">
<div class="space"></div>
</div>
<div class="col-md-6" id="school-intro">
<p>DKZP Kormbadka school consists of Grades from 1 to 5. The school is Co-educational and it doesn't have an
attached pre-primary section. The medium of instructions in this school is Kannada.
This school has proper road facility and is located in between Kormbadka-Duggala road.</p>
<p>The school is a government building and has got 3 classrooms for instructional purposes.
All the classrooms are in good condition. It has 2 other rooms for non-teaching activities and a
separate hygeinic room for mid day meal preparation.This school has a separate room for the Head master/mistress.
The school has electricity connection and has a functional hand pump, which is the source for
drinking water . The school also has functional washrooms for both the genders, a playground, a water tank facility etc.
Kormbadka school also has access to a ramp for disabled children to access classrooms.
School has a computer and a printer for teaching, learning and to maintain school records.
The school provides mid-day meals for the students, which is prepared in the school premises itself by 2 Cooks.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section end -->
</section>
<!-- section start -->
<section class="section transprant-bg pclear secPadding">
<div class="container no-view" data-animation-effect="fadeIn">
<h1 id="services" class="title text-center">Subjects Offered</h1>
<div class="space"></div>
<div class="row">
<div class="col-md-4 subjects">
<div class="media block-list">
<div class="media-left">
<img src="images/maths.png"/>
</div>
<div class="media-body">
<h3 class="media-heading">Maths</h3>
<!-- <blockquote>
<p>Explanation.</p>
</blockquote> -->
</div>
</div>
</div>
<div class="col-md-4 subjects">
<div class="media block-list">
<div class="media-left">
<img src="images/science.png"/>
</div>
<div class="media-body">
<h3 class="media-heading">Science</h3>
<!-- <blockquote>
<p>Explanation</p>
</blockquote> -->
</div>
</div>
</div>
<div class="col-md-4 subjects">
<div class="media block-list">
<div class="media-left">
<img src="https://static.thenounproject.com/png/902415-200.png"/>
</div>
<div class="media-body">
<h3 class="media-heading">Kannada</h3>
<!-- <blockquote>
<p>Explanation.</p>
</blockquote> -->
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 subjects">
<div class="media block-list">
<div class="media-left">
<img src="images/social-studies.png"/>
</div>
<div class="media-body">
<h3 class="media-heading">Social Studies</h3>
<!-- <blockquote>
<p>Explanation.</p>
</blockquote> -->
</div>
</div>
</div>
<div class="col-md-4 subjects">
<div class="media block-list">
<div class="media-left">
<img src="images/english.png">
</div>
<div class="media-body">
<h3 class="media-heading">English</h3>
<!-- <blockquote>
<p>Explanation.</p>
</blockquote> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section end -->
<!-- section start -->
<section class="default-bg secPadding">
<div class="container">
<div class="row">
<div class='col-md-offset-2 col-md-8 text-center'>
<h2 id="faculty">Faculty</h2>
</div>
</div>
<div class='row'>
<div class='col-md-offset-2 col-md-8'>
<div class="carousel slide" data-ride="carousel" id="quote-carousel">
<!-- Bottom Carousel Indicators -->
<ol class="carousel-indicators">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1"></li>
</ol>
<!-- Carousel Slides / Quotes -->
<div class="carousel-inner faculty">
<!-- Quote 1 -->
<div class="item active">
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-circle" src="./images/faculty1.png" style="width: 100%; height:100%;">
</div>
<div class="col-sm-9 teacher-names">
<p style="font-size: 28px; font-weight: 400;">Savitha S</p>
<p style="font-size: 20px;">Head Mistress</p>
</div>
</div>
</div>
<!-- Quote 2 -->
<div class="item">
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-circle" src="./images/faculty2.png" style="width: 100%; height: 100%;">
</div>
<div class="col-sm-9 teacher-names">
<p style="font-size: 28px;">Prashanta Kumari K</p>
<p style="font-size: 20px;">Teacher</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section end -->
<section class="section secPadding">
<div id="gallery" class="container">
<div class="row">
<div class="col-lg-12 text-center my-2">
<h1>Image Gallery</h1>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="./images/img14.jpeg" alt="">
</div>
<div class="item">
<img src="./images/img15.jpeg" alt="">
</div>
<div class="item">
<img src="./images/img6.jpeg" alt="">
</div>
<div class="item">
<img src="./images/img7.jpeg" alt="">
</div>
<div class="item">
<img src="./images/img5.jpeg" alt="">
</div>
<div class="item">
<img src="./images/img10.jpeg" alt="">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<section class="section transprant-bg pclear secPadding">
<div id="gallery" class="container">
<div class="row">
<div class="col-lg-12 text-center my-2">
<h1>Donations</h1>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<img src="./images/img2.jpeg" alt="" style="width:100%">
<div class="caption">
<p>Donated in the memory of Late Mayilappa Gowda by wife Shivamma and sons, Kormbadka.</p>
<p>Date 10-01-2000</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<img src="./images/img12.jpeg" alt="" style="width:100%">
<div class="caption">
<p>Donated by Kodibailu Late Kunjhanna Bhandari.</p>
<br>
<p>Date 15-08-1996</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<img src="./images/img11.jpeg" alt="" style="width:100%">
<div class="caption">
<p>Donated by Smt. & Sri Ganesh Bhandari Korikkar.</p>
<br>
<p>Date 30-12-2016</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer start -->
<footer id="footer">
<!-- .footer start -->
<div class="footer section">
<div class="container">
<h1 class="title text-center" id="contact">Contact Us</h1>
<div class="space"></div>
<div class="row">
<div class="col-sm-6">
<div class="footer-content">
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d23356.690082984067!2d75.31450310976619!3d12.637279033911042!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba493a990258cc3%3A0xd1eb2b8f57a007a7!2sD.K.Z.P%20LOWER%20PRIMARY%20SCHOOL%20KORMBADKA!5e0!3m2!1sen!2sin!4v1637346517501!5m2!1sen!2sin"
width="100%" height="400" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<div class="col-sm-6">
<div class="footer-content">
<div class="widget-content">
<p>For more information, contact us. </p><br/>
<p style="font-size: large;">Address</p>
<p class="contacts"><i class="fa fa-map-marker"></i> Kormbdka - Duggala Rd, Perlampady Post, Kolthige Village,<br> Puttur Taluk D.K, Karnataka, India, 574212 </p>
<hr>
<p style="font-size: large;">Phone</p>
<p class="contacts"><i class="fa fa-phone"></i><a href="tel:+919481975417">+91 9481975417</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .footer end -->
<!-- .subfooter start -->
<div class="subfooter">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="text-center">Copyright © 2021 by Students of NIE</p>
</div>
</div>
</div>
</div>
<!-- .subfooter end -->
</footer>
<!-- footer end -->
<!-- JavaScript -->
<script type="text/javascript" src="plugins/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="plugins/modernizr.js"></script>
<script type="text/javascript" src="plugins/isotope/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="plugins/jquery.backstretch.min.js"></script>
<script type="text/javascript" src="plugins/jquery.appear.js"></script>
<!-- Custom Scripts -->
<script type="text/javascript" src="js/custom.js"></script>
<script src="js/app.js"></script>
</body>
</html>