-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Henry Le | budgetLinktree</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<!-- Profile picture-->
<img src="profile-picture.jpg" alt="profile picture" class="profile-picture">
<!-- Profile name-->
<div class="profile-name">Hello, I'm Henry.</div>
<div id="bio">I'm a software engineer and a producer</div>
<!-- Links-->
<a href="https://henryle.org/" class="links" target="_blank">WEBSITE</a>
<a href="https://www.linkedin.com/in/henry-le-884233208?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3Bn7y58EH8TFiLWPlb2%2F2Dvw%3D%3D" target="_blank" class="links">LINKEDIN</a>
<a href="https://github.com/henrysama58" class="links" target="_blank">GITHUB</a>
<a href="https://www.youtube.com/channel/UCXGMMehM1mXeFBVdA7Y-__w" class="links" target="_blank">FREE BEATS</a>
<a href="https://open.spotify.com/playlist/7HGSTdlOYN8oxRBO2z5Ih9?si=2455d918df0a4950" class="links" target="_blank">MY SPOTIFY PLAYLIST</a>
</body>
</html>