-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexed.html
More file actions
957 lines (826 loc) · 49.7 KB
/
indexed.html
File metadata and controls
957 lines (826 loc) · 49.7 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
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
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Namungoona Parents' Junior School</title>
<meta content="Fresh Teacher Technologies Free Website" name="description">
<meta content="Free Website Created by Fresh Teacher" name="keywords">
<!-- Favicons -->
<link href="npjs badge.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
</body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html">NPJS🖊️📖🎓✏️</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="getstarted scrollto" href="#about">Get Started</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1" data-aos="fade-up" data-aos-delay="200">
<div class="d-flex justify-content-center justify-content-lg-start">
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="200">
<img src="npjs badge.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients section-bg">
<div class="container">
<div class="row" data-aos="zoom-in">
<div class="section-title">
<h2>Our Affiliates</h2>
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="jei_holdings-removebg-preview.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="j-insurance.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="fresh-300x300-removebg-preview.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="j-forex.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- About Us Section -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About Us</h2>
</div>
<div class="row content">
<div class="col-lg-6">
<p>
Welcome to Namungoona Parents' Junior School, a distinguished institution committed to providing quality education and shaping the future of young minds. As an academic giant in the educational sector, Namungoona Parents' Junior School takes pride in fostering a nurturing environment that encourages academic excellence, character development, and holistic growth.
</p>
<p>
Our dedicated team of educators at Namungoona Parents' Junior School is passionate about empowering pupils through innovative teaching methods and a well-rounded curriculum. We strive to cultivate a love for learning, critical thinking skills, and creativity, preparing our pupils for success in their academic journey and beyond.
</p>
<p>
The school's commitment to excellence extends to providing state-of-the-art facilities, creating a conducive learning atmosphere, and promoting co-curricular activities that enhance pupils' overall development. We believe in fostering a sense of community and collaboration among learners, parents, and staff members, creating a supportive network for the educational journey.
</p>
<p>
Join us at Namungoona Parents' Junior School as we embark on a mission to empower the next generation. Our unwavering dedication to education, coupled with a focus on nurturing well-rounded individuals, makes us a trusted partner in shaping the future leaders of tomorrow.
</p>
</div>
</div>
</div>
</section>
<!-- End About Us Section -->
<!-- Why Us Section -->
<section id="why-us" class="why-us section-bg">
<div class="container-fluid" data-aos="fade-up">
<div class="row">
<div class="col-lg-7 d-flex flex-column justify-content-center align-items-stretch order-2 order-lg-1">
<div class="content">
<h3>Why Choose <strong>Namungoona Parents' Junior School</strong></h3>
<p>
<strong>Namungoona Parents' Junior School</strong> stands as a beacon of education, dedicated to providing an exceptional and holistic learning experience. Here are compelling reasons why you should choose us as your partner in shaping your child's educational journey:
</p>
</div>
<div class="accordion-list">
<ul>
<li>
<a data-bs-toggle="collapse" class="collapse" data-bs-target="#accordion-list-1"><span>01</span>Academic Excellence <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-1" class="collapse show" data-bs-parent=".accordion-list">
<p>
At Namungoona Parents' Junior School, we prioritize academic excellence. Our dedicated team of educators employs innovative teaching methods to nurture a love for learning, critical thinking, and problem-solving skills in our pupils. We are committed to providing a strong academic foundation that prepares pupils for success in their educational journey and future endeavours.
</p>
<p>
We go beyond traditional teaching approaches, incorporating modern educational practices and technologies to enhance the learning experience. Our focus on academic rigor ensures that pupils receive a well-rounded education that prepares them for the challenges of the ever-evolving world.
</p>
</div>
</li>
<li>
<a data-bs-toggle="collapse" data-bs-target="#accordion-list-2" class="collapsed"><span>02</span>Holistic Development <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-2" class="collapse" data-bs-parent=".accordion-list">
<p>
Our commitment to holistic development extends beyond academics. Namungoona Parents' Junior School provides a nurturing environment that focuses on the overall growth of pupils. We offer a wide range of extracurricular activities, including sports, arts, and leadership programs, to ensure that pupils develop essential life skills, teamwork, and leadership qualities.
</p>
<p>
We believe in fostering a well-rounded individual who not only excels academically but also possesses the character and skills necessary to navigate the complexities of life. Our dedicated staff and comprehensive curriculum contribute to the holistic development of each learner.
</p>
</div>
</li>
<li>
<a data-bs-toggle="collapse" data-bs-target="#accordion-list-3" class="collapsed"><span>03</span>Community and Collaboration <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-3" class="collapse" data-bs-parent=".accordion-list">
<p>
Namungoona Parents' Junior School fosters a sense of community and collaboration. We believe in building strong connections among pupils, parents, and staff. Our school encourages open communication and active participation, creating a supportive community that enhances the overall educational experience.
</p>
<p>
By choosing Namungoona Parents' Junior School, you become part of a community dedicated to the success and well-being of each student. We value collaboration and understand the importance of working together to create a positive and enriching educational environment.
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="col-lg-5 align-items-stretch order-1 order-lg-2 img" style='background-image: url("school_image.jpg");' data-aos="zoom-in" data-aos-delay="150"> </div>
</div>
</div>
</section>
<!-- End Why Us Section -->
<!-- Motto Section -->
<section id="motto" class="motto">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 d-flex align-items-center" data-aos="fade-right" data-aos-delay="100">
<img src="npjs_badge__2_-removebg-preview.png" class="img-fluid" alt="Namungoona Parents' Junior School Motto Image">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content" data-aos="fade-left" data-aos-delay="100">
<div class="section-title">
<h2>Motto</h2>
</div>
<p>
The motto of Namungoona Parents' Junior School, "Determined to Succeed," encapsulates our strong commitment to fostering a learning environment where pupils are motivated to overcome challenges and achieve their highest potential. It reflects our belief in instilling a resilient mindset in our pupils, encouraging them to persevere in the face of obstacles.
</p>
<p>
Through this motto, we aim to cultivate not only academic excellence but also the determination to excel in all aspects of life. We believe that by instilling a sense of determination, we empower our learners to face the future with confidence and make meaningful contributions to society.
</p>
</div>
</div>
</div>
</section>
<!-- End Motto Section -->
<!-- Mission Section -->
<section id="mission" class="mission">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 pt-4 pt-lg-0 content" data-aos="fade-right" data-aos-delay="100">
<div class="section-title">
<h2>Mission</h2>
</div>
<p>
At Namungoona Parents' Junior School, our mission is to achieve excellence in all areas by empowering pupils with specialized knowledge and skills to navigate the dynamic demands of society. We strive to provide a holistic education that goes beyond traditional academics, emphasizing the development of critical thinking, creativity, and social responsibility.
</p>
<p>
Through a comprehensive curriculum and a supportive learning environment, we aim to prepare our pupils for success in an ever-changing world. We are dedicated to nurturing well-rounded individuals who not only excel academically but also possess the skills and values necessary to make positive contributions to their communities.
</p>
</div>
<div class="col-lg-6 d-flex align-items-center" data-aos="fade-left" data-aos-delay="100">
<img src="npss badge.jpg" class="img-fluid" alt="Namungoona Parents' Junior School Mission Image">
</div>
</div>
</div>
</section>
<!-- End Mission Section -->
<!-- Vision Section -->
<section id="vision" class="vision">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 d-flex align-items-center" data-aos="fade-right" data-aos-delay="100">
<img src="20230804_112425.jpg" class="img-fluid" alt="Namungoona Parents' Junior School Vision Image">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content" data-aos="fade-left" data-aos-delay="100">
<div class="section-title">
<h2>Vision</h2>
</div>
<p>
The vision of Namungoona Parents' Junior School is to establish itself as a distinguished center of academic excellence. We envision a learning institution where pupils not only acquire knowledge but also develop a passion for continuous learning and innovation.
</p>
<p>
Our commitment to this vision drives us to maintain high standards of teaching, provide state-of-the-art facilities, and foster a culture of intellectual curiosity. By realizing this vision, we aspire to contribute positively to the educational landscape and produce graduates who are well-equipped to make meaningful contributions to society.
</p>
</div>
</div>
</div>
</section>
<!-- End Vision Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Scholarship and Enrichment Opportunities</h2>
<p>
<strong>We invite participants with diverse talents and academic excellence:</strong>
</p>
<div class="participant-categories">
<p><i class="ri-check-double-line"></i> Talented Athletes in Sports</p>
<p><i class="ri-check-double-line"></i> Musically Gifted Pupils</p>
<p><i class="ri-check-double-line"></i> Exceptionally Intelligent Learners</p>
<p><i class="ri-check-double-line"></i> Children with Special Talents</p>
</div>
</div>
<div class="row content">
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="100">
<p>
At Namungoona Parents' Junior School, we are committed to providing scholarship and enrichment opportunities for disadvantaged children who exhibit exceptional talents in sports, music, and various aspects of life. Additionally, we welcome exceptionally intelligent learners who may qualify for half and full bursaries, ensuring that financial constraints do not hinder their access to quality education and enrichment programs.
</p>
<p>
These opportunities are specially designed to nurture and support the unique abilities of talented athletes, musically gifted pupils, exceptionally intelligent learners, and children with special talents. Join us in creating an inclusive and supportive environment that empowers these young individuals to excel academically and shine in their chosen fields.
</p>
</div>
</div>
<div class="row">
<div class="col-xl-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><iconify-icon icon="icon-park:school" width="50"></iconify-icon></div>
<h4><a href="#">Academic Workshops</a></h4>
<p>
Participate in academic workshops tailored for pupils, parents, and educators, with special consideration for bursary recipients. Our workshops cover a range of subjects and teaching methodologies, providing valuable insights and strategies for academic success. Whether you're a learner aiming for excellence, a parent supporting your child's education, or an educator seeking professional development, our academic workshops offer a platform for continuous learning and growth.
</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><iconify-icon icon="openmoji:artist" width="50"></iconify-icon></div>
<h4><a href="#">Artistic Expression</a></h4>
<p>
Explore and nurture your creative side through various artistic expression opportunities. Our programs include art classes, performances, and exhibitions, allowing pupils, parents, and community members to showcase their artistic talents. Engage in the vibrant world of creativity, express yourself through art, and contribute to the flourishing artistic community at Namungoona Parents' Junior School.
</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><iconify-icon icon="flat-color-icons:sports-mode" width="50"></iconify-icon></div>
<h4><a href="#">Sports and Fitness</a></h4>
<p>
Immerse yourself in the world of sports and fitness with our dedicated programs, providing tailored support for talented athletes. Whether you're a sports enthusiast, a budding athlete, or someone looking to stay active, our sports and fitness initiatives cater to all. Join sports events, training sessions, and fitness programs that promote a healthy and active lifestyle, fostering a sense of teamwork and well-being within our school community.
</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="400">
<div class="icon-box">
<div class="icon"><iconify-icon icon="noto:potted-plant" width="50"></iconify-icon></div>
<h4><a href="#">Environmental Initiatives</a></h4>
<p>
Contribute to environmental advocacy and sustainability through our dedicated initiatives, including special programs for children with special talents. Pupils, parents, and community leaders can participate in tree planting, recycling programs, and awareness campaigns that promote a greener and healthier environment. Join us in fostering a sense of environmental responsibility and making a positive impact on our local community and beyond.
</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container" data-aos="zoom-in">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3>Call To Action</h3>
<p> Our staff is readily available to serve you! Feel free to reach out to us in case you have any inquiries.</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="wtai://wp/mc;+256751547746">Call To Action ☎️</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
<!-- Team Section with Enhanced Descriptions -->
<section id="team" class="team section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Staff Members</h2>
<p>Meet our dynamic team members and learn more about their contributions to our school community.</p>
</div>
<div class="row">
<!-- Team Member - Mr. Higenyi -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Mr. Higenyi"></div>
<div class="member-info">
<h4>Mr. Higenyi</h4>
<span>School Director</span>
<p>
Mr. Higenyi is the esteemed School Director, providing leadership and guidance to the entire school community. With a wealth of experience in education administration, he plays a crucial role in shaping the vision and mission of the school.
</p>
<p>
As a visionary leader, Mr. Higenyi is dedicated to creating an environment where pupils thrive academically, emotionally, and socially. His strategic direction and commitment to excellence contribute to the school's overall success and positive impact on learners' lives.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Mubiru Martin -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Mubiru Martin"></div>
<div class="member-info">
<h4>Tr. Mubiru Martin</h4>
<span>Director of Studies</span>
<p>
Tr. Mubiru Martin serves as the Director of Studies, overseeing the academic programs and ensuring educational excellence at our school. With a profound passion for education, he also imparts knowledge in Social Studies to pupils from Primary Five to Seven.
</p>
<p>
Tr. Mubiru's commitment to fostering a stimulating learning environment and his expertise in Social Studies contribute to the holistic development of pupils. His dedication to academic growth aligns with the school's mission to empower pupils with specialised knowledge and skills.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Ntagali Clara -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Ntagali Clara"></div>
<div class="member-info">
<h4>Tr. Ntagali Clara</h4>
<span>Class Teacher - Primary Six | Social Studies & Religious Education Teacher - Primary Three to Six</span>
<p>
Tr. Ntagali Clara is the Assistant D.O.S and also takes on the role of the class teacher for Primary Six and imparts knowledge in Social Studies and Religious Education to students from Primary Three to Six.
</p>
<p>
With a passion for holistic education, Tr. Ntagali ensures that her students not only excel academically but also develop a deep understanding of social studies and religious values. Her dedication to providing a well-rounded learning experience contributes to the overall growth of her pupils.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Mutumba Jesse Paul -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="mutumba jesse paul.jpeg" class="img-fluid" alt="Tr. Mutumba Jesse Paul"></div>
<div class="member-info">
<h4>Tr. Mutumba Jesse Paul</h4>
<span>English and Social Studies Teacher</span>
<p>
Tr. Mutumba Jesse Paul is a dedicated educator specializing in English and Social Studies. With a passion for teaching, he handles pupils from Primary Three to Primary Six, fostering a love for language and social sciences.
</p>
<p>
Tr. Mutumba brings enthusiasm and creativity to the classroom, making learning engaging and enjoyable for his learners. His commitment to providing a well-rounded education reflects in his approach to both English language skills and the exploration of social studies aspects.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Ochen Gabriel -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="ochen gabriel.jpg" class="img-fluid" alt="Tr. Ochen Gabriel"></div>
<div class="member-info">
<h4>Tr. Ochen Gabriel</h4>
<span>Class Teacher - Primary Five | Mathematics Teacher - Primary Four and Five</span>
<p>
Tr. Ochen Gabriel is the dedicated Class Teacher of Primary Five, providing guidance and support to pupils in their educational journey. Additionally, he takes on the role of a Mathematics teacher for both Primary Four and Five.
</p>
<p>
With a passion for mathematics education, Tr. Ochen employs innovative teaching methods to make learning enjoyable and effective. His commitment to fostering a positive learning environment contributes to the academic growth of his students.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Ivan -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="kalalu ivan.jpg" class="img-fluid" alt="Tr. Ivan"></div>
<div class="member-info">
<h4>Tr. Kalalu Ivan</h4>
<span>English Specialist | Teacher - Primary Six and Seven</span>
<p>
Tr. Ivan is a dedicated educator with a specialization in English, contributing his expertise to the academic journey of pupils in Primary Six and Seven.
</p>
<p>
With a passion for language and literature, Tr. Ivan brings creativity and enthusiasm to his English classes. His goal is to inspire a love for language and effective communication, fostering a supportive learning environment for his learners.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Okello Adam -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="okello adam.jpg" class="img-fluid" alt="Tr. Okello Adam"></div>
<div class="member-info">
<h4>Tr. Okello Adam</h4>
<span>Class Teacher - Primary Four | Mathematics Teacher - Primary Four and Five</span>
<p>
Tr. Okello Adam serves as the class teacher for Primary Four and imparts knowledge in Science to pupils in Primary Four and Five.
</p>
<p>
With a commitment to providing a nurturing learning environment, Tr. Okello fosters an atmosphere where pupils can thrive academically. His focus on Integrated Science aims to develop strong foundational skills and a love for problem-solving among pupils.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Twikirize Hope -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Twikirize Hope"></div>
<div class="member-info">
<h4>Twikirize Hope</h4>
<span>Matron for Girl Children</span>
<p>
Twikirize Hope serves as the dedicated Matron for girl children at our school, providing care and support to create a nurturing environment. With a compassionate approach, she ensures the well-being and safety of the female pupils.
</p>
<p>
As Matron, Twikirize plays a crucial role in fostering a sense of community among the girl children, promoting their holistic development. Her commitment to creating a supportive atmosphere contributes to the overall positive school experience for female pupils.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Nabola Esau -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Nabola Esau"></div>
<div class="member-info">
<h4>Nabola Esau</h4>
<span>School Chef</span>
<p>
Meet Nabola Esau, our skilled and dedicated School Chef responsible for crafting delicious and nutritious meals for our children. With a passion for culinary arts and a commitment to providing wholesome food, Esau ensures that pupils enjoy well-balanced and flavourful meals.
</p>
<p>
Esau's expertise in the kitchen goes beyond cooking; he also plays a vital role in meal planning, sourcing quality ingredients, and maintaining high hygiene standards. His culinary creations contribute to the overall well-being and satisfaction of the school community.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Naminsi Mary -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Naminsi Mary"></div>
<div class="member-info">
<h4>Tr. Naminsi Mary</h4>
<span>Nursery Teacher</span>
<p>
Meet Tr. Naminsi Mary, our dedicated Nursery Teacher who plays a crucial role in shaping the early learning experiences of our youngest tots. With a nurturing and engaging teaching style of Jolly Phonics, Mary creates a positive and supportive environment for children in the nursery class.
</p>
<p>
Mary's expertise extends to designing age-appropriate curriculum activities, fostering social and cognitive development, and ensuring a joyful learning atmosphere. Her commitment to early childhood education contributes to laying a strong foundation for the educational journey of our nursery learners.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Nanyonga Justine -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Nanyonga Justine"></div>
<div class="member-info">
<h4>Tr. Nanyonga Justine</h4>
<span>Primary One Teacher</span>
<p>
Meet Tr. Nanyonga Justine, our dedicated teacher for Primary One. Justine brings enthusiasm and a passion for early childhood education to her classroom, creating a positive and engaging learning environment for our youngest learners.
</p>
<p>
Justine's teaching approach focuses on foundational skills, fostering a love for learning, and ensuring a smooth transition to formal education. With a caring and patient demeanor, she guides Primary One pupils through their initial steps in education, setting the stage for a successful academic journey.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Nakirya Betty -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Nakirya Betty"></div>
<div class="member-info">
<h4>Tr. Nakirya Betty</h4>
<span>Primary Two Teacher</span>
<p>
Meet Tr. Nakirya Betty, our dedicated teacher for Primary Two. Betty brings a wealth of experience and a nurturing approach to her role, ensuring a supportive and engaging learning environment for her pupils.
</p>
<p>
Betty focuses on providing a well-rounded education, emphasizing both academic and social development. With her learner-centred interactive teaching methods, Primary Two learners under Betty's guidance experience a dynamic and enjoyable learning journey, building a strong foundation for future academic success.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Namuli Brenda -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Namuli Brenda"></div>
<div class="member-info">
<h4>Tr. Namuli Brenda</h4>
<span>Lower Primary Teacher</span>
<p>
Meet Tr. Namuli Brenda, our dedicated teacher for Lower Primary. Brenda is passionate about providing a nurturing and enriching educational experience for her young learners, focusing on their foundational development.
</p>
<p>
With a creative and engaging teaching style, Brenda ensures that Lower Primary pupils under her care not only acquire essential academic skills but also develop a love for learning. Her commitment to fostering a positive and inclusive classroom environment contributes to the overall growth and happiness of her children.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Nanyonjo Justine -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Nanyonjo Justine"></div>
<div class="member-info">
<h4>Nanyonga Justine</h4>
<span>School Cleaner</span>
<p>
Meet Nanyonga Justine, an integral part of our team responsible for maintaining a clean and hygienic school environment. With a dedicated and meticulous approach, Justine ensures that our school premises are kept in top-notch condition for the well-being of everyone.
</p>
<p>
Justine takes pride in her work, contributing to a positive and healthy learning environment. Her commitment to cleanliness plays a crucial role in creating a conducive atmosphere for both learners and staff, promoting overall well-being within the school.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Nanyonjo Justine -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Nanyonjo Justine"></div>
<div class="member-info">
<h4>Namuli Brenda</h4>
<span>Office Janitor</span>
<p>
Meet Namuli Brenda, our dedicated office janitor who plays a crucial role in maintaining a clean and organized workspace. Brenda's meticulous attention to detail ensures that our office environment remains welcoming and efficient for both staff and visitors.
</p>
<p>
Brenda takes pride in her work, contributing to a positive and professional atmosphere within the office. Her commitment to cleanliness enhances the overall functioning of our administrative spaces, creating an environment conducive to productivity and collaboration.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Nanyonjo Justine -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="default.jpg" class="img-fluid" alt="Tr. Nanyonjo Justine"></div>
<div class="member-info">
<h4>Tr. Jackie</h4>
<span>Lower Primary Teacher (Transitional Classes)</span>
<p>
Tr. Jackie is a dedicated educator specializing in teaching transitional classes in Lower Primary. With a unique spiral approach to education, she prepares pupils for the transition to the upper section by reinforcing and expanding on foundational concepts.
</p>
<p>
Using innovative teaching methods, Jackie ensures that her pupils develop a solid understanding of fundamental subjects while encouraging curiosity and critical thinking. Her focus on a spiral curriculum helps build a strong academic foundation, preparing students for success in the upper primary levels.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- Team Member - Tr. Nanyonjo Justine -->
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="ssepuya frank.jpg" class="img-fluid" alt="Tr. Nanyonjo Justine"></div>
<div class="member-info">
<h4>Ssepuya Frank</h4>
<span>School Bursar and Secretary</span>
<p>
Meet Ssepuya Frank, our efficient and dedicated School Bursar and Secretary. Frank plays a pivotal role in managing the financial aspects of the school while also handling secretarial duties with precision.
</p>
<p>
With a keen eye for financial details and organizational skills, Frank ensures the smooth financial operations of the school. Additionally, his secretarial responsibilities contribute to the effective communication and administration within the school, fostering a well-organized and collaborative environment.
</p>
<div class="social">
<!-- Add social media links if available -->
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Team Section with Enhanced Descriptions -->
<!-- Frequently Asked Questions Section -->
<section id="faq" class="faq section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<p>Explore common questions to find answers and learn more about Namungoona Parents' Junior School.</p>
</div>
<div class="faq-list">
<ul>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-1">What are the admission requirements for Namungoona Parents' Junior School? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-1" class="collapse show" data-bs-parent=".faq-list">
<p>
Namungoona Parents' Junior School welcomes pupils from diverse backgrounds. The admission requirements include a completed application form, previous academic records, and a brief interview. We aim to create an inclusive learning environment for all our learners.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" data-bs-target="#faq-list-2" class="collapsed">How does the school support pupils with special talents or needs? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-2" class="collapse" data-bs-parent=".faq-list">
<p>
Namungoona Parents' Junior School is committed to supporting pupils with special talents or needs. We provide tailored programs and resources to nurture their abilities. Our inclusive approach ensures that every pupil receives the necessary support to thrive academically and personally.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" data-bs-target="#faq-list-3" class="collapsed">Are scholarships available for talented pupils or those facing financial challenges? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-bs-parent=".faq-list">
<p>
Namungoona Parents' Junior School is dedicated to providing opportunities for all children. Scholarships, including half and full bursaries, are available for talented learners and those facing financial challenges. We believe in fostering a diverse and inclusive community.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" data-bs-target="#faq-list-4" class="collapsed">What extracurricular activities are offered to pupils? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-4" class="collapse" data-bs-parent=".faq-list">
<p>
Namungoona Parents' Junior School provides a range of extracurricular activities, including sports, music, arts, and more. Pupils are encouraged to explore their interests and talents beyond the classroom. Our goal is to offer a holistic education that nurtures both academic and non-academic aspects of a child's development.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="500">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" data-bs-target="#faq-list-5" class="collapsed">How can parents get involved in school activities and events? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-5" class="collapse" data-bs-parent=".faq-list">
<p>
Parental involvement is highly encouraged at Namungoona Parents' Junior School. Parents can participate in various school activities, join parent-teacher associations, and attend events. We believe that collaboration between parents and the school enhances the overall educational experience for our children.
</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- End Frequently Asked Questions Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<p>Below are the contacts you can use to get in touch with us.</p>
</div>
<div class="row">
<div class="col-lg-5 d-flex align-items-stretch">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Namungoona-Kigobe<br>
Lubaga Division
<br> Kampala, Uganda.</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p> npjs@gmail.com</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>0751547746</p>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1021375.2571536021!2d32.545724!3d0.342349!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x177dbb356f33cc51%3A0x81bfb2e20cff9c8f!2sNamungoona%20Parents%20School!5e0!3m2!1sen!2sug!4v1704644935948!5m2!1sen!2sug" width="350" height="350" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="text-center">
<div class="credits">
<script>
document.write("© Namungoona Parents' Junior School " + new Date().getFullYear());
</script>
</div>
</footer>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="https://code.iconify.design/iconify-icon/1.0.0-beta.3/iconify-icon.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>