-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
40 lines (37 loc) · 1.44 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Website Of Mahmudul Hasan</title>
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="jnstyle2.css">
</head>
<body>
<section class="top-banner">
<div class="half-width">
<h1>Welcome To</h1>
<h1><span>Mahmudul Hasan's</span> World</h1>
<h3>Do you want to solve your problem???!!!</h3>
<p>Then you need me!!!</p>
<a class="anchor-button" target="_blank" href="https://www.linkedin.com/in/mahmudul-hasan-50302918a/">HIRE ME</a>
</div>
</section>
<section class="experience-area">
<h2>Experiences</h2>
<div class="half-width" id="full-stack">
<h2>Full Stack Web Developer</h2>
<h3>2020-Present | Problem Solver</h3>
<p>I can help you to make a beautiful website!!!</p>
</div>
<div class="half-width" id="mobile-app">
<h2>MObile App Developer</h2>
<h3>2020-present | Problem Solver</h3>
<p>I can help you to make an moblle app!!!</p>
</section>
<footer>
<p>© Mahmudul Hasan</p>
</footer>
</body>
</html>