forked from saksham-raghuvanshi/My-first-web-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (208 loc) · 9.45 KB
/
index.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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html>
<head>
<title>My Food Project</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="we’re Sakfood, your new premium food delivery service.
We know you’re always busy. No time for cooking.
">
<link rel="icon" type="image/x-icon" href="./resources/img/favicon (2).png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<link rel="stylesheet" href="./vendors/css/normalize.css">
<link rel="stylesheet" href="./vendors/css/grid.css">
<link rel="stylesheet" href="./resources/CSS/style.css">
<link rel="stylesheet" href="./resources/CSS/queries.css">
</head>
<body>
<header>
<nav>
<div class="row">
<img class="logo" src="./resources/img/logo (3).png" alt="First project">
<ul class="main-side">
<li><span style="font-size:50px;cursor:pointer; color: #e67e22;" onclick="openNav()">☰</span></li>
</ul>
<ul class="main-nav">
<li><a href="#">Food Delivery</a></li>
<li><a href="#">How it works</a></li>
<li><a href="#">Order</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Sign up</a></li>
</li>
</ul>
</div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="#">Food Delivery</a>
<a href="#">How it works</a>
<a href="#">Order</a>
<a href="#">Sign up</a>
</div>
</nav>
<div class="back-text-box">
<h1>Goodbye junk food<br>Hello super healthy food</h1>
<a href="#meals" class="btn btn-1">I'm Hungry</a>
<a href="#feature" class="btn btn-2">Show me more</a>
</div>
</header>
<section class="section-features" id="feature">
<div class="row">
<h2>Get Food Fast - Not fast food</h2>
<p class="long-para">
Hi there! We're Sakfood, your new premium food delivery service.
We know you're busy and don't have time to cook, so we're here to help.
We offer a wide variety of delicious and healthy meals that are ready to be delivered to your door in minutes.
So whether you're looking for a quick and easy weeknight meal or a special occasion feast, we've got you covered.
</p>
</div>
<div class="row">
<div class="col span_1_of_4 box">
<ion-icon class="icons" name="infinite-outline"></ion-icon>
<h3>Up to 365 days/year</h3>
<p>Never cook again! We really mean that. Our subscription plans include up to 365 days/year coverage. You can also choose to order more flexibly if that's your style.</p>
</div>
<div class="col span_1_of_4 box">
<ion-icon class="icons" name="stopwatch-outline"></ion-icon>
<h3>Ready in 20 minutes</h3>
<p>You're only twenty minutes away from your delicious and super healthy meals delivered right to your home. We work with the best chefs in each town to ensure that you're 100% happy.</p>
</div>
<div class="col span_1_of_4 box">
<ion-icon class="icons" name="fast-food-outline"></ion-icon>
<h3>100% organic</h3>
<p>All our vegetables are fresh, organic and local. Animals are raised without added hormones or antibiotics. Good for your health, the environment, and it also tastes better!</p>
</div>
<div class="col span_1_of_4 box">
<ion-icon class="icons" name="cart-outline"></ion-icon>
<h3>Order anything</h3>
<p>We don't limit your creativity, which means you can order whatever you feel like. You can also choose from our menu containing over 100 delicious meals. It's up to you!</p>
</div>
</div>
</section>
<section class="section-meals" id="meals">
<div class="div-section">
<h2>Meals Section</h2>
<div>
<div class="row">
<div class="col span_1_of_4 ">
<div class="container">
<img src="./resources/img/vegan salad.jpg" alt="vegan-salad" class="meal-image" style="width:100%">
<div class="middle">
<div class="meal-text">Vegan Salad</div>
</div>
</div>
</div>
<div class="col span_1_of_4 ">
<div class="container">
<img src="./resources/img/1.jpg" alt="Korean bibimbap" class="meal-image" style="width:100%">
<div class="middle">
<div class="meal-text">Korean Bibimbap</div>
</div>
</div>
</div>
<div class="col span_1_of_4 ">
<div class="container">
<img src="./resources/img/2.jpg" alt="italian pizza" class="meal-image" style="width:100%">
<div class="middle">
<div class="meal-text">Italian Pizza</div>
</div>
</div>
</div>
<div class="col span_1_of_4 ">
<div class="container">
<img src="./resources/img/3.jpg" alt="Chicken breast steak " class="meal-image" style="width:100%">
<div class="middle">
<div class="meal-text">Chicken Breast Steak </div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact-us">
<div class="row">
<h2>We're happy to hear from you</h2>
</div>
<div class="row">
<form action="" method="post" class="contact-form">
<div class="row">
<div class="col span_1_of_2">
<label>Name: </label>
</div>
<div class="col span_1_of_3">
<input type="text" name="name" id="name" placeholder="Your Name" required>
</div>
</div>
<div class="row">
<div class="col span_1_of_2">
<label>Email: </label>
</div>
<div class="col span_1_of_3">
<input type="email" name="email" id="name" placeholder="Your Email" required>
</div>
</div>
<div class="row">
<div class="col span_1_of_2">
<label>How did you find us? </label>
</div>
<div class="col span_1_of_3">
<select name="find-us" id="find-us">
<option value="Internet">Internet</option>
<option value="Friends">Friends</option>
<option value="ad">Advertisement</option>
<option value="other">Other</option>
</select>
</div>
</div>
<div class="row">
<div class="col span_1_of_2">
<label>Message:</label>
</div>
<div class="col span_1_of_3">
<textarea name="message" cols="2" rows="2" required></textarea>
</div>
</div>
<div class="row">
<div class="col span_1_of_2">
<label> </label>
</div>
<div class="col span_1_of_3">
<input type="submit" value="Submit" style="border-radius: 200px; padding: 10px; color: #fff; background-color: #e67e22; border-color: #e67e22;">
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col span_1_of_3">
<ul class="footer-nav">
<li><a href="#">About us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact-us</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="col span_1_of_3">
<ul class="social-icon">
<li><a href="#"><ion-icon name="logo-facebook"></ion-icon></a></li>
<li><a href="#"><ion-icon name="logo-twitter"></ion-icon></a></li>
<li><a href="#"><ion-icon name="logo-instagram"></ion-icon></a></li>
<li><a href="#"><ion-icon name="logo-linkedin"></ion-icon></a></li>
</ul>
</div>
</div>
<div class="col span_1_of_3">
<p class="nav-text">GOODBYE JUNK FOOD HELLO SUPER HEALTHY FOOD</p>
<hr>
</div>
</div>
<div class="copyright" class="row">
<p>Copyright © 2023 by Sakfood. All rights reserved</p>
</div>
</footer>
<script src="./resources/JS/myscript.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>