-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (88 loc) · 3.69 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
<!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>first assainment</title>
<link rel="stylesheet" href="style.css">
<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:ital@1&display=swap" rel="stylesheet">
</head>
<body>
<section class="group-pic">
<div class="half-width">
<h2><span class="background-color">Skip</span> The Diet,</h2>
<h2>Just Eat Healthy</h2>
<h2>With Food Network</h2>
<p>I am a student.I am a near future web developer.My name is Engr sm Alamin hossain Tamim.I am a good
boy.my relegion is islam</p>
<a class="link-button" target="_blank" href="https://www.prothomalo.com/sports">order food</a>
</div>
<div class="half-width">
<img src="images/female/Group 8425.png" alt="">
</div>
</section>
<section class="group-pic">
<div class="half-width">
<img src="images/female/Person Image.png" alt="">
</div>
<div class="half-width">
<h2>About Me</h2>
<p>food is very important for health.My favorite food is rice,biriyani,cheken,beef,cry and khitury.I like
milk drinks.Amar sonar bangla tomai valobashioh Allah tomar Akash tomar batash.Tumi chara amader keu nai
Allah tumi amader proti doya korio.</p>
<a class="link-button" target="_blank" href="https://www.bd-pratidin.com/printversion">Contact Me</a>
</div>
</section>
<section grop-pic>
<div class="text-align">
<h3>My Recipies</h3>
<p>food is very important for health.My favorite food is rice,biriyani,cheken,beef,cry and khitury.<br>I
like
milk drinks.Amar sonar bangla tomai valobashioh Allah tomar <br>1500s </p>
</div>
<div class="three half-width">
<div>
<img src="images/food/Project Cover.jpg" alt="">
<h3>Recipie title</h3>
<p>amar sonar bangla ami tomai valobashi.Akash tomar batash.Tumi chara amader keu nai
Allah tumi amader proti doya korio.</p>
</div>
<div>
<img src="images/food/Project Cover1.jpg" alt="">
<h3>Recipie Title</h3>
<p>amar sonar bangla ami tomai valobashi.Akash tomar batash.Tumi chara amader keu nai
Allah tumi amader proti doya korio.</p>
</div>
<div>
<img src="images/food/Project Cover6.png" alt="">
<h3>Recipie Title</h3>
<p>amar sonar bangla ami tomai valobashi.Akash tomar batash.Tumi chara amader keu nai
Allah tumi amader proti doya korio.</p>
</div>
</div>
</section>
<section class="text-align">
<div class="three">
<div>
<h3 class="font-weight">700k</h3>
<h5>youtube subscriber</h5>
</div>
<div>
<h3 class="font-weight">2.4m</h3>
<h5>Instragram Followers</h5>
</div>
<div>
<h3 class="font-weight">100k</h3>
<h5>Dribble Short Link</h5>
</div>
</div>
</section>
<footer class="text-align">
<h3><span class="background-color">Food</span> Network</h3>
<p>food is important for health.</p>
</footer>
</body>
</html>