mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-16 22:46:04 +01:00
refactor: format html
This commit is contained in:
87
index.html
87
index.html
@@ -1,64 +1,71 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-BR">
|
||||
|
||||
<head>
|
||||
<html lang="en">
|
||||
<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">
|
||||
<title>John Emerson | Linktree</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" href="https://avatars0.githubusercontent.com/u/43749971" type="image/x-icon" />
|
||||
</head>
|
||||
<!-- Font Awesome icons -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
|
||||
<!-- Core theme CSS -->
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<!-- Parallax Pixel Background Animation -->
|
||||
<section class="animated-background">
|
||||
<div id="stars1"></div>
|
||||
<div id="stars2"></div>
|
||||
<div id="stars3"></div>
|
||||
<div id="stars1"></div>
|
||||
<div id="stars2"></div>
|
||||
<div id="stars3"></div>
|
||||
</section>
|
||||
<!-- End of Parallax Pixel Background Animation -->
|
||||
|
||||
<a id="profilePicture" href="#popup">
|
||||
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
|
||||
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
|
||||
</a>
|
||||
|
||||
<div class="overlay" id="popup">
|
||||
<div class="popup">
|
||||
<div class="popup-photo">
|
||||
<a href="https://avatars0.githubusercontent.com/u/43749971" target="_blank">
|
||||
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
|
||||
</a>
|
||||
</div>
|
||||
<div class="popup-quote">
|
||||
But... the sensation that I've lost something lingers for a longtime after I wake up.
|
||||
</div>
|
||||
|
||||
<a class="popup-close" onclick="history.back()">×</a>
|
||||
<div class="popup">
|
||||
<div class="popup-photo">
|
||||
<a href="https://avatars0.githubusercontent.com/u/43749971" target="_blank">
|
||||
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
|
||||
</a>
|
||||
</div>
|
||||
<div class="popup-quote">
|
||||
But... the sensation that I've lost something lingers for a longtime after I wake up.
|
||||
</div>
|
||||
<a class="popup-close" onclick="history.back()">×</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="userName">
|
||||
@JohnEmerson1406
|
||||
@JohnEmerson1406
|
||||
</div>
|
||||
|
||||
<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://www.linkedin.com/in/johnemerson1406" target="_blank"><i
|
||||
class="fab fa-linkedin"> </i>Linkedin</a>
|
||||
<a class="link" href="https://www.facebook.com/JohnEmerson1406" target="_blank"><i
|
||||
class="fab fa-facebook"> </i>Facebook</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>
|
||||
<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>
|
||||
<a class="link" href="https://www.facebook.com/JohnEmerson1406" target="_blank">
|
||||
<i class="fab fa-facebook"> </i>Facebook
|
||||
</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 id="hashtag">
|
||||
#SejaFeliz❤
|
||||
#SejaFeliz❤
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user