-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (99 loc) · 4.76 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
<!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 Cage</title>
<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 class="header-section">
<div>
<h1 class="cage">Food Cage</h1>
</div>
<div>
<nav>
<ul>
<li>Home</li>
<li>Menu</li>
<li>Contact</li>
<li>About Us</li>
</ul>
</nav>
</div>
</section>
<section class="intro">
<div class="diet-section">
<h1><span>Skip</span> The Diet, Just Eat Healthy With Food Cage</h1>
<p>Imagine you don't need a diet because we provide healthy and delicious food for you</p>
<a class="button" href="https://www.linkedin.com/in/kamrul-hasan-dipta-59b95313a/" target="_blank">Order Food</a>
</div>
<div class="img-diet">
<img src="images/female/Group 8425.png" alt="">
</div>
</section>
<section class="about">
<div class="img-person">
<img src="images/female/Person Image.png" alt="">
</div>
<div class=us>
<h2><span class="me">About Me</span></h2>
<p>We continue to consistently choose and maintain the quality of the food served, so that it remains fresh and nutritious when you eat it.</p>
<a class="button" href="https://www.linkedin.com/in/kamrul-hasan-dipta-59b95313a/" target="_blank">Contact Me</a>
</div>
</section>
<section class="foody">
<div class="my-recipies">
<h2><span class="recipies">My Recipies</span></h2>
<p>We make the best nutritious and delicious food in the town. We always keep in our mind that if we give you the best and healthy food you will be always fit and fine and you will love us more than any restaurant. Quality always matters in the food business. </p>
</div>
</section>
<section class="details">
<div class="first-s">
<div class="food1">
<img src="images/food/Project Cover.jpg" alt="">
<h2>Rice Bowl</h2>
<p>Once the weather warms up in the South, it's officially picnic season. Break out the checkered blankets and Tupperware, and get outside to enjoy the great outdoors. Once you've picked your main dish, round out your meal with our collection of 15 Southern picnic side dishes. From creamy slaw to crunchy cucumber salad, we've got all your cravings covered.</p>
</div>
</div>
<div class="first-s">
<div class="food1">
<img src="images/food/Project Cover1.jpg" alt="">
<h2>Salad</h2>
<p>Southerners have a lot of expressions to relay their dislike of the summer's heat. "Hotter'n blue blazes" and "hotter than the hinges on the gates of Hades" are two I always remember hearing in my childhood. But there's another truth about the South in the summer: It's one of the most delicious places to be. As gardens come into peak ripeness and farmers' markets fill up with produce, the South is a really special place to be.</p>
</div>
</div>
<div class="first-s">
<div class="food1">
<img src="images/food/Project Cover.png" alt="">
<h2>Halim</h2>
<p>We all know grandmas are the best cooks. It's part of the job description. Under "Grandmother," the line item reads "must make everything that is delicious and comforting." But a grandmother's knack for making delicious food is only increased when they just so happen to be Southern. A Southern cook that is also a grandmother? You've hit the food lottery.</p>
</div>
</div>
</section>
<section class="social-media">
<div class="youtube">
<h1>800k</h1>
<p>Youtube Subscriber</p>
</div>
<div class="youtube">
<h1>2.4m</h1>
<p>Instagram Followers</p>
</div>
<div class="youtube">
<h1>100k</h1>
<p>Dribbble Shot Likes</p>
</div>
</section>
<section class="footer">
<footer class="footer-text">
<h1><span class="footer-f">FOOD</span><span class="footer-s">CAGE</span></h1>
<p class="quote">Eat Healthy to live Healthy, Live Healthy to Live Happy</p>
</footer>
</section>
</body>
</html>