-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
502 lines (481 loc) · 18.9 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:url" content="#" />
<meta
property="og:description"
content="Custom HR Management Solution with SkyTech, a cloud-based HR management solution with recruitment management, performance management, and employee engagement for new-age companies"
/>
<meta property="og:image" content="#" />
<meta property="og:image:secure_url" content="#" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta
name="description"
content="Custom HR Management Solution with SkyTech, a cloud-based HR management solution with recruitment management, performance management, and employee engagement for new-age companies."
/>
<link
rel="icon"
href="assets/img/favicon.png"
type="image/png"
sizes="16x16"
/>
<title>Focus Institute</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/about.css" />
</head>
<body>
<div>
<header>
<nav class="navbar navbar-expand-lg navbar-light container">
<a class="navbar-brand" href="#">
<img src="assets/img/logo.png" class="nav-logo" alt="" />
</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"></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 <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="engineeringCourses.html"
>Engineering Courses</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="MedicalCourser.html">Medical Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="NDACourses.html">NDA Courses</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="registration.html">
<button class="menuButton">REGISTER NOW</button>
</a>
</li>
</ul>
</div>
</nav>
</header>
</div>
<section class="banner-about">
<img src="assets/img/about_banner.png" class="w-100" alt="" />
</section>
<section class="ptb60">
<div class="container">
<div class="row text-center">
<div class="">
<h4 class="focusTitle">Know About Focus</h4>
<p class="focusParagraph">
The combination of result oriented faculty, along with exhaustive
teaching program makes us stand taller to others
</p>
<p class="focusParagraph1">
In today’s hyper competitive world you cannot afford to sit back
and wait for things to come to you, rather you have to go and
conquer your Targets. Students are confused between the Boards &
Entrances and are unable to balance between the two. Success in
both of these exams depends on the amount of serious, dedicated &
focused efforts of the students supported by the expert guidance
and effective teaching methodology of Institute.
</p>
<div class="d-flex justify-content-around align-content-center">
<div>
<h4 class="focusTitle1">17+</h4>
<p>Years of Experience</p>
</div>
<div>
<h4 class="focusTitle1">1000+</h4>
<p>Successful Stories</p>
</div>
<div>
<h4 class="focusTitle1">100%</h4>
<p>FOCUS Guaranteed</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ptb60 success_banner">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12">
<h4 class="focusTitle">BEST INSTITUTE FOR SUCCESS</h4>
<h4 class="aboutChoose">Why Choose Us</h4>
</div>
</div>
</div>
<div class="container container-width">
<div class="row ">
<div class="col col-md-4 ">
<div class="card card-shadow ">
<img
src="assets/img/strenght.png"
alt="strength"
class="mx-auto imageView"
/>
<div class="card-body">
<h3 class="aboutHeading">Our Strength</h3>
<p class="about-paragraph">
Focus institute is committed to providing top-quality
education to students from all walks of life. We are proud of
our team of experienced and dedicated faculty members, who
possess a wealth of knowledge and expertise in their
respective fields.
</p>
</div>
</div>
</div>
<div class="col col-md-4">
<div class="card card-shadow">
<img
src="assets/img/Mission.png"
alt="strength"
class="mx-auto"
/>
<div class="card-body">
<h3 class="aboutHeading">Our Mission</h3>
<p class="about-paragraph">
Focus institute is committed to providing top-quality
education to students from all walks of life. We are proud of
our team of experienced and dedicated faculty members, who
possess a wealth of knowledge and expertise in their
respective fields.
</p>
</div>
</div>
</div>
<div class="col col-md-4">
<div class="card card-shadow">
<img
src="assets/img/Vission.png"
alt="strength"
class="mx-auto"
/>
<div class="card-body">
<h3 class="aboutHeading">Our Vission</h3>
<p class="about-paragraph">
Focus institute is committed to providing top-quality
education to students from all walks of life. We are proud of
our team of experienced and dedicated faculty members, who
possess a wealth of knowledge and expertise in their
respective fields.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ptb60" class="container-width">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="">
<h3 class="achivementHeading">ACHIEVEMENTS</h3>
<h3 class="achivementSubHeding">Our Achievements</h3>
<p>
We take pride in our numerous achievements and the exceptional
results of our students. Over the years, we have helped
countless students achieve their academic and professional
goals, through personalized coaching, innovative teaching
methods, and a student-centric approach to learning. Our
students consistently achieve top scores in various competitive
exams, and many have gained admission to prestigious
universities and institutions around the world. We are proud of
our team of experienced and dedicated faculty members, who
possess a wealth of knowledge and expertise in their respective
fields, and who are committed to helping our students succeed.
</p>
<p>
We take pride in our numerous achievements and the exceptional
results of our students. Over the years, we have helped
countless students achieve their academic and professional
goals, through personalized coaching, innovative teaching
methods, and a student-centric approach to learning. Over the
years, we have helped countless students achieve their academic
and professional goals, through personalized coaching,
innovative teaching methods, and a student-centric approach to
learning.
</p>
</div>
</div>
<div class="col-md-6">
<img src="assets/img/achivements.png" style="width: 90%" alt="" />
</div>
</div>
</div>
</section>
<section class=" ptb60 ">
</section>
<br/>
<section class="d-flex justify-content-center bg-red ptb60 direct-message">
<div
class=" card1 card-size "
>
<div class="row g-0">
<div class="col-md-4 text-center ">
<img
src="assets/img/dummy_director.png"
class="img-fluid "
style="border: 10px solid var(--unnamed-color-ffffff); border-radius: 10px 0px 0px 0px; "
width="459"
height="574"
alt="..."
/>
</div>
<div class="col-md-8 bg-red ">
<div class="card-body card-body1">
<h5 class="card-title card_title">DIRECTORS MESSAGE</h5>
<p class="card-text card_text">
Success is not a matter of desire, but the product of hard work
& right guidance
</p>
<p class="card_p">
In FOCUS we have designed a unique 3 phase teaching methodology
where the students are given right exposure of Basic &
Competition in a most effective manner which makes them
comfortable to perform outstandingly in Boards as well as in
Competitive Entrance Examinations. The uncomparable combination
of Result Oriented Faculty, Best updated Study Material along
with exhaustive teaching program makes us stand taller to
others. In FOCUS you are never lost in the crowd & will get the
most required one to one attention. The real difference is in
our attitude and belief in providing a perfect system to our
students to perform at the best.
</p>
<button type="button" class="btn btn-light join-text">
JOIN FOCUS INSTITUTE
</button>
</div>
</div>
</div>
</div>
</section>
<section class="container ptb60 " >
<div class="d-flex justify-content-center ">
<div class=" ">
<div class=" faculties">
<div class=" ">
<img
src="assets/img/faculties.png"
class=" custom-image-width"
alt="..."
/>
</div>
<div class=" mt-2" >
<div class="">
<h5 class="card-title achivementHeading">FACULTIES</h5>
<p class="card-text achivementSubHeding">
We have Expert Instructors
</p>
<p class="fac_para">
Our faculty members are experts in their respective fields,
with years of teaching and research experience, and a passion
for sharing their knowledge and expertise with students. They
are committed to providing personalized coaching and
mentorship to each student, and to creating a supportive and
inclusive learning environment that fosters intellectual
curiosity, critical thinking, and collaboration. Our faculty
members are also actively involved in cutting-edge research
and innovation, and they bring the latest advancements and
best practices to their teaching methodologies.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="mt-5">
<div id="carouselExampleFade" class="carousel slide carousel-fade">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/img/Corsol.png" class="w-100" />
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleDark"
data-bs-slide="prev"
style="color: black"
>
<span class="carousel-control-prev-icon" style="color: black" aria-hidden="true"></span>
<!-- <span class="visually-hidden">Previous</span> -->
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleDark"
data-bs-slide="next"
style="color: black"
>
<span class="carousel-control-next-icon" aria-hidden="true" style="color: black"></span>
<!-- <span class="visually-hidden">Next</span> -->
</button>
</div>
</div>
</section>
<section>
<div class="container">
<div class="">
<a class="whats-app" href="#" target="_blank">
<i class="fa fa-whatsapp my-float"></i>
</a>
<a class="phone-call" href="#" target="_blank">
<i class="fa fa-phone my-float"></i>
</a>
</div>
</div>
</section>
<br />
<footer class="themeFooter">
<div class="container">
<div class="row">
<div class="col-md-3">
<p class="text-white">
<b>Quick Links</b>
</p>
<p class="text-white mt-2">
<i class="fa fa-angle-right"></i> Home
</p>
<p class="text-white"><i class="fa fa-angle-right"></i> About Us</p>
<p class="text-white">
<i class="fa fa-angle-right"></i> Medical Courses
</p>
<p class="text-white">
<i class="fa fa-angle-right"></i> Engineering Courses
</p>
<p class="text-white">
<i class="fa fa-angle-right"></i> NDA Courses
</p>
<p class="text-white">
<i class="fa fa-angle-right"></i> Foundation Batch
</p>
<p class="text-white">
<i class="fa fa-angle-right"></i> All Indian Test Series
</p>
<p class="text-white">
<i class="fa fa-angle-right"></i> Summer Batch
</p>
<p class="text-white">
<i class="fa fa-angle-right"></i> Weekend Competition Batch
</p>
</div>
<div class="col-md-4">
<p class="text-white">
<b>Contact</b>
</p>
<div class="mt-2">
<div style="display: flex">
<div>
<i class="fa fa-map-marker text-white"></i>
</div>
<div>
<p class="text-white">
362-363, Sector 34-A,<br />
Chandigarh, 160022
</p>
</div>
</div>
<div style="display: flex">
<div><i class="fa fa-phone text-white"></i> </div>
<div>
<p class="text-white">
09814551555,<br />
0172-5025257,098145-50509
</p>
</div>
</div>
<div style="display: flex">
<div>
<i class="fa fa-envelope text-white"></i>
</div>
<div>
<p class="text-white">focus.institute@gmail.com</p>
</div>
</div>
</div>
<p class="text-white mt-4">
<b>Follow Us</b>
</p>
<p class="text-white">
<i class="fa fa-facebook fa-2x"></i>
<i class="fa fa-instagram fa-2x"></i>
</p>
</div>
<div class="col-md-1"></div>
<div class="col-md-4">
<div
style="
position: relative;
min-height: 300px;
overflow: hidden;
border-radius: 5px;
"
>
<iframe
src="https://www.google.com/maps/d/embed?mid=1akfx6ELd3Q_v4I3lgXJmymv4RK5xqsZ-"
style="
width: 100%;
min-height: 600px;
position: absolute;
top: -100px;
"
></iframe>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
</body>
</html>