Skip to content

Commit 998bb11

Browse files
committed
refactor: format html
1 parent 4a3a78a commit 998bb11

File tree

1 file changed

+48
-41
lines changed

1 file changed

+48
-41
lines changed

index.html

Lines changed: 48 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,71 @@
11
<!DOCTYPE html>
2-
<html lang="pt-BR">
3-
4-
<head>
2+
<html lang="en">
3+
<head>
54
<meta charset="UTF-8">
65
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>John Emerson</title>
8-
<link rel="stylesheet" href="style.css">
9-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
6+
<title>John Emerson | Linktree</title>
7+
<!-- Favicon -->
108
<link rel="icon" href="https://avatars0.githubusercontent.com/u/43749971" type="image/x-icon" />
11-
</head>
9+
<!-- Font Awesome icons -->
10+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
11+
<!-- Core theme CSS -->
12+
<link rel="stylesheet" href="style.css">
13+
</head>
1214

13-
<body>
15+
<body>
16+
<!-- Parallax Pixel Background Animation -->
1417
<section class="animated-background">
15-
<div id="stars1"></div>
16-
<div id="stars2"></div>
17-
<div id="stars3"></div>
18+
<div id="stars1"></div>
19+
<div id="stars2"></div>
20+
<div id="stars3"></div>
1821
</section>
22+
<!-- End of Parallax Pixel Background Animation -->
1923

2024
<a id="profilePicture" href="#popup">
21-
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
25+
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
2226
</a>
2327

2428
<div class="overlay" id="popup">
25-
<div class="popup">
26-
<div class="popup-photo">
27-
<a href="https://avatars0.githubusercontent.com/u/43749971" target="_blank">
28-
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
29-
</a>
30-
</div>
31-
<div class="popup-quote">
32-
But... the sensation that I've lost something lingers for a longtime after I wake up.
33-
</div>
34-
35-
<a class="popup-close" onclick="history.back()">&times;</a>
29+
<div class="popup">
30+
<div class="popup-photo">
31+
<a href="https://avatars0.githubusercontent.com/u/43749971" target="_blank">
32+
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
33+
</a>
34+
</div>
35+
<div class="popup-quote">
36+
But... the sensation that I've lost something lingers for a longtime after I wake up.
3637
</div>
38+
<a class="popup-close" onclick="history.back()">&times;</a>
39+
</div>
3740
</div>
3841

3942
<div id="userName">
40-
@JohnEmerson1406
43+
@JohnEmerson1406
4144
</div>
4245

4346
<div id="links">
44-
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank"><i
45-
class="fab fa-github">&nbsp;</i>Github</a>
46-
<a class="link" href="https://www.linkedin.com/in/johnemerson1406" target="_blank"><i
47-
class="fab fa-linkedin">&nbsp;</i>Linkedin</a>
48-
<a class="link" href="https://www.facebook.com/JohnEmerson1406" target="_blank"><i
49-
class="fab fa-facebook">&nbsp;</i>Facebook</a>
50-
<a class="link" href="https://www.instagram.com/johnemerson1406" target="_blank"><i
51-
class="fab fa-instagram">&nbsp;</i>Instagram</a>
52-
<a class="link" href="https://twitter.com/JohnEmerson1406" target="_blank"><i
53-
class="fab fa-twitter">&nbsp;</i>Twitter</a>
54-
<a class="link" href="https://myanimelist.net/profile/JohnEmerson1406" target="_blank"><i
55-
class="fa fa-play-circle">&nbsp;</i>MyAnimeList</a>
47+
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank">
48+
<i class="fab fa-github">&nbsp;</i>Github
49+
</a>
50+
<a class="link" href="https://www.linkedin.com/in/johnemerson1406" target="_blank">
51+
<i class="fab fa-linkedin">&nbsp;</i>Linkedin
52+
</a>
53+
<a class="link" href="https://www.facebook.com/JohnEmerson1406" target="_blank">
54+
<i class="fab fa-facebook">&nbsp;</i>Facebook
55+
</a>
56+
<a class="link" href="https://www.instagram.com/johnemerson1406" target="_blank">
57+
<i class="fab fa-instagram">&nbsp;</i>Instagram
58+
</a>
59+
<a class="link" href="https://twitter.com/JohnEmerson1406" target="_blank">
60+
<i class="fab fa-twitter">&nbsp;</i>Twitter
61+
</a>
62+
<a class="link" href="https://myanimelist.net/profile/JohnEmerson1406" target="_blank">
63+
<i class="fa fa-play-circle">&nbsp;</i>MyAnimeList
64+
</a>
5665
</div>
5766

5867
<div id="hashtag">
59-
#SejaFeliz❤
68+
#SejaFeliz❤
6069
</div>
61-
62-
</body>
63-
64-
</html>
70+
</body>
71+
</html>

0 commit comments

Comments
 (0)