-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (142 loc) · 6.2 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
<!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 Dite</title>
<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=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- top section start-->
<section class="top_item">
<div class="half_width">
<div class="heading">
<strong><span class="word_color">Skip</span> The Diet,</strong>
<strong>Just Eat Healthy</strong>
<strong>With Food Village</strong>
<p>Eating healthy foods is important because it helps maintain a good body weight and fight off
diseases.</p><br><br>
<a class="link_button" target="_blank" href="https://github.com/NieamulKabir/Food_Web_Site">Order
Food</a>
</div>
</div>
<div class="half_width">
<img src="image/Group 8425.png" alt="">
</div>
</section>
<!-- top section end-->
<!-- about sction start-->
<section class="about">
<div class="about_content">
<div class="left_bar">
<img class="about_img" src="image/Person Image.png" alt="">
</div>
<div class="right_bar">
<h1>About Me</h1>
<p>A chef is in charge of the kitchen in restaurants or other places where food is served. They watch
all activity and food preparation with any staff that would assist in the kitchen. They supervise
the preparation of food for its garnishing and presentation, as well as, the seasonings for a
perfect taste.</p>
<a class="link_button" target="_blank"
href="https://www.facebook.com/profile.php?id=100069653596605">Contact me</a>
</div>
</div>
</section>
<!-- about section end-->
<!-- recipies section start-->
<section class="recipies">
<h2> My Recipies</h2>
<p>A recipe is a set of instructions that describes how to prepare or make something, especially a dish of
prepared food. Eat healthy , live healthy . Healthy Food is important .
</p>
<div class="food_item">
<div class="food_item_recipies">
<img src="image/Project Cover.jpg" alt="">
<h3>Vegan Smoothie
</h3>
<p>Eat this thick and creamy smoothie bowl with a spoon! Banana and frozen berries whip together with a
little nut milk for a toppable vegan breakfast</p>
</div>
<div class="food_item_recipies">
<img src="image/Project Cover1.jpg" alt="">
<h3>
Chipotle Chicken
</h3>
<p>This chipotle-flavored burrito bowl recipe is even better than takeout and just as fast. Loading it
with vegetables and using quinoa in place of rice .</p>
</div>
<div class="food_item_recipies">
<img src="image/Project Cover.png" alt="">
<h3>Cabbage Diet Soup</h3>
<p>Loaded with cabbage, carrots, bell pepper, tomato and plenty of seasoning, this healthy vegetable
soup packs in lots of flavor and is ultra-satisfying. </p>
</div>
</div>
</section>
<!-- recipies section end-->
<!-- expertise section start-->
<section class="expertise">
<h1>Our Main Areas of Expertise</h1>
<div class="expertise_content">
<div class="ex_content">
<img src="image/expertise-3.jpg" alt="">
<h3>Nutritious Lifestyle</h3>
<p>Better Eat , Better Life . If you get better Nutrition , You can enjoy a healthy age. </p>
</div>
<div class="ex_content">
<img src="image/expertise-1.jpg" alt="">
<h3>Personal Nutrition</h3>
<p>Better Eat , Better Life . If you get better Nutrition , You can enjoy a healthy age. </p>
</div>
<div class="ex_content">
<img src="image/expertise-2.jpg" alt="">
<h3>Dietitian Nutritionists</h3>
<p>Better Eat , Better Life . If you get better Nutrition , You can enjoy a healthy age. </p>
</div>
</div>
</section>
<!-- expertise section end-->
<section class="inspiration_item">
<div class="inspiration">
<div class="inspiration_content">
<h1>We Give You Inspiration
For Living a Healthy Life
</h1>
<p>Eat this thick and creamy smoothie bowl with a spoon! Banana and frozen berries whip together with a
little nut milk for a toppable vegan breakfastthe seasonings for a
perfect taste.Better Eat , Better Life . If you get better Nutrition , You can enjoy a healthy age.
</p>
</div>
<div class="inspiration_content">
<img src="image/00.png" alt="">
</div>
</div>
</section>
<!-- popularity section start-->
<section class="popularity">
<div class="popularity_content">
<div class="content">
<h1>700k</h1>
<p>Youtube Subscribers</p>
</div>
<div class="content">
<h1>2.4m</h1>
<p>Instagram Followers</p>
</div>
<div class="content">
<h1>100k</h1>
<p>Dribbble Shot Likes</p>
</div>
</div>
</section>
<!-- popularity section end-->
<footer>
<h1><span class="word_color">FOOD</span> <span class="village">Village</span></h1>
<p>Eat healthy to live healthy.Live healthy to live happy.</p>
</footer>
</body>
</html>