This repository was archived by the owner on Nov 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (97 loc) · 4.84 KB
/
Copy pathindex.html
File metadata and controls
99 lines (97 loc) · 4.84 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BetterDiscordStuff</title>
<link rel="stylesheet" href="website/styles.css">
<meta name="description" content="Tropical's pointless website.">
</head>
<body>
<div id="projects">
<div class="project">
<div id="header">Midnight UI</div>
<div id="subtext">Discord Theme</div>
<div class="background midnight"></div>
<a href="https://tropix126.github.io/BetterDiscordStuff/midnight/" class="link-button">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false">
<g>
<path d="M11.7333 8.26667V4L19.2 11.4667L11.7333 18.9333V14.56C6.4 14.56 2.66667 16.2667 0 20C1.06667 14.6667 4.26667 9.33333 11.7333 8.26667Z"></path>
</g>
</svg>
</a>
</div>
<div class="project">
<div id="header">Aurora<div class="discont">(discontinued)</div></div>
<div id="subtext">Discord Theme</div>
<div class="background aurora"></div>
<a href="https://github.com/tropix126/BetterDiscordStuff/blob/master/aurora/" class="link-button">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false">
<g>
<path d="M11.7333 8.26667V4L19.2 11.4667L11.7333 18.9333V14.56C6.4 14.56 2.66667 16.2667 0 20C1.06667 14.6667 4.26667 9.33333 11.7333 8.26667Z"></path>
</g>
</svg>
</a>
</div>
<div class="project">
<div id="header">Black Box</div>
<div id="subtext">Discord Server</div>
<div class="background blackbox"></div>
<a href="https://discordapp.com/invite/TeRQEPb" class="link-button">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false">
<g>
<path d="M11.7333 8.26667V4L19.2 11.4667L11.7333 18.9333V14.56C6.4 14.56 2.66667 16.2667 0 20C1.06667 14.6667 4.26667 9.33333 11.7333 8.26667Z"></path>
</g>
</svg>
</a>
</div>
<div class="project">
<div id="header">FriendGrid</div>
<div id="subtext">Addon</div>
<div class="background friendgrid"></div>
<a href="http://github.com/tropix126/BetterDiscordStuff/blob/master/friendGrid/" class="link-button">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false">
<g>
<path d="M11.7333 8.26667V4L19.2 11.4667L11.7333 18.9333V14.56C6.4 14.56 2.66667 16.2667 0 20C1.06667 14.6667 4.26667 9.33333 11.7333 8.26667Z"></path>
</g>
</svg>
</a>
</div>
<div class="project">
<div id="header">MaterialCons</div>
<div id="subtext">Discord Icon Pack</div>
<div class="background materialcons "></div>
<a href="https://github.com/Tropix126/BetterDiscordStuff/blob/master/materialcons/MaterialCons.theme.css" class="link-button">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false">
<g>
<path d="M11.7333 8.26667V4L19.2 11.4667L11.7333 18.9333V14.56C6.4 14.56 2.66667 16.2667 0 20C1.06667 14.6667 4.26667 9.33333 11.7333 8.26667Z"></path>
</g>
</svg>
</a>
</div>
<div class="project">
<div id="header">usrbg</div>
<div id="subtext">User database for theme developers</div>
<div class="background usrbg"></div>
<a href="https://github.com/Discord-Custom-Covers/usrbg" class="link-button">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false">
<g>
<path d="M11.7333 8.26667V4L19.2 11.4667L11.7333 18.9333V14.56C6.4 14.56 2.66667 16.2667 0 20C1.06667 14.6667 4.26667 9.33333 11.7333 8.26667Z"></path>
</g>
</svg>
</a>
</div>
<div class="project">
<div id="header">BDSources</div>
<div id="subtext">Informational BetterDiscord website</div>
<div class="background bdsources"></div>
<a href="http://bdsources.github.io/" class="link-button">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false">
<g>
<path d="M11.7333 8.26667V4L19.2 11.4667L11.7333 18.9333V14.56C6.4 14.56 2.66667 16.2667 0 20C1.06667 14.6667 4.26667 9.33333 11.7333 8.26667Z"></path>
</g>
</svg>
</a>
</div>
</div>
</body>
</html>