-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (70 loc) · 2.63 KB
/
index.html
File metadata and controls
121 lines (70 loc) · 2.63 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>personal website</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./resources/css/style.css">
</head>
<body>
<section class="top">
<div class="half">
<h3> Hello I'am</h3>
<h1>Tosiful islam</h1>
<p>The passage is attributed to an unknown typesetter in the 15th century who is thought to have scrambled parts
of Cicero's De Finibus Bonorum et Malorum for use in a type specimen book.</p>
<br>
<a class="anchor-button">Hire Me</a>
</div>
<div class="half">
<img src="resources/images/tim.png">
</div>
</section>
<section class="middle">
<div class="mh">
<img src="resources/images/tim.png">
</div>
<div class="mh">
<h3> Biography</h3>
<p>The passage is attributed to an unknown typesetter in the 15th century who is thought to have scrambled parts
of Cicero's De Finibus Bonorum et Malorum for use in a type specimen book.The passage is attributed to an
unknown typesetter in the 15th century who is thought to have scrambled parts of Cicero's De Finibus Bonorum
et Malorum for use in a type specimen book</p>
<br>
<a class="anchor-button">Download CV</a>
</div>
</section>
<section class="latest">
<h2> My latest work</h2>
<div class="one">
<img src="resources/images/work-1.png">
</div>
<div class="one">
<img src="resources/images/work-2.jpg">
</div>
<div class="one">
<img src="resources/images/work-3.jpg">
</div>
</section>
<section>
<div class="last">
<h1 class="clinet">What Client are say</h1>
<h3 class="same">Tim soutte</h3>
<h6 class="same">Founder and CEO timsoft</h6>
<br>
<p id="p">he is good developer.i am very satisfied working with him.he is good developer.i am very satisfied
working with himhe is good developer.i am very satisfied working with himhe is good developer.i am very
satisfied working with himhe is good developer.i am very satisfied working with himhe is good developer.i am
very satisfied working with himhe is good developer.i am very satisfied working with him</p>
</div>
<br>
<div class="msg">
<h3 class="tim">leave me a message in the</h3>
<h1 class="tim">tosifulislam101@gmail.com</h1>
</div>
</section>
<footer class="f">
<p>tim @ 2021 | all rights reserved </p>
</footer>
</body>
</html>