-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (114 loc) · 5.72 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
<!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>My First Portfolio Assignment</title>
<link rel="shortcut icon" href="images/food.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" 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=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Heading -->
<section class="heading">
<div class="heading-content">
<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>
<a class="heading-button" href="https://www.foodpanda.com.bd/" target="_blank">Order Food</a>
</div>
<div class="heading-image">
<img src="images/Group 8425.png" alt="Healthy Food">
</div>
</section>
<!-- About us -->
<section class="about">
<div class="about-image">
<img src="images/Person Image.png" alt="Healthy Food">
</div>
<div class="about-content">
<h2>About me</h2>
<p>First of all, Foodie is a magazine. A real, physical magazine that gets delivered to coffee shops all over Hong Kong every two months! It gets snapped up quickly but you can always read it online. In Foodie magazine you’ll find interviews
with inspiring food heroes and top chefs, as well as features on the latest products & places heating up the world of F&B.</p>
<a class="heading-button" href="https://www.fiverr.com/protikghosh" target="_blank">Contact me</a>
</div>
</section>
<!-- Our Food Service -->
<section class="food-services heading">
<div class="service-content">
<h2>Our Services</h2>
<p>The pandemic has brought several new problems to the restaurant industry, such as lack of indoor dining, additional safety measures, and reduced capacity. In addition, it has put a spotlight on an existing problem for operators everywhere:
menu bloat. Large menus with dozens and dozens of items create indecision for customers and invite increased performance </p>
</div>
</section>
<!-- Our Food Recipie -->
<section class="food-item">
<div class="food-title">
<h2>My Recipies</h2>
<p>A side of salmon, hot off the grill and laid on fig leaves from a backyard tree if you have one, makes a spectacular main course. If you're daunted by the prospect of flipping such a large piece of fish, cut it into three sections before grilling
(they're easier to turn) and arrange them end to end on the platter. Erin Scott, creator of the blog (and cookbook) Yummy Supper, gave us this recipe.</p>
</div>
<div class="food-blog">
<div class="food-blog-item">
<img src="images/Project Cover.jpg" alt="Jimmy Dean">
<h4>Jimmy Dean</h4>
<p>Cook sausage in large skillet over MEDIUM-HIGH heat 8-minutes or until thoroughly cooked, stirring frequently. Drain, reserving drippings; place sausage in bowl.</p>
</div>
<div class="food-blog-item">
<img src="images/Meat.jpg" alt="Launch Item">
<h4>Nazaqati Boti Kebab</h4>
<p>A stellar kebab dish! This mouth-watering kebab recipe is an easy snack option for your next dinner party. Prepare these boti kebabs during festive season or special occasions to feast on with family and friends.</p>
</div>
<div class="food-blog-item">
<img src="images/Daal.png" alt="Night Food">
<h4>MASOOR DAL</h4>
<p>Selecting my favorite foreign cuisine is a difficult task. I'm obsessed with a lot of different cuisines, but Indian food is definitely at the top of the list. It showcases so many wonderful spices and flavors that can range significantly
based on its region.</p>
</div>
</div>
<div class="food-viewers">
<div class="food-viewers-item">
<h2>700k</h2>
<p>Youtube Subscriber</p>
</div>
<div class="food-viewers-item">
<h2>2.4m</h2>
<p>Instagram Followers</p>
</div>
<div class="food-viewers-item">
<h2>100k</h2>
<p>Dribble Shot Likes</p>
</div>
</div>
</section>
<!-- Food Gallery -->
<section class="food-gallery">
<h2>Our Food Gallery</h2>
<div class="food-image">
<img src="images/Food 1.png" alt="Food Item 1">
<img src="images/Food 2.png" alt="Food Item 2">
<img src="images/Food 3.png" alt="Food Item 3">
<img src="images/Food 4.png" alt="Food Item 4">
</div>
<div class="food-image">
<img src="images/Food 5.png" alt="Food Item 5">
<img src="images/Food 6.png" alt="Food Item 6">
<img src="images/Food 7.png" alt="Food Item 7">
<img src="images/Food 8.png" alt="Food Item 8">
</div>
</section>
<!-- Footer Section -->
<footer>
<h2 class="footer-title">Contact Us</h2>
<address>
111/3,
Old 12 Circuit House Road,<br>
Shantinagar, Kakrail,<br>
Dhaka 1000.<br>
Mobile: 01875190921
</address>
</footer>
</body>
</html>