-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
592 lines (557 loc) · 30.5 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Boson Academy | Home</title>
<!-- web fonts -->
<link href="//fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<!-- //web fonts -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
<link rel="icon" href="./assets/logos/logo b.png" type="image/x-icon">
</head>
<body>
<section class="w3l-bootstrap-header">
<nav class="navbar navbar-expand-lg navbar-light py-lg-2 py-2">
<div class="container">
<!-- if logo is image enable this -->
<a class="navbar-brand" href="services.html">
<img src="./assets/logos/logo + nm.png" alt="Your logo" title="Your logo" style="height:40px;" />
</a>
<a class="btn btn-theme3 ml-auto mr-2" href="applynow.html">Apply Now</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Programs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faculties.html">Faculties</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<section class="w3l-main-slider" id="home">
<!-- main-slider -->
<div class="layer" style="background-color: #fdc800;"></div>
<div class="companies20-content">
<div class="slider-info banner-view banner-top1 bg bg2" data-selector=".bg.bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg mx-auto text-center">
<h5 class="text-white">Boson Academy</h5>
<b><p style="font-size: 20px;color: #fdc800;" >Cheap, Credible, Convenient</p></b>
<a class="btn btn-secondary btn-theme2 mt-md-5 mt-4" href="services.html">Read
More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/owl.carousel.js"></script>
<!-- script for -->
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: false,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: true
},
1000: {
items: 1,
nav: true
}
}
})
})
</script>
<!-- //script -->
<!-- /main-slider -->
</section>
<section class="w3l-feature-3" id="features">
<div class="grid top-bottom mb-lg-5 pb-lg-5">
<div class="container">
<div class="middle-section grid-column text-center">
<div class="three-grids-columns">
<span class="fa fa-laptop"></span>
<h4>IIT BOOSTERS</h4>
<p>Get to know about IIT from the graduates from IITs. A platform where IITians will share their
vast knowledge with you.</p>
<!-- <a href="services.html" class="btn btn-secondary btn-theme3 mt-4">Read More </a> -->
</div>
<div class="three-grids-columns">
<span class="fa fa-flask"></span>
<h4>MEDICAL BOOSTERS</h4>
<p>To study MBBS from AIIMS or another premier institute is a dream for every MBBS aspirants.
Here we will create a venue for the aspirants to learn from the achievers.</p>
<!-- <a href="services.html" class="btn btn-secondary btn-theme3 mt-4">Read More </a> -->
</div>
<div class="three-grids-columns">
<span class="fa fa-book"></span>
<h4>IISER BOOSTER</h4>
<p>The avenue for Science enthusiasts to get a feel about the inner workings of IISER. This will
provide a platform for students to discuss their research ideas with researchers from IISER.
</p>
<!-- <a href="services.html" class="btn btn-secondary btn-theme3 mt-4">Read More </a> -->
</div>
</div>
</div>
</div>
</section>
<!-- features-4 block -->
<section class="w3l-index1" id="about">
<div class="calltoaction-20 py-5 editContent">
<div class="container py-md-3">
<div class="calltoaction-20-content row">
<div class="column center-align-self col-lg-6 pr-lg-5">
<h5 class="editContent">About us</h5>
<p class="more-gap editContent">Boson Academy is a startup by a group of college graduates of
the premier Institutes in India, including IITs, AIIMSs, and IISERs. We at Boson Academy aim
to bridge the economic gap between quality entrance coaching and students.
</p>
<p class="more-gap editContent">We plan to provide students with cost-efficient entrance
packages. Our specialty will be well educated and qualified faculties.</p>
<a class="btn btn-secondary btn-theme2 mt-3" href="about.html"> Read More</a>
</div>
<div class="column w3l-main-slider ccont-left col-lg-6">
<div class="owl-one auto-scroll animated owl-carousel owl-theme">
<div class="item">
<img src="assets/images/2.1.jpg" class="img-responsive" alt="">
</div>
<div class="item">
<img src="assets/images/2.2.jpg" class="img-responsive" alt="">
</div>
<div class="item">
<img src="assets/images/2.3.jpeg" class="img-responsive" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-feature-2">
<div class="grid top-bottom py-5">
<div class="container py-md-5">
<div class="heading text-center mx-auto">
<h3 class="head">Why Choose Our Institution</h3>
<!-- <p class="my-3 head"> Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla mollis dapibus nunc, ut rhoncus turpis sodales quis. Integer sit amet mattis quam.</p> -->
</div>
<div class="middle-section row mt-5 pt-3">
<div class="three-grids-columns mx-auto col-lg-4 py-3 col-sm-6 text-center">
<div class="icon"> <span class="fa fa-graduation-cap" aria-hidden="true"></span></div>
<!-- <h4>Tutors from Premier Institutes of India</h4> -->
<p>Tutors from Premier Institutes of India
</p>
</div>
<div class="three-grids-columns mx-auto col-lg-4 py-3 col-sm-6 mt-sm-0 mt-5 text-center">
<div class="icon"> <span class="fa fa-user" aria-hidden="true"></span></div>
<!-- <h4>High standard in Teaching, inculcating modern pedagogical methodologies
</h4> -->
<p>High standard in Teaching, inculcating modern pedagogical methodologies</p>
</div>
<div class="three-grids-columns mx-auto col-lg-4 py-3 col-sm-6 mt-lg-0 mt-5 text-center">
<div class="icon"> <span class="fa fa-book" aria-hidden="true"></span></div>
<!-- <h4> Weekly Exams.
</h4> -->
<p> Weekly Exams and Personal Doubt clearance system.
</p>
</div>
<div class="three-grids-columns mx-auto col-lg-4 py-3 col-sm-6 mt-lg-0 mt-5 text-center">
<div class="icon"> <span class="fa fa-phone" aria-hidden="true"></span></div>
<!-- <h4> Monthly communication of student’s progress to parents.
</h4> -->
<p>Monthly communication of student’s progress to parents.</p>
</div>
<div class="three-grids-columns mx-auto col-lg-4 py-3 col-sm-6 mt-sm-0 mt-5 text-center">
<div class="icon"> <span class="fa fa-money" aria-hidden="true"></span></div>
<!-- <h4>High standard in Teaching, inculcating modern pedagogical methodologies
</h4> -->
<p>Lowest Fee structure</p>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="w3l-customers-4" id="testimonials">
<div id="customers4-block" class="py-5">
<div class="container py-md-3">
<div class="section-title align-center row">
<div class="item-top col-md-6 pr-md-5">
<div class="heading">
<h3 class="head text-white">Hear what our students have to say</h3>
</div>
</div>
<div class="owl-one owl-carousel owl-theme">
<div class="item">
<div class="item-top col-md-6 mt-md-0 mt-4">
<div class="item text-center">
<div class="imgTitle">
<img src="assets/images/rena.jpeg" class="img-responsive" alt=""
style="height: 200px;" />
</div>
<h6 class="mt-3">Rena Fathima
</h6>
<p class="">12 JEE Student</p>
<p>I've been a part of this institution since the very beginning and glad that I
chose this institution over others. Despite the limitations of online classes,
the increased faculty presence and involvement helped us to
feel supported as we progress through the sessions. Trainers keep a track of
their students and help us in everyway they can to get us into the track.
Providing in depth knowledge about each and every topics and
the recording facility is one of the reason why this institution is exceptional.
I find it easy to learn with the relevant and precise materials provided by the
institution . The faculty members are approachable
and supportive. The weekly exam is definitely worth mentioning. In short, I'm
contented.
</p>
</div>
</div>
</div>
<div class="item">
<div class="item-top col-md-6 mt-md-0 mt-4">
<div class="item text-center">
<div class="imgTitle">
<img src="assets/images/kashy.jpeg" class="img-responsive" alt=""
style="height: 200px;" />
</div>
<h6 class="mt-3">KASHYNADHAN. M. S
</h6>
<p class="">12 NEET student
</p>
<p> I was a little concerned when I first joined BOSON ACADEMY because I was already
late and the whole new virtual conditions.. I was not confident. But things were
all good.. Excellent actually 👌 There are a number of
faculties and each and everyone of em was superb friendly and the quality they
showed was amazing.The communication ability they posess is mind blowing. Each
and everyone one of them was unique in their methods
and their passionate way of explaining is attractive that you will love the
sessions in no time I personally had some problems and they were totally
understanding and caring.. They are not hesitant to take extra
efforts to make the sessions more effective and fun. They are there any time to
clarify your doubts and they also provide us with good materials. They focuses
on UNDERSTANDING rather than KNOWING and thats what
makes BOSON ACADEMY much more good. I wish I had more skill to express my
thoughts.. Because I can't find words to explain how satisfied I am with BOSON
ACADEMY.
</p>
</div>
</div>
</div>
<div class="item">
<div class="item-top col-md-6 mt-md-0 mt-4">
<div class="item text-center">
<div class="imgTitle">
<img src="assets/images/zeeshan.jpg" class="img-responsive" alt=""
style="height: 200px;" />
</div>
<h6 class="mt-3">Muhammed Zeeshan Yaqoob
</h6>
<p class="">11 JEE Student</p>
<p>Boson Academy provides an excellent education. They teach us tips and tricks on
how to learn. The faculty is really great. The teachers also promote self
learning and help us find the answers ourselves. They also give
us tips on how to get into the prestigious colleges in India like IIT, IISER,
AIIMS etc. The teachers also respond to our doubts at all times. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section class="teams-1 ">
<section class="teams text-center py-5" id="team">
<div class="container py-xl-5 py-lg-3">
<div class="heading text-center mx-auto">
<h3 class="head">Our Team</h3>
<!-- <p class="my-3 head"> Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla mollis dapibus nunc, ut rhoncus turpis sodales quis. Integer sit amet mattis quam.</p> -->
</div>
<div class="row inner-sec-w3ls-w3pvt-aminfo pt-5 mt-3">
<div class="col-lg-3 col-sm-6">
<div class="team-grid text-center">
<div class="team-img">
<img class="img-fluid rounded" src="assets/images/sreekuttan.jpg" alt="">
</div>
<div class="team-info">
<h4>Sreekuttan L S<br>CEO
</h4>
<ul class="d-flex justify-content-center py-3 social-icons">
<li class="effect-soc-team1">
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li class="effect-soc-team2">
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="effect-soc-team3">
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 top-tem">
<div class="team-grid text-center">
<div class="team-img">
<img class="img-fluid rounded" src="assets/images/sreelekshmi.jpg" alt="">
</div>
<div class="team-info">
<h4>Sreelekshmi L S<br> R&A Coordinator
</h4>
<ul class="d-flex justify-content-center py-3 social-icons">
<li class="effect-soc-team1">
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li class="effect-soc-team2">
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="effect-soc-team3">
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mt-sm-0 mt-5">
<div class="team-grid text-center">
<div class="team-img">
<img class="img-fluid rounded" src="assets/images/anjali.jpg" alt="">
</div>
<div class="team-info">
<h4>Anjali S<br> Programme Coordinator
</h4>
<ul class="d-flex justify-content-center py-3 social-icons">
<li class="effect-soc-team1">
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li class="effect-soc-team2">
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="effect-soc-team3">
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 top-tem">
<div class="team-grid text-center">
<div class="team-img">
<img class="img-fluid rounded" src="assets/images/abin.jpg" alt="">
</div>
<div class="team-info">
<h4>Abin U L<br> Communication Head
</h4>
<ul class="d-flex justify-content-center py-3 social-icons">
<li class="effect-soc-team1">
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li class="effect-soc-team2">
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="effect-soc-team3">
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- grids block 5 -->
<section class="w3l-footer-29-main">
<div class="footer-29">
<div class="container">
<div class=" row grid-col-12 footer-top-29">
<div class="footer-list-29 col-md-6 footer-1">
<h6 class="footer-title-29">Contact Us</h6>
<ul>
<li>
<p><span class="fa fa-map-marker "></span> Door No.V. P. I/201 <br>Velinalloor Gram
Panchayath
<br> Velinallor Village, Karthika, Ambalamkunnu, Nettayam P.O.<br>Kollam Dist.,
Kerala State <br>Pin-691537.</p>
</li>
<li><a href="tel:+918547540241"><span class="fa fa-phone"></span> +91 9112146732</a>
</li>
<li><a href="mailto:[email protected]" class="mail"><span
class="fa fa-envelope-open-o"></span>
[email protected]</a></li>
<li><a><span class="fa fa-book"></span> Reg.No - 4745/2020</a>
</li>
</ul>
</div>
<div class="footer-list-29 col-md-4 footer-2">
<ul>
<h6 class="footer-title-29">Quick Links</h6>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Programs</a></li>
<li><a href="faculties.html">Faculties</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
<div class="main-social-footer-29">
<a href="#facebook" class="facebook"><span class="fa fa-facebook"></span></a>
<a href="#twitter" class="twitter"><span class="fa fa-twitter"></span></a>
<a href="https://www.instagram.com/thebosonacademy/" class="instagram"><span class="fa fa-instagram"></span></a>
<a href="#linkedin" class="linkedin"><span class="fa fa-linkedin"></span></a>
</div>
</div>
</div>
<div class="d-grid grid-col-3 bottom-copies">
<p class="copy-footer-29">© 2020 Boson Academy. All rights reserved. <span> Designed by
<!-- <a href="https://w3layouts.com">W3layouts</a> -->
<a href="http://www.cybercraft.co.in/">Cybercraft technologies</a>
</span></p>
</div>
</div>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</section>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //footer-28 block -->
</section>
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<!-- Template JavaScript -->
<script src="assets/js/all.js"></script>
<!-- Smooth scrolling -->
<!-- <script src="assets/js/smoothscroll.js"></script> -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for -->
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: true,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: true
},
1000: {
items: 1,
nav: true
}
}
})
})
</script>
<!-- //script -->
</body>
</html>
<!-- // grids block 5 -->