-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
227 lines (184 loc) · 7.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<header>
<a href="#" class="logo">FOODIE</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#Home">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Menu">Menu</a></li>
<li><a href="#Service">Service</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</header>
<section class="home" id="home">
<div class="home-text">
<h1>Full Website</h1>
<h2>Food The<br> Most precious Things</h2>
<a href="#" class="btn">Today's Menu</a>
</div>
<div class="home-img">
<img src="images/burger1.jpg">
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="images/sandwich.jpg">
</div>
<div class="about-text">
<span>About Us </span>
<h2>We speak the good <br> food language</h2>
<p>At FOODIE, we believe that food is more than just sustenance; it's a universal language that brings people together.
Our passion for culinary excellence drives us to create mouthwatering dishes that not only satisfy your hunger but also delight your taste buds.
From the moment you walk through our doors or browse our online menu, you’ll experience a warm,
inviting atmosphere where every detail is crafted with love and care. Our team of talented chefs uses only the finest ingredients to prepare each meal,
ensuring that every bite is a celebration of flavor.
We are committed to serving our community with high-quality food, exceptional service, and a memorable dining experience.
Whether you're craving comfort food or looking to explore new flavors, FOODIE has something for everyone.
Join us on this delicious journey, and let’s create beautiful memories together—one meal at a time!
</p>
<a href="#" class="btn">Learn more</a>
<div>
</section>
<section class="menu" id="menu">
<div class="heading">
<span>Food Menu</span>
<h2>Fresh Taste And Great Price</h2>
</div>
<div class="menu-container">
<div class="box">
<div class="box-img">
<img src="images/burger2.jpg" height="200" width="200">
</div>
<h2>Chicken Burger</h2>
<h3>Tasty Food</h3>
<span>$11.00</span>
<i class='bx bxs-cart-add'></i>
</div>
<div class="box">
<div class="box-img">
<img src="images/burger3.jpg" height="200" width="200">
</div>
<h2>Special beef Burger</h2>
<h3>Tasty Food</h3>
<span>$11.00</span>
<i class='bx bxs-cart-add'></i>
</div>
<div class="box">
<div class="box-img">
<img src="images/fry.jpg" height="200" width="200">
</div>
<h2>Chicken Fry pack</h2>
<h3>Tasty Food</h3>
<span>$11.00</span>
<i class='bx bxs-cart-add'></i>
</div>
</div>
</section>
<section class="services" id="services">
<div class="heading">
<span>Services</span>
<h2>We provide best queality food</h2>
</div>
<div class="service-container">
<div class="s-box">
<img src="images/box.jpg" height="100" width="300">
<h3>Order</h3>
<p>Convenient Ordering Process
Ordering from FOODIE is simple and fast! Just browse our delicious menu,
select your favorite items, and add them to your cart. When you’re ready,
proceed to checkout, and we'll prepare your order with care.
Enjoy the convenience of online ordering and satisfy your cravings in no time!
</p>
</div>
<div class="s-box">
<img src="images/shipping.jpg" height="100" width="300">
<h3>Shipping</h3>
<p>Fast and Reliable Shipping
We understand that waiting for your food can be tough,
which is why we offer fast and reliable shipping options.
Once your order is placed, our team ensures that your food is carefully packaged and delivered to your doorstep promptly.
You can track your order status in real-time, so you know exactly when to expect your delicious meal.
</p>
</div>
<div class="s-box">
<img src="images/delivery.jpg" height="100" width="300">
<h3>Delivered</h3>
<p>Freshly Delivered to Your Doorstep
At FOODIE, we take pride in delivering freshly prepared meals straight to your door.
Our delivery team is dedicated to ensuring that your food arrives hot and fresh.
We use insulated bags and careful handling to maintain quality,
so you can enjoy your meal just as if you were dining in our restaurant.
Thank you for choosing FOODIE—your satisfaction is our priority!
</p>
</div>
</div>
</section>
<section class="cta">
<h2>We make quality food<br>Everyday</h2>
<a href="#" class="btn">Let's talk</a>
</section>
<section id="contact">
<div class="footer">
<div class="main">
<div class="col">
<h4>Menu Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="col">
<h4>Our service</h4>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Marketing</a></li>
<li><a href="#">Product Management</a></li>
<li><a href="#">Graphic Design</a></li>
</ul>
</div>
<div class="col">
<h4>Information</h4>
<ul>
<li><a href="#">Abot Us</a></li>
<li><a href="#">Delivery Information</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
<div class="col">
<h4>Contact us</h4>
<div class="social">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-instagram'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-youtube'></i></a>
</div>
</div>
</div>
</div>
</section>
<div class="copyright">
<p>Copyright © 2024 FOODIE. All rights reserved.</p>
</div>
<script>
const menuIcon = document.getElementById('menu-icon');
const navbar = document.querySelector('.navbar');
menuIcon.addEventListener('click', () => {
navbar.classList.toggle('active'); // Toggle the 'active' class
});
</script>
</body>
</html>