-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (81 loc) · 3.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Website</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="top">
<div class="half-width">
<h1>HELLO, I'M <br><span class="highlighted">MINHAJ HASAN</span> </h1>
<P>A full stack allaround designer that placerat
in massa consectetur</P>
<a class="button" target="_blank" href="https://www.linkedin.com/in/md-minhaj-hasan-9aa673133/">Hire Me</a>
</div>
<div class="half-width">
<img class="pro-img" src="./images/profile01.png" alt="">
</div>
</section>
<section id="bottom">
<div class="half-width">
<img class="pro-img" src="./images/profile02.png" alt="">
</div>
<div class="half-width">
<h1>ABOUT</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a class="button" target="_blank" href="https://www.linkedin.com/in/md-minhaj-hasan-9aa673133/">Download CV</a>
</div>
</section>
<section id="project-area">
<div>
<h1><span class="highlighted">LATEST</span> WORKING PROJECT</h1>
</div>
<div class="main-box">
<div class="box">
<img class="imgg" src="./images/image 4.png" alt="">
<h2>Power-x-gym (gym website)</h2>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry.
</p>
</div>
<div class="box">
<img class="imgg" src="./images/image 5.png" alt="">
<h2>Creative Agency</h2>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry.
</p>
</div>
<div class="box">
<img class="imgg" src="./images/image 8.png" alt="">
<h2>Hard Rock Music</h2>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry.
</p>
</div>
</div>
</section>
<section id="work-inquiry-area">
<div class="image-box">
<div class="half-width">
<h2>WORK INQUIRY</h2>
</div>
<div class="half-width">
<a class="button second-btn" target="_blank" href="https://www.facebook.com/minhajhasan117">Let's Chat</a>
</div>
</div>
</section>
<footer>
<div class="social-link">
<h2>STAY CONNECTED</h2>
<h1>minhajhasan.dev@gmail.com</h1>
<a target="_blank" href="https://dribbble.com/"> <img class="link-img" src="./images/image 6.png" alt=""></a>
<a target="_blank" href="https://www.behance.net/"><img class="link-img" src="./images/Group 33059.png" alt=""></a>
<a target="_blank" href="https://www.instagram.com/"><img class="link-img" src="./images/image 7.png" alt=""></a>
</div>
</footer>
</body>
</html>