forked from bibekkunwar/milestone-school.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkinder.html
More file actions
231 lines (199 loc) · 11.2 KB
/
kinder.html
File metadata and controls
231 lines (199 loc) · 11.2 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
<!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">
<!-- CSS -->
<link rel="stylesheet" href="styles.css">
<!-- js jquery bootstrap-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!-- footer links-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--gallery images showcase effect-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<!-- import css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.min.js">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css">
<script defer src="script.js"></script>
<title>Milestone Kinder Garden and School</title>
</head>
<body>
<!--navbar-->
<nav class="navbar navbar-expand-lg navbar-light">
<img id="logoimg" src="logo.jpg" alt="" height="60" width="75">
<p id="miles">Milestone KinderGarden <br> And Boarding School</p>
<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">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Kinder Garden</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="about.html" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About Us
</a>
<div id="dropdown" class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="about.html#introduction">Introduction</a>
<a class="dropdown-item" href="about.html#facilities">Facilitites</a>
<a class="dropdown-item" href="about.html#principal-message">Message from Principal</a>
<a class="dropdown-item" href="about.html#founders">Team & Staffs</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- navbar ends-->
<!-- bg image-->
<section class="kinder-img">
<div class="kinder-container text-center">
<marquee id="marquee-color">
<p>Welcome to Milestone Kinder Garden</p>
</marquee>
</div>
<div class="kinder-boxes">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-12">
<h3>Vision</h3>
<p>Milestone aims to become a leader in innovative educational practices and inspire others to become
avenues for a holistic development of children for a sustainable peace and humanity.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-12 col-lg-12">
<h3>mission</h3>
<p>Milestone aims to become a leader in innovative educational practices and inspire others to become
avenues for a holistic development of children for a sustainable peace and humanity.</p>
</div>
</div>
<div class="why-us">
<h4>why us</h4>
<p>Milestone kindergarten provide quality education through Learning-Reinforcement-Practice-Application
(LRPA) module. We have created an environment where children explore, experience and instill their joy
of learning which remain with them for the rest of their life. <br>
At Milestone School, we believe that each child is creative and intelligent, and can succeed in a
positive learning atmosphere. This is achieved through culturally relevant, practical and fun-filled
learning material.
We believe that the curriculum has to be well-linked to children’s daily world and be able to provide
exposure to world class materials for global competency. We have ensured that our curriculum is
world-class and connects well with children’s day to day life.
</p>
</div>
</section>
<!--kinder gallery section using lightbox2-->
<div class="lightbox">
<div class="gallery">
<h4>Gallery</h4>
</div>
<div class="grid">
<img src="./background img copy.jpg" alt="">
<img src="./background img copy.jpg" alt="">
<img src="./background img copy.jpg" alt="">
<img src="./background img copy.jpg" alt="">
<img src="./background img copy.jpg" alt="">
<img src="./background img copy.jpg" alt="">
<img src="./background img copy.jpg" alt="">
<img src="./background img copy.jpg" alt="">
</div>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<div class="row text-center text-xs-center text-sm-left text-md-left">
<div class="col-xs-12 col-sm-4 col-md-4">
<h5>Quick links</h5>
<ul class="list-unstyled quick-links">
<li><a href="index.html"><i class="fa fa-angle-double-right"></i>Home</a></li>
<li><a href="kinder.html"><i class="fa fa-angle-double-right"></i>Kinder Garden</a></li>
<li><a href="about.html"><i class="fa fa-angle-double-right"></i>About Us</a></li>
<li><a href="gallery.html"><i class="fa fa-angle-double-right"></i>Gallery</a></li>
<li><a href="contact.html"><i class="fa fa-angle-double-right"></i>Contact Us</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h5>Contact us</h5>
<div class=" list-unstyled quick-links">
<li class="p-2"><a href="mailto:milestone@gmail.com"><i class="fa-solid fa-envelope"><span
class="pr-3"></span></i>Milestone@gmail.com</a></li>
<li class="p-2"><a href=""><i class="fa-solid fa-location-dot"><span class="pr-3"></span></i>
Bhanuchowk, DHangadhi</a></li>
<li class="p-2"><a href="tel:+977777777777"><i class="fa-solid fa-phone"><span
class="pr-3"></span></i>+977777777777</a></li>
</div>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="mapouter">
<div class="gmap_canvas"><iframe width="600" height="500" id="gmap_canvas"
src="https://maps.google.com/maps?q=milestone%20english%20school%20dhangadhi&t=&z=13&ie=UTF8&iwloc=&output=embed"
frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a
href="https://fmovies-online.net"></a><br>
<style>
.mapouter {
position: relative;
text-align: right;
height: 300px;
width: 400px;
}
</style><a href="https://www.embedgooglemap.net"></a>
<style>
.gmap_canvas {
overflow: hidden;
background: none !important;
height: 300px;
width: 400px;
}
</style>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-5">
<ul class="list-unstyled list-inline social text-center">
<li class="list-inline-item"><a href=""><i class="fab fa-facebook"></i></a></li>
<li class="list-inline-item"><a href=""><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
<hr>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white">
<p class="h6">© All right Reversed. Milestone School, Dhangadhi</p>
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white">
<p class="h6">Created By Bibek Kunwar</p>
</div>
</div>
<hr>
</div>
</div>
</section>
<!-- ./Footer -->
</body>
</html>