-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
74 lines (67 loc) · 2.54 KB
/
footer.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
<doctype html>
<head>
<title>
</title>
</head>
<link rel="stylesheet" type="text/css" href="footer.css">
<link href="https://fonts.googleapis.com/css?family=Karla|Lato|PT+Sans+Caption" rel="stylesheet">
<body>
<div id="footer-wraper">
<div id="link-footer-topbrands">
<ul>
<li style="font-weight:bold;font-size:16px;">Top brands</li>
<li><a href="">Patanjali</a></li>
<li><a href="">Hamadard</a></li>
<li><a href="">Accu-check</a></li>
<li><a href="">Amway</a></li>
<li><a href="">Dabur</a></li>
</ul>
</div>
<div id="link-footer-otc-category">
<ul>
<li style="font-weight:bold;font-size:16px;">OTC category</li>
<li><a href="">Weight Management</a></li>
<li><a href="">Health Food & Drinks (Nutrition)</a></li>
<li><a href="">Diabetes Care</a></li>
<li><a href="">Baby Care</a></li>
<li><a href="">Hair Care</a></li>
<li><a href="">Skin Care</a></li>
<li><a href="">Oral Care</a></li>
</ul>
</div>
<div id="link-footer-other-otc-category">
<ul>
<li style="font-weight:bold;font-size:16px;">Other OTC category</li>
<li><a href="">Cough & Cold</a></li>
<li><a href="">Patanjali</a></li>
<li><a href="">Sexual Wellness</a></li>
<li><a href="">Pain Relief</a></li>
<li><a href="">Eye & Ear Care</a></li>
<li><a href="">Elderly Care</a></li>
<li><a href="">Stomach Care</a></li>
</ul>
</div>
<div id="link-footer-services">
<ul>
<li style="font-weight:bold;font-size:16px;">Services</li>
<li><a href="">Ambulance</a></li>
<li><a href="">Blood bank</a></li>
<li><a href="">Lab tests</a></li>
<li><a href="">Chat with doctor</a></li>
</ul>
</div>
<div id="link-footer-other">
<ul>
<li style="font-weight:bold;font-size:16px;">Other links</li>
<li><a href="">Trends</a></li>
<li><a href="">Business Partnerships</a></li>
<li><a href="">About us</a></li>
<li><a href="">Need Help?</a></li>
<li><a href="">Terms</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href=""> Return Policy</a></li>
<li><a href="">Ask Doctor</a> </li>
<li><a href="">Community</a></li>
</ul>
</div>
</div>