forked from priyanshuporwal/PorwalCoachingClasses.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
535 lines (426 loc) · 21.8 KB
/
Copy pathindex.html
File metadata and controls
535 lines (426 loc) · 21.8 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Porwal Coaching Classes
</title>
<link rel="icon" href="logo.jpg" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Porwal Coaching Classes is institution for all students.">
<meta name="keywords" content="porwal coaching classes, best institute, coaching center, tuition center, Home tuition facility, home tuition">
<meta name="author" content="Priyanshu Porwal">
<link rel="stylesheet" href="common/css/bootstrap.css">
<link rel="stylesheet" href="./Labs - Business One Page Template_files/font-awesome.min.css">
<link rel="stylesheet" href="./Labs - Business One Page Template_files/owl.carousel.css">
<link rel="stylesheet" href="./Labs - Business One Page Template_files/owl.theme.default.min.css">
<link rel="stylesheet" href="./Labs - Business One Page Template_files/responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- SCRIPTS -->
<script src="./Labs - Business One Page Template_files/jquery.js"></script>
<script src="./Labs - Business One Page Template_files/bootstrap.min.js"></script>
<script src="./Labs - Business One Page Template_files/jquery.magnific-popup.min.js"></script>
<script src="./Labs - Business One Page Template_files/owl.carousel.min.js"></script>
<script src="./Labs - Business One Page Template_files/smoothscroll.js"></script>
<script src="./Labs - Business One Page Template_files/custom.js"></script>
<script src="./Labs - Business One Page Template_files/search.js"></script>
<!-- MAIN CSS -->
<link rel="stylesheet" href="common/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body id="transcroller-body" class="aos-all" data-aos-easing="ease-in-out-sine" data-aos-duration="400" data-aos-delay="0">
<!--Background music file-->
<!--<audio controls src="common\song\study.mp3" loop autoplay hidden></audio>-->
<!-- PRE LOADER -->
<section class="preloader" style="display: none;">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- MENU -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="row">
<div class="col-md-3" data-aos="fade-down">
<div class="logo aos-init aos-animate">
<a href="#home">
<img src="logo.svg" alt="Porwal Coaching Classes">
</a>
</div>
</div>
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!--<a href="#" class="navbar-brand"><b>BAMITIAN</b></a>-->
</div>
<!--<div data-aos="fade-down"><img src="common/new-images/logo.svg" width="100" height="30" align="left" class="img-responsive" alt=""></div>-->
<!-- MENU LINKS -->
<div class="collapse navbar-collapse" aria-expanded="false" style="font-size:15px">
<ul class="nav navbar-nav navbar-nav-first">
<li>
<a href="#home" class="smoothScroll">HOME</a>
</li>
<li>
<a href="#about" class="smoothScroll">ABOUT US</a>
</li>
<li>
<a href="#services" class="smoothScroll">SERVICES</a>
</li>
<li>
<a href="#faculty" class="smoothScroll">FACULTY</a>
</li>
<li>
<a href="#contact" class="smoothScroll">Contact Us</a>
</li>
<li>
<a href="#contact" class="smoothScroll">Feedback</a>
</li>
<!-- <li><input type="text" name="search" placeholder="Search.."></li>
<button onclick="myFunction()">Go</button>-->
</ul>
<!--/*<ul class="nav navbar-nav navbar-right">
<li class="smoothScroll section-btn"><a href="#contact">Start a project</a></li>
</ul>*/-->
</div>
</div>
</nav></div></div></div></div></div></section>
<!-- HOME -->
<script>
AOS.init({
duration: 1460,
})
</script>
<section id="home">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="home-info" style="font-family: latobold">
<h2 data-aos="fade-right">
Welcome to<br>
</h2>
<h1 data-aos="fade-right">
<span>Porwal Coaching Classes</span>
</h1>
<h3 data-aos="fade-down">Today a Reader,
Tomorrow a Leader. </h3>
</div>
<br>
<br>
<a href="tel:9015859473">
<img src="call4.png">
</a>
</div>
</div>
</div>
</section>
<div class="wrapper">
<ul>
<li>
<i class="fa fa-facebook" aria-hidden="true"></i>
<div class="slider">
<a href="" target="_blank">
<p>facebook</p>
</a>
</div>
</li>
<li>
<i class="fa fa-twitter" aria-hidden="true"></i>
<div class="slider">
<a href="" target="_blank">
<p>twitter</p>
</a>
</div>
</li>
<li>
<i class="fa fa-google-plus" aria-hidden="true"></i>
<div class="slider">
<a href="https://plus.google.com/u/0/103984464873623617251" target="_blank">
<p>Google Plus</p>
</a>
</div>
</li>
<li>
<i class="fa fa-pinterest" aria-hidden="true"></i>
<div class="slider">
<a href="https://in.pinterest.com/porwalcoaching/" target="_blank">
<p>Pinterest</p>
</a>
</div>
</li>
<li>
<i class="fa fa-tumblr" aria-hidden="true"></i>
<div class="slider">
<a href="https://www.tumblr.com/blog/porwalcoachingclasses" target="_blank">
<p>Tumblr</p>
</a>
</div>
</li>
<li>
<i class="fa fa-reddit-alien" aria-hidden="true"></i>
<div class="slider">
<a href="https://www.reddit.com/user/porwalcoaching" target="_blank">
<p>Reddit</p>
</a>
</div>
</li>
</ul>
</div>
<section id="about">
<!--<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-title text-center">
<h1>About</h1>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="unpaid-thumb">
<img src="panda.jpg" class="img-responsive" alt="">
<div class="unpaid-info unpaid-thumb-up">
<h2>S.Hasan Saeed</h2>
<h4>Control System</h4>
<p>The Book Provides An Integrated Treatment Of Continuous-Time And Discrete-Time Systems For Two Courses At Undergraduate Level Or One Course At Postgraduate Level.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="unpaid-thumb">
<div class="unpaid-info unpaid-thumb-down">
<h2>M.Louisa Locke</h2>
<h4>***</h4>
<p>Discription.</p>
</div>
<img src="common/new-images/deadly.jpg" class="img-responsive" alt="">
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="unpaid-thumb">
<img src="common/new-images/c++.png" class="img-responsive" alt="">
<div class="unpaid-info unpaid-thumb-up">
<h2>Shashi Chawla</h2>
<h4>Teacher</h4>
<p>Discription.</p>
</div>
</div>
</div>
</div>
</div>-->
<div class="about__">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="about__inr_">
<h2 data-aos="fade-in" data-aos-duration="1000" class="aos-init aos-animate" STYLE="color:#c57229;">About us</h2>
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">"You're One of a Kind. So Are We."</h4>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
This institute has been established since 2012. We, at Porwal Classes provide classes at centre situated in Arjun Park as well as home tutions.
Our Concern is to explore the knowledge of the students by providing quality education and to transform their potential into positive outcome.<br>The time has gone for conventional education, having only bookish knowledge. In the present scenario, the education needs to provide the expert knowledge of the subject and inculcate confidence, responsibility and professionalism among the students which can ensure overall development so that they do not lack anywhere.
</p>
</div>
</div>
<div class="col-md-4">
<img src="panda.jpg" class="img-responsive aos-init aos-animate" alt="Porwal Coaching Classes" data-aos="fade-right">
</div>
</div>
</div>
</section>
<section id="services">
<div class="keyfeatures">
<div class="container">
<!--<h2 data-aos="fade-in" data-aos-duration="1000" class="aos-init aos-animate" STYLE="color:#c57229 font-size:28px; margin-bottom:25px; text-align:center;">
<SPAN STYLE="padding-center:20px; text-align:center; color:#c57229">KEY FEATURES</SPAN>
</h2>-->
<h2 data-aos="fade-in" data-aos-duration="1000" class="aos-init aos-animate">Key Features</h2>
<div class="row">
<div class="col-md-4 col-sm-4">
<!--<img src="common/new-images/cs.jpg" class="img-responsive" alt="">-->
<div class="keyfeatures-info">
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
<b>Conceptual Teaching</b>
</h4>
<br>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate" style="margin-top:5px;">Rather than focusing on algorithm we focus on building the basic core concepts of students which will enhance their thinking ability.</p>
<br><br><br><br>
<img data-aos="fade-down" data-aos-duration="2000" class="aos-init aos-animate" src="common/new-images/conceptual.png" height="132px" width="132px" class="img-responsive"/>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="keyfeatures">
<div class="keyfeatures-info">
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
<b>Regural Discussions and Weekly Test</b>
</h4>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate" style="margin-top:5px;">We think that discussing makes learning better while discussion,we come to know about the point of view of students about the topic.</p>
<br><br><br>
<img data-aos="fade-down" data-aos-duration="2000" class="aos-init aos-animate" src="common/new-images/discuss.png" height="132px" width="132px" class="img-responsive">
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="keyfeatures">
<div class="keyfeatures-info">
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
<b>Key Factors</b>
</h4>
<br>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate" style="margin-top:5px;">Home Tuition<br>PTM<br>Weekly Tests<br>Assignments<br>Class Discussion<br>Doubt Session<br>Regular Consulting</p>
<img data-aos="fade-down" data-aos-duration="2000" class="aos-init aos-animate" src="common/new-images/key.png" height="132px" width="132px" class="img-responsive" alt="ptm">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Faculty-->
<section id= "faculty">
<div class="abt_desi">
<div class="container">
<h2 data-aos="fade-in" data-aos-duration="1000" class="aos-init aos-animate">Faculty</h2>
<div class="row">
<div class="col-md-6">
<div class="abt_desi_inr">
<div class="row">
<div class="col-md-3">
<img src="himanshu.jpg" class="img-responsive aos-init aos-animate" alt="Porwal Coaching Classes" data-aos="fade-right">
</div>
<div class="col-md-9">
<h6 data-aos="fade-left" data-aos-duration="1000" class="aos-init aos-animate">Himanshu Porwal</h6>
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">"Owner of the Institute and Maths Teacher"</h4>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
</p>
</div>
</div>
</div>
<div class="abt_desi_inr">
<div class="row">
<div class="col-md-3">
<img src="priyanshu.jpg" class="img-responsive aos-init aos-animate" alt="Porwal Coaching Classes" data-aos="fade-right">
</div>
<div class="col-md-9">
<h6 data-aos="fade-left" data-aos-duration="1000" class="aos-init aos-animate">Priyanshu Porwal</h6>
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">"Science Teacher"</h4>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
B.Tech. (IT) from Amity School of Engineering and Technology, Diploma(IT) from IIT Dwarka
</p>
</div>
</div>
</div>
<div class="abt_desi_inr">
<div class="row">
<div class="col-md-3">
<img src="aman.png" class="img-responsive aos-init aos-animate" alt="Porwal Coaching Classes" data-aos="fade-right">
</div>
<div class="col-md-9">
<h6 data-aos="fade-left" data-aos-duration="1000" class="aos-init aos-animate">Aman Prasad</h6>
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">"Maths Teacher"</h4>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
B.Voc (Software Development) from Ramanujan College
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="abt_desi_inr">
<div class="row">
<div class="col-md-3">
<img src="abhishek.jpg" class="img-responsive aos-init aos-animate" alt="Porwal Coaching Classes" data-aos="fade-right">
</div>
<div class="col-md-9">
<h6 data-aos="fade-left" data-aos-duration="1000" class="aos-init aos-animate">Abhishek Kumar</h6>
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">"Physics Teacher"</h4>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
B.Tech. (Electronics) from Bhagwan Parshuram Institute of Technology
</p>
</div>
</div>
</div>
<div class="abt_desi_inr">
<div class="row">
<div class="col-md-3">
<img src="shivani.jpg" class="img-responsive aos-init aos-animate" alt="Porwal Coaching Classes" data-aos="fade-right">
</div>
<div class="col-md-9">
<h6 data-aos="fade-left" data-aos-duration="1000" class="aos-init aos-animate">Shivani Singh</h6>
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">"English Teacher"</h4>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
B.Sc from Delhi University and Pursuing B.Ed
</p>
</div>
</div>
</div>
<div class="abt_desi_inr">
<div class="row">
<div class="col-md-3">
<img src="sudhanshu.jpg" class="img-responsive aos-init aos-animate" alt="Porwal Coaching Classes" data-aos="fade-right">
</div>
<div class="col-md-9">
<h6 data-aos="fade-left" data-aos-duration="1000" class="aos-init aos-animate">Sudhanshu Porwal</h6>
<h4 data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">"Economics, Accounts Teacher"</h4>
<p data-aos="fade-in" data-aos-duration="2000" class="aos-init aos-animate">
Pursuing C.A. and Master of Commerce
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-title">
<h1>Say hello to us</h1>
</div>
</div>
<div class="col-md-offset-1 col-md-10 col-sm-8">
<!-- CONTACT FORM HERE -->
<form id="contact-form" role="form">
<!-- IF MAIL SENT SUCCESSFULLY -->
<h6 class="text-success">Your message has been sent successfully. </h6>
<!-- IF MAIL SENDING UNSUCCESSFULL -->
<h6 class="text-danger">E-mail must be valid and message must be longer than 1 character.</h6>
<div class="col-md-4 col-sm-6">
<input type="text" class="form-control" id="cf-name" name="cf-name" placeholder="Full name">
</div>
<div class="col-md-4 col-sm-6">
<input type="email" class="form-control" id="cf-email" name="email" placeholder="Email address">
</div>
<div class="col-md-4 col-sm-6">
<input type="text" class="form-control" id="cf-subject" name="subject" placeholder="Subject">
</div>
<div class="col-md-12 col-sm-12">
<textarea class="form-control" rows="6" placeholder="Tell me about your project" name="message"></textarea>
</div>
<div class="col-md-offset-3 col-md-6 col-sm-12">
<button type="submit" class="form-control" id="cf-submit" name="submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- FOOTER-->
<footer>
<!-- <figure class="profile">
<img src="common/new-images/logo.png" class="img-responsive" alt="">
<figcaption>
<h3>Jason Stewart</h3>
<p>CEO / Designer</p>
</figcaption>
</figure>
</div>-->
<div class="mapouter"><div class="gmap_canvas"><iframe width="211" height="181" id="gmap_canvas" src="https://maps.google.com/maps?q=porwal%20coachin%20classes&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://www.pureblack.de/google-maps/"></a></div><style>.mapouter{text-align:right;height:181px;width:211px;}.gmap_canvas {overflow:hidden;background:none!important;height:181px;width:211px;}</style></div> </footer>
</body>
</html>