-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (172 loc) · 6.56 KB
/
Copy pathindex.html
File metadata and controls
196 lines (172 loc) · 6.56 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kaan's BetterDiscord Plugins</title>
<style>
:root {
--bd-blue: #3e82e5;
--bd-blue-light: #7289da;
--bd-purple: #5865f2;
--bd-background: #36393f;
--bd-background-dark: #2f3136;
--bd-text: #dcddde;
--bd-text-muted: #b9bbbe;
}
body {
font-family: 'Whitney', 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: var(--bd-background);
color: var(--bd-text);
margin: 0;
padding: 0;
line-height: 1.6;
}
header {
background-color: var(--bd-background-dark);
padding: 2rem 0;
text-align: center;
margin-bottom: 2rem;
border-bottom: 3px solid var(--bd-blue);
}
h1 {
color: white;
font-size: 2.5rem;
margin: 0;
}
.container {
max-width: 1200px;
width: 1000px;
margin: 0 auto;
padding: 0 2rem;
}
.plugin-card {
background-color: var(--bd-background-dark);
border-radius: 8px;
padding: 2rem;
margin-bottom: 2rem;
border-left: 4px solid var(--bd-blue-light);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.plugin-title {
color: white;
font-size: 1.8rem;
margin-top: 0;
margin-bottom: 1rem;
}
.plugin-description {
margin-bottom: 1.5rem;
font-size: 1.1rem;
}
.plugin-images {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
margin-top: 1.5rem;
}
.plugin-images img {
border-radius: 8px;
max-width: 100%;
height: auto;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease;
}
.plugin-images img:hover {
transform: scale(1.02);
}
.single-image img {
max-width: 300px;
}
.multi-image img {
max-width: 350px;
}
.full-width-image img {
max-width: 90%;
}
strong {
color: var(--bd-blue-light);
}
hr {
border: none;
height: 1px;
background-color: var(--bd-background-dark);
margin: 2rem 0;
}
footer {
text-align: center;
padding: 2rem 0;
background-color: var(--bd-background-dark);
color: var(--bd-text-muted);
margin-top: 2rem;
border-top: 1px solid #222;
}
.bd-logo {
height: 80px;
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.plugin-images {
flex-direction: column;
align-items: center;
}
.plugin-images img {
width: 100%;
max-width: 400px;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<img src="https://betterdiscord.app/resources/branding/logo_large.svg" alt="Kaan's BetterDiscord Plugins" class="plugin-logo">
<h1>Plugins</h1>
</div>
</header>
<main class="container">
<div class="plugin-card">
<h2 class="plugin-title">Voice Hub</h2>
<p class="plugin-description">Ever wondered who's hanging out in voice channels while you're chatting? <strong>Voice Hub</strong> lets you see who's in any voice channel at any time, making it super easy to jump into a conversation or connect with friends. No more guessing—stay in the loop with who's around!</p>
<div class="plugin-images single-image">
<img src="https://zrodevkaan.github.io/BDPlugins/Plugins/assets/voicehub.png" alt="Voice Hub Screenshot" />
</div>
</div>
<div class="plugin-card">
<h2 class="plugin-title">ShowImagesAnyway</h2>
<p class="plugin-description">Frustrated by seeing links that don't show images? <strong>ShowImagesAnyway</strong> has you covered! This plugin allows you to view links or media from users who don't have permissions to embed them. Now, you can enjoy all the content being shared, no matter the permissions!</p>
<div class="plugin-images single-image">
<img src="https://zrodevkaan.github.io/BDPlugins/Plugins/assets/showimagesanyway.png" alt="Show Images Anyway Screenshot" />
</div>
</div>
<div class="plugin-card">
<h2 class="plugin-title">GuildProfile</h2>
<p class="plugin-description">Want to know more about the servers you're in? <strong>GuildProfile</strong> gives you access to extra information about your guilds, copying emojis, and stickers to other servers!</p>
<div class="plugin-images single-image">
<img src="https://zrodevkaan.github.io/BDPlugins/Plugins/assets/guildprofile.png" alt="Guild Profile Screenshot" />
</div>
</div>
<div class="plugin-card">
<h2 class="plugin-title">BetterImageUtils</h2>
<p class="plugin-description">Take your image game to the next level with <strong>BetterImageUtils</strong>! This powerful plugin gives you control over images in Discord, including profile pictures, banners, and more. Enjoy features like meme text, external editing, recent images, reverse image search, and 40+ filtering options for images. Say goodbye to limitations and hello to creativity!</p>
<div class="plugin-images">
<div class="multi-image">
<img src="https://zrodevkaan.github.io/BDPlugins/Plugins/assets/betterimageutils.png" alt="Better Image Utils Screenshot" />
</div>
<div class="multi-image">
<img src="https://zrodevkaan.github.io/BDPlugins/Plugins/assets/betterimageutils_1.png" alt="Better Image Utils Screenshot" />
</div>
<div class="full-width-image">
<img src="https://zrodevkaan.github.io/BDPlugins/Plugins/assets/betterimageutils_2.png" alt="Better Image Utils Screenshot" />
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<p>Enhance your Discord experience with BetterDiscord plugins.</p>
<p>© 2025 Kaan - Not affiliated with your mom Inc.</p>
</div>
</footer>
</body>
</html>