-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (87 loc) · 3.84 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
<!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 - For Food Lovers</title>
<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=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon-32x32.png" type="image/x-icon">
</head>
<body>
<section class="flexible-container top-part">
<div class="half-width">
<h1> <span class="special-color">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="linked-button" target="_blank" href="https://www.google.com/">Order Food</a>
</div>
<div class="half-width">
<img src="images/head-banner.png" alt="top-right-banner">
</div>
</section>
<section class="flexible-container middle-part">
<div class="about-network">
<img src="images/person-image.png" alt="about-me-banner">
</div>
<div class="about-network">
<h2>About Our Network</h2>
<p>Hello, I am Natasha and I am a Foodie , Food Vlogger and more over an Entrepreneur. I started my career
with working in various renowned restaurants. And now I want to develop my life path towards Food
Related Businesses,with my vast experience.You are cordially Welcome to Join our Network.</p>
<a class="linked-button" target="_blank" href="https://www.google.com/"> Contact Me</a>
</div>
</section>
<div class="recipe-intro">
<h2>Our Recipies</h2>
<p>“Hello Dear ! We’re up on these Recipies this week , From mouth watering Chinese Items to Fresh
Smokey Steaks, for a bit of fun in the sunand rain, See you there !”</p>
</div>
<section class="flexible-container" id="recipe-box">
<div id="partition">
<img src="images/poject-1.jpg" alt="">
<h3>Smokey Susages</h3>
<p>We offer you the mouth watering Freshly Baked Smokey Susages . This is one of our Best Menus in Town.
</p>
</div>
<div id="partition">
<img src="images/project-2.png" alt="">
<h3>Traditional Thai Soup</h3>
<p>Before moving further, you can check our Most Appreciated Traditonal Thai Soup, Served with
Sizzlers.</p>
</div>
<div id="partition">
<img src="images/project-3.jpg" alt="">
<h3>Oven Baked Steaks</h3>
<p>Our latest addition to Menu is Oven Baked Beef Steaks and Ribs with Hot Spicy Sauce</p>
</div>
</section>
<section class="flexible-container counter">
<div class="social-partition">
<h1>700k</h1>
<h3>Youtube Subscribers</h3>
</div>
<div class="social-partition">
<h1>2.4m</h1>
<h3>Instagram Followers</h3>
</div>
<div class="social-partition">
<h1>100k</h1>
<h3>Dribble Shot Likes</h3>
</div>
</section>
<section>
<div class="newsletter">
<p><input id="email-box" type="email" name="Email Address" placeholder="Your Email Address">
<input type="submit" value="Subscribe To Our News Letter">
</p>
</div>
</section>
<footer>
<h3> <span class="special-color">FOOD</span> NETWORK</h3>
<p>Eat healthy to live healthy. Live healthy to live happy.</p>
</footer>
</body>
</html>