-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
164 lines (139 loc) · 6.96 KB
/
index.html
File metadata and controls
164 lines (139 loc) · 6.96 KB
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
<!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</title>
<link rel="shortcut icon" href="images/female/Person-image.png" type="image">
<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">
</head>
<body>
<section id="nav-sec">
<div class="flex-container">
<ul class="u-list disp-block">
<li><a class="btn-design" href="https://pmpalashmandal.github.io/food-network/">Home</a></li>
<li><a class="btn-design" href="https://pmpalashmandal.github.io/food-network/">News</a></li>
<li><a class="btn-design" href="hhttps://pmpalashmandal.github.io/food-network/">About</a></li>
<li><a class="btn-design" href="hhttps://pmpalashmandal.github.io/food-network/">Contact</a></li>
</ul>
</div>
</section>
<section class="flex-container">
<div class="half-part text-decoration">
<h1>It's the food you love, delivered from<span class="orange-color"> FOOD Network</span> Team.</h1>
<p>Would you like thousands of new customers to taste your amazing food? So would we!</p>
<a class="btn-design" target="_blank" href="https://web.programming-hero.com/">ORDER NOW</a>
</div>
<div class="half-part">
<img id="first-image" src="images/female/img1.png" alt="image1">
</div>
</section>
<section class="flex-container" id="aboutme-banner">
<div class="half-part">
<img id="second-image" src="images/female/Person-image.png" alt="person_image">
</div>
<div class="half-part text-decoration">
<h2>About Us</h2>
<p>FOOD Network initially started its operations in Dhaka, and soon after, expanded to Chittagong and
Sylhet, with more than 700 plus vendors on its portal.</p>
<a class="btn-design" target="_blank" href="https://web.programming-hero.com/">CONTACT NOW</a>
</div>
</section>
<section>
<div class="text-decoration">
<h2 class="text-alignment">Our Recipies</h2>
<p class="text-alignment">From a healthy lunch to evening snacks to a hearty dinne, FOOD Network provides
you
with the means to satisfy your cravings throughout the day. Sit back and relax - let foodpanda
Bangladesh take the pressure off your shoulders.
</p>
</div>
<div class="flex-container part-three">
<div class="food-item">
<img class="food-image" src="images/food/Project Cover.jpg" alt="cover">
<h3>Sorsebata Ilish</h3>
<p>Hilsa' fish is the highlight of the local cuisine. The fish is marinated with turmeric and delicately
simmered in a mustard-poppy seed paste along with the five-spice mix.</p>
</div>
<div class="food-item">
<img class="food-image" src="images/food/Project Cover1.jpg" alt="cover1">
<h3>Bangali Lumb</h3>
<p>Lamb marinated in the comforting flavour of yogurt and cooked in mustard oil along with mustard
seeds, almonds and castor sugar that adds a sweet undertone.</p>
</div>
<div class="food-item">
<img class="food-image" src="images/food/Project Cover3.png" alt="cover3">
<h3>Doi Maach</h3>
<p>Doi machch is a comforting fish curry. Tender chunks of fish are cooked in the soothing flavor of
yogurt along with mild spices. It tastes best when served with plain rice.</p>
</div>
</div>
<div id="social-item" class="flex-container">
<div class="single-item">
<h1>700k</h1>
<p>YouTube Subscriber</p>
</div>
<div class="single-item">
<h1>4.6m</h1>
<p>Instagram Follower</p>
</div>
<div class="single-item">
<h1>500k</h1>
<p>Facebook Follower</p>
</div>
</div>
</section>
<section id="review">
<div class="text-decoration">
<h1 class="text-alignment">Customer Experiances</h1>
</div>
<div class="flex-container part-three">
<div class="food-item">
<h3>Very testy Food</h3>
<h4><span class="orange-color">Ankit Mahamud</span>, Mirpur 10</h4>
<p>We had good food taste at status hotel. We had packing bhaji, dosa and sandwich. Service was slow but
food was good.</p>
</div>
<div class="food-item">
<h3>Delicious food</h3>
<h4><span class="orange-color">Rashed Khan</span>, Savar</h4>
<p>I had eaten in this restaurant many times during my stay in Savar. I will say this is one of the best
in Savar and some of their delicacies have no comparison like Aam-ras and poori.. :))</p>
</div>
<div class="food-item">
<h3>Best Food in BD</h3>
<h4><span class="orange-color">Sadia Islam</span>, Dhanmondi 32</h4>
<p>Very good ambience, fast and courteous service combined with reasonable prices. But very crowded
during lunch an dinner hours, with no reservation facility.</p>
</div>
</div>
</section>
<footer>
<h2 class="text-alignment"><span class="orange-color ">FOOD</span> <span class="gray-color">NETWORK</span></h2>
<section id="footer-part">
<div class="saperate">
<ul class="u-list">
<p class="white-color">Level-6, 34, Multiplanate, Dhaka<br>
Bangladesh.<br>
Helpline : 019000000000
</p>
</ul>
</div>
<div class="saperate">
<ul class="u-list">
<li><a class="link" target="_blank" href="https://github.com/pmpalashmandal">Home</a></li>
<li><a class="link" target="_blank" href="https://github.com/pmpalashmandal">About us</a></li>
<li><a class="link" target="_blank" href="https://github.com/pmpalashmandal">Terms and
Conditions</a></li>
<li><a class="link" target="_blank" href="https://github.com/pmpalashmandal">Privacy Policy</a></li>
</ul>
</div>
</section>
<p class="white-color text-alignment">Copyright © 2021 FOOD-Network.com</p>
</footer>
</body>
</html>