-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (69 loc) · 2.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Walker #84837 | Linktree</title>
<link rel="icon" href="https://avatars.githubusercontent.com/u/68739688" type="image/x-icon"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- background animation -->
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<!-- end of animation -->
<main class="index">
<a id="profilePicture" href="#popup">
<img src="https://avatars.githubusercontent.com/u/68739688" alt="Profile Picture">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<a href="https://avatars.githubusercontent.com/u/68739688" target="_blank">
<img src="https://avatars.githubusercontent.com/u/68739688" alt="Profile Picture">
</a>
</div>
<div class="popup-quote">
"But I always feel an inner emptiness that I can't fill. I suffer in silence and loneliness. I hope that the emptiness is only a memory."
</div>
<a class="popup-close" onclick="history.back()">×</a>
</div>
</div>
<div id="userName">@walker84837</div>
<div id="links">
<a class="link" href="https://github.com/walker84837" target="_blank">
<i class="fab fa-github"> </i>GitHub
</a>
<a class="link" href="https://discord.gg/z4vzXkbCbS" target="_blank">
<i class="fab fa-discord"> </i>Discord
</a>
<a class="link" href="https://youtube.com/channel/UCvZViPKcHCHRAhQfkzeK6jQ" target="_blank">
<i class="fab fa-youtube"> </i>YouTube
</a>
<a class="link" href="https://t.me/winlogon3" target="_blank">
<i class="fab fa-telegram"> </i>Telegram
</a>
<a class="link" href="https://www.instagram.com/walker_84837" target="_blank">
<i class="fab fa-instagram"> </i>Instagram
</a>
<a class="link" href="https://twitter.com/winlogon3" target="_blank">
<i class="fab fa-twitter"> </i>Twitter
</a>
<a class="link" href="https://open.spotify.com/user/31hssjtfmly2bugj2zzyx65imb3u" target="_blank">
<i class="fab fa-spotify"> </i>Spotify
</a>
<a class="link" href="https://twitch.tv/walker84837" target="_blank">
<i class="fab fa-twitch"> </i>Twitch
</a>
</div>
<div id="hashtag">
#UseLinux
</div>
<footer><a href="/pages.html">My websites</a></footer>
</main>
</body>
</html>