-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.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
<!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="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<link rel="stylesheet" href="style.css">
<title>Tasfiq's Profile</title>
</head>
<body>
<div class="main">
<div class="left">
<img src="./b.jpg" alt="">
</div>
<div class="right">
<div class="name"><h1>Tasfiq</h1></div>
<div class="other">
<div class="position">
<p>Web developer | Programmer | Minecraft Server Developer</p>
</div>
<div class="bio">
<p>Hello! I am Web Developer from Bangladesh, Dhaka. I have rich experience in web site design and building, also I am good at wordpress. I love to talk with you about our unique.</p>
</div>
<a href="https://discord.gg/twvv54U">Contact me </a>
<div class="social-btn">
<i class="lab la-github"></i>
<i class="lab la-instagram"></i>
<i class="lab la-facebook"></i>
</div>
</div>
</div>
</div>
</body>
</html>