-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (111 loc) · 4.62 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!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>Diet & Food Blogs</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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Start skip-diet section-->
<section class="flexible-container">
<div class="skip-diet">
<h1><span class="orange-color">Skip</span> The Diet, Just Eat Healthy With Food Network</h1>
<p>Imagine you don't need a diet because we provide healthy and delicious food for you!</p>
<br>
<a target="_blank" class="target-button" href="https://download.fantuan.ca/">Order Food</a>
</div>
<div class="skip-diet">
<img src="images/skip-diet.png" alt="">
</div>
</section>
<!--end skip-diet section-->
<!--start about-me section-->
<section class="flexible-container about-me">
<div id="about-female" class="skip-diet">
<img src="images/about-food.png" alt="">
</div>
<div class="skip-diet about-blog">
<h2>About Me</h2>
<p>The major key to understand about eating clean for beginners is that it’s more of a lifestyle than a “diet.” By that,
I mean eating clean isn’t a get skinny quick kinda thing.</p>
<br><br><br>
<a target="_blank" class="target-button" href="https://www.asweetpeachef.com/eating-clean-for-beginners/">Contact Us</a>
</div>
</section>
<!--end about-me section-->
<!--start my-recipies section-->
<section>
<div class="all-recipies">
<h2>My Recipies</h2>
<p>Eating clean gives you control over food because you don’t get sucked into craving all the bad sugars, salts, and
fats you don’t need. Instead, you choose.</p>
</div>
<br><br>
<div class="flexible-container food-items">
<div class="all-foods">
<img src="images/recipie-title-1.jpg" alt="">
<h3>Jimmy Dean</h3>
<p>Modern-day Thanksgiving meals have the potential to be just as powerful in the present as they were in the past.</p>
</div>
<div class="all-foods">
<img src="images/recipie-title-2.jpg" alt="">
<h3>Mongolian Beef</h3>
<p>Everyone has something to give, and everyone has a seat around the table because they all need to eat, too.</p>
</div>
<div class="all-foods">
<img src="images/recipie-title-3.png" alt="">
<h3>Neehari Halim</h3>
<p>In the best of times, a shared glass of wine is a blessing to me, and in the worst of times, a glass of red wine.</p>
</div>
</div>
</section>
<!--end my recipies section-->
<!--start subscribe-container section-->
<section class="subscribe-container">
<h2>Subscribe Our Website</h2>
<div class="mail-password">
<input placeholder="Write Your Gmail*" type="text">
<br><br>
<input placeholder="Password*" type="password">
<br><br>
<button id="log-in-button">LOG IN</button>
</div>
</section>
<!--end subscribe-container section-->
<!--start contact section-->
<section class="contact-container">
<h2>Contact <span class="deep-orange">Info</span></h2>
<div class="info-container">
<div class="info-box">
<h3>Phone</h3>
<spna>+880 17866-49178</span><br>
<span>+880 19417-14947</span>
</div>
<div class="info-box">
<h3>Email</h3>
<span>[email protected]</span><br>
<span>[email protected]</span>
</div>
<div class="info-box">
<h3>Address</h3>
<span>Sonadanga-Khulna</span><br>
<span>Bangladesh</span>
</div>
</div>
</section>
<!--end contact section-->
<!--start footer-->
<footer>
<div class="food-foot">
<h2><span class="orange-color">FOOD</span> NETWORK</h2>
<p>Eat healthy to live healthy. Live healthy to live happy.</p>
</div>
</footer>
<!--end footer-->
</body>
</html>