-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (85 loc) · 3.06 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>Personal Website</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:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<section class="first">
<div class="half-width">
<h2>Hello I'm</h2>
<h1 class="pink-highlited">Minhaz uddin</h1>
<p>To develop my career in light of the
experience of Computer Engineering
sector though working in a well
reputed organization with honesty
and dignity where success comes
through creativity. I am always ready
to work harder and with utmost
dedication.I want to learn from the
organization and growth with
organization</p>
<a class="link-button"target="-blank"href="https://github.com/Minhaz78">HIRE ME</a>
</div>
<div class="half-width">
<img src="peter.png" alt="">
</div>
</section>
<section class="second">
<div class="half-width">
<img src="peter_dream.png" alt="">
</div>
<div class="half-width">
<h2>Biography</h2>
<p>To develop my career in light of the
experience of Computer Engineering
sector though working in a well
reputed organization with honesty
and dignity where success comes
through creativity. I am always ready
to work harder and with utmost
dedication.I want to learn from the
organization and growth with
organization</p>
<a class="link-button"target="-blank"href="https://github.com/Minhaz78">DOWNLOAD RESUME</a>
</div>
</section>
<section class="third">
<p class="para">My latest Work</p>
<div class="latest">
<img src="latest-work/work-1.png" alt="">
</div>
<div class="latest">
<img src="latest-work/work-2.jpg" alt="">
</div>
<div class="latest">
<img src="latest-work/work-3.jpg" alt="">
</div>
</section>
<section class="forth">
<p>What Client Are Say</p>
<div>
<h4 class="center">Bruce Morcy</h4>
<h6 class="center">Founder & ceo alias</h6>
</div>
<div>
<h5 class="center">I am always ready
to work harder and with utmost
dedication.</h5>
</div>
<div class="link-button2">
<h5>Leave me a message</h5>
<a ctarget=-blank href="https://www.google.com/gmail/"><h3>minhaic78@gmial.com</h3></a>
</div>
</section>
<footer>
<p>Minhaz.@2021copyright</p>
</footer>
</body>
</html>