-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (61 loc) · 2.14 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
<!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.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+KR&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="half-width">
<h1><span class="orange-color">Skip</span> The Diet,</h1>
<h1>Just Eat Healthy</h1>
<h1>With Food Network</h1>
<h3>Imagine you don't need a diet because we provide</h3>
<h3>healthy and delicious food for you!</h3><br>
<a class="link-button" href="https://www.linkedin.com/in/mominul-hoque-657270141/">Order Food</a>
</div>
<div class="half-width">
<img src="fd/pic.png" alt="">
</div>
</section>
<section>
<div class="container">
<img src="fd/female1.png" alt="">
<div class="text-block">
<h1>About Me</h1>
<h3>I am a chef.I cook delicious food.</h3f><br><br>
<a class="link-button" href="">Contact me</a>
</div>
</div>
</section>
<section id="center">
<div>
<h1>My Recipies</h1>
<h3>Paat Shaak Bhaja,Murgir Jhol,Biulir Dal,Echorer Dalna,Neem Jhol,Bhetki Paturi.</h3>
</div>
</section>
<section class="sectionthree">
<div>
<img src="fd/Project Cover0.jpg" alt="">
<h1>Recipie Titles</h1>
<h3>Rice,water,chili</h3>
</div>
<div>
<img src="fd/Project Cover1.jpg" alt="">
<h1>Recipie Titles</h1>
<h3>Vegetable,Chili,Egg</h3>
</div>
<div>
<img src="fd/Project Cover.png" alt="">
<h1>Recipie Titles</h1>
<h3>Dal,Water,Turmeric</h3>
</div>
</section>
</body>
</html>