-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex(backup).html
87 lines (81 loc) · 3.24 KB
/
index(backup).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
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Links - StevvWorks</title>
<!-- Favicon -->
<link rel="icon" href="https://i.imgur.com/SsoqHX7.png" type="image/x-icon" />
<!-- 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>
<!-- Parallax Pixel Background Animation -->
<section class="animated-background">
<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://i.imgur.com/ohY1AT2.png">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<a href="https://i.imgur.com/ohY1AT2.png" target="_blank">
<img src="https://i.imgur.com/ohY1AT2.png" alt="Profile Picture">
</a>
</div>
<div class="popup-quote">
過去を恐れる必要はありません。 過去は単なる思い出です。 それは本当ではない。
</div>
<a class="popup-close" onclick="history.back()">×</a>
</div>
</div>
<div id="userName">
Bung Stevv <br> <br> <br>
Hi! Just call me Stevv for short. Just a Gamer & Otaku who loves photography and editing over a cup of coffee ☕
</div>
<div id="links">
<a class="link" href="http://conannime.my.id" target="_blank">
<i class="fas fa-folder-open"> </i>My Project #1 - Database Conan sub indo
</a>
<a class="link" href="https://wallfiles.my.id/" target="_blank">
<i class="fas fa-folder-open"> </i>My Project #2 - just ui/ux file sharing
</a>
<a class="link" href="https://stats.fm/bungstevv" target="_blank">
<i class="fab fa-spotify"> </i>Spotify
</a><a class="link" href="https://steamcommunity.com/id/stevvkudo/" target="_blank">
<i class="fab fa-steam"> </i>Steam
</a>
<a class="link" href="/404" target="_blank">
<i class="fas fa-play"> </i>🚧 On construction 🚧
</a>
<a class="link" href="https://www.facebook.com/stevvch" target="_blank">
<i class="fab fa-facebook"> </i>Facebook
</a>
<a class="link" href="https://twitter.com/StevvCh" target="_blank">
<i class="fab fa-twitter"> </i>Twitter
</a>
<a class="link" href="https://trakteer.id/Stevvch/tip" target="_blank">
<i class="fas fa-coffee"> </i>Traktir kopi
</a>
<a class="link" href="https://www.twitch.tv/stevvch" target="_blank">
<i class="fab fa-twitch"> </i>Twitch
</a>
<a class="link" href="https://dik.si/StevvWorksWP" target="_blank">
<i class="fas fa-image"> </i>Wallpaper
</a>
<a class="link" href="https://live.stevvworks.my.id/" target="_blank">
<i class="fab fa-youtube"> </i>Live Stream
</a>
</a>
</div>
<div id="hashtag">
Chill with coffee ☕ - StevvWorks 2024
</div>
</body>
</html>