-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfooter.js
47 lines (46 loc) · 2.17 KB
/
footer.js
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
let footer=()=>{
return `
<div id="footersugaricon">
<img src="https://in.sugarcosmetics.com/Footer_sugar_icon.png" alt="">
</div>
<div id="footersocialmedia">
<img src="https://in.sugarcosmetics.com/desc-images/facebook.svg" alt=""><img src="https://in.sugarcosmetics.com/desc-images/Instagram.svg" alt=""><img src="https://in.sugarcosmetics.com/desc-images/Pinterest.svg" alt=""><img src="https://in.sugarcosmetics.com/desc-images/Tumblr.svg" alt=""><img src="https://in.sugarcosmetics.com/desc-images/Youtube.svg" alt="">
</div>
<div id="twofooters">
<div id="tfleft">
<p style="color: white;font-weight:300;">SUBSCRIBE TO OUR NEWSLETTER</p>
<div id="footsignup"><input type="text" placeholder="Your e-mail address"><button>SIGN UP</button></div>
<p style="color:white;font-weight:300">INFORMATION</p>
</div>
<div id="thright">
<p style="color: white;font-weight:300;">GET THE SUGAR APP TODAY.</p>
<div id="thr1"><p>Tap into a better shopping experience.</p><div id="playstore"><img src="https://in.sugarcosmetics.com/playstore.png" alt=""><img src="https://in.sugarcosmetics.com/apple-store.png" alt=""></div></div>
</div>
</div>
<div id="write1">
<p>Stores</p>
<p>Terms & Conditions</p>
<p>Returns</p>
<p>FAQs</p>
<p>About Us</p>
</div>
<div id="git">GET IN TOUCH</div>
<div id="foot">
<div id="footseclast1"><div id="fut">
<img src="https://in.sugarcosmetics.com/desc-images/phone_android_white.svg" alt="">
<p >Call us at</p>
</div>
<p>1800-209-9933</p></div>
<div class="footseclast">
<p>Support</p>
<p id="sugarmail">hello@sugarcosmetics.com</p>
</div>
<div class="footseclast"><p>Careers</p><p>We're hiring!</p></div>
<div class="footseclast"><p>PRESS & MEDIA</p><p>pr@sugarcosmetics.com</p></div>
<div class="footseclast"><p>INFLUENCER COLLAB</p><P>JOIN US</P></div>
</div>
<hr>
<div id="footlast"><p>Copyright © 2022 SUGAR Cosmetics. All rights reserved.</p></div>
`;
}
export {footer};