-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (115 loc) · 5.53 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
<!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 Network | Eat healthy to live healthy. Live healthy to live happy.</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;500;600;700;800;900;&display=swap"
rel="stylesheet">
<link rel="shortcut icon" href="logo/food network logo-magenta.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav-bar">
<a href="https://www.foodpanda.com.bd/"><img class="logo" src="logo/food network logo-magenta.png"
alt="Food Network"></a>
<ul>
<li><a href="https://www.foodpanda.com.bd/">HOME</a></li>
<li><a href="https://www.foodpanda.com.bd/">ABOUT</a></li>
<li><a href="https://www.foodpanda.com.bd/">RECIPES</a></li>
<li><a href="https://www.foodpanda.com.bd/">GALLERY</a></li>
<li><a href="https://www.foodpanda.com.bd/">RESERVATION</a></li>
<li><a href="https://www.foodpanda.com.bd/#">BLOG</a></li>
<li><a href="https://www.foodpanda.com.bd/">CONTACT</a></li>
</ul>
</div>
<section class="flexible-container">
<div class="half-width order-food">
<h1><span class="color-tomato">Skip</span> The Diet,<br>Just Eat Healthy <br> With
Food Network</h1>
<p>Imagine you don't need a diet because we provide 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 top-banner">
<img src="images/female/Group 8425.png" alt="Eat Food">
</div>
</section>
<section class="banner flexible-container">
<div class="half-width about-me-pic">
<img src="images/female/Person Image.png" alt="About me.">
</div>
<div class="half-width about-me">
<h1>About Me</h1>
<p>Would you like thousands of new customers to taste your amazing food? So would we! It's simple: we
list your menu online, help you process orders, pick them up, and deliver them to hungry
pandas - in a heartbeat! <br>Interested? Let's start our partnership today! </p>
<a class="link-button" target="_blank" href="https://www.foodpanda.com.bd/">Contact Me</a>
</div>
</section>
<section class="recipie">
<div class="my-recipies">
<h2>My Recipies</h2>
<p>We are providing you best quality foods.</p>
</div>
<div class="flexible-container">
<div class="recipie-item">
<img src="images/food/Project Cover.jpg" alt="" width="1011" height="768">
<h2>Quality Food</h2>
<p>Focus on eating high-quality foods in appropriately sized portions.</p>
</div>
<div class="recipie-item">
<img src="images/food/Project Cover1.jpg" alt="" width="1011" height="768">
<h2>Friendly Place</h2>
<p>Focus on eating high-quality foods in appropriately sized portions.</p>
</div>
<div class="recipie-item">
<img src="images/food/Project Cover3.png" alt="" width="1011" height="768">
<h2>Affordable Price</h2>
<p>Focus on eating high-quality foods in appropriately sized portions.</p>
</div>
</div>
</section>
<section>
<div id="social-achievement" class="flexible-container">
<div class="achivement">
<h2>700k</h2>
<p>Youtube Subscribers.</p>
</div>
<div class="achivement">
<h2>2.4m</h2>
<p>Instagram Followers</p>
</div>
<div class="achivement">
<h2>100k</h2>
<p>Dribbble Shot Likes</p>
</div>
</div>
</section>
<div class="my-recipies">
<p>TESTIMONIALS</p>
<h2><span class="color-tomato">Satisfied</span> Customers</h2>
</div>
<section class="banner flexible-container">
<div class="half-width order-food">
<h2>Angelina Juli</h2>
<p><span class="color-tomato"><b>"</b></span> Are you hungry? Did you have a long and stressful day?
Interested in getting a cheesy pizza
delivered to your home or office?Are you hungry? Did you have a long and stressful day? Interested in
getting a cheesy pizza delivered to your home or office?Are you hungry? Did you have a long and
stressful day? Interested in getting a cheesy pizza delivered to your home or office?Are you hungry? Did
you have a long and stressful day? Interested in getting a cheesy pizza delivered to your home or
office? <span class="color-tomato"><b>"</b></span> </p>
</div>
<div class="half-width about-me-pic">
<img src="images/female/6667872_preview-removebg-preview.png" alt="Customer feedback.">
</div>
</section>
<footer class="center">
<h3><span class="color-tomato">FOOD</span> NETWORK</h3>
<p>Eat healthy to live healthy. Live healthy to live happy.</p>
</footer>
</body>
</html>