-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.59 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
<!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>profile</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="card">
<div class="thumb">
<img src="assets/img/IMG_20220206_125042.jpg" alt="profile picture">
<h4>Azad Hossain</h4>
<div class="ster">
<a href="#"><i class=" fas fa-star"></i></a>
<a href="#"><i class=" fas fa-star"></i></a>
<a href="#"><i class=" fas fa-star"></i></a>
<a href="#"><i class=" far fa-star"></i></a>
<a href="#"><i class=" far fa-star"></i></a>
</div>
<div class="icon">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></i></a>
</div>
</div>
<div class="content">
<h3>frontend developer</h3>
<p>hai. hi, im a expart prontend developer,im done my design by skill and creative knoeledge. you give me your website designing without tension.</p></div>
<div class="another">
<a href="#">work</a>
<a href="#">profile</a>
<a href="#">reopository</a>
</div>
<p><button>Hire Me</button></p>
</div>
</div>
</body>
</html>