forked from bibekkunwar/milestone-school.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
248 lines (217 loc) · 12.1 KB
/
index.html
File metadata and controls
248 lines (217 loc) · 12.1 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
<!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 src="./script.js" defer></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.html">Kinder Garden</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="about.html/#introduction" 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>
<!-- background images with scroll control-->
<div id="center">
<iframe id="home-video"
src="https://www.facebook.com/plugins/video.php?height=476&href=https%3A%2F%2Fwww.facebook.com%2FMilestone.EBS%2Fvideos%2F832592321054762%2F&show_text=false&width=476&t=0"
width="600" height="600" style="border:none;" scrolling="no" frameborder="0"
allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"
allowFullScreen="true"></iframe>
</div>
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<marquee id="marquee-color">
<p>Welcome to Milestone Kinder Garden & School</p>
</marquee>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 img-fluid" src="background img.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="background2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="background2.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" 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="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--welcome-->
<div class="work">
<div class="container">
<h4 class="base-logo">
<p>"Milestone Kinder Garden & Boarding School" </p>
</h4>
<div class="boxes">
<div class="box col-lg-4 col-md-6 col-xs-12">
<div class="hm-title">Milestone</div>
<div class="hm-content">
"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Expedita, sunt doloremque! Vero nam
esse eligendi optio. Commodi magnam id quibusdam sequi assumenda quasi dolor aspernatur"
sapiente? Ad quod dolore accusantium.
</div>
</div>
<div class="box col-lg-4 col-md-6 col-xs-12">
<div class="hm-title">Milestone</div>
<div class="hm-content">
"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Expedita, sunt doloremque! Vero nam
esse eligendi optio. Commodi magnam id quibusdam sequi assumenda quasi dolor aspernatur"
sapiente? Ad quod dolore accusantium.
</div>
</div>
<div class="box col-lg-4 col-md-6 col-xs-12">
<div class="hm-title">Milestone</div>
<div class="hm-content">
"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Expedita, sunt doloremque! Vero nam
esse eligendi optio. Commodi magnam id quibusdam sequi assumenda quasi dolor aspernatur"
sapiente? Ad quod dolore accusantium.
</div>
</div>
</div>
</div>
</div>
<!-- end of welcome area-->
<!-- kinder garden area starts here-->
<!-- 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: 250px;
width: 300px;
}
</style><a href="https://www.embedgooglemap.net"></a>
<style>
.gmap_canvas {
overflow: hidden;
background: none !important;
height: 250px;
width: 300px;
}
</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>