-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (64 loc) · 2.41 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
<!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">
<link rel="stylesheet" href="css/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=Roboto:wght@300;400&display=swap" rel="stylesheet">
<title>Jahid Hasan - Personal Website</title>
</head>
<body>
<section class="header">
<div class="text-content">
<h2>Hello I'm</h2>
<h1>jahid Hasan</h1>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Modi aut facilis beatae dicta officia amet voluptate dignissimos eveniet eius porro.</p>
<button>hire me</button>
</div>
<div class="photo">
<img src="images/peter.png" alt="Peter">
</div>
</section>
<section class="biography">
<div class="photo">
<img src="images/peter_dream.png" alt="Peter Dream">
</div>
<div class="text-content">
<h2>Biography</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Modi aut facilis beatae dicta officia amet voluptate dignissimos eveniet eius porro.</p>
<button>Download Cv</button>
</div>
</section>
<section class="works">
<h2>latest works</h2>
<div class="latest">
<div class="img1">
<img src="./images/latest-work/work-1.png" alt="">
</div>
<div class="img2">
<img src="./images/latest-work/work-2.jpg" alt="">
</div>
<div class="img3">
<img src="./images/latest-work/work-3.jpg" alt="">
</div>
</div>
</section>
<section class="clients">
<h2>What client Say</h2>
<div class="saying">
<strong><h3>John Doe</h3></strong>
<p>CEO Facebook</p>
<q>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores, ratione!</q>
<div class="message">
<p>leave me a message at <a href="">jh409780@gmail.com</a></p>
</div>
</div>
</section>
<footer class="copyright">
© 2022
</footer>
</body>
</html>