-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
447 lines (419 loc) · 16.6 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Materna- Women's healthcare for women, by women.</title>
<!-- google fonts -->
<link href="//fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark stroke">
<h1>
<a class="navbar-brand" href="index.html">
Materna <i class="fas fa-hand-holding-medical"></i></a>
</h1>
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-lg-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 active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item mr-lg-1">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container py-1">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--/header-->
<!-- breadcrumb -->
<section class="w3l-about-breadcrumb text-center">
<div class="breadcrumb-bg breadcrumb-bg-about py-5">
<div class="container py-lg-5 py-md-4">
<div class="w3breadcrumb-gids">
<div class="w3breadcrumb-left text-left">
<h2 class="title AboutPageBanner">
About Us </h2>
<p class="inner-page-para mt-2">
Making materns live a peaceful life. </p>
</div>
<div class="w3breadcrumb-right">
<ul class="breadcrumbs-custom-path">
<li><a href="index.html">Home</a></li>
<li class="active"><span class="fas fa-angle-double-right mx-2"></span> About Us</li>
</ul>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
</section>
<!--//breadcrumb-->
<!--/w3l-aboutblock1-->
<section class="w3l-aboutblock1" id="about">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row">
<div class="col-lg-6 left-wthree-img pr-lg-5">
<div class="position-relative">
<img src="assets/images/pregnant_exercise.jpeg" alt="" class="img-fluid radius-image">
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-5 about-right-faq align-self">
<h5 class="title-subw3hny mb-1">About Our Pregnancy Exercise Program</h5>
<h3 class="title-w3l">Empowering Moms-to-Be Through Safe and Effective Exercises</h3>
<p class="mt-4">At Materna, we understand the importance of maintaining a healthy lifestyle during pregnancy. Our specially designed exercise program for pregnant women focuses on gentle, pregnancy-safe workouts that help you stay active and prepare for the beautiful journey ahead.</p>
<a class="btn btn-primary btn-style mt-md-5 mt-4 mr-md-4 mr-3" href="#url">Explore Our Program</a>
</div>
</div>
<!--/Features-->
<div class="row justify-content-center mt-5 pt-lg-5 AboutFeatures">
<div class="col-lg-4 col-md-6 grids-feature">
<div class="area-box">
<i class="fas fa-heart" aria-hidden="true"></i>
<div class="area-box-info">
<h4><a href="#url" class="title-head">Nurturing Your Well-being</a></h4>
<p>Our exercises are designed to promote physical and mental well-being, ensuring a healthy pregnancy experience.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 grids-feature mt-md-0 mt-4">
<div class="area-box">
<i class="fas fa-child" aria-hidden="true"></i>
<div class="area-box-info">
<h4><a href="#url" class="title-head">Supporting Your Baby's Development</a></h4>
<p>By engaging in safe exercises, you're creating a nurturing environment for your baby's growth and development.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 grids-feature mt-lg-0 mt-4">
<div class="area-box">
<i class="fas fa-check" aria-hidden="true"></i>
<div class="area-box-info">
<h4><a href="#url" class="title-head">Expert Guidance & Supervision</a></h4>
<p>Our certified instructors provide expert guidance and closely monitor your progress throughout the program.</p>
</div>
</div>
</div>
</div>
<!--//Features-->
</div>
</div>
</section>
<!--//w3l-aboutblock1-->
<!--/team-sec-->
<section class="w3l-team-main team py-5" id="team">
<div class="container py-lg-5">
<h5 class="title-subw3hny mb-1 text-center">Our Team</h5>
<h3 class="title-w3l text-center">Amazing Team</h3>
<div class="row team-row mt-md-5 mt-4">
<div class="col-lg-4 col-6 team-wrap">
<div class="team-member text-center">
<div class="team-img">
<img src="assets/images/team1.jpg" alt="" class="radius-image">
<div class="overlay-team">
<div class="team-details text-center">
<div class="socials mt-20">
<a href="#url">
<span class="fab fa-facebook-f"></span>
</a>
<a href="#url">
<span class="fab fa-twitter"></span>
</a>
<a href="#url">
<span class="fab fa-linkedin-in"></span>
</a>
</div>
</div>
</div>
</div>
<a href="#url" class="team-title">Dr.Sneha Rathod</a>
<p>Doctor</p>
</div>
</div>
<!-- end team member -->
<div class="col-lg-4 col-6 team-wrap">
<div class="team-member text-center">
<div class="team-img">
<img src="assets/images/team3.jpg" alt="" class="radius-image">
<div class="overlay-team">
<div class="team-details text-center">
<div class="socials mt-20">
<a href="#url">
<span class="fab fa-facebook-f"></span>
</a>
<a href="#url">
<span class="fab fa-twitter"></span>
</a>
<a href="#url">
<span class="fab fa-linkedin-in"></span>
</a>
</div>
</div>
</div>
</div>
<a href="#url" class="team-title">Dr. Sujata Desai</a>
<p>Doctor</p>
</div>
</div>
<!-- end team member -->
<div class="col-lg-4 col-6 team-wrap mt-lg-0 mt-5">
<div class="team-member last text-center">
<div class="team-img">
<img src="assets/images/team2.jpg" alt="" class="radius-image">
<div class="overlay-team">
<div class="team-details text-center">
<div class="socials mt-20">
<a href="#url">
<span class="fab fa-facebook-f"></span>
</a>
<a href="#url">
<span class="fab fa-twitter"></span>
</a>
<a href="#url">
<span class="fab fa-linkedin-in"></span>
</a>
</div>
</div>
</div>
</div>
<a href="#url" class="team-title">Dr. Priyanka gupta</a>
<p>Doctor</p>
</div>
</div>
</div>
</section>
<!--//team-sec-->
<!--/w3l-about2-->
<section class="w3l-about2 py-5">
<div class="container py-lg-5 py-md-4 py-2 AboutPageStats">
<div class="row cwp23-content align-items-center">
<div class="col-lg-6 pr-lg-5">
<h5 class="title-subw3hny mb-3">Why Choose Us</h5>
<h3 class="title-w3l">Comprehensive Care Tailored for Women, Because You Deserve the Best..</h3>
<div class="cwp23-text-cols mt-lg-5 mt-4">
<div class="column">
<div class="icon mb-4">
<span class=" fas fa-heart"></span>
</div>
<h4>Community Forum</h4>
<p>Connect with other like-minded women in our community forum to share experiences and support each other on your wellness journeys..</p>
</div>
<div class="column">
<div class="icon mb-4">
<span class=" fas fa-mug-hot"></span>
</div>
<h4>Events and Programs</h4>
<p>Join our events and programs to learn from health and wellness experts, connect with others, and explore new ways to achieve your goals..</p>
</div>
</div>
</div>
<div class="col-lg-3 col-6 cwp23-text align-self mt-lg-0 mt-5 pr-md-3 pr-2">
<img src="assets/images/1.jpg" alt=""
class="radius-image img-fluid">
</div>
<div class="col-lg-3 col-6 cwp23-text align-self mt-lg-0 mt-5 pl-md-3 pl-2">
<img src="assets/images/2.jpg" alt=""
class="radius-image img-fluid">
</div>
</div>
</div>
</section>
<!--//w3l-about2-->
<!--/w3l-project-->
<section class="w3l-project-main py-5">
<div class="container py-md-5 py-2">
<div class="w3l-project-in">
<div class="row">
<div class="col-lg-8">
<div class="bottom-info">
<div class="header-section pr-lg-5">
<h5 class="title-subw3hny mb-3">Free Consultation</h5>
<h3 class="title-w3l mb-3">Request Free Consultation <br>and <span class="span-bold">Lets Do It!</span>
</h3>
<p>Invest in your health with our free consultation. Your wellness journey starts here.</p>
</div>
</div>
</div>
<div class="col-lg-4 align-self text-lg-right mt-lg-0 mt-sm-5 mt-4">
<a href="#" class="btn btn-primary btn-white btn-style mr-2"> Contact Now </a>
</div>
</div>
</div>
</div>
</section>
<!--//w3l-project-->
<!-- /footer? -->
<section class="w3l-footer-29-main">
<div class="footer-29 py-5">
<div class="container py-lg-3">
<div class="row footer-top-29">
<div class="col-lg-3 col-sm-6 footer-list-29 footer-2 mt-lg-0 mt-md-5 mt-4">
<ul>
<h6 class="footer-title-29">Our Info</h6>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="about.html">Team</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
<div class="col-lg-3 col-sm-6 footer-list-29 footer-2 mt-lg-0 mt-md-5 mt-4">
</div>
<div class="col-lg-3 col-sm-6 footer-list-29 footer-2 mt-lg-0 mt-md-5 mt-4">
</div>
<div class="col-lg-3 col-sm-6 footer-list-29 footer-2 mt-lg-0 mt-md-5 mt-4">
<div class="footer-logo mb-3">
<h2>
<a class="navbar-brand" href="index.html">
Materna <i class="fas fa-hand-holding-medical"></i></a>
</h2>
</div>
<p>Women's healthcare for women, by women.</p>
<div class="cont-details">
<div class="cont-top margin-up">
<div class="cont-left text-center">
<span class="fas fa-map-marked-alt"></span>
</div>
<div class="cont-right">
<p> Materna, #2214 Honey street, NY - 62617.</p>
</div>
</div>
<div class="cont-top margin-up">
<div class="cont-left text-center">
<span class="fas fa-blender-phone"></span>
</div>
<div class="cont-right">
<p><a href="tel:+(21) 255 999 8888"> +(21) 255 999
8888</a></p>
</div>
</div>
<div class="cont-top margin-up">
<div class="cont-left text-center">
<span class="fas fa-envelope-open-text"></span>
</div>
<div class="cont-right">
<p><a href="mailto:[email protected]" class="mail">
[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //footer -->
<!-- copyright -->
<section class="w3l-copyright">
<div class="container">
<div class="row bottom-copies">
<p class="col-lg-8 copy-footer-29">© Materna. All rights reserved.Design by<a>
PixelPioneers</a></p>
<div class="col-lg-4 main-social-footer-29">
<a href="#facebook" class="facebook"><span class="fab fa-facebook-f"></span></a>
<a href="#twitter" class="twitter"><span class="fab fa-twitter"></span></a>
<a href="#pinterest"><span class="fab fa-pinterest-p"></span></a>
<a href="#instagram" class="instagram"><span class="fab fa-instagram"></span></a>
</div>
</div>
</div>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</section>
<!--//footer-->
<!-- Template JavaScript -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/theme-change.js"></script>
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<script src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript">
(function(d, m){
var kommunicateSettings =
{"appId":"2eab76802b74008cc4d92b052a85afdaf","popupWidget":true,"automaticChatOpenOnNavigation":true};
var s = document.createElement("script"); s.type = "text/javascript"; s.async = true;
s.src = "https://widget.kommunicate.io/v2/kommunicate.app";
var h = document.getElementsByTagName("head")[0]; h.appendChild(s);
window.kommunicate = m; m._globals = kommunicateSettings;
})(document, window.kommunicate || {});
</script>
</body>
</html>