-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile of Le Manh Hung</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="profile-box">
<img src="images/menu.png" class="menu-icon">
<img src="images/setting.png" class="setting-icon">
<img src="images/profile-pic.png" class="profile.pic">
<h3>Le Manh Hung</h3>
<p>Software Engineering Students, Quy Nhon</p>
<div class="social-media">
<a href="https://www.instagram.com/hung0bd/"> <img src="images/instagram.png"> </a>
<a href="https://www.facebook.com/sofv.hung2003/"><img src="images/free-facebook-icon-2869-thumb.png"></a>
<a href="https://www.tiktok.com/@sofv2003"><img src="images/tiktok.png"></a>
</div>
<button type="button">Follow </button>
<div class="profile-bottom">
<p>Discover More About My Profile</p>
<img src="images/arrow.png">
</div>
</div>
</div>
</body>
</html>