-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (181 loc) · 5.12 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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Chii, SoulWorker, Aruel, discord, bot">
<meta name="description" content="Chii is a Discord bot made by Mnemos-Parasynthima, its goal is wacky things for a Discord server. This bot has been named after Chii Aruel from SoulWorker.">
<title>Chii Aruel</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/icons/chii.ico">
<!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Chii | The best SoulWorker.</title>
<meta property="og:title" content="Chii" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="The best SoulWorker" />
<meta property="og:description" content="The best SoulWorker" />
<link rel="canonical" href="https://mnemos-parasynthima.github.io/Chii/" />
<meta property="og:url" content="https://mnemos-parasynthima.github.io/Chii/" />
<meta property="og:site_name" content="Chii" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Chii" />
<script type="application/ld+json">
{"@type":"WebSite","name":"Chii","headline":"Chii","url":"https://mnemos-parasynthima.github.io/Chii/","description":"The best SoulWorker","@context":"https://schema.org"}
</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script src="assets/js/respond.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<!-- Inspiration:
https://discordyui.net/
https://yukiko.app/
-->
<!-- MAKE A BETTER DESIGN THING, SIMILAR TO YUI -->
<div id="header">
<nav class="nav">
<ul>
<li class="home"><a href="/">Home</a></li>
<li class="right"><a href="./commands.html">Commands</a></li>
</ul>
</nav>
</div><!-- end header -->
<div id="particles-js"></div>
<div class="wrapper">
<section>
<div id="title">
<h1>Chii</h1>
<p>The best SoulWorker.</p>
<img src="assets/images/SinWorker Chii.jpg" style="display:block;margin-left:auto;margin-right:auto;width:500px;">
</div>
<!-- Content -->
<!-- TODO: CONTENT STFF, IDK, I NEED IDEAS -->
<div id="footer">
<hr>
<span class="credits left">Site by <a href="https://github.com/Mnemos-Parasynthima">Mnemos-Parasynthima</a></span>
<span class="credits right">Hosted on GitHub Pages - Theme by <a href="https://twitter.com/mattgraham">mattgraham</a>
</span><br><!-- TODO: Fix sizing for screen change -->
<span class="credits left">Chii's art credit: Lion Games and kyjsogom</span>
<span class="credits right">View code on <a href="https://github.com/Mnemos-Parasynthima/Chii/tree/gh-pages" target="_blank">GitHub</a></span>
</div>
</section>
</div>
<script src="./assets/js/particles.min.js"></script>
<script>
particlesJS('particles-js', {
"particles": {
"number": {
"value": 100,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#b61924"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#b61924"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 1,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#b61924",
"opacity": 0.7,
"width": 1
},
"move": {
"enable": true,
"speed": 3,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "bounce",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": false,
"mode": "bubble"
},
"onclick": {
"enable": false,
"mode": "repulse"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
</script>
</body>
</html>