-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
207 lines (206 loc) · 7.44 KB
/
index.html
File metadata and controls
207 lines (206 loc) · 7.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<div id="root">
<nav class="nav">
<div class="nav_top">
<img class="nav_top-logo" src="./img/logo.svg" />
<div class="nav_top-opt">
<span class="login">LOG IN</span>
<span class="sign">SIGN UP</span>
<span class="search"><img src="./img/search.png" /></span>
<span class="cart">
<img src="./img/cart-white.svg" />
<span>0 items</span>
</span>
<div class="hamburger">
<span class="line1"></span>
<span class="line2"></span>
<span class="line3"></span>
<span class="line4"></span>
</div>
</div>
</div>
<ul class="nav_menu">
<li class="nav_menu-item"><a href="#">new</a></li>
<li class="nav_menu-item"><a href="#">produce</a></li>
<li class="nav_menu-item"><a href="#">dairy</a></li>
<li class="nav_menu-item"><a href="#">meat</a></li>
<li class="nav_menu-item"><a href="#">deli</a></li>
<li class="nav_menu-item"><a href="#">international</a></li>
<li class="nav_menu-item"><a href="#">drink</a></li>
<li class="nav_menu-item"><a href="#">pantry</a></li>
<li class="nav_menu-item"><a href="#">bakery</a></li>
<li class="nav_menu-item"><a href="#">home</a></li>
<li class="nav_menu-item">
<a href="#">Back to School Deals</a>
</li>
<li class="nav_menu-item"><a href="#">personal</a></li>
</ul>
</nav>
<section class="remind">
<div>
<span>
Here are the COVID-19 precautions we are taking at Zero to make sure
you are safe.
</span>
<a>read more →</a>
</div>
</section>
<main>
<section class="groceries">
<div class="groceries-info">
<h1 class="groceries-info_meg">
Zero-waste groceries, delivered fast.
</h1>
<span class="groceries-info_btn">Start shopping</span>
</div>
<div class="groceries-items">
<div class="groceries-item">
<div class="groceries-item_icon">
<img src="./img/bakery.png" />
</div>
<div class="groceries-item_content">
<h2 class="top">Starter Bakery Sourdough...</h2>
<div class="bottom">
<span class="price">$4.97</span>
<span class="add">add</span>
</div>
</div>
</div>
<div class="groceries-item green">
<div class="groceries-item_icon">
<img src="./img/creamery.png" />
</div>
<div class="groceries-item_content">
<h2 class="top">Straus Family Creamery Organic...</h2>
<div class="bottom">
<span class="price">$7.99</span>
<span class="add">add</span>
</div>
</div>
</div>
<div class="groceries-item white">
<div class="groceries-item_icon">
<img src="./img/eggs.png" />
</div>
<div class="groceries-item_content">
<h2 class="top">Organic Cage Free Brown Eggs...</h2>
<div class="bottom">
<span class="price">$0.99</span>
<span class="add">add</span>
</div>
</div>
</div>
<div class="groceries-item">
<div class="groceries-item_icon">
<img src="./img/banana.png" />
</div>
<div class="groceries-item_content">
<h2 class="top">Organic Banana, 1 each</h2>
<div class="bottom">
<span class="price">$6.99</span>
<span class="add">add</span>
</div>
</div>
</div>
</div>
</section>
<section class="plastic">
<div class="plastic-left">
<img class="one" src="./img/land-shape1.png" />
<img class="two" src="./img/land-shape2.svg" />
<img class="three" src="./img/land-product1.png" />
</div>
<div class="plastic-right">
<img src="./img/land-pattern1.svg" />
<h2>Plastic is a no-go</h2>
<p>
We are on a mission to remove single-use plastics from the food
system. You'll receive groceries in reusable containers, so go
ahead, throw out your trashcan.
</p>
</div>
</section>
<section class="chill">
<div class="chill-left">
<img class="one" src="./img/land-shape5.svg" />
<img class="two" src="./img/land-pattern2.svg" />
<h2>Jars & chill</h2>
<p>
Think of us as the new-and-improved milkman. When you're done with
your jars, we'll swing by and pick them up on your next order.
</p>
</div>
<div class="chill-right">
<img class="one" src="./img/land-shape4.png" />
<img class="two" src="./img/land-shape3.svg" />
<img class="three" src="./img/land-product2.png" />
</div>
</section>
<section class="journey">
<video autoplay loop>
<source
src="https://storage.googleapis.com/zeroshop-cdn/site/videos/journey.mov"
type="video/mp4"
/>
</video>
<div class="journey-content"></div>
</section>
<section class="member">
<img class="one" src="./img/land-pattern2.svg" />
<img class="two" src="./img/land-pattern1.svg" />
<h2>Become a Zero family member</h2>
<p>
Subscribe to Zero to save 10-15% on your grocery bill or shop as a
non-member to try us out!
</p>
<span>start shopping</span>
</section>
</main>
<footer>
<div class="left">
<img src="./img/logo.svg" />
<p>© 2020 Zero Grocery Inc.</p>
<p>All rights reserved.</p>
</div>
<div class="middle">
<div>
<h3>Grocery</h3>
<span>Browse products</span>
<span>Delivery locations</span>
</div>
<div>
<h3>Our Company</h3>
<span>our story</span>
<span>jobs</span>
</div>
<div>
<h3>Support</h3>
<span>FAQ</span>
<span>Contact</span>
<span>Terms</span>
<span>Privacy</span>
</div>
</div>
<div class="right">
<div class="right-social">
<img src="./img/twitter.png" alt="tweeter" />
<img src="./img/instagram.png" alt="instagram" />
<img src="./img/facebook.png" alt="facebook" />
</div>
<p>Have questions?</p>
<p>Text us at +1 510-726-ZERO</p>
</div>
</footer>
</div>
<script src="./js/index.js"></script>
</body>
</html>