-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (125 loc) · 4.41 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
<!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>Hello Chef Master Gokul</title>
<link rel="stylesheet" href="./food.css/food.css">
</head>
<body>
<div class="box1">
<img src="./food.img/banner.jpg" alt="" width="100%" height="29%" >
</div>
<div class="margin">
<img src="./food.img/icons8-chef-91.png" alt="" id="main">
<h2 id="hello">
Yame Foods!
</h2>
<h1 id="chef">
Hello Master Chef
</h1>
</div>
<div>
<input type="button" value="Become a chef" id="log">
</div>
<div>
<input type="button" value="Login" id="log2">
</div>
<div>
<h1 id="bcon">
Homemade Recipes
</h1>
</div>
<div>
<h2 id="mid">
******************* Yame Foods *******************
</h2>
</div>
<section>
<div>
<img src="./food.img/allfood/bread-4646218__340.jpg" alt="bread tasty yellow" width="40%" id="ypta">
<h1 id="yp">
Yellow parotta
</h1>
<div class="para1">
<p>
Crispy, flaky paratha is the perfect side to serve with dals and curries.
</p>
<p>
This traditional Indian flatbread is unleavened,
</p>
<p>
and is filled with tender and crisp layers.
</p>
</div>
</div>
<div class="food2">
<img src="./food.img/allfood/breakfast-2408818__340.jpg" alt="" id="f2">
<h1 id="idli">
Iddli
</h1>
</div>
<div class="para2">
<p>Idli is one of the most healthiest and popular South Indian breakfast dish.</p>
<p> These are soft, light, fluffy steamed round cakes made with a ground, </p>
<p>fermented rice and lentil batter.</p>
</div>
<div class="food3">
<img src="./food.img/allfood/crab-711634__340.jpg" alt="" id="f3">
<h1 id="crab">
Crab
</h1>
<div class="para3">
<p>Indian crab minimizes the curry flavor so that the crab is the focus of the dish.</p>
<p> Try serving this curry with plain boiled rice and plenty of gravy.</p>
<p> Crab curry is best eaten with your fingers.</p>
</div>
</div>
<div class="food4">
<img src="./food.img/allfood/food-5537336__340.jpg" alt="" id="f4">
<h1 id="chicken">
Chicken Meatballs
</h1>
</div>
<div class="para4">
<p>The BEST Italian chicken meatballs! Juicy inside and crispy</p>
<p>outside, serve them with spaghetti and tomato sauce</p>
</div>
</section>
<footer>
<h1 id="a1">
10k+ Recipes
</h1>
<h1 id="a2">
20M+ customer
</h1>
<h1 id="a3">
5000+ Branchs
</h1>
<div class="ds">
</div>
<div class="bld">
<p>
©2021-2031
</p>
</div>
<div class="social">
<img src="./food.img/soc/facebook.svg" alt="facebook" id="soc">
<img src="./food.img/soc/twitter.svg" alt="twitter" id="soc">
<img src="./food.img/soc/youtube.svg" alt="youtube" id="soc">
</div>
<div class="last">
</div>
<div class="cot">
<p>
“Tell me what you eat, and I will tell you who you are.” “So long as you have food in your mouth you have solved all questions for the time being.” “There is no sincere love than the love of food.” “If more of us valued food and cheer and song above hoarded gold, it would be a merrier world.”
</p>
</div>
<div class="ser">
<input type="search" name="Search" id="search" placeholder="Search Your Favourite Dish or Recipe">
<img src="./food.img/soc/search-heart-fill.svg" alt="search" id="src1">
</div>
</footer>
</body>
</html>