-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
474 lines (381 loc) · 18 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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en">
<head>
<title>Onyx Discord Bot</title>
<meta name="viewport" content="width=500" />
<meta charset="utf-8" />
<link rel="icon" href="icons/favicon.ico" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<link rel="stylesheet" href="css/styles.css" type="text/css">
<script type="text/javascript" src="js/lib/greensock/TweenMax.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/ScrollMagic.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/animation.gsap.js"></script>
<script src="animations.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121231419-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121231419-1');
</script>
<!-- <script src="script.js"></script> -->
</head>
<body>
<header>
<a class="logo" href="index.html">
<img src="media/ONYX_LOGO.jpg" />
</a>
<nav>
<ul>
<li>
<a href="https://discordapp.com/oauth2/authorize?&client_id=444948120573313024&scope=bot&permissions=0">Invite</a>
</li>
<li>
<a href="developers.html">Developers</a>
</li>
<li>
<a href="commands.html">Commands</a>
</li>
<li>
<a href="onyx-labs.html">Onyx Labs</a>
</li>
<li>
<a href="help-support.html">Help</a>
</li>
</ul>
</nav>
</header>
<main>
<section id="titlechart">
<section id="landing">
<section id="vertical">
<p>A multi-purpose Discord bot with 50+ commands for meme creation, searching the web, formatting messages,
and more: Now updated for 2019!</p>
<ul>
<li>Make Memes</li>
<li>Caption GIFs</li>
<li>Search YouTube</li>
<li>Ask Onyx Anything</li>
<li>Plus 50 Other Commands</li>
</ul>
<a href="https://discordapp.com/oauth2/authorize?&client_id=444948120573313024&scope=bot&permissions=0">INVITE ONYX TO YOUR SERVER</a>
</section>
<article>
<figure>
<img id="img" src="GIFs/onyx_examples.gif" title="ONYX has over 50 commands." alt="ONYX has over 50 commands." />
</figure>
</article>
</section>
</section>
<section class="panel">
<article>
<h1>Updates for 2019</h1>
<p>Happy New Year! Onyx has received major updates for 2019, including music bot functionality, and sending eCards to other members
on the server. You can now play music in a certain genre, such as lofi or synthwave, perfect for late-night listening. </p>
<p>To enable this, just join a Voice Channel, and type `-playmusic lofi`. The two genres available are lofi and synthwave, but many
more are on the way. Other updates include:
</p>
<ul>
<li>You can now send eCards to others, with a message attached. </li>
<li>Now, you can send a trending GIFt to someone also, perfect for keeping up to date on what's trending online.</li>
</ul>
</article>
<figure>
<img src="GIFs/2019_update.gif" title="" alt="ONYX has new updates for 2019." />
</figure>
</section>
<div id="trigger2"></div>
<section class="panel">
<article id="animate2">
<h1>Make Memes & Caption GIFs</h1>
<p>Make memes, caption GIFs, search for GIFS, memes . . . all out of the box.</p>
<ul>
<li>Over 15 meme templates you can caption</li>
<li>Get trending GIFs and stickers </li>
<li>Translate words to GIFs and stickers</li>
<li>React with GIFs</li>
<li>Caption memes</li>
</ul>
<!-- <p>[THREATENED BY ARTICLE 13] This functionality may not be provided to EU Servers, since Article 13 may
come into effect. Meme creation and GIF searching functionality is still available, as of now, but when(if)
legislation passes, meme/GIF generation and fetching may be removed. </p> -->
</article>
<figure>
<img src="GIFs/sticker_examples.gif" title="" alt="ONYX can even make GIFs." />
</figure>
</section>
<div id="triggerc"></div>
<section class="panel">
<article id="animatec">
<h1>React With Stickers & GIFs</h1>
<p>Get thousands of reaction stickers & GIFs to liven your Discord experience, and add some oomph to your messages.</p>
<section class="media_container">
<article class="iframe">
<iframe src="https://giphy.com/embed/xT9IgzvnOyNDYnxeHS" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/mythical-creatures-sparkly-objects-xT9IgzvnOyNDYnxeHS">via GIPHY</a>
</p>
</article>
<article class="iframe">
<iframe src="https://giphy.com/embed/3ov9k8fmDbIqzzbsLS" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/realistic-effects-3ov9k8fmDbIqzzbsLS">via GIPHY</a>
</p>
</article class="iframe">
<article class="iframe">
<iframe src="https://giphy.com/embed/3o7aCU1S05Gr77MG2c" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/swipe-erma-fiend-3o7aCU1S05Gr77MG2c">via GIPHY</a>
</p>
</article>
<article class="iframe">
<iframe src="https://giphy.com/embed/l1J9AkPa5OChzycCs" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/l1J9AkPa5OChzycCs">via GIPHY</a>
</p>
</article>
<article class="iframe">
<iframe src="https://giphy.com/embed/l378jpSVTOVEtkY2A" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/l378jpSVTOVEtkY2A">via GIPHY</a>
</p>
</article>
<article class="iframe">
<iframe src="https://giphy.com/embed/3ohzdVxy4QqiyrO3U4" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/imoji-laughing-3ohzdVxy4QqiyrO3U4">via GIPHY</a>
</p>
</article>
</section>
</article>
<figure>
<img src="GIFs/sticker_examples2.gif" title="" alt="ONYX can help you search for stickers." />
</figure>
</section>
<div id="trigger_d"></div>
<section class="panel">
<figure>
<img src="GIFs/ask_only_example.gif" title="" alt="ONYX can answer all (well, most) of your questions." />
</figure>
<article id="animate_d">
<h1>Ask Onyx Anything</h1>
<p>You can ask Onyx any question, and she'll provide detailed info. Need a definition? Want more info. on a
topic? Just ask Onyx.</p>
<ul>
<li>Get stats on your first name's popularity</li>
<li>Get definitions for any word</li>
<li>Get the meaning of acronyms and/or abbreviations</li>
<li>...plus virtually any question you need answered!</li>
</ul>
</article>
</section>
<div id="pressplay"></div>
<section class="panel">
<figure>
<img id="video_icon" src="icons/play2.png" title="" alt="ONYX can even make GIFs." />
</figure>
<div id="startSpace"></div>
<article>
<h1>Get YouTube Videos & Listen to Music</h1>
<p>Search for your favourite music videos or share your favourite videos with friends.</p>
<ul>
<li>A single "yt" command is all you need to search YouTube</li>
<li>Lightning fast</li>
<li>Returns the first result from YouTube</li>
<li>Listen to music with the playmusic command: lofi and synthwave available.</li>
</ul>
</article>
<figure>
<img src="GIFs/yt_example.gif" title="ONYX allows you to search for YouTube videos." alt="ONYX allows you to search for YouTube videos."
/>
</figure>
</section>
<section class="panel bordeaux">
<article>
<h1>Get The Latest Live Space Stats</h1>
<p>Onyx has space covered. From photos of galaxies far away to live NASA footage, Onyx is keeping her eye on
the stars.
<ul>
<li>Get live footage of Earth as seen from the NOAA Discovery Probe</li>
<li>Get live ISS co-ordinates</li>
<li>Get photos of galaxies, solar systems, and more</li>
</ul>
<section class="media_container">
<article>
<iframe src="https://giphy.com/embed/BFHj2VF4vi3GE" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/gifs/trippy-pretty-beautiful-BFHj2VF4vi3GE">via GIPHY</a>
</p>
</article>
<div id="trigger_e"></div>
<article>
<iframe src="https://giphy.com/embed/l1J9tb9W5YNEOPdgA" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/l1J9tb9W5YNEOPdgA">via GIPHY</a>
</p>
</article>
<article>
<iframe src="https://giphy.com/embed/xULW8N1gBOKIWuIka4" width="100" height="100" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/no-space-xULW8N1gBOKIWuIka4">via GIPHY</a>
</p>
</article>
</section>
</article>
</p>
<figure>
<img src="GIFs/space_example2.gif" title="" alt="ONYX can get all the latest space stats." />
</figure>
</section>
<section class="panel">
<article id="animate_e">
<h1>Tons of Message Formatting</h1>
<p>Now you can transform your message into something spectacular.
</p>
<ul>
<li>Translate to binary, 1337, advanced 1337</li>
<li>Turn messages into emojipastas</li>
<li>Emojify your message's letters</li>
<li>Translate words to GIFs</li>
</ul>
<div id="trigger_f"></div>
</article>
<figure>
<img src="GIFs/msg_formatting_example.gif" title="" alt="ONYX can format messages and even translate them." />
</figure>
</section>
<section class="panel">
<article id="animate_f">
<h1>Entertain Your Server With Fun and Media Commands</h1>
<p>Onyx comes with dozens of fun and media commands that'll keep your server entertained for hours.
</p>
<ul>
<li>Fetch images from Unsplash and Pixabay</li>
<li>Make captchas, QR codes, and bar codes from plaintext</li>
<li>Get comics</li>
</ul>
<div id="trigger_g"></div>
</article>
<figure>
<img src="GIFs/fun_example.gif" title="" alt="ONYX can provide meanings for acronyms." />
</figure>
</section>
<section class="panel">
<article id="animate_g">
<h1>Continually Updated</h1>
<p>Over three new commands get added to Onyx every week, so you'll always have new commands and functionality
on the way. (See Onyx Labs for features coming soon)
</p>
<span id="trigger_h"></span>
<p>Coming Soon</p>
<ul>
<li>Spotify Integration</li>
<li>Points-Based Economy System</li>
<li>Futuristic Server Stats Commands</li>
<li>A live dashboard</li>
</ul>
<p>Got an idea for a feature? Contact @Silvia923#9909 on Discord, or utilise Onyx's idea command. :D</p>
</article>
<figure>
<img src="GIFs/unsplash_example.gif" title="" alt="ONYX can provide meanings for acronyms." />
</figure>
</section>
<section class="panel">
<article id="animate_h">
<h1>Onyx + Discord = ❤️</h1>
<p>Onyx is ready to join when you are. Invite her today!
</p>
<a href="https://discordapp.com/oauth2/authorize?&client_id=444948120573313024&scope=bot&permissions=0">INVITE ONYX TO YOUR SERVER</a>
<a href="https://discord.gg/cSWHaEK">JOIN ONYX's SUPPORT SERVER</a>
</article>
<figure>
<img src="media/onyxdiscord2.png" title="" alt="ONYX can provide meanings for acronyms." />
</figure>
</section>
<h1>The Stats</h1>
<section class="flex_items">
<article id="trigger_dark_theme">
<h1>SERVER COUNT</h1>
<p>308</p>
</article>
<article>
<h1>UPTIME</h1>
<p>97.2% uptime</p>
</article>
<article>
<h1>COMMANDS</h1>
<p>47</p>
</article>
<article>
<h1>PREFIXES</h1>
<p>-</p>
<p>@Onyx</p>
</article>
<article>
<h1>RUNS</h1>
<p>24/7</p>
</article>
<article>
<h1>MOST POPULAR COMMANDS</h1>
<p>meme, photo, yt, getem, captcha, ask</p>
</article>
</section>
<h1 id="chat_silvia">Chat & Support 💬</h1>
<section class="flex_items">
<article id="discord_animation">
<h1>Ask Silvia on Discord</h1>
<p>@Silvia923#9909</p>
</article>
<article>
<h1>Onyx Support Server</h1>
<a href="https://discord.gg/cSWHaEK">JOIN ONYX's SUPPORT SERVER</a>
</article>
<article>
<h1>Gitter</h1>
<p>Silvia O'Dwyer</p>
</article>
</section>
<h1>Pages</h1>
<section class="flex_items">
<article>
<h1>
<a href="commands.html"> Commands </a>
</h1>
<p>Get a comprehensive list of all commands available to Onyx.</p>
</article>
<article>
<h1>
<a href="developers.html">Developers</a>
</h1>
<p>Want to contribute to Onyx's development?</p>
</article>
<article id="onyxlabs">
<h1>
<a href="onyx-labs.html">Onyx Labs</a>
</h1>
<p>See what new features are being developed for Onyx right now.</p>
</article>
<article id="help_support">
<h1>
<a href="help-support.html">Help</a>
</h1>
<p>Need help with setting up Onyx or using her commands? Click here!</p>
</article>
</section>
</section>
</main>
<footer>
<p>
<small> © Silvia O'Dwyer, 2018. All rights reserved. This website was coded with
<3, thanks to HTML, CSS, and a little JS magic.</small>
</p>
<ul>
<a href="developers.html">Developers</a>
<a href="onyx-labs.html">Onyx Labs</a>
<a href="help-support.html">Help</a>
<a href="commands.html">Commands</a>
</ul>
</footer>
</body>
</html>