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
/
discord.html
111 lines (102 loc) · 3.44 KB
/
discord.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mwa's portfoilo - discord</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="totallynotmwa (Discord)" />
<meta property="og:description" content=" my Discord username " />
<meta property="og:image" content="/pfp.png" />
<meta property="og:url" content="https://mwa.is-a.dev/discord" />
<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;
}
:link,
a:visited{
color: #ffffff;
}
a:hover
a:active{
color: grey;
}
.info-box {
background-color: rgba(0, 0, 0, 0.5);
color: white;
backdrop-filter: blur(10px);
padding: 20px;
margin: 20px;
border-radius: 25px;
text-align: center;
font-family: 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 10px;
width: 50px;
height: 50px;
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;
}
.bot-button {
border-radius: 5px;
background-color: #ffffff;
color: rgb(0, 0, 0);
border: none;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.bot-button:hover {
background-color: #424549;
}
</style>
</head>
<body>
<div class="info-box">
<img src="./Some images/discord.svg" alt="Platform icon" class="profile-img"><br><div>
<span style="font-size: 30px;">totallynotmwa</span><br>
<p style="font-size: 15px;"> click <a href="./">here</a> to go back</p>
<p>Since there are no profile pages/To much contact options on Discord you were redirected to this page, But there is 3 ways to add/dm me <br> <small>Note: due to js limits it will take you to the link on the same tab and ofc i do not own these sites</small><br> <br> <button onclick="location.href='https://discord.com/users/834293703333642240'" class="bot-button">Offical discord(requires to be in the same server/requires to be friends)</button> <button onclick="location.href='https://discord.gg/z9ZkAY45bc'" class="bot-button">Dms server(Recommended)</button> <button onclick="location.href='https://discordid.netlify.app/?id=834293703333642240'" class="bot-button">official discord 2(shows info and stuff)</button> <br> <button onclick="location.href='./reviews'" class="bot-button">See reviewdb</button><br> </p>
</div>
</div>
</div>
</div>
</body>
</html>