-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (38 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to my protfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<section class="container">
<div class="text-area">
<h1>Welcome To</h1>
<h1><span class="highlight-name">My </span>Website</h1>
<h3>I am a professional front end developer</h3>
<p class="info-area">I'm a Front End Web/Wordpress Developer. I'm always ready to accept the challenges in this sector. I always try my best practices.Feel Free to contact me about your issue. I'm always active for you. I will try to help you from my side. Looking forward to working with you.</p>
<a class="link-button" href="http://https://www.linkedin.com/in/miron-hasan-7b0542143/" target="_blank">Hire ME</a>
</div>
<div class="iamage-area">
<img src="developer-portfolio/jhankar.png" alt="profile photo">
</div>
</section>
</header>
<section class="main-area">
<div class="main-area-container">
<div class="main-area-image">
<img src="developer-portfolio/jhankar2.png" alt="profile image" >
</div>
<div class="main-area-text">
<h3>I am a professional front end developer</h3>
<p class="info-area">I'm a Front End Web/Wordpress Developer. I'm always ready to accept the challenges in this sector. I always try my best practices.Feel Free to contact me about your issue. I'm always active for you. I will try to help you from my side. Looking forward to working with you.</p>
<a class="link-button" href="https://github.com/Mukhdum/my-portfolio" target="_blank">SHOW CODE ON GUTHUB</a>
</div>
</div>
</section>
</body>
</html>