This repository was archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfeatures.html
More file actions
84 lines (80 loc) · 4.44 KB
/
features.html
File metadata and controls
84 lines (80 loc) · 4.44 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
<!DOCTYPE html>
<html>
<head>
<title>Gideon - The DC Discord Bot</title>
<meta property="og:title" content="Gideon - The DC Discord Bot" />
<meta name="og:description" content="Gideon is the one and only DC Discord Bot. It provides all features you need to DC-fy your server!"/>
<meta name="og:site_name" content="Gideon - gideonbot.com"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="http:/gideonbot.com/" />
<meta property="og:image" content="https://gideonbot.com/img/logos/gideon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="img/icons/gideon-icon.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/features.css">
<link rel="stylesheet" href="css/fontawesome.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800&display=swap">
<script src="js/features.js"></script>
<script src="js/menu.js"></script>
</head>
<body>
<div class="alert hidden">
<span class="closebtn" onclick="RemoveAlert()">×</span>
<strong>Attention!</strong> The website is still under construction. Please type / into your Discord chatbox to get a list of all commands!
</div>
<nav>
<div class="left">
<a href="index.html" class="show ">HOME</a>
<a href="about.html" class="show">ABOUT</a>
<a href="features.html" class="show selected">FEATURES</a>
<a href="doc.html" class="show">DOCUMENTATION</a>
</div>
<div class="center">
<p>GIDEON</p>
<a id="menu" class="hide"><i class="fas fa-bars"></i></a>
</div>
<div class="right">
<a href="dashboard.html">DASHBOARD</a>
<a href="https://github.com/gideonbot">GITHUB</a>
<a href="https://top.gg/bot/595328879397437463/vote">VOTE</a>
</div>
</nav>
<main>
<div class="card">
<h4>Information</h4>
<p>Check the next upcoming DC & Arrowverse episodes, access wiki data, get detailed episode infos and find out which ep is the next to watch in correct order!</p>
</div>
<div class="card">
<h4>Games</h4>
<p>Explore a wide variety of interactive and competetive Arrowverse minigames for you and your friends to enjoy! You might encounter a few easter-eggs aswell!</p>
</div>
<div class="card">
<h4>Utilities</h4>
<p>Looking for bot/server statistics, user and contact infos or GIFS? We got you covered with a bright palette of miscellaneous commands!</p>
</div>
<div class="card">
<h4>Crossover Mode</h4>
<p>It's crossover time and you're worried about spoilers? Worry no more! Use the settings subcommands to enable the Crossover Mode and embed all new messages in Discord spoiler tags!</p>
</div>
<div class="card">
<h4>AI Chat</h4>
<p>With Gideon you have access to a fully interactive AI chat right where you wan it! Use the settings subcommands to set a channel for the AI!</p>
</div>
<div class="card">
<h4>Spoilers Blocker</h4>
<p>The integrated ABM service automatically blocks malicious content from Pagey, TheDCTVShow, WGTC and other sources which intoxicate the community!</p>
</div>
<div class="card">
<h4>Custom API</h4>
<p>Gideon accesses a variety of API's to retrieve data, including our own custom Gideon API! You can read more about Gideon's API on its documentation page!</p>
</div>
<div class="card">
<h4>Slash Commands</h4>
<p>Gideon uses Discords brand-new client integrated slash commands. Type a slash into your chatbox to get started. Never mess up a command ever again!</p>
</div>
</main>
<footer>
<i>All Content is © of gideonbot.com 2020-2021. All franchises and all related characters and elements are © & ™ of DC Comics and Warner Bros. Entertainment Inc.</i>
</footer>
</body>
</html>