-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
604 lines (567 loc) · 28.7 KB
/
index.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
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
<!DOCTYPE html>
<html lang="eng">
<head>
<title>Don Bosco School</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content="don bosco school Responsive website, dbs website, don bosco school biratnagar website" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Style-CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- /Fonts -->
<link href="//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,600,700"
rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700" rel="stylesheet">
<!-- //Fonts -->
</head>
<body>
<!-- mian-content -->
<div class="main-content" id="home">
<div class="layer">
<!-- header -->
<header>
<div class="container-fluid px-lg-5">
<div class="row order-info">
<div class="middle mt-sm-3 col-sm-6 text-left">
<ul class="social mb-3">
<li><a href="https://www.facebook.com/DBS.NILGIRI"><span class="fa fa-facebook icon_facebook"></span></a></li>
<li><a href="#"><span class="fa fa-twitter icon_twitter"></span></a></li>
<li><a href="#"><span class="fa fa-google-plus icon_google-plus"></span></a></li>
<li><a href="#"><span class="fa fa-linkedin icon_linkedin"></span></a></li>
</ul>
</div>
<div class="middle-right mt-sm-3 col-sm-6 text-right">
<h6><span class="fa fa-phone"></span> Enquiry : 021-463423</h6>
</div>
</div>
<!-- nav -->
<nav class="pt-4 d-lg-flex">
<div id="logo">
<h1> <a href="index.html">Don Bosco School</a></h1>
</div>
<label for="drop" class="toggle">Menu</label>
<input type="checkbox" id="drop" />
<ul class="menu mt-2 ml-auto">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about" class="scroll">About</a></li>
<li>
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle">Dropdown <span class="fa fa-angle-down"
aria-hidden="true"></span> </label>
<a href="#">Dropdown <span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" id="drop-2" />
<ul class="inner-ul">
<li><a class="scroll" href="#gallery">Gallery</a></li>
<li><a href="#services" class="scroll">Services</a></li>
<li><a href="#stats" class="scroll">Stats</a></li>
<li><a href="#team" class="scroll">Team</a></li>
</ul>
</li>
<li><a href="#testimonials" class="scroll">Testimonials</a></li>
<li><a href="#contact" class="scroll">Contact</a></li>
</ul>
</nav>
<!-- //nav -->
</div>
</header>
<!-- //header -->
<div class="container">
<!-- /banner -->
<div class="banner-info-layouts text-center">
<h3>Value Based, Quality Education For Life</h3>
<div class="read-more">
<a href="#about" class="read-more scroll">Read More </a>
</div>
</div>
</div>
<!-- //banner -->
</div>
</div>
<!--// mian-content -->
<!-- about-->
<section class="wthree-row py-5" id="about">
<div class="container pt-lg-5">
<div class="row about-main">
<div class="col-lg-6 about-right">
<img src="images/logo.jpg" class="img-fluid" alt="" />
</div>
<div class="col-lg-6 about-text-grid text-left">
<div class="title-desc">
<h3 class="main-title-hello text-capitalize">About Us</h3>
</div>
<p class="my-sm-4 mt-2 mb-4">Don Bosco School (Nilgiri) is a group of schools consisting of kindergarten, primary, and middle school located at Biratnagar 1, Pokariya, Nepal.
It was founded by Don Bosco and was established in 1992.
Don Bosco School set on hundreds of square meters of lush green land in the middle of Biratnagar 1,
it is a breath of fresh air. The school has all that parents need to ensure qualitative, affordable and morally sound education
for their children. </p>
<a href="#bottom"> Read more</a>
</div>
</div>
</div>
</section>
<!-- //about -->
<!-- features -->
<section class="banner-bottom py-5" id="services">
<div class="container py-sm-4">
<div class="heading-grid text-center">
<h3 class="tittle text-center heading mb-5">Features</h3>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="row inner-info">
<div class="col-2">
<span class="fa fa-crosshairs"></span>
</div>
<div class="col-10">
<h4 class="mt-md-0 my-2">A clear and shared focus</h4>
<p class="">The focus must always be in learning.
The fundamental tool for that is collaboration. </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="row inner-info">
<div class="col-2">
<span class="fa fa-users"></span>
</div>
<div class="col-10">
<h4 class="mt-md-0 my-2">Highly Qualified Teachers</h4>
<p class="">Over 30 year of experienced teachers to provide quality education.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="row inner-info">
<div class="col-2">
<span class="fa fa-cog"></span>
</div>
<div class="col-10">
<h4 class="mt-md-0 my-2">A variety of assessment tools</h4>
<p class="">Project-based learning provides opportunities for students to drive their own learning.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="row inner-info">
<div class="col-2">
<span class="fa fa-envira"></span>
</div>
<div class="col-10">
<h4 class="mt-md-0 my-2">Safe and Secure Environment</h4>
<p class="">DBS gives you the freedom to carry out your day-to-day activities without fear of political motives or stubborn activism.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="row inner-info">
<div class="col-2">
<span class="fa fa-futbol-o"></span>
</div>
<div class="col-10">
<h4 class="mt-md-0 my-2">Sports & Extracurricular Activities</h4>
<p class="">Since sports help to build character and teach the importance of discipline in life, the school offers extensive sports programs.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="row inner-info">
<div class="col-2">
<span class="fa fa-laptop"></span>
</div>
<div class="col-10">
<h4 class="mt-md-0 my-2">Well Furnished Computer Lab</h4>
<p class="">DBS has set up advanced and highly technological laboratories for practical classes on Science and Computer.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //features -->
<!-- stats -->
<section class="stats py-5" id="stats">
<div class="container py-lg-5 py-md-3">
<div class="row stat-grids">
<div class="col-lg-6 stats-left">
<h3 class="heading mb-4 text-li">Years in the field</h3>
<p class="mb-3"> We have been providing quality education to children for 30 years. Over 10,000 students passed out here.
Well-equipped laboratories, a stable environment, and extra-curricular activities are available throughout the year. </p>
</div>
<div class="col-lg-6 grid1 stats-right mt-lg-0 mt-4 pl-5">
<div class="row">
<div class="col-sm-4 col-6">
<p class="text-li">Branches</p>
<h4 class="text-wh"> 7+</h4>
<span class="fa fa-files-o mr-2"></span>
</div>
<div class="col-sm-4 col-6">
<p>Working Staff</p>
<h4>25+</h4>
<span class="fa fa-tasks mr-2"></span>
</div>
<div class="col-sm-4 col-6 mt-sm-0 mt-5">
<p>Total Students</p>
<h4>413</h4>
<span class="fa fa-users mr-2"></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //stats -->
<!-- Gallery -->
<section class="gallery py-5" id="gallery">
<div class="container py-md-5">
<div class="header text-center">
<h3 class="tittle mb-lg-5 mb-3">Our Gallery</h3>
</div>
<div class="row news-grids text-center gallery-wrap">
<div class="col-md-4 gal-img">
<a href="#gal1"><img src="images/g1.jpg" alt="news image" class="img-fluid"></a>
</div>
<div class="col-md-4 gal-img">
<a href="#gal2"><img src="images/g2.jpg" alt="news image" class="img-fluid"></a>
</div>
<div class="col-md-4 gal-img">
<a href="#gal3"><img src="images/g3.jpg" alt="news image" class="img-fluid"></a>
</div>
<div class="col-md-4 gal-img">
<a href="#gal4"><img src="images/g4.jpg" alt="news image" class="img-fluid"></a>
</div>
<div class="col-md-4 gal-img">
<a href="#gal5"><img src="images/g5.jpg" alt="news image" class="img-fluid"></a>
</div>
<div class="col-md-4 gal-img">
<a href="#gal6"><img src="images/g6.jpg" alt="news image" class="img-fluid"></a>
</div>
</div>
<!-- popup-->
<div id="gal1" class="pop-overlay animate">
<div class="popup">
<img src="images/g1.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal2" class="pop-overlay animate">
<div class="popup">
<img src="images/g2.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal3" class="pop-overlay animate">
<div class="popup">
<img src="images/g3.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup3 -->
<!-- popup-->
<div id="gal4" class="pop-overlay animate">
<div class="popup">
<img src="images/g4.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal5" class="pop-overlay animate">
<div class="popup">
<img src="images/g5.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal6" class="pop-overlay animate">
<div class="popup">
<img src="images/g6.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
</div>
</section>
<!--// gallery -->
<!-- testimonials -->
<section class="testi py-5" id="testimonials">
<div class="container pb-xl-5 py-lg-3">
<h3 class="tittle two text-center heading mb-5">What our Students say</h3>
<div class="row">
<div class="col-lg-6">
<div class="row testi-cgrid border-right-grid">
<div class="col-sm-4 testi-icon mb-sm-0 mb-3">
<img src="images/te1.jpg" alt="" class="img-fluid" />
</div>
<div class="col-sm-8">
<p class="mx-auto"><span class="fa fa-quote-left"></span> The staff and support are second to none.
They are polished, proficient, accessible and patient.</p>
<h6 class="b-ltxt mt-3">Aliyas Hasda - <span>Student</span></h6>
</div>
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-sm-5 mt-4">
<div class="row testi-cgrid border-left-grid">
<div class="col-sm-4 testi-icon mb-sm-0 mb-3">
<img src="images/te2.jpg" alt="" class="img-fluid" />
</div>
<div class="col-sm-8">
<p class="mx-auto"><span class="fa fa-quote-left"></span> I had an amazing time studying at DBS, the comfortable study environment, friendly staff and wonderful resources.</p>
<h6 class="b-ltxt mt-3">Bikesh Shrestha - <span>Ex-Student</span></h6>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- testimonials -->
<!-- team -->
<section class="team py-5" id="team">
<div class="container py-xl-5 py-lg-3">
<div class="heading-grid text-center">
<h3 class="tittle text-center heading mb-5">Our Staff</h3>
</div>
<div class="row inner-sec-layouts-hello-lauinfo">
<div class="col-md-4 col-sm-6">
<div class="team-grids text-center">
<img src="images/team1.jpg" class="img-fluid" alt="">
<div class="clearfix"></div>
<div class="team-info">
<div class="caption">
<h4>Fr. Amritharaj</h4>
<h6>Principal</h6>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-sm-0 mt-5">
<div class="team-grids text-center">
<img src="images/team2.jpg" class="img-fluid" alt="">
<div class="clearfix"></div>
<div class="team-info">
<div class="caption">
<h4>Santosh Bhattarai</h4>
<h6>Teacher</h6>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-md-0 mt-5">
<div class="team-grids text-center">
<img src="images/team3.jpg" class="img-fluid" alt="">
<div class="clearfix"></div>
<div class="team-info">
<div class="caption">
<h4>Shyam Timsina</h4>
<h6>Teacher</h6>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-md-0 mt-5 py-4">
<div class="team-grids text-center">
<img src="images/team4.jpg" class="img-fluid" alt="">
<div class="clearfix"></div>
<div class="team-info">
<div class="caption">
<h4>Angelina Maskey</h4>
<h6>Teacher</h6>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-md-0 mt-5 py-4">
<div class="team-grids text-center">
<img src="images/team5.jpg" class="img-fluid" alt="">
<div class="clearfix"></div>
<div class="team-info">
<div class="caption">
<h4>Karan KC</h4>
<h6>Teacher</h6>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 mt-md-0 mt-5 py-4">
<div class="team-grids text-center">
<img src="images/team6.jpg" class="img-fluid" alt="">
<div class="clearfix"></div>
<div class="team-info">
<div class="caption">
<h4>Anil Jha</h4>
<h6>Teacher</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- team -->
<section class="section-middle py-5" id="bottom">
<div class="container py-lg-5">
<div class="row about-main">
<div class="col-lg-6 about-text-grid1 text-left">
<div class="title-desc">
<h4><span></span>Get started</h4>
<h3 class="main-title-hello text-capitalize my-4"> Hook up With Us. Together, we can build the best education!</h3>
</div>
</div>
<div class="col-lg-6 about-right mt-lg-0 mt-4">
<p class="">We are a learning community dedicated to inspiring success and nurturing well-being. Finnish education excellence is at the heart of all we do,
because we believe that everyone deserves the best possible future.</p>
<p class="mt-4">Don Bosco School is built on experiences and know-how from the English education system in respect of Nepali culture to cherish students’
joy of learning and to encourage teachers’ pedagogical collaboration leading to success.</p>
</div>
</div>
</div>
</section>
<!-- contact -->
<section class="contact py-5" id="contact">
<div class="container py-sm-4">
<h3 class="heading mb-4">Contact Us</h3>
<div class="row contact-top">
<div class="col-lg col-md-6 contact-grid-wthree">
<div class="contact_grid_right">
<form action="#" method="post">
<div class="contact_left_grid">
<div class="con-left">
<div class="form-group">
<input class="form-control" type="text" name="Name" placeholder="Name"
required="">
</div>
<div class="form-group">
<input class="form-control" type="email" name="Email" placeholder="Email"
required="">
</div>
<div class="form-group">
<textarea id="textarea" placeholder="Message" required=""></textarea>
</div>
<div class="sub-honey mx-auto mt-3">
<button class="form-control btn" type="submit">Submit</button>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-6 col-md-6 contact-grid-wthree foot-top mt-md-0 mt-5">
<h3 class="contact-title mb-sm-4 mb-2">Address information</h3>
<div class="contact-info">
<p class="mb-4">For more information, please phone or visit the School.</p>
<div class="contact-style-world">
<p><span class="fa fa-map-marker"></span><strong>Location :</strong> Biratnagar-1, Pokhariya, Nepal</p>
</div>
<div class="contact-style-world my-2">
<p><span class="fa fa-envelope-open"></span><strong>Email :</strong>
</div>
<div class="contact-style-world">
<p><span class="fa fa-phone"></span><strong>Phone :</strong> 021-463423</p>
<p><span class="fa fa-mobile"></span><strong>Notice Board Service No. :</strong> 1618021463423</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //contact -->
<!-- footer -->
<footer class="footer-content">
<div class="layer footer-1">
<div class="container-fluid">
<div class="row footer-top-inner-world">
<div class="col-lg-4 col-md-6 footer-top mt-md-0 mt-sm-5">
<h2>
<a href="index.html">Don Bosco School</a>
</h2>
<p class="my-3">Biratnagar, Pokhariya, Province-1, Nepal
Mail: [email protected]
Phone No.: 021-463423</p>
<p>
Our aim is to provide innovative and enjoyable education, early intervention for pupils,
enabling them to become independent, happy, positive and valuable members of society.
</p>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mt-5">
<div class="footer-hello">
<h3 class="mb-3 hello_title">Office Hours</h3>
<hr>
<ul class="list-info-hello last-world-contact mt-lg-4">
<li>
<p> Sunday - Thursday 9.00 am - 5.00 pm</p>
</li>
<li class="my-2">
<p>Friday 9.00 am - 2.00 pm</p>
</li>
<li class="my-2">
<p>Saturday Office will be Closed</p>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-lg-0 mt-5">
<div class="footer-hello">
<h3 class="mb-3 hello_title">Newsletter</h3>
<hr>
<div class="footer-text">
<p>By subscribing to our mailing list you will always get latest news and updates from
us.</p>
<form action="#" method="post">
<input type="email" name="Email" placeholder="Enter your email..." required="">
<button class="btn1 btn"><span class="fa fa-paper-plane-o"
aria-hidden="true"></span></button>
<div class="clearfix"> </div>
</form>
</div>
</div>
</div>
</div>
</div>
<p class="copy-right-grids text-li text-center my-sm-4 my-4">© 2022 DBS(Nilgiri). All Rights Reserved | Design
by
<a href="https://www.facebook.com/bikesh.shrestha.399041/"> Bikesh Shrestha </a>
</p>
<div class="world-footer text-center mt-4">
<ul class="list-unstyled world-icons">
<li>
<a href="https://www.facebook.com/DBS.NILGIRI">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-vk"></span>
</a>
</li>
</ul>
</div>
<div class="move-top text-right"><a href="#home" class="move-top"> <span class="fa fa-angle-up mb-3"
aria-hidden="true"></span></a></div>
</div>
<!-- //footer bottom -->
</div>
</footer>
<!-- //footer -->
</body>
</html>