-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (190 loc) · 6.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> Food site</title>
<link rel="stylesheet" href="index.css" />
<link
rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css"
/>
<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=Poppins:wght@100;200;300;400;500;600;800;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<a href="#" class="logo"> Food Site</a>
<div class="bx bx-menu" id="menu-icon">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<ul class="navbar" id="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="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<!-----------home start----------->
<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="/img/home.png" alt="Home img" />
</div>
</section>
<!-----------about start----------->
<section class="about" id="about">
<div class="about-img">
<img src="/img/about.png" alt="about img" class="about-img" />
</div>
<div class="about-text">
<span>About Us</span>
<h2>
We speak the good <br />
food language
</h2>
<p>
There are many variations passages of Lorem ipsum dolor sit amet
consectetur adipisicing elit. Vitae aperiam fugiat expedita magni
itaque! Velit non eum, pariatur officiis incidunt placeat nulla, fugit
rerum rem consequuntur beatae magni quia ut.
</p>
<a href="#" class="btn">Learn More</a>
</div>
</section>
<!-----------menu start----------->
<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="img/food1.png" />
</div>
<h2>Chicken Burger</h2>
<h3>Tasty Food</h3>
<span>$11.00</span>
<i class="bx bx-cart-alt"></i>
</div>
<div class="box">
<div class="box-img">
<img src="img/food2.png" />
</div>
<h2>Special Burger</h2>
<h3>Tasty Food</h3>
<span>$11.00</span>
<i class="bx bx-cart-alt"></i>
</div>
<div class="box">
<div class="box-img">
<img src="img/food3.png" />
</div>
<h2>Chicken Fry Pack</h2>
<h3>Tasty Food</h3>
<span>$11.00</span>
<i class="bx bx-cart-alt"></i>
</div>
</div>
</section>
<!--------------service start------------>
<section class="services" id="services">
<div class="heading">
<span>Services</span>
<h2>WE provide best quality food</h2>
</div>
<div class="service-container">
<div class="s-box">
<img src="img/s1.png" />
<h3>Order</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Laudantium
molestias totam enim veritatis amet.
</p>
</div>
<div class="s-box">
<img src="img/s2.png" />
<h3>Shipping</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Laudantium
molestias totam enim veritatis amet.
</p>
</div>
<div class="s-box">
<img src="img/s3.png" />
<h3>Delivered</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Laudantium
molestias totam enim veritatis amet.
</p>
</div>
</div>
</section>
<!--------------call to action------------>
<section class="cta">
<h2>We make quality food<br> Everyday</h2>
<a href="#" class="btn">Lets talk</a>
</section>
<!--------------footer start------------>
<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="#">Services</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="#">About Us</a></li>
<li><a href="#">Delivery Information</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Tearms & Conditions</a></li>
</ul>
</div>
<div class="col">
<h4>Contact Us</h4>
<div class="social">
<a href="#"><i class='bx bxl-instagram'></i></a>
<a href="#"><i class='bx bxl-facebook'></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>
<script href="script.js"></script>
</body>
</html>