mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-19 07:56:04 +01:00
feat: add social networks
This commit is contained in:
16
index.html
16
index.html
@@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="pt-BR">
|
<html lang="pt-BR">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -12,12 +13,21 @@
|
|||||||
<body>
|
<body>
|
||||||
<img id="profilePicture" src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
|
<img id="profilePicture" src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
|
||||||
|
|
||||||
<a href="https://www.instagram.com/JohnEmerson1406" id="userName">@JohnEmerson1406</a>
|
<p id="userName">@JohnEmerson1406</p>
|
||||||
|
|
||||||
<div id="links">
|
<div id="links">
|
||||||
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank"><i class="fab fa-github"> </i>Github</a>
|
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank"><i
|
||||||
<a class="link" href="https://www.linkedin.com/in/johnemerson1406" target="_blank"><i class="fab fa-linkedin"> </i>LinkedIn</a>
|
class="fab fa-github"> </i>Github</a>
|
||||||
|
<a class="link" href="https://www.linkedin.com/in/johnemerson1406" target="_blank"><i
|
||||||
|
class="fab fa-linkedin"> </i>Linkedin</a>
|
||||||
|
<a class="link" href="https://www.instagram.com/johnemerson1406" target="_blank"><i
|
||||||
|
class="fab fa-instagram"> </i>Instagram</a>
|
||||||
|
<a class="link" href="https://twitter.com/JohnEmerson1406" target="_blank"><i
|
||||||
|
class="fab fa-twitter"> </i>Twitter</a>
|
||||||
|
<a class="link" href="https://myanimelist.net/profile/JohnEmerson1406" target="_blank"><i
|
||||||
|
class="fa fa-play-circle"> </i>MyAnimeList</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user