-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart.html
99 lines (90 loc) · 3.5 KB
/
cart.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
<!DOCTYPE html>
<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>Document</title>
<link rel="stylesheet" href="cart.css">
</head>
<body>
<p id="heading"> <b>FREE SHIPPING</b> ON ALL ORDERS OVER 35$!</p>
<div id="navbar">
<div id="logo">
<a href="index.html"><img src="https://cdn.shopify.com/s/files/1/0399/1728/9633/files/new-logo.png?height=628&pad_color=ffffff&v=1591028951&width=1200" alt=""></a>
</div>
<div id="list">
<p><a href="product.html">Shope</a></p>
<p><a href="about.html">About</a></p>
<p><a href="">StoreLocator</a></p>
</div>
<div id="icon">
<a href=""><img src="https://cdn-icons-png.flaticon.com/128/3917/3917061.png" alt=""></a>
<a href="signin.html"><img src="https://cdn-icons-png.flaticon.com/128/3917/3917688.png" alt=""></a>
<a href=""><img src="https://cdn-icons-png.flaticon.com/128/3916/3916639.png" alt=""></a>
</div>
</div>
<div id="blue">
</div>
<div id="cartlist">
</div>
<div id="sumbox">
</div>
<div id="submitbutton">
<a href="card.html"><button>PROCEED TO CHECKOUT</button></a>
</div>
<div id="designBox">
<div id="design">
<div>
<h4>Info</h4>
<p>Contact Us</p>
<p>FAQ</p>
<p>Blog</p>
<p>Store Locator</p>
<p>Careers</p>
</div>
<div>
<h4>Policies</h4>
<p>Shipping & Return</p>
<p>Terms & Conditions</p>
<P>Privacy</P>
<p>CCPA</p>
<p>Accessibility</p>
</div>
<div>
<h4>Contact Us</h4>
<h5>Email:</h5>
<p>writetous@himalayausa.com</p>
<h5>Phone:</h5>
<p>1-800-869-4640</p>
<h6>Mon-Fri, 8am-5pm CT</h6>
<h5>Mail:</h5>
<p>Himalaya Wellness</p>
<h6>1101 Gillingham Lane</h6>
<h6>Sugar Land, TX 77478</h6>
</div>
<div>
<h4>Subscribe to Our Newsletter!</h4>
<input type="text" placeholder="Enter your e-mail" id="boxEmail">
<p>By entering your email, you agree to our Terms & Conditions and Privacy Policy</p>
<div id="social">
<h5>Follow Us:</h5>
<img src="https://cdn-icons-png.flaticon.com/128/6422/6422199.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/6422/6422200.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/6422/6422210.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/6422/6422215.png" alt="">
</div>
</div>
</div>
</div>
<div id="bottomDiv">
<div id="compass">
<h3>© 2022 Himalaya Wellness. All rights reserved.</h3>
</div>
<div id="tool">
<h6>*THESE STATEMENTS HAVE NOT BEEN EVALUATED BY THE FOOD AND DRUG ADMINISTRATION. THIS PRODUCT IS NOT INTENDED TO DIAGNOSE, TREAT, CURE OR PREVENT ANY DISEASE.</h6>
</div>
</div>
</body>
</html>
<script src="cart.js"></script>