-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
244 lines (244 loc) · 9.14 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
<!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>FOOD-DELIVERY</title>
<!-- fonts -->
<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=Roboto:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<!-- normalize -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/modern-normalize.min.css"
rel="stylesheet"
/>
<!-- cusnom style -->
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<!-- Header -->
<header class="header">
<div class="header-container container">
<a class="link" href="">
<img src="./img/icons/logo.svg" alt="logo" />
</a>
<ul class="nav list">
<li><a class="link" href="">Home</a></li>
<li><a class="link" href="">About</a></li>
<li><a class="link" href="">Strvice</a></li>
<li><a class="link" href="">Menu</a></li>
<li><a class="link" href="">Contact</a></li>
</ul>
<button type="button" class="button header-button">Order Now</button>
</div>
</header>
<main>
<!-- section Hero -->
<section class="hero">
<div class="hero-container container">
<ul class="list list-hero">
<li>
<h1>Enjoy Your Favorite Food From Anywhere</h1>
<p class="text-hero">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse varius enim in eros elementum tristique. Duis
cursus, mi quis viverra ornare, eros dolor interdum nulla, ut
commodo diam libero vitae erat.
</p>
<button type="button" class="button">Order Now</button>
</li>
<li>
<div class="thumb">
<img src="./img/Foto 1.png" alt="food" />
</div>
</li>
</ul>
</div>
</section>
<!-- section offerings -->
<section class="offerings">
<div class="offerings-container container">
<img class="bg-aple" src="./img/Ellipse 1.png" alt="aple" />
<div class="thumb-offer">
<img class="aple" src="./img/aple.png" alt="aple" />
</div>
<div class="div-offerings">
<h2>Whats Special About Our Offerings</h2>
<p class="offerings-txt">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse varius enim in eros elementum tristique. Duis cursus,
mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam
libero vitae erat.
</p>
<ul class="list list-txt-offer">
<li>
<svg class="" width="48" height="48">
<use href="./img/icons/raceta.svg"></use>
</svg>
<h3>Fasest Delivery</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse varius enim in eros.
</p>
</li>
<li>
<svg class="" width="48" height="48">
<use href="./img/icons/touch_app.svg"></use>
</svg>
<h3>Easy To Order</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse varius enim in eros.
</p>
</li>
</ul>
<button type="button" class="button button-offerings">
Order Now
</button>
</div>
</div>
</section>
<!-- section favorites -->
<section class="favorites">
<div class="container">
<h2 class="title-favorites">Some of Our Favorites</h2>
<p class="txt-favorites">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<ul class="list list-favorites">
<li>
<div class="thumb-favorites">
<img src="./img/gamburger.png" alt="gamburger" />
</div>
</li>
<li>
<div class="thumb-favorites">
<img src="./img/Pasta.png" alt="Pasta" />
</div>
</li>
<li>
<div class="thumb-favorites">
<img src="./img/pizza.png" alt="Pizza" />
</div>
</li>
<li>
<div class="thumb-favorites">
<img src="./img/chicken.png" alt="chicken" />
</div>
</li>
<li>
<div class="thumb-favorites">
<img src="./img/salat.png" alt="salat" />
</div>
</li>
<li>
<div class="thumb-favorites">
<img src="./img/borshch.png" alt="borshch" />
</div>
</li>
</ul>
</div>
</section>
<!-- section customers -->
<section class="customers">
<div class="customers-container container">
<h2 class="title-customers">What our Customers Say</h2>
<p class="txt-customers">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<ul class="list customers-list">
<li>
<div class="response">
<div class="stars">
<img src="./img/icons/star.svg" alt="" />
<img src="./img/icons/star.svg" alt="" />
<img src="./img/icons/star.svg" alt="" />
<img src="./img/icons/star.svg" alt="" />
<img src="./img/icons/star.svg" alt="" />
</div>
<p>
The Best app I have used to order food in a while, so many
options to choose from too, I would recommend to a freind, No
questions asked
</p>
<img src="./img/Ellipse 9.png" alt="foto" />
</div>
</li>
<li>
<div class="response">
<div class="stars">
<img src="./img/icons/star.svg" alt="" />
<img src="./img/icons/star.svg" alt="" />
<img src="./img/icons/star.svg" alt="" />
<img src="./img/icons/star.svg" alt="" />
<img src="./img/icons/star.svg" alt="" />
</div>
<p>
The ease with which I can just go in and order what i want was
amazing, It has been a very pleasant experience ordering from
this app
</p>
<img src="./img/Ellipse 10.png" alt="foto" />
</div>
</li>
</ul>
</div>
</section>
<!-- section reviews -->
<section class="reviews">
<div class="container reviews-container">
<ul class="list list-reviews">
<li>
<h2>Subscribe To Get Special Offers</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse varius enim in eros elementum tristique.
</p>
</li>
<li>
<img src="./img/banan.png" alt="banan" />
</li>
</ul>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container footer-container">
<img src="./img/icons/logo.svg" alt="logo" />
<ul class="nav-footer list">
<li><a class="link" href="">Home</a></li>
<li><a class="link" href="">About</a></li>
<li><a class="link" href="">Strvice</a></li>
<li><a class="link" href="">Menu</a></li>
<li><a class="link" href="">Contact</a></li>
</ul>
<div class="footer-policy">
<ul class="list footer-list">
<li>
<a class="link" href="">Privacy Policy</a>
</li>
<li><a class="link" href="">Terms of Service</a></li>
<li><a class="link" href="">Cookies Settings</a></li>
</ul>
<p class="footer-txt">2022 FoodSta. All right reserved.</p>
</div>
<div class="footer-img">
<img src="./img/footer/pngwing.com - 2022-08-06T014458.png" alt="" />
<img src="./img/footer/pngwing.com - 2022-08-06T01493-3.png" alt="" />
<img src="./img/footer/pngwing.com - 2022-08-05T00211-2.png" alt="" />
<img src="./img/footer/pngwing.com - 2022-08-06T0149-33.png" alt="" />
<img src="./img/footer/pngwing.com - 2022-08-04T233459.png" alt="" />
<img src="./img/footer/pngwing.com - 2022-08-06T014344.png" alt="" />
<img src="./img/footer/pngwing.com - 2022-08-06T014933.png" alt="" />
<img src="./img/footer/pngwing.com - 2022-08-05T002112.png" alt="" />
</div>
</div>
</footer>
</body>
</html>