This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extralinks.html
142 lines (127 loc) · 4.29 KB
/
extralinks.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mwa's portfolio - Extra links</title>
<link rel="icon" type="image/x-icon" href="https://files.catbox.moe/n70jkj.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Mwa's portfolio - extra links" />
<meta property="og:description" content="Extra links" />
<meta property="og:image" content="https://files.catbox.moe/n70jkj.png" />
<meta property="og:url" content="https://mwa.is-a.dev/extrasocials" />
<link href="https://fonts.cdnfonts.com/css/satoshi" rel="stylesheet">
<style>
body {
margin: 0;
padding: 0;
background-image: url('https://files.catbox.moe/yafbz3.gif');
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: 'Satoshi',Arial, sans-serif;
}
a:link,
a:visited{
color: #ffffff;
}
a:hover
a:active{
color: grey;
}
.info-box {
background-color: rgba(0, 0, 0, 0.4);
color: white;
padding: 20px;
backdrop-filter: blur(10px);
margin: 20px;
border-radius: 25px;
text-align: center;
font-family: 'Satoshi', Arial, sans-serif;
max-width: 100vw;
}
.profile-img {
border-radius: 50%;
max-width: 100px;
}
.social-icons {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 20px;
max-width: 100vw;
}
.social-icons a {
display: inline-block;
margin: 0 5px;
width: 35px;
height: 35px;
overflow: hidden;
border-radius: 50%;
}
.social-icons img {
width: 100%;
height: 100%;
transition: transform 0.2s ease-in-out;
border-radius: 50%;
}
.social-icons img:hover {
transform: scale(0.9);
border: none;
}
</style>
</head>
<body>
<div class="info-box">
<img src="./Some images/extra.svg" alt="kebab icon" class="profile-img"><br>
<span style="font-size: 15px;">Extra socials</span><br><span>Just socials i rarely use or moved to here to keep clean</span><br>
<div>
<span style="font-size: 15px;">Click <a href="./">here</a> to go back</span>
<div class="social-icons">
<div title="Bluesky(@totallynotmwa.bsky.social) Alterntive to mastodon">
<a href="https://bsky.app/profile/totallynotmwa.bsky.social" rel="me" target="_blank">
<img src="./Some images/Bluesky.svg" alt="Bluesky">
</a>
</div>
<div title="Odsyee(@Totallynotmwa)">
<a href="https://odysee.com/@Totallynotmwa:6" rel="me" target="_blank">
<img src="./Some images/odysee.svg" alt="odysee">
</a>
</div>
<div title="Codeburg(@totallynotmwa)">
<a href="https://codeberg.org/totallynotmwa" rel="me" target="_blank">
<img src="https://files.catbox.moe/ymux4i.svg" alt="codeburg">
</a>
</div>
<div title="Spotify (Nuh uh) rarely used">
<a href="https://open.spotify.com/user/mwaffak_lol" rel="me" target="_blank">
<img src="./Some images/Spotify.svg" alt="Spotify">
</a>
</div>
<div title="Twitch(totallynotmwa) Watching only">
<a href="hhttps://www.twitch.tv/totallynotmwa" rel="me" target="_blank">
<img src="./Some images/Twitch.svg" alt="Twitch">
</a>
</div>
<div title="Namesmc/Minecraft(Mwanothere)">
<a href="https://namemc.com/profile/Mwanothere.1" rel="me" target="_blank" >
<img src="./Some images/Minecraft.svg" alt="backloggd" >
</a>
</div>
<div title="Backloggd(/U/Totallynotmwa) All the games i played/playing and my review on them">
<a href="https://backloggd.com/u/Totallynotmwa/" rel="me" target="_blank" >
<img src="https://files.catbox.moe/j8jo8a.jpg" alt="backloggd" >
</a>
</div>
<div title="Myanimelist(Totallynotmwa) Not much of a weeb anymore but will still exists">
<a href="https://myanimelist.net/profile/Totallynotmwa" rel="me" target="_blank">
<img src="/Some images/Myanimelist.png" alt="My anime list">
</a>
</div>
</div>
<div>
</div>
</div>
</body>
</html>