-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (79 loc) · 3.87 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
<!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="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top-section">
<div class="half-width">
<h1><span class="orange-highlite"> Skip </span> The Diet, Just Eat Healthy With Food Network </h1>
<p>
Imagine you don't need a diet we provide healthy and delicious food for you!
</p>
<button>
<a class="link-btn" target="_blank" href="https://www.linkedin.com/in/bisharot-ahmed-126828206/"> Order Food </a>
</button>
</div>
<div class="half-width">
<img src="images/top.png" alt="">
</div>
</section>
<section class="contact-area">
<div class="half-width">
<img id="person" src="images/Person Image.png" alt="">
</div>
<div class="half-width right-contact">
<h2> About Me </h2>
<p>
I am a few telling words about me. i love cooking. Cooking and all about cooking is my favourite activity. It helped me getting in contact with wonderful people, gave me great frienship and wonderful moments.Ama Food award in the catagories local recepies & kick off with isabella Floristik special event-and seasonal decorating.
</p>
<button>
<a class="link-btn" target="_blank" href="https://drive.google.com/file/d/1DlvuvlRnltCA5nsUnAjprBvTyfbLHMWs/view?usp=sharing"> Contact Me </a>
</button>
</div>
</section>
<div class="recipies-area">
<div class="my-recipe">
<h2>My Recipies</h2>
<p> All My recipies are 100% Healthy and Tasty. It's not harmful for health.<br> We are main goal customer satisfied. we are not compromise Quality. <br> We are Getting 100% money back gurantee.</p>
</div>
<div class="single-recipie">
<img src="images/Project Cover.png" alt="">
<h3>Bangladeshi Thai Soup</h3>
<p>This has to be our all time favourite dish! Reminiscing old memoeies with the poular Bangladesgi Thai Soup. Enjoy this hot and delicious soup alongside hot crispy wontons.</p>
</div>
<div class="single-recipie">
<img src="images/Project Cover1.jpg" alt="">
<h3>Chef John's Turkey Sloppy Joes</h3>
<p> this is most Favourite food Turkey. Supermarket brands of Turkey Everywhere find it. Check the label an choice ricotta made with us few ingredients as possible. </p>
</div>
<div class="single-recipie">
<img src="images/Project Cover.jpg" alt="">
<h3> Lucknows Best kebabs</h3>
<p> The lucknow region, especially the Cjow and Aminabad are renowned for delicacies. Lucknow food trail and find where to get Lucknow & rsquos famous kebabs and other sumptutos traets. </p>
</div>
<form action="">
<div class="container">
<input type="text" placeholder="Name" name="name" required>
<input type="email" placeholder="Email address" name="mail" required>
<label>
<input type="checkbox" checked="checked" name="subscribe"> Daily Newsletter
</label>
</div>
<div class="container">
<input type="submit" value="Subscribe">
</div>
</form>
</div>
<div class="footer">
<h3><span class="food">FOOD</span> NETWORK </h3>
<p>copywritefoodnetwork@2021</p>
</div>
</body>
</html>