-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
78 lines (64 loc) · 5.27 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - School Website</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="logo">
<img src="./pics/logo.jpg" alt="Logo">
</div>
<h1> Nava Bharat Public School</h1>
</header>
<h1 class="different"></h1>
<nav class="nav">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="academics.html">Academics</a></li>
<li><a class="contact-button" href="contact.html">Contact Us</a></li>
</ul>
</nav>
<section id="about">
<h2>About Us</h2>
<marquee direction="right">
<p>Learn about our mission, vision, and values. <br>
</marquee>
<div class="row">
<img id="img1" src="./pics/logo.jpg" alt="Image 1">
</div>
<br>
Nava Bharat Public School is situated in Gowthami Nagar, Krishna Lanka. The area of Krishna Lanka is well-connected. Here stands the school that was established in the year 1990 by Mr. P. Sri Hari Rao. Initially it started out as a Telugu medium school and continued to be so until 2009. From 2010, Mr. P. Sri Hari Rao established English as the medium of instruction. It has ever since expanded and classes are currently held in three buildings. The overall school strength is about thirteen hundred to fifteen hundred students. Education from L.K.G to class X is imparted to the students.Education is not just limited to classrooms. Nava Bharat has opened the door for many opportunities to learn in different environments.
Nava Bharat Public School takes pride in its highly qualified and dedicated faculty. The school has a team of experienced teachers who are passionate about education and committed to providing the best learning experience for their students. The faculty members undergo regular training and professional development programs to stay updated with the latest teaching methodologies and techniques.Furthermore, the school believes in holistic development and offers a wide range of extracurricular activities and clubs for students to explore their interests and talents. These activities take place in dedicated spaces such as music rooms, art studios, and sports facilities, providing students with opportunities to develop their skills and pursue their passions outside of the regular classroom setting.
Nava Bharat Public School is committed to providing a high-quality education despite any limitations in the current classroom infrastructure. The school strives to create a positive and engaging learning environment where students can thrive academically, socially, and emotionally. Efforts are continuously being made to improve the facilities and ensure that students have access to the resources they need for a well-rounded education.
</p>
<br>
<div class="row">
<img id="img2" src="./pics/bayapadak.jpg" alt="Image 2" class="left-align">
<img id="img3" src="./pics/prinwuthkid.jpg" alt="Image 3">
<p class="caption">Principal - Mr. P. Sri Hari Rao</p>
</div>
<br>
<p>School core values play a crucial role in shaping the character and development of students.
Duty, prosperity, integrity, and discipline are among the key values that schools often emphasize. Duty instills a sense of responsibility and commitment towards one's obligations, both academically and socially. Prosperity encourages students to strive for personal growth and success, while also fostering a mindset of contributing positively to the community. Integrity promotes honesty, ethical behavior, and the importance of doing the right thing, even when no one is watching. Discipline teaches students self-control, time management, and the ability to follow rules and regulations.
By instilling these core values, our school aim to cultivate well-rounded individuals who are not only academically competent but also possess strong moral character and a sense of social responsibility.</p>
<br>
<div class="row">
<img id="img2" src="./pics/aboutpic1.jpeg" alt="Image 4">
<p class="caption">Nava Bharat Public School</p>
</div>
</section>
<div class="map">
<iframe id="iframe"src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d61207.8055303205!2d80.5607452!3d16.501451!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a35f004eaaaaaab%3A0x7eb8536eacaf483f!2sNava%20Bharath%20Public%20School!5e0!3m2!1sen!2sin!4v1700121089924!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<h3 id="h3">Tel:08662522214</h3>
<a id="fb1" href="https://m.facebook.com/NavabharatPublicSchool">Facebook</a>
</div>
<footer id="footer">
<p>© 2023 NBPSchool . All rights reserved.</p>
</footer>
<script src="./script2.js"></script>
</body>
</html>