-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (244 loc) · 11.3 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
<!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>portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--start hero-->
<section class="top-section">
<div class="banner container">
<div class="part-left">
<div class="big-title">
<h1><span>Skip</span> The Diet,
<br>Just Eat Healthy<br>
With Food Network</h1>
<p>Imagine you don't need a diet because we provide<br>
healthy and delicious food for you!</p>
</div>
<div class="order-btn">
<a href="https://rakibul2tr.github.io/food-network/" target="blank"> order food</a>
</div>
</div>
<div class="part-right">
<img src="image/female/Group 8425.png" alt="">
</div>
</div>
</section>
<!-- end hero-->
<!--start about-->
<section class="about-section">
<div class="about-bg container">
<div class="part-left">
<img src="image/female/Person Image.png" alt="">
</div>
<div class="part-right">
<div class="big-title">
<h1>About me</h1>
<p>I already learned the basic HTML and CSS. I can build any simple website. I can even teach my grandma how to make simple website. My goal is to build 3 websites and learn advanced topics.
</p>
<a href= "https://rakibul2tr.github.io/food-network/" target="blank">contact me</a>
</div>
</div>
</div>
</section>
<!-- end about-->
<!-- atart my recipe-->
<section class="recipi-sec">
<div class="recipi-inner container">
<div class="reci-main-title">
<div class="recipi-title-cont">
<h1>My recipies</h1>
<p>Growing up, you have probably seen your mother<br> resort to a special drawer that is only opened before special<br> occasions or when you had guests over.</p>
</div>
</div>
<div class="reci-list">
<div class="single-item">
<div class="image-div">
<img src="image/food/first.jpg" alt="">
</div>
<div class="img-content">
<h2>তেলের পোয়া পিঠা</h2>
<p>একটি পাত্রে চালের গুড়া, ময়দা, দুধ ও গুড় একত্রে গলানো ও লবণ দিয়ে মিশিয়ে অল্প অল্প করে হালকা গরম পানি দিয়ে পাতলা ব্যাটার তৈরি করে নিন। ব্যাটার খুব বেশি ঘন বা খুব বেশি পাতলা হবে না। ঢাকনা দিয়ে ঢেকে রেখে দিন ৩০ মিনিট।</p>
</div>
</div>
<div class="single-item">
<div class="image-div">
<img src="image/food/secand.jpg" alt="">
</div>
<div class="img-content">
<h2>ইলিশ পোলাও রেসিপি</h2>
<p>একটি পাত্রে চালের গুড়া, ময়দা, দুধ ও গুড় একত্রে গলানো ও লবণ দিয়ে মিশিয়ে অল্প অল্প করে হালকা গরম পানি দিয়ে পাতলা ব্যাটার তৈরি করে নিন। ব্যাটার খুব বেশি ঘন বা খুব বেশি পাতলা হবে না। ঢাকনা দিয়ে ঢেকে রেখে দিন ৩০ মিনিট।</p>
</div>
</div>
<div class="single-item">
<div class="image-div">
<img src="image/food/third.png" alt="">
</div>
<div class="img-content">
<h2>তেলের পোয়া পিঠা</h2>
<p>একটি পাত্রে চালের গুড়া, ময়দা, দুধ ও গুড় একত্রে গলানো ও লবণ দিয়ে মিশিয়ে অল্প অল্প করে হালকা গরম পানি দিয়ে পাতলা ব্যাটার তৈরি করে নিন। ব্যাটার খুব বেশি ঘন বা খুব বেশি পাতলা হবে না। ঢাকনা দিয়ে ঢেকে রেখে দিন ৩০ মিনিট।</p>
</div>
</div>
</div>
</div>
</section>
<!-- end my recipe-->
<!-- start newst recipe-->
<section class="newes-recipe">
<div class="new-recipe container">
<h1>newes recip</h1>
<div class="new-recipe-lists">
<div class="new-reci-item">
<div class="image">
<img src="image/food/Project Cover5.png" alt="">
<div class="viw-btn">
<a href="#">viwe</a>
</div>
</div>
<div class="new-img-title">
<h3><a href="#">Maple-Ginger Scallops</a></h3>
<ul class="star-ul">
<li>★</li>
<li>★</li>
<li>★</li>
<li>★</li>
<li>☆</li>
<li><span>-5%</span></li>
</ul>
</div>
</div>
<div class="new-reci-item">
<div class="image">
<img src="image/food/first.jpg" alt="">
<div class="viw-btn">
<a href="#">viwe</a>
</div>
</div>
<div class="new-img-title">
<h3><a href="#">Maple-Ginger Scallops</a></h3>
<ul class="star-ul">
<li>★</li>
<li>★</li>
<li>★</li>
<li>★</li>
<li>☆</li>
<li><span>-6%</span></li>
</ul>
</div>
</div>
<div class="new-reci-item">
<div class="image">
<img src="image/food/Project Cover7.png" alt="">
<div class="viw-btn">
<a href="#">viwe</a>
</div>
</div>
<div class="new-img-title">
<h3><a href="#">Maple-Ginger Scallops</a></h3>
<ul class="star-ul">
<li>★</li>
<li>★</li>
<li>★</li>
<li>★</li>
<li>☆</li>
<li><span>-15%</span></li>
</ul>
</div>
</div>
<div class="new-reci-item">
<div class="image">
<img src="image/food/Project Cover8.png" alt="">
<div class="viw-btn">
<a href="#">viwe</a>
</div>
</div>
<div class="new-img-title">
<h3><a href="#">Maple-Ginger Scallops</a></h3>
<ul class="star-ul">
<li>★</li>
<li>★</li>
<li>★</li>
<li>★</li>
<li>☆</li>
<li><span>-8%</span></li>
</ul>
</div>
</div>
<div class="new-reci-item">
<div class="image">
<img src="image/food/Project Cover5.png" alt="">
<div class="viw-btn">
<a href="#">viwe</a>
</div>
</div>
<div class="new-img-title">
<h3><a href="#">Maple-Ginger Scallops</a></h3>
<ul class="star-ul">
<li>★</li>
<li>★</li>
<li>★</li>
<li>★</li>
<li>☆</li>
<li><span>-10%</span></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- end newst recipe-->
<!--start cuwondown-->
<section class="cuwondown">
<div class="cown-list container">
<div class="cown-item">
<img src="image/food/youtube1.png" alt="">
<h1>700k</h1>
<p>Youtube Subscribers</p>
</div>
<div class="cown-item">
<img src="image/food/instagram1.png" alt="">
<h1>2.4m</h1>
<p>Instagram Followers</p>
</div>
<div class="cown-item">
<img src="image/food/dribble.png" alt="">
<h1>100k</h1>
<p>Dribbble Shot Likes</p>
</div>
</div>
</section>
<!-- end cuwondown-->
<!-- start contact-us-->
<section class="contact-us">
<div class="contact-form container">
<form action="" class="form-tag">
<label for=""> first name:</label>
<input type="text" placeholder="write your firs name"><br>
<label for="">last name:</label>
<input type="text" placeholder="write your last name"><br>
<label for="">Email:</label>
<input type="Email" placeholder="Enter your Email"><br>
<label for="">Message:</label>
<input type="textarea" placeholder="write your something Des...."><br>
<label for="">Gender:</label>
<span><input type="radio" name="gender">Male</span>
<span><input type="radio" name="gender">Female</span>
<span><input type="checkbox">please check your privacy</span>
<button class="sub-btn">submit</button>
</form>
</div>
</section>
<!-- end contact-us-->
<footer>
<div class="copy-right">
<h3><span>food</span> Network</h3>
<p>© Rakibul islam 2021, a Programming Hero initiative.</p>
</div>
</footer>
</body>
</html>