-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (91 loc) · 4.35 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
<!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>Khabar Ghor</title>
<link rel="stylesheet" href="CSS/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=Noto+Serif&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="images/cooking.png" />
</head>
<body>
<div class="main-menu">
<a href="#">Home</a>
<a href="#">Recipe Detail</a>
<a href="#">About</a>
<a href="#">Contact</a>
</div>
<section class="banner">
<div class="banner-text">
<h1><span>Stop</span> diet, <br>
Just Eat Healthy <br> With Khabar Ghor.</h1>
<p>Imagine you dont need a diet because we provide health and delicious food for you! <br> Food is always
more satisfying after a day’s hard work.</p>
<button>Order Food</button>
</div>
<div class="banner-img">
<img src="images/header.png" alt="heading">
</div>
</section>
<section class="myself">
<div class="myself-img">
<img src="images/Person Image.png" alt="myself">
</div>
<div class="myself-details">
<h1>About Me</h1>
<p> Well, I don't think I'm a chef.
I'm just someone that who is very passionate about cooking. <br>I have been doing this for many years.
Food is part of culture, and culture relies on art and creativity. </p>
<div>
<a class="my-link" target="_blank" href="https://www.facebook.com/jahid.zam">Contact Me</Menu></a>
</div>
</div>
</section>
<section class="recipies">
<div class="recipi-title">
<h1>My Recipies</h1>
<p>I'm a dreamer with lots of energy and a vivid imagination. <br>
That's the recipe for becoming an entertainer.
<br>No matter what the recipe, any baker can do wonders.
</p>
</div>
<div class="recipies-item">
<div class="recipe-item01">
<img src="images/recipie01.jpg" alt="beef-item">
<h2>Corned Beef</h2>
<p>Corned beef is salt-cured brisket of beef.The term comes from the treatment of the meat with
large-grained rock salt, also called "corns" of salt. Sometimes, sugar and spices are also added to
corned beef recipes. Corned beef is featured as an ingredient in many cuisines.</p>
</div>
<div class="recipe-item01">
<img src="images/recipie02.png" alt="soup item">
<h2>Butternut Squash Soup</h2>
<p>I kept the ingredients list simple so the squash flavor can shine through, but the end result offers
exceptionally rich flavor. You’ll only need eight basic ingredients to make this luscious soup:
butternut squash, olive oil, butter, shallot, garlic, vegetable broth, maple syrup and nutmeg.</p>
</div>
<div class="recipe-item01">
<img src="images/recipie03.jpg" alt="meat-item">
<h2>Easy Meatloaf</h2>
<p>The secret to making a meatloaf taste really good is to use fatty beef, plenty of flavourings and to
grate your onion instead of dicing it. ingredient to make this i used Ground Beef,bread
crumbs,egg,beaten onion powder,garlic powder,black pepper salt ,ketchup</p>
</div>
</div>
</section>
<section class="subscribe-mathode">
<h3>Subscribe to our Newsletter</h3>
<p>Enter your email address to subscribe to this blog and receive new recipes by email.</p>
<input type="text" name="Name" id="" placeholder="Yout Full Name" size="40">
<input type="email" name="mailbox" id="" placeholder="Enter Your Email" size="40">
<input type="submit" value="Subscribe" size="100">
</section>
<footer>
<h1><span>Khabar</span> Ghor</h1>
<p>Good food never fail in bringing people together.</p>
</footer>
</body>
</html>