-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
453 lines (442 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0">
<title>LRI School</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.html" type="image/x-icon">
<link rel="apple-touch-icon" href="images/apple-touch-icon.html">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link id="changeable-colors" rel="stylesheet" href="css/colors/orange.css">
<script src="js/modernizer.js"></script>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/css/style.css">
<meta name="description" content="A site for LRI school Web Designing Contest 2022">
<script src="jquery.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/637d94c6b0d6371309d095c4/1gih8qadl';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</head>
<body>
<script src='../../../../../../../ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>
<script src="../../../../../../../m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
<script>
(function () {
if (typeof _bsa !== 'undefined' && _bsa) {
// format, zoneKey, segment:value, options
_bsa.init('flexbar', 'CKYI627U', 'placement:w3layoutscom');
}
})();
</script>
<script>
(function () {
if (typeof _bsa !== 'undefined' && _bsa) {
// format, zoneKey, segment:value, options
_bsa.init('fancybar', 'CKYDL2JN', 'placement:demo');
}
})();
</script>
<script>
(function () {
if (typeof _bsa !== 'undefined' && _bsa) {
// format, zoneKey, segment:value, options
_bsa.init('stickybox', 'CKYI653J', 'placement:w3layoutscom');
}
})();
</script>
<script src="../../../../../../../codefund.io/properties/441/funder.js" async="async"></script>
<script async src='https://www.googletagmanager.com/gtag/js?id=G-98H8KRKT85'></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-98H8KRKT85');
</script>
<meta name="robots" content="noindex">
<body>
<link rel="stylesheet" href="../../../../../../assests/css/font-awesome.min.css">
<nav id='menu' class="navnew">
<input type='checkbox' id='responsive-menu' onclick='updatemenu()'><label></label>
<ul>
<li><img src="images/logo-1.png" class="logo2"></li>
<li><a href='index.html'>Home</a></li>
<li><a href='#abt'>Services</a></li>
<li><a href='#cont'>Contact Us</a></li>
<li><a href='gallery.html'>Gallery</a></li>
<li><a href='#sub'>Subjects</a></li>
</ul>
</nav>
<div class="pull-right toggle-right-sidebar">
<!-- <span class="fa title-open-right-sidebar tooltipstered fa-angle-double-right"></span> -->
</div>
<div class="w3l-content-photo-5" id="welc">
<div class="content">
<div class="wrapper">
<div class="d-grid">
<div class="content-left">
<h3 style="color: white;">
Welcome to LRI School:
<div id="parent">
School, College, 2<sup>nd</sup> Home
<div id="border">
</div>
</div>
</h3>
<p><big style="color: white;">
Everything has a purpose and LRI has it in meeting each student’s innocent needs and
genuine expectations. Children are always at the center of all that we do. They have
plentiful of opportunities to interplay with the dynamic Schooling activities they
feel happy about, enabling them to choose their own pathway to an acclaimed life.
<br><br>
We believe that School should be fun and students should feel loved and blessed in a
lively environ that nourishes their independence. We offer to partner and
collaborate with you valuing your child’s unique way to a sound growth through a
strong education. You will see your children enjoying life here as you experience
their formidable transformation by the culture we harness in LRI.<Br><br>
Hearty welcome to our family.</big>
</p>
<button class="button-28 ofst" role="button">Official Site</button>
</div>
<div class="content-photo">
<img src="images/schoolnew.png" alt="content-photo" style="margin-left:50px;" class="content-phot">
</div>
</div>
</div>
</div>
<section class="w3l-feature-8" id="abt">
<div class="features-main">
<div class="wrapper">
<div class="features">
<div class="feature-1">
<div class="feature-body">
<div class="feature-images">
<span class="fa fa-graduation-cap" aria-hidden="true"></span>
</div>
<div class="feature-info">
<a href="https://lrischool.edu.np/" target="_blank">
<h3 class="feature-titel">Supported Grades</h3>
</a>
<p class="feature-text">
Grade 1 to Grade 10<br>
Grades above 10<Br><br>
</p>
<a href="https://lrischool.edu.np/" class="feature-link" target="_blank"><button
class="bt"> Read more </button></a>
</div>
</div>
</div>
<div class="feature-2">
<div class="feature-body">
<div class="feature-images">
<span class="fa fa-code" aria-hidden="true"></span>
</div>
<div class="feature-info">
<a href="https://lrischool.edu.np/" target="_blank">
<h3 class="feature-titel">Technical Training</h3>
</a>
<p class="feature-text">
We provide support for varieties of technical trainings until BSIT level
alon with support for other areas and feilds.
</p>
<a href="https://lrischool.edu.np/" class="feature-link" target="_blank"><button
class="bt techbt"> Read more </button></a>
</div>
</div>
</div>
<div class="feature-3">
<div class="feature-body">
<div class="feature-images">
<span class="fa fa-book" aria-hidden="true"></span>
</div>
<div class="feature-info">
<a href="https://lrischool.edu.np/" target="_blank">
<h3 class="feature-titel">Books and Library</h3>
</a>
<p class="feature-text">
We use books from Asmita Publication. We also have an in-built library of a
wide variety of books made to entertain and educate the students.
</p>
<div class="hover">
<a href="https://lrischool.edu.np/" class="feature-link"
target="_blank"><button class="bt"> Read more </button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-form-12" id="cont">
<div class="w3l-form-12-content">
<div class="wrapper">
<div class="grid grid-column-2 ">
<div class="column1" id="slidert">
<p class="tagline">LRI school</p>
<p class="form-para">
If you would like to contact us, use the form below:
</p>
<form action="https://demo.w3layouts.com/" method="Get">
<div class="">
<input type="text" name="name" class="form-input" placeholder="Your Name" />
</div>
<div class="">
<input type="email" name="email" class="form-input" placeholder="Email" />
</div>
<div class="">
<input type="tel" name="phone" class="form-input" placeholder="Phone" />
</div>
<button class="bt" role="button">Submit</button>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-services-1" id="sub">
<div class="services1">
<div class="wrapper">
<div class="services-title">
<h3>Our Subjects</h3>
<p>We have listed the study subjects we provide below:</p>
</div>
<div class="services1-content">
<div class="column">
<a href="https://lrischool.edu.np/" target="_blank">
<img src="images/acc.png" alt="" class="cimg" />
<div class="service-info">
<h4 class="course">Accounting</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Enim, mollitia!</p>
<a href="https://lrischool.edu.np/" class="feature-link" target="_blank"><button
class="bt"> Read more </button></a>
</div>
</a>
</div>
<div class="column">
<a href="https://lrischool.edu.np/" target="_blank">
<img src="images/math.png" alt="" class="cimg" />
<div class="service-info">
<h4 class="course">Mathematics</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Enim, mollitia!</p>
<a href="https://lrischool.edu.np/" class="feature-link" target="_blank"><button
class="bt"> Read more </button></a>
</div>
</a>
</div>
<div class="column">
<a href="https://lrischool.edu.np/" target="_blank">
<img src="images/Sci.png" alt="" class="cimg sciimg" />
<div class="service-info">
<h4 class="course">Science</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Enim, mollitia!</p>
<a href="https://lrischool.edu.np/" class="feature-link" target="_blank"><button
class="bt"> Read more </button></a>
</div>
</a>
</div>
<div class="column">
<a href="https://lrischool.edu.np/" target="_blank">
<img src="images/eng.png" alt="" class="cimg" />
<div class="service-info">
<h4 class="course">English</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Enim, mollitia!</p>
<a href="https://lrischool.edu.np/" class="feature-link" target="_blank"><button
class="bt"> Read more </button></a>
</div>
</a>
</div>
<div class="column">
<a href="https://lrischool.edu.np/" target="_blank">
<img src="images/Comp.gif" alt="" class="cimg" />
<div class="service-info">
<h4 class="course">Computer</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Enim, mollitia!</p>
<a href="https://lrischool.edu.np/" class="feature-link" target="_blank"><button
class="bt"> Read more </button></a>
</div>
</a>
</div>
<div class="column">
<a href="https://lrischool.edu.np/" target="_blank">
<img src="images/soc.jpg" alt="" class="cimg" />
<div class="service-info">
<h4 class="course">Social</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Enim, mollitia!</p>
<a href="https://lrischool.edu.np/" class="feature-link" target="_blank"><button
class="bt"> Read more </button></a>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-customer-3">
<div class="customers3">
<div class="wrapper">
<div class="tabs-grided-three">
<h3 class="title-main">What students say about us</h3>
<div class="banner" id="home">
<div class="layer">
<div class="container">
<div class="banner-text-w3pvt">
<div class="customers-3-csslider infinity" id="slider2">
<input type="radio" name="slides" checked="checked" id="slides_5" />
<input type="radio" name="slides" id="slides_6" />
<input type="radio" name="slides" id="slides_7" />
<ul class="banner_slide_bg">
<li>
<div class="w3ls_banner_txt">
<p class="customers-para">
Career developing teachings with also international
courses.
</p>
</div>
</li>
<li>
<div class="w3ls_banner_txt">
<p class="customers-para">
Amazing co-curriculars and extra-curriculars in your
best teaching platform.
</p>
</div>
</li>
<li>
<div class="w3ls_banner_txt">
<p class="customers-para">
Diplomacy and inter-personal skills taught excluding
extra-ordinary course teachings and learnings.</p>
</div>
</li>
</ul>
<div class="navigation">
<label for="slides_5">
<div class="customer-details">
<div class="customer-img"><img src="assets/images/cus-1.jpg"
alt="image"></div>
<div class="customer-personal">
<h6>Kritagya</h6>
<p>Khanal</p>
</div>
</div>
</label>
<label for="slides_6">
<div class="customer-details">
<div class="customer-img"><img src="assets/images/cus-2.jpg"
alt="image"></div>
<div class="customer-personal">
<h6>Angel</h6>
<p>KC</p>
</div>
</div>
</label>
<label for="slides_7">
<div class="customer-details">
<div class="customer-img"><img src="assets/images/cus-3.jpg"
alt="image"></div>
<div class="customer-personal">
<h6>Ayush</h6>
<p>Karki</p>
</div>
</div>
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footers-14 -->
<footer class="w3l-footers-14">
<div id="footers14-block">
<div class="wrapper">
<div class="footers14-top d-flex">
<ul class="footer14-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#abt">Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#cont">Contact</a></li>
<li><a href="#sub">Subjects</a></li>
</ul>
<div class="footer14-app d-flex">
<span>Webapp:</span>
<a href="https://www.ingrails.com/school/login" target="_blank"><span
class="fa fa-windows"></span></a>
<a href="https://play.google.com/store/apps/details?id=com.ingrails.lri&gl=US"
target="_blank"><span class="fa fa-android"></span></a>
<a href="https://apps.apple.com/us/app/veda-students-app/id1183813244" target="_blank">
<span class="fa fa-apple"></span>
</a>
</div>
</div>
<div class="footers14-bottom d-flex">
<div class="copyright">
<p>© 2022. All RIghts Reserved.</p>
</div>
</div>
</div>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
↑
</button>
<script>
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
// document.getElementById("menu").style.backgroundColor = "white";
document.getElementById("menu").style.width = "100%";
document.getElementById("menu").style.marginLeft = "0";
} else {
document.getElementById("movetop").style.display = "none";
document.getElementById("menu").style.backgroundColor = "hsla(0, 0%, 0%, 0)";
document.getElementById("menu").style.width = "60%";
document.getElementById("menu").style.marginLeft = "17vw";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</footer>
</div>
<!--tawk.to bot js script below-->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/637d94c6b0d6371309d095c4/1gih8qadl';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>