2020-03-21 12:56:38 -03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="pt-BR">
|
2020-03-21 15:19:24 -03:00
|
|
|
|
2020-03-21 12:56:38 -03:00
|
|
|
<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">
|
2020-03-21 14:34:16 -03:00
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
|
2020-03-21 15:19:24 -03:00
|
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
2020-03-21 12:56:38 -03:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2020-03-21 21:26:02 -03:00
|
|
|
<section class="animated-background">
|
|
|
|
|
<div id="stars1"></div>
|
|
|
|
|
<div id="stars2"></div>
|
|
|
|
|
<div id="stars3"></div>
|
|
|
|
|
</section>
|
|
|
|
|
|
2020-03-21 12:56:38 -03:00
|
|
|
<img id="profilePicture" src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
|
|
|
|
|
|
2020-03-21 16:01:43 -03:00
|
|
|
<div id="userName">
|
|
|
|
|
@JohnEmerson1406
|
|
|
|
|
</div>
|
2020-03-21 12:56:38 -03:00
|
|
|
|
|
|
|
|
<div id="links">
|
2020-03-21 15:19:24 -03:00
|
|
|
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank"><i
|
|
|
|
|
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>
|
2020-03-21 15:43:03 -03:00
|
|
|
<a class="link" href="https://www.facebook.com/JohnEmerson1406" target="_blank"><i
|
|
|
|
|
class="fab fa-facebook"> </i>Facebook</a>
|
2020-03-21 15:19:24 -03:00
|
|
|
<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>
|
2020-03-21 12:56:38 -03:00
|
|
|
</div>
|
2020-03-21 15:19:24 -03:00
|
|
|
|
2020-03-21 16:01:43 -03:00
|
|
|
<div id="profileQuote">
|
|
|
|
|
#SejaFeliz❤
|
|
|
|
|
</div>
|
|
|
|
|
|
2020-03-21 12:56:38 -03:00
|
|
|
</body>
|
2020-03-21 15:19:24 -03:00
|
|
|
|
2020-03-21 12:56:38 -03:00
|
|
|
</html>
|