-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (67 loc) · 3.27 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
<!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">
<link rel="stylesheet" href="style.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&display=swap" rel="stylesheet">
<title>Food Networks</title>
</head>
<body>
<section class= "top-banner flexible-container ">
<div class="half-width">
<h1><span class="orang-color">Skip</span> The Diet,</h1>
<h1> Just Eat Healthy </h1>
<h1>With Food Network</h1>
<p>Imagine you don't need a diet because we provide</p>
<p>healthy and delicious food for you!</p>
<a class="link-button" target="_blank" href="https://www.foodpanda.com.bd//">Order Food</a></div>
<div class="half-width">
<img src="images/female/Group 8425.png" alt="">
</div>
</section>
<section class="flexible-container middle-banner">
<div class="half-width"> <img src="images/female/eatgrape.png" alt=""> </div>
<div id="aboute-me" class="half-width" >
<h1>About Me</h1>
<p>Alex Elmslie (born: February 1, 1999 [age 22]), I am a shape. I worked italian Restaurent last 3 years. I have a better experiance in food </p>
<a class="link-button" target="_blank" href="https://hungrynaki.com/"> About Me</a></div>
</div>
</section>
<div class="Recepies">
<h1>
My Recepies
</h1>
<p>While thinking about all of this—I began to wonder if I had anything to add to the discussion. And I realized that I do: I want to encourage everyone to cook fish at home. I realize that isn’t going to help the plight of fish sellers right at this moment, but it would accustom us to cooking fish at home—and that is a good thing.</p>
</div>
<section class="flexible-container menu-bar">
<div class="menu-item"> <img src="images/food/Project Cover.png" alt=""heigt="200px"width="300px">
<h3>Soup</h3>
<p>Get To Know Everything About Going Vegan And Staying Vegan.</p>
</div>
<div class="menu-item" > <img src="images/food/Project Cover1.jpg" alt=""heigt="250px"width="300px">
<h3>Meat</h3>
<p>You don't always have time for a slow-cooked meat dish</p>
</div>
<div class="menu-item"> <img src="images/food/Project Cover.jpg" alt=""heigt="200px"width="300px">
<h3>Cake</h3>
<p>Love eating veggies? Us too. Here at A Couple Cooks</p>
</div>
</section >
<div class="social-site">
<div class="social-link"><h1>700k</h1>
<p>Yotube Subscribers</p></div>
<div class="social-link"><h1>2.4m</h1>
<p>Instgram Followers</p></div>
<div class="social-link"><h1>100k</h1>
<p>Dribble Shortlike</p></div>
</div>
<footer>
<h2> <span class="orang-color">Food </span> Networks </h2>
<p class="white-color"> © 2021 - A Food Network</p>
</footer>
</body>
</html>