-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (140 loc) · 6.15 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
147
148
149
150
151
<!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>Nannu Portfolio</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=Rubik:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="banner_part">
<div class="container">
<div class="flex_container">
<div class="banner_content">
<h1><span>Skip</span> The Diet,</h1>
<h1>Just Eat Healthy</h1>
<h1>With valomondo</h1>
<p>Always Eat Healthy Food. If you eat health food, you will be a healthy man/women. But if you eat
unhyzing food you will be seck. </p>
<a class="btn" target="_blank"
href="https://www.linkedin.com/in/nazmul-hasan-nannu-927664201/">Order Now</a>
</div>
<div class="banner_img">
<img src="images/Group-8425.png" alt="Group-8425.png">
</div>
</div>
</div>
</div>
<!--==================Banner Part end===================-->
<!--==================About Part Start==================-->
<div class="about">
<div class="container">
<div class="about_sec flex_container">
<div class="abt_img_part">
<img src="images/Person-Image.png" alt="Person-Image.png">
</div>
<div class="about_content">
<h1 class="content_heading">About Me</h1>
<p>This is the world best shafe. Iam always ready to care of you. My first priority customer
satisfy.I always try to understand customer need and iam try my best for customer happy. Its the
number one food site.World best shape available here.</p>
<a class="btn" target="_blank"
href="https://www.linkedin.com/in/nazmul-hasan-nannu-927664201/">Contact Me</a>
</div>
</div>
</div>
</div>
<!--===================About Part end==================-->
<!--===================Recipi Part Start===================-->
<div class="Recipi_part">
<div class="container">
<div class="recipi_heading">
<h1 class="content_heading">My Recipies</h1>
</div>
<div class="recipi_content">
<p>Eating Health Food.We served Different Kinds of Food. We Have World best recipe.We Are The
best.Eating Health Food.We served Different Kinds of Food. We Have World best recipe.We Are The
best.</p>
</div>
<div class="food_item flex_container">
<div class="food_box">
<div class="box_img">
<img src="images/Project-Cover.jpg" alt="Project-Cover.jpg">
</div>
<div class="box_title">
<h2>Recipie Title</h2>
</div>
<div class="recipie_content">
<p>This is the recipie box/container. If you want to order food, you have to see this menu
item.This is the recipie box/container. If you want to order food.
</p>
</div>
</div>
<div class="food_box">
<div class="box_img">
<img src="images/Project-Cover.jpg" alt="Project-Cover.jpg">
</div>
<div class="box_title">
<h2>Recipie Title</h2>
</div>
<div class="recipie_content">
<p>This is the recipie box/container. If you want to order food, you have to see this menu
item.This is the recipie box/container. If you want to order food.
</p>
</div>
</div>
<div class="food_box">
<div class="box_img">
<img src="images/Project-Cover.jpg" alt="Project-Cover.jpg">
</div>
<div class="box_title">
<h2>Recipie Title</h2>
</div>
<div class="recipie_content">
<p>This is the recipie box/container. If you want to order food, you have to see this menu
item.This is the recipie box/container. If you want to order food.
</p>
</div>
</div>
</div>
</div>
</div>
<!--=================Recipie part End=================-->
<!--=================Counter Part Start================= -->
<div class="counter_part">
<div class="container">
<div class="counter flex_container">
<div class="count">
<h1>700k</h1>
<p>Youtube Subscriber</p>
</div>
<div class="count">
<h1>2.5m</h1>
<p>Instagram Follower</p>
</div>
<div class="count">
<h1>100k</h1>
<p>Dribble Shot Liker</p>
</div>
</div>
</div>
</div>
<!--=================Counter Part End=================-->
<!--=================Footer Part Start=================-->
<div class="footer_part">
<div class="container">
<div class="footer_heading">
<h1><span>Food</span> Network</h1>
</div>
<div class="footer_description">
<p>Food Network Is a Brand Of Food.Be Healthy Be Happy.</p>
</div>
</div>
</div>
</body>
</html>