-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
402 lines (344 loc) · 17.2 KB
/
about.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/favicon.png" />
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/themify/themify-icons.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/Linearicons-Free-v1.0.0/icon-font.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/elegant-font/html-css/style.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animsition/css/animsition.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/slick/slick.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
</head>
<body class="animsition">
<!-- Header -->
<header class="header1">
<!-- Header desktop -->
<div class="container-menu-header">
<div class="topbar">
<div class="topbar-social">
<a href="https://www.facebook.com/Maasik-474606726405149/?ref=br_rs" target="_blank" class="topbar-social-item fa fa-facebook"></a>
<a href="#" class="topbar-social-item fa fa-instagram" target="_blank"></a>
<!-- <a href="#" class="topbar-social-item fa fa-youtube-play"></a> -->
<a href="https://www.linkedin.com/company/maasik/" target="_blank" class="topbar-social-item fa fa-linkedin"></a>
</div>
<!-- <span class="topbar-child1">
Free shipping for standard order over Rs. 500
</span> -->
<div class="topbar-child2">
<span class="topbar-email">
info@maasik.in
</span>
<!-- <div class="topbar-language rs1-select2">
<select class="selection-1" name="time">
<option>USD</option>
<option>EUR</option>
</select>
</div> -->
</div>
</div>
<div class="wrap_header">
<!-- Logo -->
<a href="index.php" class="logo">
<img src="images/icons/logo.png" alt="IMG-LOGO">
</a>
<!-- Menu -->
<div class="wrap_menu ml-auto">
<nav class="menu">
<ul class="main_menu">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="about.php">About Us</a>
</li>
<li>
<a href="product.php">Products</a>
</li>
<li>
<a href="contact.php">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Header Mobile -->
<div class="wrap_header_mobile">
<!-- Logo moblie -->
<a href="index.php" class="logo-mobile">
<img src="images/icons/logo.png" alt="IMG-LOGO">
</a>
<div class="btn-show-menu-mobile hamburger hamburger--squeeze">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</div>
</div>
</div>
<!-- Menu Mobile -->
<div class="wrap-side-menu">
<nav class="side-menu">
<ul class="main-menu">
<li class="item-topbar-mobile p-l-20 p-t-8 p-b-8">
<div class="topbar-child2-mobile">
<span class="topbar-email">
info@maasik.in
</span>
</div>
</li>
<li class="item-topbar-mobile p-l-10">
<div class="topbar-social-mobile">
<a href="https://www.facebook.com/Maasik-474606726405149/?ref=br_rs" target="_blank" class="topbar-social-item fa fa-facebook"></a>
<a href="#" class="topbar-social-item fa fa-instagram" target="_blank"></a>
<!-- <a href="#" class="topbar-social-item fa fa-youtube-play"></a> -->
<a href="https://www.linkedin.com/company/maasik/" target="_blank" class="topbar-social-item fa fa-linkedin"></a>
</div>
</li>
<li class="item-menu-mobile">
<a href="index.php">Home</a>
</li>
<li class="item-menu-mobile">
<a href="about.php">About Us</a>
</li>
<li class="item-menu-mobile">
<a href="product.php">Products</a>
</li>
<li class="item-menu-mobile">
<a href="contact.php">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- Title Page -->
<section class="bg-title-page p-t-40 p-b-50 flex-col-c-m background-banner">
<h1 class="l-text2">
About Us
</h1>
</section>
<!-- Who We Are Section -->
<section class="bgwhite p-t-66 p-b-38" id="who-we-are">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="l-text3 t-center">
WHO
</h2>
<h3 class="l-text4 t-center">
WE ARE
</h3>
<p class="p-b-28 p-t-10 t-justify grey-bold">
We are a group of individuals who understands the menace of each women, kid, and men and aims at providing them the comfort through our products that suits each one body and offers them relieve. Our aim is just to ensure that each individual stays fit
and healthy. It is just a move towards the improvement of nation health and hygiene. Hope your life doubles by using our quality and hygienic products and we can help you all to live to the fullest.
</p>
</div>
</div>
</div>
</section>
<!-- Our Mission -->
<section class="bg5 p-t-66 p-b-38" id="our-mission">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="l-text3a t-center">
Our Mission
</h2>
</div>
</div>
<div class="row">
<div class="col-md-7 p-b-30 p-l-20 p-r-20 t-justify">
<p class="p-b-28">
<center style="padding:0px;margin:0px;">“Our greatest wealth lies in health”. </center><br/>In this society, where women have so many responsibilities and accomplishing it requires strong will, determination and above all a great health. Noticing their challenges of
handling menstruation monthly which is indispensable for each woman, we have come up with beneficial sanitary napkins that help them relieve their pain. Working on not only the health of just women, we cater to all people requirement
be it a baby or an adult. Our mission is to cater to all your health requirements, so that you all lead a great lifestyle.<br/><br/>
<center>It is rightly said, “Value your health before weakness comes.”</center><br/>Your body is the most priceless possession, so get ready to take good care of it by trying out our products that are specifically designed keeping in mind
your hygiene, sanitation and health issues. Our Massik team has worked a lot, researched a lot and experimented a lot to serve you with a product that offers ease, comfort and keeps you healthy as your health is a prior concern
for all our team.
</p>
</div>
<div class="col-md-5 p-b-30 p-l-20 p-r-20">
<div class="hov-img-zoom img-border1">
<img src="https://images.pexels.com/photos/3820385/pexels-photo-3820385.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="girl-doing-yoga" height="450" width="380" />
</div>
</div>
</div>
</div>
</section>
<!-- Accreditions -->
<section class="shipping bgwhite p-t-62 p-b-46">
<div class="flex-w p-l-15 p-r-15">
<div class="flex-col-c w-size5 p-l-15 p-r-15 p-t-16 p-b-15 respon1">
<h4 class="m-text12 t-center wrap-pic-h-80 m-b-20">
<img src="images/khadi-logo.jpg">
</h4>
<a href="https://www.khadiindia.in/" target="_blank" class="s-text11 t-justify">
Click here for more info
</a>
</div>
<div class="flex-col-c w-size5 p-l-15 p-r-15 p-t-16 p-b-15 bo2 respon2">
<h4 class="m-text12 t-center wrap-pic-h-50">
<img src="images/Make-In-India.png">
</h4>
<a href="https://www.makeinindia.com/home" target="_blank" class="s-text11 t-justify">
Click here for more info
</a>
</div>
<div class="flex-col-c w-size5 p-l-15 p-r-15 p-t-16 p-b-15 respon1">
<h4 class="m-text12 t-center wrap-pic-h-50">
<img src="images/swacch-bharat.jpg">
</h4>
<a href="https://swachhbharat.mygov.in/" target="_blank" class="s-text11 t-justify">
Click here for more info
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg6 p-t-45 p-b-43 p-l-45 p-r-45">
<div class="flex-w p-b-40">
<div class="w-size19 p-t-30 p-l-15 p-r-25 respon4">
<h4 class="s-text12 p-b-30">
Products
</h4>
<ul>
<li class="p-b-9">
<a href="product.php" class="s-text7">
Sanitary Pads
</a>
</li>
<!-- <li class="p-b-9">
<a href="personal-hygiene.php" class="s-text7">
Personal Hygiene
</a>
</li>
<li class="p-b-9">
<a href="elderly-care.php" class="s-text7">
Elderly Care
</a>
</li> -->
</ul>
</div>
<div class="w-size19 p-t-30 p-l-15 p-r-15 respon4">
<h4 class="s-text12 p-b-30">
About Maasik
</h4>
<ul>
<li class="p-b-9">
<a href="about.php#our-mission" class="s-text7">
Our Mission
</a>
</li>
<li class="p-b-9">
<a href="about.php#who-we-are" class="s-text7">
Who We Are
</a>
</li>
<li class="p-b-9">
<a href="index.php#about-maasik" class="s-text7">
About Maasik
</a>
</li>
<!-- <li class="p-b-9">
<a href="#" class="s-text7">
FAQs
</a>
</li> -->
</ul>
</div>
<div class="w-size19 p-t-30 p-l-15 p-r-15 respon3">
<h4 class="s-text12 p-b-30">
GET IN TOUCH
</h4>
<div>
<p class="s-text7 w-size27">
Any questions? <br/>Let us know at #237, 2nd Floor, JLPL Industrial Area, Sec-82 Mohali, 140301, India or call us on (+1) 96 716 6879
</p>
<div class="flex-m p-t-30">
<a href="https://www.facebook.com/Maasik-474606726405149/?ref=br_rs" target="_blank" class="fs-20 color1 p-r-20 fa fa-facebook"></a>
<a href="#" class="fs-20 color1 p-r-20 fa fa-instagram" target="_blank"></a>
<!-- <a href="#" class="fs-20 color1 p-r-20 fa fa-youtube-play"></a> -->
<a href="https://www.linkedin.com/company/maasik/" target="_blank" class="fs-20 color1 p-r-20 fa fa-linkedin"></a>
</div>
</div>
</div>
<!-- <div class="w-size8 p-t-30 p-l-15 p-r-15 respon3">
<h4 class="s-text12 p-b-30">
Newsletter
</h4>
<form>
<div class="effect1 w-size9">
<input class="s-text7 bg6 w-full p-b-5" type="text" name="email" placeholder="email@example.com">
<span class="effect1-line"></span>
</div>
<div class="w-size2 p-t-20">
<!-- Button -->
<!--<button class="flex-c-m size2 bg4 bo-rad-23 hov1 m-text3 trans-0-4">
Subscribe
</button>
</div>
</form>
</div> -->
</div>
<div class="t-center p-l-15 p-r-15">
<div class="t-center s-text8 p-t-20" style="color:#000000;">
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>. All rights reserved. | Made with <i class="fa fa-heart" style="color:red;" aria-hidden="true"></i> by <a href="http://terxlabs.in" style="color:#000000;" target="_blank">TerxLabs</a>
</div>
</div>
</footer>
<!-- Back to top -->
<div class="btn-back-to-top bg0-hov" id="myBtn">
<span class="symbol-btn-back-to-top">
<i class="fa fa-angle-double-up" aria-hidden="true"></i>
</span>
</div>
<!-- Container Selection -->
<div id="dropDownSelect1"></div>
<div id="dropDownSelect2"></div>
<!--===============================================================================================-->
<script type="text/javascript" src="vendor/jquery/jquery-3.2.1.min.js"></script>
<!--===============================================================================================-->
<script type="text/javascript" src="vendor/animsition/js/animsition.min.js"></script>
<!--===============================================================================================-->
<script type="text/javascript" src="vendor/bootstrap/js/popper.js"></script>
<script type="text/javascript" src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!--===============================================================================================-->
<script type="text/javascript" src="vendor/select2/select2.min.js"></script>
<script type="text/javascript">
$(".selection-1").select2({
minimumResultsForSearch: 20,
dropdownParent: $('#dropDownSelect1')
});
$(".selection-2").select2({
minimumResultsForSearch: 20,
dropdownParent: $('#dropDownSelect2')
});
</script>
<!--===============================================================================================-->
<script src="js/main.js"></script>
</body>
</html>