-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
564 lines (533 loc) · 23.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Dr. B.P. Mishra's Homeoheal</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/icon" href="assets/images/favicon.ico"/>
<!-- Font Awesome -->
<link href="assets/css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Slick slider -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css"/>
<!-- Fancybox slider -->
<link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" />
<!-- Animate css -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css"/>
<!-- Theme color -->
<!-- <link id="switcher" href="assets/css/theme-color/default.css" rel="stylesheet"> -->
<link id="switcher" href="assets/css/theme-color/lite-blue-theme.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- Raleway for Title -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- Pacifico for 404 page -->
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- BEGAIN PRELOADER -->
<div id="preloader">
<div class="loader"> </div>
</div>
<!-- END PRELOADER -->
<!-- SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#"><i class="fa fa-chevron-up"></i></a>
<!-- END SCROLL TOP BUTTON -->
<!-- Start header section -->
<header id="header">
<div class="header-inner">
<!-- Header image -->
<img src="assets/images/header-bg.jpg" alt="img">
<div class="header-overlay">
<div class="header-content">
<!-- Start header content slider -->
<h2 class="header-slide">Homeopathic Healing
<span>for all ages</span>
<span>affordable</span>
<span>safe</span>
<span>proven and trusted</span>
</h2>
<!-- End header content slider -->
<!-- Header btn area -->
<div class="header-btn-area">
<a class="knowmore-btn" href="#about">KNOW MORE</a>
<a class="download-btn" href="#">Book Appointment</a>
</div>
</div>
</div>
<div class="arrow"></div>
</div>
</header>
<!-- End header section -->
<!-- Start menu section -->
<section id="menu-area">
<nav class="navbar navbar-default main-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<a class="navbar-brand logo" href="index.html"><img src="assets/images/logo.png" alt="logo"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav main-nav menu-scroll">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#service">OUR Founder</a></li>
<li><a href="#portfolio">TESTIMONIALS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div><!--/.nav-collapse -->
<!-- <div class="search-area">
<form action="">
<input id="search" name="search" type="text" placeholder="What're you looking for ?">
<input id="search_submit" value="Rechercher" type="submit">
</form>
</div> -->
</div>
</nav>
</section>
<!-- End menu section -->
<!-- Start about section -->
<section id="about">
<!-- <a class="arrow-wrap" href="#content">
<span class="arrow"></span>
</a> -->
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Start welcome area -->
<div class="welcome-area">
<div class="title-area">
<h2 class="tittle">Welcome to <span>Homeoheal</span></h2>
<span class="tittle-line"></span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt labore et dolore magna aliqua. Ut enim ad minim veniamo laboris nis</p>
</div>
<div class="welcome-content">
<!-- <ul class="wc-table">
<li>
<div class="single-wc-content wow fadeInUp">
<span class="fa fa-users wc-icon"></span>
<h4 class="wc-tittle">Creative concept</h4>
<p>At vero eos et accusamus et iusto odio in dignissimos ducimus voluptatum in delenatque </p>
</div>
</li>
<li>
<div class="single-wc-content wow fadeInUp">
<span class="fa fa-sellsy wc-icon"></span>
<h4 class="wc-tittle">interface design</h4>
<p>At vero eos et accusamus et iusto odio in dignissimos ducimus voluptatum in delenatque </p>
</div>
</li>
<li>
<div class="single-wc-content wow fadeInUp">
<span class="fa fa-line-chart wc-icon"></span>
<h4 class="wc-tittle">strategy</h4>
<p>At vero eos et accusamus et iusto odio in dignissimos ducimus voluptatum in delenatque </p>
</div>
</li>
<li>
<div class="single-wc-content wow fadeInUp">
<span class="fa fa-bus wc-icon"></span>
<h4 class="wc-tittle">business solution</h4>
<p>At vero eos et accusamus et iusto odio in dignissimos ducimus voluptatum in delenatque </p>
</div>
</li>
</ul> -->
</div>
</div>
<!-- End welcome area -->
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="about-area">
<div class="row">
<div class="col-md-5 col-sm-6 col-xs-12">
<div class="about-left wow fadeInLeft">
<img src="assets/images/about-img.jpg" alt="img">
<!-- <a class="introduction-btn" href="#">Introduction</a> -->
</div>
</div>
<div class="col-md-7 col-sm-6 col-xs-12">
<div class="about-right wow fadeInRight">
<div class="title-area">
<h2 class="tittle">About <span>Homeoheal</span></h2>
<span class="tittle-line"></span>
<p>Homeoheal is founded by eminent Homeopath of his time
<strong>Dr. B.P. Mishra</strong> in <strong>1956</strong> in Indore the business capital of
Madhya Pradesh with the aim to heal patients with care
and commitment through homeopathy.</p>
<div class="about-btn-area">
<a href="#" class="button button-default" data-text="KNOW MORE"><span>KNOW MORE</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End about section -->
<section id="why">
<div class="row">
<div class="col-md-12">
<div class="why-area">
<div class="title-area">
<h2 class="tittle">Why Homeopathy ?</h2>
<span class="tittle-line"></span>
<p>It is the medicine of the future
Homeopathic healing offers long lasting and permanent result
treating the disease from its root and heal the patient from
within rather than just removing the symptoms superficially</p>
</div>
</div>
<div class="why-area">
<div class="title-area">
<br><br><br><br>
<h2 class="tittle">Why Choose us ?</h2>
<span class="tittle-line"></span>
<p><strong>Dr. B.P. Mishra's Homeoheal<strong> is a well renowned organization which
has been serving to heal patients with utmost care and commitment
since 1956 and promise to do so in years to come.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Start Team action -->
<section id="team">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="team-area">
<div class="title-area">
<h2 class="tittle">Meet our experts</h2>
<span class="tittle-line"></span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Obcaecati vel, et hic. Magni delectus tempore iste, neque minus in! At praesentium sunt dolore quas similique temporibus vel excepturi nostrum facere.</p>
</div>
<!-- Start team content -->
<div class="team-content">
<ul class="team-grid">
<li>
<div class="team-item team-img-1 wow fadeInUp">
<div class="team-info">
<!-- <p> I must explain to you how all this mistaken idea of denouncing pleasure n</p> -->
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<!-- <a href="#"><span class="fa fa-pinterest"></span></a> -->
<!-- <a href="#"><span class="fa fa-rss"></span></a> -->
</div>
</div>
<div class="team-address">
<p>Dr. Narendra Mishra</p>
<span>BHMS ......</span>
</div>
</li>
<li>
<div class="team-item team-img-2 wow fadeInUp">
<div class="team-info">
<!-- <p> I must explain to you how all this mistaken idea of denouncing pleasure n</p> -->
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<!-- <a href="#"><span class="fa fa-pinterest"></span></a> -->
<!-- <a href="#"><span class="fa fa-rss"></span></a> -->
</div>
</div>
<div class="team-address">
<p>Dr. Ankur Mishra</p>
<span>BHMS....</span>
</div>
</li>
</ul>
</div>
<!-- End team content -->
</div>
</div>
</div>
</div>
</section>
<!-- Start Team action -->
<!-- Start Portfolio section -->
<!-- End Portfolio section -->
<!-- Start counter section -->
<!-- End counter section -->
<!-- Start Pricing Table section -->
<!-- <section id="pricing-table">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="pricing-table-area">
<div class="title-area">
<h2 class="tittle">Pricing table</h2>
<span class="tittle-line"></span>
<p>unde omnis iste natus error sit voluptatem accusantium doloremque laudantium aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto</p>
</div> -->
<!-- service content -->
<!-- <div class="pricing-table-content">
<ul class="price-table">
<li class="wow slideInUp">
<div class="single-price">
<h4 class="price-header">Basic</h4>
<span class="price-amount">$0.00/mo</span>
<p>5GB Storage</p>
<p>1GB RAM</p>
<p>400GB Bandwidth</p>
<p>10 Email Address</p>
<p>Unlimited access</p>
<p>Forum Support</p>
<a data-text="SIGN UP" class="button button-default" href="#"><span>SIGN UP</span></a>
</div>
</li>
<li class="wow slideInUp">
<div class="single-price standard-price">
<h4 class="price-header">Standard</h4>
<span class="price-amount">$10.00/mo</span>
<p>5GB Storage</p>
<p>1GB RAM</p>
<p>400GB Bandwidth</p>
<p>10 Email Address</p>
<p>Unlimited access</p>
<p>Forum Support</p>
<a data-text="SIGN UP" class="button button-default" href="#"><span>SIGN UP</span></a>
</div>
</li>
<li class="wow slideInUp">
<div class="single-price">
<h4 class="price-header">Advance</h4>
<span class="price-amount">$19.00/mo</span>
<p>5GB Storage</p>
<p>1GB RAM</p>
<p>400GB Bandwidth</p>
<p>10 Email Address</p>
<p>Unlimited access</p>
<p>Forum Support</p>
<a data-text="SIGN UP" class="button button-default" href="#"><span>SIGN UP</span></a>
</div>
</li>
<li class="wow slideInUp">
<div class="single-price">
<h4 class="price-header">Mighty</h4>
<span class="price-amount">$39.00/mo</span>
<p>5GB Storage</p>
<p>1GB RAM</p>
<p>400GB Bandwidth</p>
<p>10 Email Address</p>
<p>Unlimited access</p>
<p>Forum Support</p>
<a data-text="SIGN UP" class="button button-default" href="#"><span>SIGN UP</span></a>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Pricing Table section -->
<!-- Start Testimonial section -->
<section id="testimonial">
<img src="assets/images/testimonial-bg.jpg" alt="img">
<div class="counter-overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Start Testimonial area -->
<div class="testimonial-area">
<div class="title-area">
<h2 class="tittle">What people say about us</h2>
<span class="tittle-line"></span>
</div>
<div class="testimonial-conten">
<!-- Start testimonial slider -->
<div class="testimonial-slider">
<!-- single slide -->
<div class="single-slide">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamcoquat. Duis aute irure d olor in reprehenderit</p>
<div class="single-testimonial">
<!-- <img class="testimonial-thumb" src="assets/images/testimonial-image1.png" alt="img"> -->
<p>Jonna Hike</p>
<span>CEO, Themeforest</span>
</div>
</div>
<!-- single slide -->
<div class="single-slide">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamcoquat. Duis aute irure d olor in reprehenderit</p>
<div class="single-testimonial">
<!-- <img class="testimonial-thumb" src="assets/images/team-member2.png" alt="img"> -->
<p>Jonna Hike</p>
<span>CEO, Themeforest</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonial section -->
<!-- Start service section -->
<section id="service">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="service-area">
</div>
</div>
</div>
</div>
</section>
<!-- End service section -->
<!-- Start from blog section -->
<!-- End from blog section -->
<!-- <section id="client">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="client-area">
<ul class="client-table">
<li><img src="assets/images/envato.png" alt="client logo"></li>
<li><img src="assets/images/google.png" alt="client logo"></li>
<li><img src="assets/images/amazon.png" alt="client logo"></li>
<li><img src="assets/images/discovery.png" alt="client logo"></li>
<li><img src="assets/images/envato.png" alt="client logo"></li>
<li><img src="assets/images/tuenti.png" alt="client logo"></li>
<li><img src="assets/images/envato.png" alt="client logo"></li>
<li><img src="assets/images/google.png" alt="client logo"></li>
<li><img src="assets/images/amazon.png" alt="client logo"></li>
<li><img src="assets/images/discovery.png" alt="client logo"></li>
<li><img src="assets/images/envato.png" alt="client logo"></li>
<li><img src="assets/images/tuenti.png" alt="client logo"></li>
</ul>
</div>
</div>
</div>
</div>
</section> -->
<!-- Start Contact section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="contact-left wow fadeInLeft">
<h2>Contact us</h2>
<address class="single-address">
<h4>Headquarters:</h4>
<p>43, Sukhdev Nagar, Airport Road, Indore-452002 (M.P.)</p>
</address>
<address class="single-address">
<h4>Clinic:</h4>
<p>45, Kadabeen, Near Bada Ganpati, Indore-452002 (M.P.)</p>
</address>
<address class="single-address">
<h4>Phone</h4>
<!-- TODO : Clickable phone numbers -->
<a href="tel:+91-731-245-2724">(0731) 2453724</a>
<br>
<a href="tel:+91-731-262-1143">(0731) 2621143</a>
</address>
<address class="single-address">
<h4>E-Mail</h4>
<p>Support: contact@homeoheal.in</p>
</address>
</div>
</div>
<div class="col-md-8 col-sm-6 col-xs-12">
<div class="contact-right wow fadeInRight">
<h2>Send a message</h2>
<form action="" class="contact-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Enter Email" required>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Enter Mobile number" required>
</div>
<div class="form-group">
<textarea class="form-control"></textarea>
</div>
<button type="submit" data-text="SUBMIT" class="button button-default"><span>SUBMIT</span></button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact section -->
<!-- Start Google Map -->
<section id="google-map">
<div id="map"></div>
</section>
<!-- End Google Map -->
<!-- Start Footer -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-top-area">
<!-- <a class="footer-logo" href="#"><img src="assets/images/logo.png" alt="Logo"></a> -->
<div class="footer-social">
<a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
<a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
<a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
<!-- <a class="youtube" href="#"><span class="fa fa-youtube"></span></a> -->
<a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
<!-- <a class="dribbble" href="#"><span class="fa fa-dribbble"></span></a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<p>All Rights Reserved. Designed at <a href="#">Mishra Labs</a></p>
</div>
</footer>
<!-- End Footer -->
<!-- initialize jQuery Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.js"></script>
<!-- Slick Slider -->
<script type="text/javascript" src="assets/js/slick.js"></script>
<!-- Counter -->
<script type="text/javascript" src="assets/js/waypoints.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.counterup.min.js"></script>
<!-- mixit slider -->
<script type="text/javascript" src="assets/js/jquery.mixitup.js"></script>
<!-- Add fancyBox -->
<script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script>
<!-- Wow animation -->
<script type="text/javascript" src="assets/js/wow.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<!-- <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBLSDySD2_kQhU8fT8ChvEUPzSozuMt_c4&callback=initMap"></script> -->
</body>
</html>