-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (162 loc) · 6.6 KB
/
index.html
File metadata and controls
203 lines (162 loc) · 6.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<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=Fjalla+One&family=Noto+Sans:wght@700&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="site.css"/>
<title>FreshEats</title>
</head>
<body>
<div class="container">
<header>
<h1>FreshEats</h1>
<nav>
<ul>
<li> <a href="#HowItWorks"> How It Works</a></li>
<li> <a href="#ViewOurMenu"> View Our Menu</a></li>
<li> <a href="#ChooseAPlan"> Choose A Plan</a></li>
<li> <a href="#LoginSignUp"> Login/SignUp</a></li>
</ul>
</nav>
</header>
<header class="box">
<h1 div class="FreshEats"> Delicious and Affordable Meals </h1>
<input type="checkbox" class="nav-toggle">
<label for="nav-toggle" class="nav-toggle-label"><span></span>
</label>
</nav>
</div>
</header>
<main>
<div class="main-content"></div>
<h2>Delivered To Your Door
<p>Skip weeks, swap recipes, and cancel anytime - only order what
and when you want. No commitments.</p>
<p> With heat and serve proteins and one-pan meals, dinner has never been quicker or easier to clean up.</p>
<p> With step-by-step instructions that are quick, easy, and entertaining—and open you up to new things</p>
<p>Contact us at:
<a href:="mailto:info@fresh-eats.com">info@fresh-eats.com</a></p>
</h2>
<div id="HowItWorks">
<h3> How It Works </h3>
<div class="p-2">
<p>Ordering FreshEats meals is as easy as 1-2-3. Follow these steps:
</p>
</div>
<div class="image-works">
<div class="works-items">
<img src="images/step-1.jpg" alt="Ordering">
<p> Choose all your meals.</p>
</div>
<div class="works-items">
<img src="images/step-2.jpg" alt="Receiving">
<p> Unpack your food box.</p>
</div>
<div class="works-items">
<img src="images/step-3.jpg" alt="Cooking">
<p> Cook, relax and enjoy!</p>
</div>
</div>
</div>
</h3>
<div id="ViewOurMenu"></div>
<h4>View Our Menu</h4>
<div class="menu-plan">
<div class="menu-trifecta">
<div class="menu-1">
<img src="images/menu-1.jpg" alt="menu-1">
<p>Ahi Tuna with Soba Noodles.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
<div class="menu-2">
<img src="images/menu-2.jpg" alt="menu-2">
<p>Carnitas Tacos.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
<div class="menu-3">
<img src="images/menu-3.jpg" alt="menu-3">
<p>Tri-tip with Tomatoes.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
<div class="menu-4">
<img src="images/menu-4.jpg" alt="menu-4">
<p>Carnitas Tacos.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
<div class="menu-5">
<img src="images/menu-5.jpg" alt="menu-5">
<p>Miso-Ginger Chicken.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
<div class="menu-6">
<img src="images/menu-6.jpg" alt="menu-6">
<p>Calabrian Pasta.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
<div class="menu-7">
<img src="images/menu-7.jpg" alt="menu-7">
<p>Steak and Potatoes.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
<div class="menu-8">
<img src="images/menu-2.jpg" alt="menu-8">
<p>Fish with Wild Rice.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
<div class="menu-8">
<img src="images/menu-4.jpg" alt="menu-8">
<p>Chicken Tacos.</p>
<a href="https://www.google.com//" class="button">Select</a>
</div>
</div>
<div class="last-content">
<div id="ChooseAPlan"></div>
<h4>Choose A Plan</h4>
<p>Choose from 4, 6, 8, 10, or 12 meals per week. You can change up your number of meals with every order if you’d like.</p>
<p>Chef-designed meals that are quick, easy, and entertaining—and open you up to new things</p>
</div>
</main>
<div id="LoginSignUp"></div>
<h5>Login/Sign Up</h5>
<div class="form">
<form>
<div>
<label for="fullName" >Full Name</label>
</div>
<div>
<input id="fullName" type= "text"/>
</div>
<div>
<label for="email" >Email</label>
</div>
<div>
<input id="email" type= "email"/>
</div>
<label for="subject" >Subject</label>
<select id="subject" >
<option></option>
<option>Subscription</option>
<option>More Information</option>
<option>Flyer</option>
</select>
<div>
<input type="submit" value="Submit" />
</div>
</form>
</div>
<footer>
<nav>
<div class="nav-footer"></div> © 2021 FreshEats
<ul>
<li> <a href="#"> Privacy</a></li>
<li> <a href="#"> Accessibility</a></li>
</ul>
</nav>
</footer>
</div>
</body>
</html>