-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (52 loc) · 2.39 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
<!DOCTYPE html>
<html>
<head>
<!--Meta stuff!-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
<meta name="description" content="aeiou - Automated funposting">
<meta name="keywords" content="aeiou,discord,bot,funposting">
<title>Aeiou Bot</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/index.css">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png"/>
</head>
<body>
<nav>
<a id="selected">Home</a>
<a href="privacy/">Privacy policy</a>
</ul>
</nav>
<div id="hero">
<div id="header">
<img src="./resources/aeiou.png"/>
<hgroup>
<h1>Aeiou</h1>
<h2>Automated Funposting.</h2>
<p>
Aeiou is a bot for discord, designed to bring your conversations to the next level with custom responses.
</p>
<a type="button" class="btn" href="https://discord.com/api/oauth2/authorize?client_id=309024868530257920&permissions=3072&scope=bot%20applications.commands">Invite!</a>
</hgroup>
</div>
</div>
<div id="mainBody">
<h1>Powerful custom reactions</h1>
<p>
Aeiou provides a template system that lets you use placeholders in message triggers. For example, you could set it up to automatically create wonderful dad jokes:
</p>
<img src="./resources/template.png" style=" height: 300px; width: auto;"/>
<img src="./resources/hellothere.png" style=" height: 300px; width: auto;"/>
<p>
The system supports both partial matches (you could set up a reaction that goes "sus" when someone mentions "among us") and full-message matching (so it'd for example only reply "General kenobi" to exactly "Hello there!").
</p>
</div>
</div>
<footer>
<strong>Links:</strong>
<a href="https://discord.gg/vPAzdzW">Support Server</a>
<a href="https://github.com/aeioubot/aeiouy">Github</a>
<a href="privacy/">Privacy policy</a>
</footer>
</body>
</html>