-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathhelp-support.html
161 lines (128 loc) · 5.89 KB
/
help-support.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Help & Support</title>
<meta charset="utf-8" />
<link rel="icon" href="icons/favicon.ico" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic|Montserrat:500|Roboto:700|Oxygen|Raleway|Assistant:700'
rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Raleway:700|Cormorant+Infant:italic|Khula:regular" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css" type="text/css">
<!--
<script src="script.js"></script> -->
<script type="text/javascript" src="js/lib/greensock/TweenMax.min.js"></script>
<script type="text/javascript" src="scrollmagic/uncompressed/ScrollMagic.js"></script>
<script type="text/javascript" src="scrollmagic/uncompressed/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>
</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 </a>
</li>
</ul>
</nav>
</header>
<main>
<section id="titlechart">
<section id="landing">
<section id="vertical">
<h1>Help & Support</h1>
<p>Got a bug to report? Want to submit ideas? Want to chat with Onyx's maintainer? Here are some ways you
can do so.</p>
<p>Scroll down for info.</p>
</section>
<article class="media_container">
<article class="iframe">
<iframe src="https://giphy.com/embed/26DNkhSENy96lFt04" width="200" height="200" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/art-26DNkhSENy96lFt04">via GIPHY</a>
</p>
</article>
<article class="iframe">
<iframe src="https://giphy.com/embed/3ohs4AyHI0vBxFnIIM" width="480" height="132" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>
<a href="https://giphy.com/stickers/lol-3ohs4AyHI0vBxFnIIM">via GIPHY</a>
</p>
</article>
</article>
<!-- <article>
<ul>
<li>Excellent Help & Support</li>
<li>Get access to Onyx's support server</li>
<li>Get a reply quickly</li>
</ul>
</article> -->
</section>
</section>
<div id="triggerc"></div>
<section class="panel turqoise">
<article id="animatec">
<h1> Join Onyx's Support Server.</h1>
<p>The Onyx Support Server comprises a fun community of developers, server owners, and Discordians who get insider
access to all of Onyx's latest features.</p>
<p>We've got dedicated channels for testing, reporting bugs, asking questions, and more, so make sure to stop
by. ^.^ We're looking forward to seeing you there. :D</p>
<a href="https://discord.gg/cSWHaEK">JOIN ONYX's SUPPORT SERVER</a>
</article>
<figure>
<img src="GIFs/ask_example.gif" title="" alt="ONYX can even make GIFs." />
</figure>
</section>
<div id="trigger2" class="spacer s0"></div>
<section class="panel turqoise">
<article id="animate2">
<h1>Contact Silvia on Discord. </h1>
<p>If you want to chat to me, just add @Silvia923#9909 on Discord. ^.^</p>
<p>You can also contact me for pretty much anything, whether you've got questions, want to ask some pre-questions
before adding Onyx to your server, or want some tips on how to get the most out of Onyx. ^.^ Just contact
me, and I'm always around to chat.
</p>
<p>I'd love to become friends with you, so don't hesitate to add me. ^^</p>
<p>I'll answer any questions you have about Onyx, or answer any help & support queries you may have.</p>
</article>
<figure>
<img src="GIFs/add_silvia_example.gif" title="" alt="ONYX can even make GIFs." />
</figure>
</section>
</section>
</main>
<footer>
<p>
<small> © Silvia O'Dwyer, 2018. All rights reserved. </small>
</p>
<ul>
<a href="developers.html">Developers</a>
<a href="onyx-labs.html">Onyx Labs</a>
<a href="help-support.html">Help & Support</a>
<a href="commands.html">Commands</a>
</ul>
</footer>
</body>
</html>