-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (114 loc) · 4.96 KB
/
index.html
File metadata and controls
124 lines (114 loc) · 4.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Aquacious: A Multipurpose Discord Bot!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" as="style" href="assets/style.css">
<link rel="stylesheet" href="assets/style.css">
<meta content="assets/aquacious.png" name="image">
<meta content="assets/aquacious.png" name="twitter:image">
<meta content="assets/aquacious.png" name="og:image">
<meta property="og:image:width" content="700" />
<meta property="og:image:height" content="700" />
<link rel="shortcut icon" href="assets/aquacious.png" type="image/x-icon">
<meta name="author" content="@0tcQd">
<meta name="description" content="Aquacious is a robust, free and open sourced Discord bot written in NodeJS. The perfect multipurpose bot for your server!">
<meta content="Aquacious" name="name">
<meta content="summary" name="twitter:card">
<meta content="Aquacious" name="twitter:title">
<meta content="Aquacious: The perfect multipurpose Discord bot for your server!" name="og:title">
<meta name="keywords" content="Aquacious, discord bot, Discord bot, free discord bot, open sourced discord bot, multipurpose discord bot, ">
<meta content="#2b2bb1" name="theme-color">
<meta content="Aquacious is a robust, free and open sourced Discord bot written in NodeJS. The perfect multipurpose bot for your server!" name="og:description">
<meta content="https://aquacious.github.io/" name="og:url">
<meta property="og:type" content="website">
<link rel=canonical href="https://aquacious.github.io/">
<link rel="preload" as="font" href="/assets/icons.woff2" crossorigin="anonymous">
</head>
<body>
<div class="container">
<figure>
<img class="logo" src="assets/aquacious.gif" width="220" height="220">
</figure>
<h1>Aquacious</h1>
<h2>A multipurpose Discord bot perfect for your server!</h2>
<section class="buttflex">
<a class="butt disc" href="https://discord.com/oauth2/authorize?client_id=834501897666297918&permissions=8&scope=bot"><i class='fab fa-discord'></i> Add to Discord!</a>
<a class="butt git" href="https://github.com/llsc12/Aquacious"><i class="fab fa-github"></i> Source code</a>
</section>
<section>
<h3>What makes Aquacious great?</h3>
<h4>Free and open sourced.</h4>
<p>This project is free to be forked, downloaded, and self hosted.</p>
<h4>No payment required.</h4>
<p>While other multipurpose Discord bots offer a subscription based service for more features, Aquacious avoids that completely and all features are made available as-is.</p>
<h4>Really fast.</h4>
<p>This bot uses best practices with speed and optimization in mind.</p>
<h3>Credits</h3>
<section class="imggrid">
<div>
<a href="https://twitter.com/llsc121">
<figure>
<img src="https://pbs.twimg.com/profile_images/1335179816174301186/tsr6NIju_400x400.jpg">
</figure>
<p>llsc12</p>
<p>Lead Developer</p>
</a>
</div>
<div>
<a href="https://twitter.com/0tcQd">
<figure>
<img src="https://pbs.twimg.com/profile_images/1395974514534649857/bWp33JeI_400x400.jpg">
</figure>
<p>0tcQd</p>
<p>Developer</p>
</a>
</div>
<div>
<a href="https://twitter.com/xzuida">
<figure>
<img src="https://pbs.twimg.com/profile_images/1346235897629593602/U55u4mOL_400x400.jpg">
</figure>
<p>Squid</p>
<p>Illustrator</p>
</a>
</div>
<div>
<a href="https://github.com/monotrix">
<figure>
<img src="https://avatars.githubusercontent.com/u/37126748?v=4">
</figure>
<p>Monotrix</p>
<p>Developer</p>
</a>
</div>
<div>
<a href="https://github.com/QuartzWarrior">
<figure>
<img src="https://avatars.githubusercontent.com/u/74436633?v=4">
</figure>
<p>QuartzWarrior</p>
<p>Developer</p>
</a>
</div>
<div>
<a href="https://twitter.com/suuperbro">
<figure>
<img src="https://pbs.twimg.com/profile_images/1300088659555876865/LFHD9oIz_400x400.jpg">
</figure>
<p>SuperBro</p>
<p>Readme Dev</p>
</a>
</div>
</section>
<div>
<h4>Additional Credits</h4>
<p>Ava</p>
</div>
</section>
</div>
</body>
</html>