-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.html
127 lines (98 loc) · 3.6 KB
/
footer.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
<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.0">
<title>Buy Earbuds, Headphones,Earphones at India No.1 Earwear...boat-lifestyle.com</title>
<link rel="icon" type="image/x-icon" href="https://cdn.shopify.com/s/files/1/0057/8938/4802/files/32x32_256x256.png_32x32_2d0995d9-ec86-4c14-b928-71101777194c_96x96.png?v=1647426716">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@200&family=Roboto:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id="first">
<div>
<img src="https://cdn.shopify.com/s/files/1/0057/8938/4802/files/Boat-Logo_200x.png?v=1600753267">
<p>Subscribe to email alerts.We promise not to spam your inbox.</p>
<form id="border">
<input id="Email" type="email" placeholder="Email Address">
<button>SUBSCRIBE</button>
</form>
<div id="second">
<div>
<i class="fa fa-facebook"></i>
</div>
<div>
<i class="fa fa-twitter"></i>
</div>
<div><i class="fa fa-instagram"></i></div>
<div><i class="fa fa-youtube-play"></i></i></div>
<div><i class="fa fa-linkedin"></i></div>
</div>
</div>
<div id="left">
<h5>SHOP</h5>
<p>True Wireless Earbuds</p>
<p>Wireless Headphones</p>
<p>Wired Headphones</p>
<p>Wireless Speakers</p>
<p>Home Audio</p>
<p>Mobile Accessories</p>
<p>Smart Watches</p>
<p>TRebel</p>
<p>Misfit</p>
<p>Gift Card</p>
<p>Rock In India</p>
<p>Earn Rs.100</p>
</div>
<div>
<h5>HELP</h5>
<p>Track Your Order</p>
<p>Warranty & Support</p>
<p>Return Policy</p>
<p>Service Centers</p>
<p>Bulk Orders</p>
<p>FAQs</p>
<p>Why Buy Direct</p>
</div>
<div>
<h5>COMPANY</h5>
<p>About boAt</p>
<p>News</p>
<p>Read Our Blog</p>
<p>Careers</p>
<p>Security</p>
<p>Terms of Service</p>
<p>Privacy Policy</p>
<p>Investor Relations</p>
</div>
</div>
<div id="card">
<div>
<img src="https://cdn.shopify.com/s/files/1/0057/8938/4802/files/Fotter_payment_icn_2_900x_aff68517-98f4-4a82-9aee-2405cea66251_350x.png?v=1650262054">
</div>
<div id="download">
<div>
<h4>DOWNLOAD THE APP</h4>
</div>
<div>
<a href="https://play.google.com/store/apps/details?id=boatlifestylein.android.app" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0057/8938/4802/files/google-play.png?v=1608620293">
</a>
</div>
<div>
<a href="https://apps.apple.com/us/app/id1521646593" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0057/8938/4802/files/app-store.png?v=1608620293">
</a>
</div>
</div>
</div>
<div id="rights">
<p>© 2022 Imagine Marketing Limited. All Rights Reserved.</p>
</div>
</body>
</html>
<script src="footer.js">
</script>