-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (67 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>My personal website</title>
</head>
<body>
<section class="fnd">
<div class="first">
<h1>Hello I'm</h1>
<h1><span>Jack smith</span></h1>
<p>You might saw me jumping,climbing,buildings,and stopping trains.
But nobody pays me a dime for the work. </p>
<a href="ksdjfldj" class="link" target="_blank">HIRE ME</a>
</div>
<div class="first">
<img src="images/peter.png" alt="">
</div>
</section>
<section class="nfd">
<div class="first">
<img src="images/peter_dream.png">
</div>
<div class="first">
<h2 id="aa">Biography</h2>
<p>Lorem ipsum is simply dummy text of the printing and typesetting industry .Lorem ipsum has been the industry standerd dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type;;;;;;;;;</p>
<a href="dskljfjskldjf" class="link" target="_blank">Download cv</a>
</div>
</section>
<section class="thir">
<br>
<br>
<br>
<h1 class="hasan">My latest work</h1>
<br>
<br>
<div class="second">
<img src="images/work-1.png" alt="">
</div>
<div class="second">
<img src="images/work-2.jpg">
</div>
<div class="second">
<img src="images/work-3.jpg">
</div>
</section>
<section class="kkkk">
<h2 id="hasan">What cilent are say </h2>
<div class="majh">
<h3>Majharul islam</h3>
<p>CEO</p>
</div>
<br>
<p class="wid"> <q>Lorem ipsum is simply text of the printing and typesetting
industry Lorem ipsum </q></p>
<div class="mahadi">
<h3>Leave me a message in the</h3>
<h2>majharulislam535@gmail.com</h2>
</div>
</section>
<footer>
<p>Majharul islam || all rights reserved .</p>
</footer>
</body>
</html>