-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (70 loc) · 3.57 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
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Skidverse - Discord Scums</title>
<link rel="stylesheet" href="main.css">
<script src="script.js" defer></script>
</head>
<body>
<h1 id="site-name">SKIDVERSE</h1>
<p id="slogan-top">Sharing Skids, Dodgey People, Predators, one at a time.</p>
<button id="report-button">REPORT</button>
<div class="main-container">
<h1 class="subtitle-h1">Discord Skids</h1>
<div class="card-container">
<div class="skid-card">
<img src="https://cdn.discordapp.com/avatars/1274111227844366516/cc8aebba4f5a03aa704940968f570418?size=1024" alt="Skid Avatar">
<h2>Exploit dev</h2>
<p>Discord: exploitdev_v2</p>
<p>ID: 1274111227844366516</p>
<p>Last updated: 16/10/24</p>
<p class="busted-by">Busted by: Mat!</p>
<button class="view-more" data-discord="exploitdev_v2" data-id="1274111227844366516" data-last-updated="16/10/24" data-more-info="More info about this user." data-proof-images='["image-host/exploitdev/exploitdev1.png", "image-host/exploitdev/exploitdev2.png", "image-host/exploitdev/exploitdev3.png"]'>View More</button>
</div>
<div class="skid-card">
<img src="./placeholder.png" alt="Skid Avatar">
<h2>Another User</h2>
<p>Discord: another_user</p>
<p>ID: 420</p>
<p>Last updated: 15/10/24</p>
<p class="busted-by">Busted by: Elec!</p>
<button class="view-more" data-discord="another_user" data-id="420" data-last-updated="15/10/24" data-more-info="More info about this user." data-proof-images='["image-host/another_user/proof1.png", "image-host/another_user/proof2.png", "image-host/another_user/proof3.png"]'>View More</button>
</div>
<div class="skid-card">
<img src="./placeholder.png" alt="Skid Avatar">
<h2>Scam Master</h2>
<p>Discord: scam_master</p>
<p>ID: 1337</p>
<p>Last updated: 14/10/24</p>
<p class="busted-by">Busted by: Mat!</p>
<button class="view-more" data-discord="scam_master" data-id="1337" data-last-updated="14/10/24" data-more-info="More info about this user." data-proof-images='["image-host/scam_master/proof1.png", "image-host/scam_master/proof2.png", "image-host/scam_master/proof3.png"]'>View More</button>
</div>
</div>
<h1>That's it for now!</h1>
</div>
<div class="see-more-container" id="see-more-container">
<button id="close-button">X</button>
<h1>Information about the user:</h1>
<p id="user-discord">Discord: </p>
<p id="user-id">ID: </p>
<p id="user-last-updated">Last updated: </p>
<p id="user-more-info"></p>
<p>Right-click and open image in new tab if needed.</p>
<h2>Proof:</h2>
<div class="proof-container">
<div class="proof-item">
<img src="" alt="proof" id="proof1">
</div>
<div class="proof-item">
<img src="" alt="proof" id="proof2">
</div>
<div class="proof-item">
<img src="" alt="proof" id="proof3">
</div>
</div>
</div>
<footer>Site made by Mat! DM me if you want to get yourself removed with a reason why.</footer>
</body>
</html>