-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
457 lines (455 loc) · 15.9 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
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/styles/style.css" />
<link rel="icon" href="/imgs/logo.png" />
<style>
@media only screen and (max-width: 1650px) {
section#home {
grid-template-columns: 1fr 0.85fr;
}
.hero-statement {
margin-right: 1vw;
}
}
@media only screen and (max-width: 1150px) {
section#home {
grid-template-columns: 1fr;
}
.hero-statement {
margin: auto;
}
.hero-statement .img-wrapper {
margin: 50px 0;
}
nav.desktop-nav {
margin: auto;
}
}
@media only screen and (max-width: 900px) {
.hero-statement .img-wrapper {
margin: 50px auto;
}
}
</style>
<title>REE6 | Discord Bot</title>
<meta property="og:title" content="Ree6 | Discord Bot">
<meta property="og:type" content="website">
<meta property="theme-color" content="#F50000">
<meta property="application-name" content="Ree6">
<meta property="description" content="Use Ree6 to manage your server and get access to feature most bots want money for without paying!">
<meta property="og:description" content="Use Ree6 to manage your server and get access to feature most bots want money for without paying!">
<meta property="og:image" content="https://ree6.de/assets/img/ree6.png">
<meta property="twitter:title" content="Ree6 | Discord Bot">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:description" content="Use Ree6 to manage your server and get access to feature most bots want money for without paying!">
<meta property="twitter:image" content="https://ree6.de/assets/img/ree6.png">
<link type="application/json+oembed" href="https://ree6.de/assets/oembed.json">
</head>
<body>
<div class="transition-fade"></div>
<div class="cursor"></div>
<div class="inner-cursor"></div>
<div class="cursor-modal"></div>
<header>
<nav class="desktop-nav">
<a href="/#home" aria-disabled="true">Home</a>
<a href="/#features" aria-disabled="true">Features</a>
<a href="/#team" aria-disabled="true">Team</a>
<a href="/#invite" aria-disabled="true">Invite</a>
<a href="https://cp.ree6.de/">Login</a>
</nav>
<button class="hamburger-button">
<span class="line-one"></span>
<span class="line-two"></span>
</button>
<nav class="hamburger-wrapper">
<div class="hamburger-container">
<a href="/#home" aria-disabled="true"><span>Home</span></a>
<a href="/#features" aria-disabled="true"><span>Features</span></a>
<a href="/#team" aria-disabled="true"><span>Team</span></a>
<a href="/#invite" aria-disabled="true"><span>Invite</span></a>
<a href="https://cp.ree6.de/"><span>Login</span></a>
</div>
</nav>
</header>
<main>
<section id="home" class="fade-in">
<div data-parallax data-xaxis="0" data-yaxis="0" class="hero-statement">
<h1 data-parallax data-xaxis="0.7" data-yaxis="0">
Ree6<span class="dim-text">.de</span>
</h1>
<div
data-parallax
data-xaxis="0.5"
data-yaxis="0"
class="hero-descrip"
>
The <strong>Enhanced</strong> Mee6
</div>
<div
class="img-wrapper"
data-highlight=""
data-parallax
data-xaxis="0.1"
data-yaxis="0.1"
data-color-background="#ea0f77"
>
<img src="/imgs/ree6-logo.png" alt="REE6 Avatar Image" />
</div>
<a
href="https://invite.ree6.de"
target="_blank"
data-highlight=""
data-color-dot="#fff"
data-color-background="#5865F2"
rel="noopener noreferrer"
class="hero-cta"
>Upgrade to Ree6</a
>
</div>
<div
class="img-container"
data-highlight=""
data-parallax
data-xaxis="0"
data-yaxis="0.12"
data-color-background="#ea0f77"
>
<img src="/imgs/ree6-logo.png" alt="REE6 Avatar Image" />
</div>
</section>
<section id="features">
<div class="features-wrapper fade-in">
<span class="line"></span>
<button
data-feature="moderation"
data-highlight=""
data-color-background="#ea0f77"
>
<div class="inner-img-wrapper feature-active">
<img src="/imgs/moderation.svg" alt="Moderation Icon" />
</div>
</button>
<span
class="text right feature-active-text"
data-label="feature"
aria-label="moderation"
>Moderation</span
>
<span class="text left" data-label="feature" aria-label="music"
>Music</span
>
<button
data-feature="music"
data-highlight=""
data-color-background="#ea0f77"
>
<div class="inner-img-wrapper">
<img src="/imgs/music.svg" alt="Music Icon" />
</div>
</button>
<button
data-feature="commands"
data-highlight=""
data-color-background="#ea0f77"
>
<div class="inner-img-wrapper">
<img src="/imgs/funcommands.svg" alt="Fun Commands Icon" />
</div>
</button>
<span class="text right" data-label="feature" aria-label="commands"
>Fun-Commands</span
>
<span class="text left" data-label="feature" aria-label="logging"
>Advanced Logging</span
>
<button
data-feature="logging"
data-highlight=""
data-color-background="#ea0f77"
>
<div class="inner-img-wrapper">
<img src="/imgs/logging.svg" alt="Advanced Logging Icon" />
</div>
</button>
<button
data-feature="voice"
data-highlight=""
data-color-background="#ea0f77"
>
<div class="inner-img-wrapper">
<img src="/imgs/voice.svg" alt="Voice Icon" />
</div>
</button>
<span class="text right" data-label="feature" aria-label="voice"
>Chat & Voice Leveling</span
>
<span
class="text left"
data-label="feature"
aria-label="configuration"
>Configuration</span
>
<button
data-feature="configuration"
data-highlight=""
data-color-background="#ea0f77"
>
<div class="inner-img-wrapper">
<img src="/imgs/configure.svg" alt="Configuration Icon" />
</div>
</button>
</div>
<div class="summary">
<span class="count fade-in">01</span>
<h2 class="fade-in">Moderation</h2>
<p class="fade-in">
Support in moderation is not lacking at ree6. Thanks to a
sophisticated moderation system, you can sit back relax and punish
rule breakers with a single command. Included are: mute, kick, ban
and automatic moderative actions.
</p>
<a
href="https://invite.ree6.de"
target="_blank"
rel="noopener noreferrer"
class="fade-in"
>
<span class="inner-text">Authorize with Ree6</span>
<div class="arrow-container">
<div class="arrow-wrapper">
<span class="circle"></span>
<div class="arrow">
<span class="line-one"></span>
<span class="line-two"></span>
<span class="line-three"></span>
</div>
</div>
</div>
</a>
</div>
<div
class="mobile-features fade-in"
data-highlight=""
data-color-background="#ea0f77"
>
<button class="mobile-feature-active">
<span class="inner-circle"></span>
</button>
<button>
<span class="inner-circle"></span>
</button>
<button>
<span class="inner-circle"></span>
</button>
<button>
<span class="inner-circle"></span>
</button>
<button>
<span class="inner-circle"></span>
</button>
<button>
<span class="inner-circle"></span>
</button>
</div>
</section>
<section id="team">
<h1 class="fade-in"><span class="desktop">Meet The</span> Team</h1>
<div>
</div>
<div
class="team-member-wrapper"
aria-roledescription="I'm Presti the Lead Developer of Ree6! I'm a Java/C# Developer with years of Experience under my belt. My Job on Ree6 is the implementation of Features, Ideas and the Management of our Monitoring System such as our Database and the error output by Ree6!"
>
<div class="contact">
<a
href="https://www.youtube.com/channel/UCg9sQ_VRxgLKCSpuAeqaIBQ"
target="_blank"
rel="noopener noreferrer"
data-highlight=""
data-color-background="#ff0000"
data-color-dot="#fff"
class="fade-in"
>
<img src="/imgs/yt.svg" alt="YouTube Logo" />
</a>
<a
href="https://twitter.com/memerinoto"
target="_blank"
rel="noopener noreferrer"
data-highlight=""
data-color-background="#1D9BF0"
data-color-dot="#fff"
class="fade-in"
>
<img src="/imgs/twitter.svg" alt="Twitter Logo" />
</a>
<a
href="https://www.instagram.com/unknown._.pog/"
target="_blank"
rel="noopener noreferrer"
data-highlight=""
data-color-background="#E1306C"
data-color-dot="#fff"
class="fade-in"
>
<img src="/imgs/ig.svg" alt="Instagram Logo" />
</a>
</div>
<div class="avatar-wrapper fade-in">
<img src="/imgs/presti.jpg" alt="Presti Avatar" />
</div>
<div class="member-info">
<h2 class="fade-in">
Presti
<span class="check-mark"
><img src="/imgs/check.svg" alt="Check Mark"
/></span>
</h2>
<div class="avatar-wrapper fade-in">
<img src="/imgs/presti.jpg" alt="Presti Avatar" />
</div>
<div class="stats fade-in">
<div class="age fade-in">
<strong
><em>Age <span data-time="2005"></span></em
></strong>
</div>
<div class="fade-in">Lead Developer</div>
<div class="fade-in">
<span data-time="2016"></span>yrs Experience
</div>
<div class="fade-in">Java/C#</div>
</div>
</div>
</div>
</section>
<section id="invite" class="fade-in">
<h1 data-parallax data-xaxis="0.5" data-yaxis="0">
Ree6 <strong>Advances</strong>
</h1>
<h2 data-parallax data-xaxis="0.3" data-yaxis="0">Will You?</h2>
<a
href="https://invite.ree6.de"
target="_blank"
rel="noopener noreferrer"
data-highlight=""
data-color-dot="#fff"
data-color-background="#5865F2"
>
<span class="inner-text">Invite</span>
<span class="background"></span>
<div class="arrow-container">
<div class="arrow-wrapper">
<span class="circle"></span>
<div class="arrow">
<span class="line-one"></span>
<span class="line-two"></span>
<span class="line-three"></span>
</div>
</div>
</div>
</a>
</section>
</main>
<footer class="fade-in">
<p>
Ree6 has been made to support users and give them enough tools to
support and manage their Guild. We don't like how most of the Discord
Bots want you to pay for special "features". So we decided to change
that.
</p>
<div class="footer-nav">
<div class="nav-list">
<strong>Navigation</strong>
<a href="/#home" aria-disabled="true">Home</a>
<a href="/#features" aria-disabled="true">Features</a>
<a href="/#team" aria-disabled="true">Team</a>
<a
data-color-background="#5865F2"
data-color-dot="#fff"
href="https://invite.ree6.de"
target="_blank"
rel="noopener noreferrer"
>Invite</a
>
</div>
<div class="nav-list">
<strong>Legal</strong>
<a href="/privacy/">Privacy Policy</a>
<a href="/impressum/">Impressum</a>
<a href="/protection/">Data Protection</a>
<button
data-color-background="#ef2222"
data-color-dot="#fff"
data-copy="legal@ree6.de"
>
legal@ree6.de
</button>
</div>
<div class="nav-list">
<strong>Contact</strong>
<a
href="https://discord.com/invite/m99MGKVxuC"
target="_blank"
rel="noopener noreferrer"
>Discord</a
>
<a
href="https://twitter.com/ree6bot"
target="_blank"
rel="noopener noreferrer"
>Twitter</a
>
<a
href="https://github.com/DxsSucuk/Ree6"
target="_blank"
rel="noopener noreferrer"
>Github</a
>
<button
data-copy="support@ree6.de"
data-color-background="#ef2222"
data-color-dot="#fff"
>
support@ree6.de
</button>
</div>
</div>
<div class="copyright">
<span class="desktop">Developed and Designed by</span>
<a
href="https://www.presti.me/"
target="_blank"
rel="noopener noreferrer"
>Presti</a
>
<span class="desktop">&</span>
<a
href="https://creeperbuddy.github.io/"
target="_blank"
rel="noopener noreferrer"
>Creeper Buddy</a
>
©Ree6 <span data-time="0"></span>
</div>
<script src="/js/time.js"></script>
<script src="/js/navigation.js"></script>
<script src="/js/cursor.js"></script>
<script src="/js/observer.js"></script>
</footer>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('presti', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support Us',
'floating-chat.donateButton.background-color': '#ff38b8',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>