Files
linktree/index.html
2020-03-23 02:25:38 -03:00

68 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>John Emerson</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<a id="profilePicture" href="#popup">
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
</div>
<!-- <div class="popup-text">
<h1>
John Emerson
</h1>
<p>
But... the sensation that I've lost something lingers for a longtime after I wake up.
</p>
</div> -->
<a class="popup-close" onclick="history.back()">&times;</a>
</div>
</div>
<div id="userName">
@JohnEmerson1406
</div>
<div id="links">
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank"><i
class="fab fa-github">&nbsp;</i>Github</a>
<a class="link" href="https://www.linkedin.com/in/johnemerson1406" target="_blank"><i
class="fab fa-linkedin">&nbsp;</i>Linkedin</a>
<a class="link" href="https://www.facebook.com/JohnEmerson1406" target="_blank"><i
class="fab fa-facebook">&nbsp;</i>Facebook</a>
<a class="link" href="https://www.instagram.com/johnemerson1406" target="_blank"><i
class="fab fa-instagram">&nbsp;</i>Instagram</a>
<a class="link" href="https://twitter.com/JohnEmerson1406" target="_blank"><i
class="fab fa-twitter">&nbsp;</i>Twitter</a>
<a class="link" href="https://myanimelist.net/profile/JohnEmerson1406" target="_blank"><i
class="fa fa-play-circle">&nbsp;</i>MyAnimeList</a>
</div>
<div id="profileQuote">
#SejaFeliz❤
</div>
</body>
</html>