-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfrastructure.php
771 lines (676 loc) · 31.9 KB
/
infrastructure.php
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
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
<?php include "_libs/load.php" ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>St.Joseph's MHSS, Ondipudur</title>
<link rel="icon" href="/photos/logo-main.png" type="image/x-icon">
<link rel="stylesheet" href="/css/infrastructure.css?v=<?php echo time(); ?>">
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="infrastructure">
<?php get_templates('preloader');?>
<?php get_templates('navbar');?>
<?php get_templates('scroll-up');?>
<!-- top carousel -->
<section class="abt-carousel ">
<div id="carouselExampleSlidesOnly" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="photos/s-3.jpg" alt="First slide">
<div class="carousel-caption text-left abt-carousel-reveal">
<h5>Our Infrastructure</h5>
<p>Innovative Learning Spaces</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="photos/oaud1.jpg" alt="Second slide">
<div class="carousel-caption text-left">
<h5>Our Infrastructure</h5>
<p>Future-Ready Facilities</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="photos/smclass1.jpg" alt="Third slide">
<div class="carousel-caption text-left">
<h5>Our Infrastructure</h5>
<p>Dynamic Learning Environments</p>
</div>
</div>
</div>
</div>
</section>
<!-- infrastructurement cards start -->
<!-- navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light ">
<h3 class="inside-nav-text">Infrastructure</h3>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="btn-group" role="group" aria-label="Basic radio toggle button group">
<a href="#bg-1">
<label class="btn btn-outline-primary">Smart Classrooms</label>
</a>
<a href="#bg-1">
<label class="btn btn-outline-primary">Indoor Auditorium</label>
</a>
<a href="#bg-2">
<label class="btn btn-outline-primary">Outdoor Auditorium</label>
</a>
<a href="#bg-3">
<label class="btn btn-outline-primary">Conference Hall</label>
</a>
<a href="#bg-4">
<label class="btn btn-outline-primary">KG Play Area</label>
</a>
<a href="#bg-5">
<label class="btn btn-outline-primary">Lab Facilities</label>
</a>
<a href="#bg-6">
<label class="btn btn-outline-primary">Parking Facility</label>
</a>
<a href="#bg-7">
<label class="btn btn-outline-primary">Sports Room</label>
</a>
<a href="#bg-8">
<label class="btn btn-outline-primary">Transport Facility</label>
</a>
<a href="#bg-9">
<label class="btn btn-outline-primary">Chapel</label>
</a>
<a href="#bg-10">
<label class="btn btn-outline-primary">E-Library</label>
</a>
<a href="#bg-11">
<label class="btn btn-outline-primary">Knowledge Center</label>
</a>
<a href="#bg-12">
<label class="btn btn-outline-primary">Food Court</label>
</a>
<a href="#bg-13">
<label class="btn btn-outline-primary">PlayGround</label>
</a>
<a href="#bg-14">
<label class="btn btn-outline-primary">Mini Auditorium</label>
</a>
</div>
</div>
</nav>
<!-- navend -->
<section id="bg-1" class="infra-new bg-1">
<section class="infra-new-carousel">
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/smclass1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/smclass2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/smclass4.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text">
<h4 class="infra-new-reveal">Smart Classrooms</h4>
<p>Classrooms equipped with smart boards in our school is a digital tool that offers an interactive learning environment,
multimedia presentations and making education more interactive and effective.</p>
</div>
</section>
<!-- sec-2 of inf -->
<section id="bg-2" class="infra-new1 bg-2">
<section class="infra-new-carousel1">
<div id="carouselExampleIndicators1" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators1" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators1" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators1" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/aud1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/aud3.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/aud4.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators1" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators1" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text1">
<h4 class="infra-new-reveal"> Indoor Auditorium </h4>
<p>The indoor auditorium is an
enclosed space designed for assemblies, performances, and events .It facilitates a range of
activities in a controlled environment with comfort.</p>
</div>
</section>
<!-- sec-3 -->
<section id="bg-3" class="infra-new bg-3">
<section class="infra-new-carousel">
<div id="carouselExampleIndicators2" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators2" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators2" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators2" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/oaud2.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/oaud3.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/oaud4.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators2" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text">
<h4 class="infra-new-reveal"> Outdoor Auditorium</h4>
<p>Our school outdoor auditorium provides an open-air space for assemblies and events and offers a
versatile venue for students to engage in various activities.</p>
</div>
</section>
<!-- sec-4 -->
<section id="bg-4" class="infra-new1 bg-4">
<section class="infra-new-carousel1">
<div id="carouselExampleIndicators3" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators3" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators3" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/conh2.jpeg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/conh3.jpeg" alt="Second slide">
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators3" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators3" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text1">
<h4 class="infra-new-reveal">Conference Hall</h4>
<p>The conference hall in ourschool serves as a multipurpose space for meetings, presentations, and events. It is equipped with
audio-visual aids and comfortable seating to facilitate effective communication.</p>
</div>
</section>
<!-- sec-5 -->
<section id="bg-5" class="infra-new bg-5">
<section class="infra-new-carousel">
<div id="carouselExampleIndicators5" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators5" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators5" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators5" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/kgplay2.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/kgplay3.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/kgplay4.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators5" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators5" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text">
<h4 class="infra-new-reveal"> KG Play Area</h4>
<p>The kindergarten play area in our school is a safe space designed for young children to explore, play, and develop
essential motor and social skills. It also helps them in learning through play.</p>
</div>
</section>
<!-- sec-6 -->
<section id="bg-6" class="infra-new1 bg-6">
<section class="infra-new-carousel1">
<div id="carouselExampleIndicators6" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators6" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators6" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators6" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators6" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators6" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/clab1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/clab2.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/clab3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/lab2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/lab4.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators6" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators6" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text1">
<h4 class="infra-new-reveal">Lab Facilities</h4>
<p>The lab facility in our school provides students with hands-on learning experiences in subjects like science and Computer science. We have equipped it with essential tools and safety measures. These labs enable
practical experimentation and foster a deeper understanding of theoretical concepts.</p>
<p>
<span> Science Laboratory: </span>
A science lab is a workplace for the conduct of scientific research. It helps students to remember the concepts better and to transfer the experience to real life situations.
Our school has the best designed and safe science laboratories.<br>
<span> Physics Lab:</span>
Our Physics lab is aimed in enabling students to learn physics theories in a more elaborative manner of its applications.<br>
<span>Chemistry Lab:</span>
The chemistry lab is designed with keeping all the statutory norms and safety standards. It is well ventilated as well as spacious.<br>
<span> Biology Lab:</span>
In the biology lab, the students study detailed structures, morphological, histological and physiological aspects of plants and animals.<br>
</p>
</div>
</section>
<!-- sec-7 -->
<section id="bg-7" class="infra-new bg-7">
<section class="infra-new-carousel">
<div id="carouselExampleIndicators7" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators7" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators7" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/park1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/park2.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators7" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators7" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text">
<h4 class="infra-new-reveal">Parking Facility</h4>
<p>The parking facility in our school is designed to accommodate vehicles of students, staff, and visitors. It is
well-organized, secure, and accessible, ensuring smooth traffic flow and safety.</p>
</div>
</section>
<!-- sec-8 -->
<section id="bg-8" class="infra-new1 bg-8">
<section class="infra-new-carousel1">
<div id="carouselExampleIndicators8" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators8" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators8" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators8" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/sproom2.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/sproom3.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators8" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators8" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text1">
<h4 class="infra-new-reveal">Sports Room</h4>
<p>
Sports room in our school is a dedicated space where students can store equipment, change into athletic gear,
and prepare for physical activities and team sports. It typically includes lockers, benches, and storage for various sports equipment.
</p>
</div>
</section>
<!-- sec-9 -->
<section id="bg-9" class="infra-new bg-9">
<section class="infra-new-carousel">
<div id="carouselExampleIndicators9" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators9" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators9" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/bus1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/bus2.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators9" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators9" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text">
<h4 class="infra-new-reveal">Transport Facility</h4>
<p>The school's transport facility ensures safe and reliable travel for students, with well-maintained buses covering various routes.</p>
</div>
</section>
<!-- sec-10 -->
<section id="bg-10" class="infra-new1 bg-10">
<section class="infra-new-carousel1">
<div id="carouselExampleIndicators10" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators10" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators10" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/chapel1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/chapel2.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators10" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators10" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text1">
<h4 class="infra-new-reveal">Chapel</h4>
<p>
The school campus chapel is a serene space for reflection and spiritual growth, offering a peaceful atmosphere.
</p>
</div>
</section>
<!-- sec-11 -->
<section id="bg-11" class="infra-new bg-11">
<section class="infra-new-carousel">
<div id="carouselExampleIndicators11" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators11" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators11" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators11" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/elib1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/elib2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/elib3.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators11" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators11" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text">
<h4 class="infra-new-reveal">E-Library</h4>
<p>The e-library in our school provides students with digital access to a wide range of books, journals, and educational resources which also immerses them in a world of technology.</p>
</div>
</section>
<!-- sec-12 -->
<section id="bg-12" class="infra-new1 bg-12">
<section class="infra-new-carousel1">
<div id="carouselExampleIndicators12" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators12" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators12" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/knowcent1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/knowcent2.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators12" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators12" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text1">
<h4 class="infra-new-reveal">Knowledge Center</h4>
<p>
The knowledge centre in our school serves as a hub for learning and research. It's equipped with books, computers, and study spaces to support students' academic pursuits.
</p>
</div>
</section>
<!-- sec-13 -->
<section id="bg-13" class="infra-new bg-13">
<section class="infra-new-carousel">
<div id="carouselExampleIndicators13" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators13" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators13" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/canteen1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/canteen2.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators13" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators13" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text">
<h4 class="infra-new-reveal">Food Court</h4>
<p>The food court in our school offers a variety of nutritious meal options promoting healthy eating habits and social interaction among students.
The students from 10th to 12th benefit from the food court during their special classes.</p>
</div>
</section>
<!-- sec-14 -->
<section id="bg-14" class="infra-new1 bg-14">
<section class="infra-new-carousel1">
<div id="carouselExampleIndicators14" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators14" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators14" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/playg1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/playg2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/playg3.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators14" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators14" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text1">
<h4 class="infra-new-reveal">PlayGround</h4>
<p>
The playground in our school offers a vibrant area for students to engage in physical activities and social interaction.
</p>
</div>
</section>
<!-- sec-15 -->
<section id="bg-15" class="infra-new bg-15">
<section class="infra-new-carousel">
<div id="carouselExampleIndicators15" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators15" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators15" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/photos/miniaud1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/miniaud2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/photos/miniaud3.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators15" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators15" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- carousel end -->
<div class="infra-new-text">
<h4 class="infra-new-reveal">Mini Auditorium</h4>
<p> The mini auditorium provides a versatile venue for meetings, seminars, conferences , orientation class and presentations.</p>
</div>
</section>
<?php get_templates('jumbotron');?>
<?php get_templates('footer');?>
<script src="/js/infrastructure.js"></script>
<script>
window.addEventListener('DOMContentLoaded', reveal);
window.addEventListener('scroll', reveal);
function reveal() {
var reveals = document.querySelectorAll('.infra-new-reveal,.infrastructure-text-reveal,.abt-carousel-reveal');
var windowHeight = window.innerHeight;
var revealPoint = 150;
reveals.forEach(function(revealElement) {
var revealTop = revealElement.getBoundingClientRect().top;
if (revealTop < windowHeight - revealPoint) {
revealElement.classList.add('active');
} else {
revealElement.classList.remove('active');
}
});
}
</script>
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>