-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
582 lines (575 loc) · 41.6 KB
/
index2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="assets/images/logo/paathshala-favicon.png" type="image/x-icon">
<title>Paathshala Education</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800%7CPoppins:300i,400,700,400i,500%7CDosis:300" rel="stylesheet">
<!-- Bootstrap Links -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- FontAwesome Link -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!-- Custom style -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top justify-content-between">
<a class="navbar-brand" >
<img src="assets/images/logo/ps.png" style="height: 6vh">
</a>
<button class="navbar-toggler" data-target="#my-nav" data-toggle="collapse" aria-controls="my-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="my-nav" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Why Paathshala</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Exams
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">JEE MAIN & ADVANCED</a>
<a class="dropdown-item" href="#">BITSAT, CET</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item" href="#">NEET, AIIMS, JIPMER</a>
<a class="dropdown-item" href="#">OLYMPIADS</a>
<a class="dropdown-item" href="#">KVPY,IISER</a>
<a class="dropdown-item" href="#">FOUNDATION</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Info
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">EVERYTHING ABOUT IIT,s</a>
<a class="dropdown-item" href="#">TOP MEDICAL COLLEGES</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item" href="#">NEET, AIIMS, JIPMER</a>
<a class="dropdown-item" href="#">WHAT ARE NIT's, IIT's</a>
<a class="dropdown-item" href="#">BITS PILANI</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Results</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- Header End -->
<!-- Banner/Carousel -->
<div class="container-fluid bg-light" style="padding: 0%" id="slider">
<div id="my-carousel" class="carousel slide" data-ride="carousel" data-pause="false" style="height: 100vh;">
<ol class="carousel-indicators">
<li class="active" data-target="#my-carousel" data-slide-to="0" aria-current="location"></li>
<li data-target="#my-carousel" data-slide-to="1"></li>
<li data-target="#my-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 banner-images" src="assets/images/Banner/bannerBg-1.jpg" alt="">
</div>
<div class="carousel-item">
<img class="d-block w-100 banner-images" src="assets/images/Banner/bannerBg-2.png" alt="">
</div>
<div class="carousel-item">
<img class="d-block w-100 banner-images" src="assets/images/Banner/bannerBg-4.png" alt="">
</div>
</div>
<a class="carousel-control-prev" href="#my-carousel" data-slide="prev" role="button">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#my-carousel" data-slide="next" role="button">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Banner/Carousel End -->
<!-- Intro -->
<div class="bg-light">
<div class="container p-4 pb-0">
<h3 class="text-success">Paathshala Education</h3>
<p class="text-dark">We are a premiere education institute and one of the fastest growing education institutes in India. Founded and managed by IITians, Doctors and Educationists, we are focused on providing quality education with state-of-the-art infrastructure, like nowhere in India and guidance for the students of XI and XII standard science, aspiring to crack competitive entrance exams like the IIT JEE, BITSAT, NEET, JIPMER, AIIMS etc and Boards
</p>
<div class="btn btn-dark border border-light">View More</div>
<!-- <hr class="hrline"> -->
</div>
<div style="border:1px solid black;display: block"></div>
</div>
<!-- Intro End -->
<!-- Workshop -->
<div style="/*background: linear-gradient(to left, #185a9d, #43cea2);*/background: white;">
<div class="container" id="workshoptabs">
<h3 class="text-success">Success Seminars and Workshops</h3><br>
<nav>
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<a class="nav-item nav-link text-success bg-dark active" id="nav-home-tab" data-toggle="tab" href="#nav-home" role="tab" aria-controls="nav-home" aria-selected="true">Engineering</a>
<a class="nav-item nav-link text-success bg-dark" id="nav-profile-tab" data-toggle="tab" href="#nav-profile" role="tab" aria-controls="nav-profile" aria-selected="false">Medical</a>
<a class="nav-item nav-link text-success bg-dark" id="nav-contact-tab" data-toggle="tab" href="#nav-contact" role="tab" aria-controls="nav-contact" aria-selected="false">Other Exams</a>
<a class="nav-item nav-link text-success bg-dark" id="nav-last-tab" data-toggle="tab" href="#last" role="tab" aria-controls="nav-last" aria-selected="false">VIII, IX, X Foundation</a>
</div>
</nav>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active text-dark p-4" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<h4>
We are going to give the following information to Engineering aspirants in the success seminar
</h4>
<ul class="list-unstyled listParent ">
<li><i class="fa fa-plus-circle"></i>
Career Guidance about Science and Engineering, including lifestyle, pay packages, placements, opportunities after Science and Engineering etc.
</li>
<li><i class="fa fa-plus-circle"></i>
Paper Pattern, Syllabus, Duration, Marking Scheme, Tentative Dates and other details about JEE[Main], JEE[Advanced], BITSAT and all other Engineering Entrance Exams like State CET, VIT, SRM, MIT
</li>
<li><i class="fa fa-plus-circle"></i>
How is school syllabus and study methodology different from 11th and 12th std
</li>
<li><i class="fa fa-plus-circle"></i>
Study Planning and Methodology of Preparation for entrance exams.
</li>
<li><i class="fa fa-plus-circle"></i>
Discussion on CBSE Board vs State Board
</li>
<li><i class="fa fa-plus-circle"></i>
Discussion of Integrated Approach vs Non-Integrated Approach
</li>
<li><i class="fa fa-plus-circle"></i>
IIT JEE Advanced Vs IIT JEE Main and Other Exams.
</li>
<li><i class="fa fa-plus-circle"></i>
Lifestyle management during entrance exams preparation.
</li>
<li><i class="fa fa-plus-circle"></i>
Queries from students and parents.
</li>
</ul>
</div>
<div class="tab-pane fade text-dark p-4" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<h4>
We are going to give the following information to Medical aspirants in the success seminar
</h4>
<ul class="list-unstyled listParent">
<li><i class="fa fa-plus-circle"></i>
Career Guidance about Science and Engineering, including lifestyle, pay packages, placements, opportunities after Medical and MBBS etc.
</li>
<li><i class="fa fa-plus-circle"></i>
Paper Pattern, Syllabus, Duration, Marking Scheme, Tentative Dates and other details about NEET, AIIMS, JIPMER and all Medical Entrance Exams.
</li>
<li><i class="fa fa-plus-circle"></i>
How is school syllabus and study methodology different from 11th and 12th std.
</li>
<li><i class="fa fa-plus-circle"></i>
Study Planning and Methodology of Preparation for NEET and other entrance exams.
</li>
<li><i class="fa fa-plus-circle"></i>
Discussion on CBSE Board vs State Board
</li>
<li><i class="fa fa-plus-circle"></i>
Discussion of Integrated Approach vs Non-Integrated Approach
</li>
<li><i class="fa fa-plus-circle"></i>
IIT JEE Advanced Vs IIT JEE Main and Other Exams.
</li>
<li><i class="fa fa-plus-circle"></i>
Lifestyle management during entrance exams preparation.
</li>
<li><i class="fa fa-plus-circle"></i>
Queries from students and parents.
</li>
</ul>
</div>
<div class="tab-pane fade text-dark p-4" id="nav-contact" role="tabpanel" aria-labelledby="nav-contact-tab">
<h4>
We are going to give the following information to KVPY, OLYMPIADS and Other Exams aspirants in the success seminar
</h4>
<ul class="list-unstyled listParent">
<li><i class="fa fa-plus-circle"></i>
Career Opportunities in Pure Sciences and the Exams to get there.
</li>
<li><i class="fa fa-plus-circle"></i>
Important details of KVPY.
</li>
<li><i class="fa fa-plus-circle"></i>
Important details of IISER.
</li>
<li><i class="fa fa-plus-circle"></i>
Important details of OLYMPIADS.
</li>
<li><i class="fa fa-plus-circle"></i>
Study methodology for entrance exams.
</li>
<li><i class="fa fa-plus-circle"></i>
Lifestyle management during entrance exams preparation.
</li>
<li><i class="fa fa-plus-circle"></i>
Queries from students and parents.
</li>
</ul>
</div>
<div class="tab-pane fade text-dark p-4" id="last" role="tabpanel" aria-labelledby="nav-last-tab">
<h4>
PRAYAAG | Foundation Course for IIT and Medical
</h4>
<p>
Considering the competitive scenario and the dynamics of the same, it is very important for a student to stay ahead of the game and have an edge over the others, in order to secure and pursue stellar careers. It's just not about knowledge anymore. It's about the depth of your thought horizons are, analytical thinking capability, your imagination ability, agility of mind and great memory. If you don't have your hand at these avenues, not only do you miss the opportunity to train and sharpen your brain but also you will have to fight hard to survive the highly competitive space.
<br><br>
With the globalization happening at a swift rate, its not just about your country or region anymore. So, here we are, with our initiative PRAYAAG Logic | Memory | Mind to train your brain to become capable of solving high level analytical and logical problems, improve and broaden your imagination expanse.
</p>
<br>
<h4>For Parents</h4>
<ul class="list-unstyled listParent">
<li><i class="fa fa-star"></i>
Food for thought: What logic does make in teaching XI and XII syllabus in VI, VII, VIII, IX and X standards in the name of IIT and Medical Foundation?
</li>
<li><i class="fa fa-star"></i>
Such a process will lead to a very little improvement in the brain power and besides develops an additional stress.
</li>
<li><i class="fa fa-star"></i>
In the adolescent age, the children are to be taught to think smart, logically and how to have a wide imagination. That is what lays the Mind Foundation for Life!
</li>
<li><i class="fa fa-star"></i>
Because we believe in the fact that watering a plant continuously for a week just to make it grow as tall as possible seems ridiculous; here we are, doing the right things at the right time. Sharpening your child's brain, because every child has a potential of its own and we believe in doing justice to the potential by doing what needs to be done.
</li>
<li><i class="fa fa-star"></i>
PRAYAAG(Sanskrit: पंच-प्रयाग Pañca prayāga) is an expression in Hindu religious ethos, specifically used to connote the five sacred river confluences in the Garhwal Himalayas in the state of Uttarakhand, India.
</li>
<li><i class="fa fa-star"></i>
We believe that the mind is a holy and powerful entity and hence the name. While the Prayaag at Allahabad is the confluence of the holy rivers, The Ganga, The Yamuna and the Saraswati, Prayaag at Paathshala is the confluence of Logic, Memory and Mind
</li>
</ul>
<h4>Summery of the Course</h4>
<ul class="list-unstyled listParent">
<li><i class="fa fa-star"></i>
Solving Puzzles of different types and different levels of difficulty
</li>
<li><i class="fa fa-star"></i>
Brain Gym Workshop
</li>
<li><i class="fa fa-star"></i>
Memory Techniques
</li>
<li><i class="fa fa-star"></i>
Logic Workshop ( 10+ topics)
</li>
<li><i class="fa fa-star"></i>
Data Interpretation Types and Techniques( 5 Topics)
</li>
<li><i class="fa fa-star"></i>
Laying the Mathematics Foundation ( 30+ topics )
</li>
<li><i class="fa fa-star"></i>
Vedic Mathematics
</li>
<li><i class="fa fa-star"></i>
Physics Chemistry Maths Biology [PCMB] Foundations for IIT JEE and NEET
</li>
<li><i class="fa fa-star"></i>
A detailed list of the syllabus will be provided to you at the time of your admission
</li>
</ul>
</div>
</div>
<!-- <hr class="hrline"> -->
<div style="border:1px solid black;display: block"></div>
</div>
</div>
<!-- Workshop End -->
<!-- Features of Pathshala Cards -->
<div class="bg-light" style="background-color: black;">
<div class="container bg-light" style="background:black;overflow:hidden;text-align: center;">
<h3 class="text-success m-4">Why Should You Choose Paathshala Education ?</h3>
<div class="card text-white bg-wine mb-3" style="max-width: 18rem;" pos-to="9vw" data-for="1">
<!-- <div class="card-header">One To One Personalised, Across The Table Coaching</div> -->
<img class="card-img-top" src="assets/images/Effective-vocabulary-strategies.jpg" alt="" style=" width:100%;">
<div class="card-body">
<!-- <h5 class="card-title">One To One Personalised, Across The Table Coaching</h5> -->
<p class="card-text">One To One Personalised, Across The Table Coaching</p>
<p class="card-infobox">
Paathshala is unique in its approach of one to one personalized coaching at the institute wherein there are no student batches but the focus is upon across the table one on one tutoring. The student – teacher ratio is very small due to one to one coaching. Student gets personalized attention and can ask doubts or queries without any hesitation. The professor can teach the student based on learning requirement, understanding capability, learning speed, and motivation. With the one-on-one model, professors are committed to listening to the student and actively responding. Teachers can get to know the student fully and keep track of their progress, gauging their success and struggles. The one to one model is the most successful mode of tutoring a student and known to produce the best possible result. Both parents and students are happy in this form of tutoring. The student would be able to achieve maximum potential due to the personalized coaching. Our professors are dedicated to empowering each one of their students to achieve their educational goals and be prepared for a remarkable future. One-on-one interactions assist students in becoming the best versions of themselves and discovering a joy for lifelong learning.
</p>
</div>
</div>
<div class="card text-white bg-secondary mb-3" style="max-width: 18rem;" pos-to="24vw" data-for="1">
<img class="card-img-top" src="assets/images/accordian-1.jpg" alt="" style="width: 100%;">
<!-- <div class="card-header">Dedicated,Well Qualified And Well Trained Professors</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Secondary card title</h5> -->
<p class="card-text">Dedicated,Well Qualified And Well Trained Professors</p>
<p class="card-infobox">
Paathshala faculties are handpicked by a very esteemed group of PhDs, Educationists and IITians, may of whom have been Ex Faculties themselves at many Nationally and Globally renowned educational institutes. The professors are well qualified, smart, jovial, charismatic individuals who undergo a rigorous teacher training and selection procedure instilling in them Paathshala values like dedication,approachability, approachability,clarity of knowledge and time management efficiency. They are well-known to simplify the topic and concepts for the students who develop interest and start performing better thenceforth. Our Professors derive great pride from their student's ranks and results and the believe in the philosophy that success in competitive exams is not only the student’s but the teachers as well to cherish.
</p>
</div>
</div>
<div class="card text-white bg-prussian mb-3" style="max-width: 18rem;" pos-to="39.5vw" data-for="1">
<img class="card-img-top" src="assets/images/technology.png" alt="" style="width: 100%;">
<!-- <div class="card-header">Technology Enhanced Learning</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Success card title</h5> -->
<p class="card-text">Technology Enhanced Learning</p>
<p class="card-infobox">
PAATHSHALA classrooms are well equipped with technology enhanced learning and teaching infrastructure, including Televisions, Digital Writing Pads, Models, small experiments, animated videos. Wherever we feel that the animated videos may help students understand the concepts better and swifter, we use this for the enhanced interest levels of the students to a satisfactory and interest generating effect. Curiosity of the students is also increased due to the use of such technology enhanced learning methodologies.
</p>
</div>
</div>
<div class="card text-white bg-deepblue mb-3" style="max-width: 18rem;" pos-to="55vw" data-for="1">
<img class="card-img-top" src="assets/images/mobile.png" alt="" style="width: 100%;">
<!-- <div class="card-header">Mobile Apps And Communication Portal</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Danger card title</h5> -->
<p class="card-text">Mobile Apps And Communication Portal</p>
<p class="card-infobox">
PAATHSHALA believes in strong dedication and clarity when it comes to communicating with parents about their ward's progress. We believe in honest, timely, punctual communications and clarification of doubts and queries. And our well acclaimed customer support and academics, co-curricular and career guidance has earned a lot of kudos and accolades over time from numerous parents and teachers alike. We use technology enhanced communication systems that we have customized for the learning of our students as well as for the day to day academic related communication with the parents. We use these to the benefit of all and easy for all.
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3" style="max-width: 18rem;" pos-to="70vw" data-for="1">
<img class="card-img-top" src="assets/images/small-exp.jpg" alt="" style="width: 100%;">
<!-- <div class="card-header">Teaching Using Models And Small Experiments In Class</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Warning card title</h5> -->
<p class="card-text">Teaching Using Models And Small Experiments In Class</p>
<p class="card-infobox">
In Paathshala classrooms, the use of teaching models and demonstrating small experiments in class, especially across a table and while learning topics like solid state chemistry and reaction mechanisms in organic chemistry, optical isomerism etc makes the student understand the concepts involved much better and faster and this leads the student having more knowledge and deeper understanding about such complicated topics involving spatial reasoning.
</p>
</div>
</div>
<!-- Info-Box For top 5 Cards -->
<div class="animated fadeIn arrow1" style="border-bottom-color: #343a40;">
</div>
<div class="text-light animated fadeIn infobox1 bg-dark p-3">
<p>
</p>
</div>
<!-- Info-Box For top 5 Cards End -->
<div class="card text-white bg-purple mb-3" style="max-width: 18rem;" pos-to="9vw" data-for="2">
<img class="card-img-top" src="assets/images/lib-bg.jpg" alt="" style="width: 100%;">
<!-- <div class="card-header">12 X 7, Air Conditioned Library Facility With Comfortable Seating</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Info card title</h5> -->
<p class="card-text">12 X 7, Air Conditioned Library Facility With Comfortable Seating</p>
<p class="card-infobox">
To ensure continued learning and concentration, we have designed our library with comfortable benches,study tables,12*7 air-conditioning facility because the environment in which a student is studying impacts the desire to study and concentration levels. The students can also consult the faculty available in the library premises for doubts clarification when the faculty are free from lectures. The library is open from 9 AM to 9 PM from Sunday to Saturday.
</p>
</div>
</div>
<div class="card bg-lilac mb-3 text-light" style="max-width: 18rem;" pos-to="24.5vw" data-for="2">
<img class="card-img-top" src="assets/images/regular-assesment.jpg" alt="" style="width: 100%;">
<!-- <div class="card-header">Regular Assessments, Using Topic Wise Tests, Full Syllabus Test & Part Syllabus Test</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Light card title</h5> -->
<p class="card-text">Regular Assessments, Using Topic Wise Tests, Full Syllabus Test</p>
<p class="card-infobox">
The students will be regularly assessed through the Topic Wise Tests(TWTs) which would be conducted as soon as a given topic is completed in the class, the marks of which would be communicated to the parents. Once the syllabus is completed, the students will be made to give full syllabus end-of-the course test series which would be of the same pattern as the competitive exams they are preparing for. Intermittently we also provide students with part syllabus tests. Because it is only practice that makes a student perfect.
</p>
</div>
</div>
<div class="card text-white bg-petunia mb-3" style="max-width: 18rem;" pos-to="39.5vw" data-for="2">
<img class="card-img-top" src="assets/images/special-preparation.jpg" alt="" style="width: 100%;">
<!-- <div class="card-header">Special Preparation For Board Exams</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Dark card title</h5> -->
<p class="card-text">Special Preparation For Board Exams</p>
<p class="card-infobox">
Paathshala conducts Special Preparation for Board Exams of the students towards the second half of the twelfth standard.This special coaching for the board examinations which includes making the students practice the board papers of previous years, evaluation and correction of the board papers, providing the appropriate feedback and suggestions, helps the students feel well prepared and confident. Expert faculties for board exams give tips as to how to write the board papers,how to make them look more presentable with legible handwriting, labelled diagrams and point wise answers in order to score well. This has helped numerous students of Paathshala Education to excel in board exams.
</p>
</div>
</div>
<div class="card bg-gleam mb-3 text-light" style="max-width: 18rem;" pos-to="55vw" data-for="2">
<img class="card-img-top" src="assets/images/welfare.jpg" alt="">
<!-- <div class="card-header">Persistent Student Welfare Activities, Guidance, Motivation And Support</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Light card title</h5> -->
<p class="card-text">Persistent Student Welfare Activities, Guidance, Motivation And Support</p>
<p class="card-infobox">
Student Welfare Activities, conducted by Paathshala Education act as a Continuous Motivation and Support system for students.There is a dedicated team of professionals called the Student Welfare Team, which is driven to provide constant support, guidance and counselling to the students on a regular basis. The students are supposed to report to the Student Welfare Team about what they have studied on a given day as a part of self study as well as classwork, and if they have any impending doubts. The progress of the student will be communicated to the parents on a weekly basis as a weekly study report with appropriate feedback and improvement suggestions. A short surprize viva may also conducted on the topics which have been covered by the student as a part of self study. This helps the student stay on the foot and re-enforces the concept of regular guided studies.
</p>
</div>
</div>
<div class="card text-white bg-coffee mb-3" style="max-width: 18rem;" pos-to="70vw" data-for="2">
<img class="card-img-top" src="assets/images/image_2019-06-18_14-42-15.png" alt="" style="width: 100%;">
<!-- <div class="card-header">Post Exam Counselling And Career Guidance</div> -->
<div class="card-body">
<!-- <h5 class="card-title">Dark card title</h5> -->
<p class="card-text">Post Exam Counselling And Career Guidance</p>
<p class="card-infobox">
Post Exam Counselling and feedback is provided to students after they are done with their entrance exams and the results come out. Many a student is in a dilemma as to what institute or branch to choose amongst the several available to them. We explain to them in detail about all branches and try to establish medium term and long term career goals. Our counselors comprise of our faculty and well established industry professionals Thus they are more well informed about what exactly to choose and how to proceed in life.
</p>
</div>
</div>
<!-- Info-Box For bottom 5 Cards -->
<div class="animated fadeIn arrow2" style="border-bottom-color: #343a40;">
</div>
<div class="infobox2 bg-dark text-light p-3 animated fadeIn">
<p></p>
</div>
<!-- Info-Box For bottom 5 Cards End -->
<!-- <hr class="hrline"> -->
<div style="border:1px solid black;display: block"></div>
</div>
</div>
<!-- Features of Pathshala Cards End -->
<!-- Footer -->
<footer class="bg-light" style="background: black;">
<div class="container">
<div class="row p-4 mb-0" style="text-align: center;">
<div class="footer-menu" style="width: 30%;display: inline-block;margin-left: 2vw;color:black;">
<ul class="list-unstyled">
<li>JEE [MAIN], JEE [ADVANCED]</li>
<li>BITSAT, CET</li>
<li>NEET, AIIMS, JIPMER</li>
<li>OLYMPIADS</li>
<li>KVPY, IISER</li>
<li>FOUNDATION</li>
</ul>
</div>
<div class="footer-menu" style="width: 30%;display: inline-block;margin-left: 2vw;color:black;">
<ul class="list-unstyled">
<li>EVERYTHING ABOUT IITs</li>
<li>TOP MEDICAL COLLEGES</li>
<li>WHAT ARE NITs, IIITs</li>
<li>BITS PILANI</li>
</ul>
</div>
<div class="footer-menu" style="width: 30%;display: inline-block;margin-left: 2vw;color:black;">
<ul class="list-unstyled">
<li>ADMISSION ENQUIRY</li>
<li>RESOURCES</li>
<li>CAREERS</li>
<li>SPARK EXCELLENCE</li>
</ul>
</div>
</div>
<div style="border:1px solid black;display: block"></div>
<div class="row p-3" style="text-align: center">
<div id="about" style="display: inline-block;width:48%;color:black;font-size:13px;padding: 1vw;text-align:left;">
<span class="badge badge-primary" style="margin-bottom: 2vh;">About Us</span>
<p>
We are a premiere education institute and one of the fastest growing education institutes in India. We are focused on providing quality education with state-of-the-art infrastructure, like nowhere in India and guidance for the students of XI and XII standard science, aspiring to crack competitive entrance exams like the IIT JEE, BITSAT, NEET, JIPMER, AIIMS etc and Boards
</p>
<ul class="list-inline">
<li class="list-inline-item">
<i class="fa fa-facebook"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-twitter"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-pinterest-p"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-linkedin"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-instagram"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-youtube-play"></i>
</li>
</ul>
</div>
<div id="contact" style="display: inline-block;width:48%;color:black;font-size:13px;padding: 1vw;text-align:left;">
<span class="badge badge-primary" style="margin-bottom: 2vh;">Contact Us</span>
<p>
Office: 201, Dighe House, Opp Karnavat Classes, Lohar Ali Lane, Behind Jagdish Book Depot, Near Thane Railway Station, Thane West - 400601, Maharashtra, India.
</p>
<ul class="list-unstyled contactlist">
<li><i class="fa fa-phone"></i> Admissions: +91 9867998388</li>
<li><i class="fa fa-id-card"></i> Appointment: 022 4970 8979</li>
<li><i class="fa fa-handshake-o"></i> HR: +91 8657482467</li>
<li><i class="fa fa-university"></i> Admissions: [email protected]</li>
<li><i class="fa fa-envelope-open"></i> Affiliations and HR: [email protected]</li>
<li><i class="fa fa-envelope-o"></i> Academics: [email protected]</li>
</ul>
</div>
</div>
<div class="text-dark text-center p-4">
Copyright © 2019 Paathshala Education. All Rights Reserved. Designed and Developed by: Paathshala Education
</div>
</div>
</footer>
</body>
<!-- Boostrap Js -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<!-- Javascript for Cards information Box -->
<script type="text/javascript">
$(function () {
header = $("#slider").height()
$(window).scroll(function () {
if ($(window).scrollTop() >= header) {
$('.navbar').removeClass('navbar-dark');
$('.navbar').addClass('navbar-light bg-light');
$(".navbar-brand img").attr("src","assets/images/logo/ps.png")
}
else {
$('.navbar').removeClass('bg-light navbar-light');
$('.navbar').addClass('navbar-dark');
$(".navbar-brand img").attr("src","assets/images/logo/whitelLogo-Paathshala.png")
}
});
// alert($(window).width())
if(!($(window).width() < 990))
{
$(".card").click(function (e) {
data_for = $(this).attr("data-for");
data = $(this).find(".card-infobox").html();
if(data_for == 1)
{
position = $(this).attr("pos-to");
$(".arrow2").css({"display":"none"})
$(".infobox2").css({"display":"none"})
$(".arrow1").css({"display":"block"})
$(".infobox1").css({"display":"block"}).text(data)
// alert(data)
$(".arrow1").css({
left: position,
})
$(this).parent().mouseleave(function(){
$(".arrow2").css({"display":"none"})
$(".infobox2").css({"display":"none"})
$(".arrow1").css({"display":"none"})
$(".infobox1").css({"display":"none"})
})
}
else
{
$(".arrow1").css({"display":"none"})
$(".infobox1").css({"display":"none"})
$(".arrow2").css({"display":"block"})
$(".infobox2").css({"display":"block"}).text(data)
position = $(this).attr("pos-to");
card_no =
// alert(position)
$(".arrow2").css({
left: position,
})
}
});
}
});
</script>
</html>