forked from krynsky/LinkFree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (49 loc) · 1.62 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
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gabriel Silva | gsilva</title>
<!-- Change the title to your name -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<!-- To change profile image -->
<!-- Go to images folder and replace your image with the file name "profile-image.jpg" -->
<img class="user-img" src="images/profile-image.jpg" alt="User Photo" />
<h1>@gsilva</h1>
<!-- Change the text to your name -->
<!-- To change background image -->
<!-- Go to images folder and replace your background image
with the file name "background-image.jp"-->
<!-- Links section begins here -->
<div class="links-sec">
<!-- link starts here -->
<a href="https://opensea.io/gsilva_" target="_blank">
<div class="link">
<span>OpenSea</span>
</div>
</a>
<!-- link ends here -->
<!-- Links section begins here -->
<div class="links-sec">
<!-- link starts here -->
<a href="https://github.com/gsilva5" target="_blank">
<div class="link">
<span>Github</span>
</div>
</a>
<!-- link ends here -->
<!-- link starts here -->
<a href="https://www.instagram.com/g_silva5/" target="_blank">
<div class="link">
<span>Instagram</span>
</div>
</a>
<!-- link ends here -->
</div>
<!-- Links section ends here -->
</main>
</body>
</html>