forked from abhaypratapsinghin/APS-PUBLIC-SCHOOL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.html
163 lines (140 loc) · 6.72 KB
/
history.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
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<link rel="stylesheet" href="apsps.css">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" >
<link href="bootstrap/js/bootstrap.min.js" rel="stylesheet" >
<title>HISTORY - APS PUBLIC SCHOOL - EDUCATION FOR ALL!</title>
</head>
<body>
<div class="bg-warning">
<nav class="navbar navbar-expand-lg navbar-light bg-primary">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">APS PUBLIC SCHOOL</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Games
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="indoorgames.html">Indoor Games</a></li>
<li><a class="dropdown-item" href="outdoorgames.html">Outdoor Games</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<li class="nav-item">
<a class="nav-link" href="gallery.html">Photo Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ouraim.html">Our Aim</a>
</li>
<li class="nav-item">
<a class="nav-link" href="history.html">History</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-dark" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<ol class="carousel-indicators">
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"></li>
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/1.jpg" class="d-block w-100" alt="APS PUBLIC SCHOOL">
</div>
<div class="carousel-item">
<img src="images/2.jpg.jpg" class="d-block w-100" alt="APS PUBLIC SCHOOL">
</div>
<div class="carousel-item">
<img src="images/3.jpg" class="d-block w-100" alt="APS PUBLIC SCHOOL">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</a>
</div>
<center>
<br><h1 class="container bg-primary">Our History</h1><br>
<img class="container" src="images/h.jpg" width="400" height="300"></img>
<h4 class="container"><br>
APS PUBLIC SCHOOL started by Mr. A.P. Singh (Founder) at Kalyanpur, Kanpur in 2015.<br>
A quiet area in the otherwise busy city, free from pollution and with RO water supply, the school is self-contained. Large lush green lawns are a feast to eyes.<br>
The spacious classrooms equipped with audio and visuals and LCD projector, library, science laboratory and activity rooms are laid out to motivate interactive learning.<br>
A bank of computers with latest software and hardware installed, audio, video, and internet connectivity for children to explore their requirements are available in Computer lab....</h4>
<br>
<div class="d-flex flex-column bg-primary">
<div id="page-content">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-md-7">
<center>
<br>
<h3 class="text-white">CONNECT WITH US</h3>
<a href="https://www.facebook.com/EduMinOfIndia/">
<i class="fab fa-facebook"></i>
</a>
<a href="https://twitter.com/EduMinOfIndia">
<i class="fab fa-twitter"></i>
</a>
<a href="https://instagram.com/eduminofindia">
<i class="fab fa-instagram"></i>
</a>
<a href="https://youtube.com/user/HRDMinistry">
<i class="fab fa-youtube"></i>
</a>
</center>
<h1 class="font-weight-light mt-4 text-white">Contact Us</h1>
<p class="lead text-white-50">APS PUBLIC SCHOOL, Kalyanpur, Kanpur, Uttar Pradesh, India<br>Ph: 1234567890, 0987654321</p>
</div>
</div>
</div>
</div>
<footer id="sticky-footer" class="py-4 bg-dark text-white-50">
<div class="container text-center">
<small>Copyright © APS PUBLIC SCHOOL</small>
</div>
</footer>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
-->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5dc98bff555d3f93"></script>
</body>
</html>