-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
520 lines (473 loc) · 25.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link src="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.css" />
<link rel="stylesheet" href="components/home/resources/aos.css" />
<link rel="icon" href="components/home/assets/favicon.ico" />
<title>Infinity</title>
<link rel="stylesheet" href="components/home/resources/style.css">
<link rel="stylesheet" href="components/home/resources/mediaquery.css">
</head>
<body>
<nav class="navbar">
<div id="brandimg"><img id="logo" src="components/home/assets/logo.png" alt="Loading.." /></div>
<div class="logo">Infinity School Of Banking</div>
<ul class="nav-links">
<input type="checkbox" id="checkbox_toggle" />
<label for="checkbox_toggle" class="hamburger">
<span></span>
<span></span>
<span></span>
</label>
<div class="menu">
<li class="menuitems"><a href="#aboutuslink">About</a></li>
<li class="menuitems"><a href="services.html" target="_self">services</a></li>
<!-- <li class="services">
<a href="/">Services</a>
<!-- <ul class="dropdown">
<li><a href="/">Dropdown 1</a></li>
<li><a href="/">Dropdown 2</a></li>
<li><a href="/">Dropdown 3</a></li>
<li><a href="/">Dropdown 4</a></li>
</ul> -->
<!-- </li> -->
<li class="menuitems"><a href="pricing.html" target="_self">Pricing</a></li>
<li class="menuitems"><a href="#footer">Contact</a></li>
<li class="menuitems"><a href="help.html" target="_self">Help</a></li>
<li class="menuitems"><a href="events.html" target="_self">Events</a></li>
<li class="menuitems"><a href="team.html" target="_self">Team</a></li>
</div>
</ul>
</nav>
<br /><br /><br /><br />
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="2000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block" src="components/home/assets/img1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block" src="components/home/assets/img2.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block" src="components/home/assets/img3.png" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block" src="components/home/assets/img4.png" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="d-block" src="components/home/assets/img5.png" alt="Fifth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" 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="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="Tagline" class="tagline">
<div id="Tagline1">
<h1 id="h1tag"></h1>
<br />
<p class="h3tag1w">
Tamil Nadu's #1 free coaching for Womens!
<span class="h3tagu learnmore" id="learnMore">learn more..</span>
</p>
</div>
<div id="popupDialog">
<div id="popupContent" class="h3tag1w"><br />
<h2 class="h3tag1ww " id="head">Eligiblity criteria for free coaching:</h2>
<li class="pop">Girls who have cleared the prelims can apply for this. </li>
<li class="pop">SC/ST girls can also apply for the free course.</li>
<br />
<h2 class="h3tag1ww" id="head2">Documents needed for this free course:</h2>
<li class="pop">Applicants for the mains course must submit their mains hall ticket.</li>
<li class="pop">Applicants classified as SC/ST must submit their community certificate.</li>
<br />
<h2 class="h3tag1ww" id="head3">Selection Process:</h2>
<li class="pop">Applicants for the mains course will have to take a model exam called "common
eligibility test".
Students
will be selected based on their applications and marks.
</li>
<li class="pop">For sc/st candidates, selection will be on a first-come, first-serve basis.
</li>
<br />
<h2 class="h3tag1wwn">NOTE : ONLY A LIMITED NUMBER OF CANDIDATES WILL BE SELECTED BASED ON THESE
CRITERIA.</h2>
<button id="closeButton">Close</button><br /><br />
</div>
</div>
<div id="Tagline2" class="feature-box">
<lottie-player src="https://assets8.lottiefiles.com/private_files/lf30_TBKozE.json" background="transparent"
speed="1" class="classimg" autoplay loop></lottie-player>
</div>
</div>
<div id="aboutuslink" class="parent-div">
<div data-aos="zoom-out" data-aos-delay="100" class="child-div4 point-card aos-init aos-animate">
<div class="goals">
<h3 class="h3tag">Goals:</h3>
</div>
<br />
<div id="goal">
<ul class="content1">
<li>
→ To provide comprehensive coaching and guidance to aspiring
candidates preparing for banking exams, helping them achieve their
goal of securing a job in the banking sector.
</li>
<br />
<li>
→ Offer personalized attention and individualized support to
students, recognizing their unique strengths and weaknesses, and
providing tailored strategies and study plans to optimize their
preparation and increase their chances of success.
</li>
<br />
<li>
→ To facilitate effective doubt-solving sessions and encourage
interactive discussions, enabling students to clarify their
queries, deepen their understanding, and enhance their
problem-solving abilities.
</li>
</ul>
</div>
</div>
<div data-aos="zoom-out" data-aos-delay="200" class="child-div4 point-card aos-init aos-animate">
<div class="goals">
<h3 class="h3tag">Objective:</h3>
</div>
<br />
<div id="goals-content">
<p class="content2">
To provide comprehensive and effective coaching for bank exams that
empowers students with the necessary knowledge, skills, and
strategies to succeed in their banking career aspirations. Our
objective is to create a supportive and conducive learning
environment that fosters academic excellence, personal growth, and
professional development. Through rigorous training, personalized
guidance, and up-to-date study materials, our coaching center aims
to equip students with the confidence and competence required to ace
bank exams and secure lucrative job opportunities in the banking
sector. We strive to instill a strong work ethic, critical thinking
abilities, and effective time management skills in our students,
enabling them to tackle the challenging nature of bank exams with
ease. Our ultimate goal is to become the preferred choice for
aspiring bank professionals and contribute significantly to the
overall success rate of bank exam candidates in our region.
</p>
</div>
</div>
<div data-aos="zoom-out" data-aos-delay="250" class="child-div4 point-card aos-init aos-animate">
<div class="goals">
<h3 class="h3tag">Vision:</h3>
</div>
<br />
<div id="goals-content1">
<p class="content2">
At our Banking Coaching Center, our vision is to empower aspiring
banking professionals to excel in their careers and achieve their
dreams. We aim to become the leading institution in providing
comprehensive and effective coaching for banking examinations, helping
our students secure top positions in the banking sector.
</p>
</div>
</div>
<div data-aos="zoom-out" data-aos-delay="150" class="child-div4 point-card aos-init aos-animate">
<div class="goals">
<h3 class="h3tag">Mission:</h3>
</div>
<br />
<div id="goals-content2">
<p class="content2">
At our bank exam coaching center, our mission is to empower aspiring
individuals to achieve their dreams of a successful banking career. We
are dedicated to providing comprehensive, high-quality coaching and
support to equip our students with the necessary skills, knowledge,
and strategies required to excel in banking exams and secure lucrative
job opportunities in the banking sector.
</p>
</div>
</div>
</div>
<br /><br />
<div>
<h3 class="h3tag2">Our Courses</h3>
</div>
<br />
<br />
<div class="slider">
<div class="side-gradient"></div>
<div class="side-gradient"></div>
<div class="slidetrack">
<div class="slide">
<img class="courses" src="components/home/assets/rbi.png" alt="Image 1" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/sbi.png" alt="Image 2" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/ibps.png" alt="Image 3" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/IBPS-RRB.jpeg" alt="Image 4" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/canara.jpg" alt="Image 1" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/baroda.jpg" alt="Image 2" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/india.jpg" alt="Image 4" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/maharastra.jpg" alt="Image 1" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/overseas.jpg" alt="Image 3" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/union.jpg" alt="Image 1" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/punjab.jpg" alt="Image 4" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/indianbank.jpg" alt="Image 1" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/punjabnb.jpg" alt="Image 2" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/central.jpg" alt="Image 3" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/sbi.png" alt="Image 2" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/ibps.png" alt="Image 3" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/uco.jpg" alt="Image 4" />
</div>
<div class="slide">
<img class="courses" src="components/home/assets/ibpsrrb.jpg" alt="Image 4" />
</div>
</div>
</div>
<div class="skill-row">
<br /><br />
<div>
<h3 class="h3tag2">Our Branch</h3>
</div>
<div id="map" class="map-contact" data-aos="fade-left" data-aos-duration="1000">
<div class="maps">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d343.8567007806163!2d79.70973363150684!3d12.824237853650015!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a52c343d37edaf1%3A0x45a3767b5255961!2sVictoria%20Vidhya%20Mandir%20CBSE%20School!5e0!3m2!1sen!2sin!4v1688900620278!5m2!1sen!2sin"
width="800" height="450" style="border: 2px solid #8EA7E9;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<div id="school">
<h3 class="school" data-aos="fade-right" data-aos-duration="1000">
Victoria Vidhya Mandir CBSE School
</h3>
<br />
<br />
<section class="schedule">
<div class="timeline">
<div class="timeline__wrap">
<div class="timeline__items">
<div class="timeline__item">
<div class="timeline__content" data-aos="fade-right" data-aos-duration="1000">
<div class="schedule-event">
<h3 class="h3tag1">
<i class="fa-solid fa-location-dot fa-fade"
style="color: #32407b;font-size: 17px;"></i>
Location
</h3>
<p class="h3tagp">- Kanchipuram - 631501</p>
</div>
</div>
</div>
<br />
<div class="timeline__item">
<div class="timeline__content" data-aos="fade-right" data-aos-duration="1000">
<div class="schedule-event">
<h3 class="h3tag1">
<i class="fa-regular fa-calendar-days fa-fade"
style="color: #32407b;font-size: 17px;"></i>
Days
</h3>
<p class="h3tagp">- Saturday , Sunday</p>
</div>
</div>
</div>
<br />
<div class="timeline__item">
<div class="timeline__content" data-aos="fade-right" data-aos-duration="1000">
<div class="schedule-event">
<h3 class="h3tag1">
<i class="fa-regular fa-clock fa-fade"
style="color: #32407b;font-size: 17px;"></i>
Timings
</h3>
<p class="h3tagp">- 09:00AM ~ 04:00PM</p>
<br />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<footer id="container-fluid1">
<div class="owner row p-2 pb-4">
<div class="col-lg-4 d-flex pl-4 pr-4">
<div class="row d-flex flex-column pl-5 pr-5">
<h4 id="Contact" class="h3tag1x pt-4">Contact</h4>
<div class="d-flex pt-2">
<i class="bi bi-geo-alt-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-user-tie ficons "></i> Founder & CEO :
Karthicksrivatchan K A
</p>
</div>
<div class="d-flex pt-2">
<i class="bi bi-geo-alt-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-location-dot ficons"></i> Address :
<a href="https://maps.app.goo.gl/CSaz69r2M7GynYxb9" target="_blank" class="h3tagfn "
style="text-decoration: underline;">Kanchipuram - 631501</a>
</p>
</div>
<div class="d-flex pt-3">
<i class="bi bi-envelope-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-envelope ficons"></i> Email :
<a href="mailto:[email protected]" target="_blank" class="h3tagfn "
style="text-decoration: underline;">
</p>
</div>
<div class="d-flex pt-3">
<i class="bi bi-telephone-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-phone ficons"></i> Phone / WhatsApp :
<a href="https://api.whatsapp.com/send?phone=9360505283" target="_blank" class="h3tagfn "
style="text-decoration: underline;">+91-9360505283</a>
</p>
</div>
</div>
</div>
<div class="owner1 col-lg-3 d-flex pl-4 pr-4">
<div class="row d-flex flex-column pl-5 pr-5">
<h4 id="Policy" class="h3tag1x pt-4">Policy</h4>
<a class="text-dark pt-3" href="refundpolicy.html" target="_self" rel="noreferrer">
<h6 class="h3tagfn font-weight-bold" style="text-decoration: underline;">Refund Policy</h6>
</a>
<a class="text-dark pt-2" href="privacypolicy.html" target="_self" rel="noreferrer">
<h6 class="h3tagfn font-weight-bold" style="text-decoration: underline;">
Privacy Policy</h6>
</a>
<a class="text-dark pt-2" href="terms&conditions.html" target="_self" rel="noreferrer">
<h6 class="h3tagfn font-weight-bold" style="text-decoration: underline;">
Terms and Conditions
</h6>
</a>
</div>
</div>
<div class="dev col-lg-4 d-flex pl-4 pr-4">
<div class="row d-flex flex-column pl-5 pr-5">
<h4 id="Hireus" class="h3tag1x pt-4">Hire us</h4>
<div class="d-flex pt-2">
<i class="bi bi-geo-alt-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-user ficons"></i> Lead Developer :
Jayasuryan N
</p>
</div>
<div class="d-flex pt-3">
<i class="bi bi-envelope-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-envelope ficons"></i> Email :
<a href="mailto:[email protected]" target="_blank" class="h3tagfn "
style="text-decoration: underline;">
</p>
</div>
<div class="d-flex pt-3">
<i class="bi bi-telephone-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-phone ficons"></i> Phone / WhatsApp :
<a href="https://api.whatsapp.com/send?phone=8056136783" target="_blank" class="h3tagfn "
style="text-decoration: underline;">+91-8056136783</a>
</p>
</div>
<br /><br />
<div class="d-flex pt-2">
<i class="bi bi-geo-alt-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-user ficons"></i> Developer : Dinesh
Pandian M
</p>
</div>
<div class="d-flex pt-3">
<i class="bi bi-envelope-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-envelope ficons"></i> Email :
<a href="mailto:[email protected]" target="_blank" class="h3tagfn "
style="text-decoration: underline;">[email protected]</a>
</p>
</div>
<!-- <div class="d-flex pt-3">
<i class="bi bi-telephone-fill pr-2"></i>
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-phone ficons"></i> Phone / WhatsApp :
<a href="https://api.whatsapp.com/send?phone=8531064585" target="_blank" class="h3tagfn "
style="text-decoration: underline;">+91-8531064585</a>
</p>
</div> -->
</div>
</div>
</div>
<br />
</footer>
<div id="footer" class="container-fluid2">
<p class="copy">© 2023 Infinity School of Banking</p>
</div>
<button id="backToTopButton" onclick="scrollToTop()">^</button>
<script src="components/home/resources/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.js"></script>
<script src="https://kit.fontawesome.com/234bfbf403.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<script src="components/home/js/script.js"></script>
</body>
</html>