forked from advaith1/typicalbot-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (60 loc) · 3.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta property="og:type" content="website">
<meta property="og:url" content="https://typicalbot.com/">
<meta property="og:title" content="TypicalBot – The Ultimate Discord Bot">
<meta property="og:description" content="Built upon over a year of experience, TypicalBot is the ironically-named bot that is far from typical.">
<meta property="og:site_name" content="TypicalBot">
<meta property="og:image" content="https://typicalbot.com/x/images/icon.png">
<link href="/x/images/icon.png" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css">
<link rel="stylesheet" href="/x/style.css">
<script src="https://use.fontawesome.com/d9402e3b49.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>
<title>Home – TypicalBot</title>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="/"><img src="/x/images/icon.png" class="align-top">TypicalBot</a>
<div class="collapse navbar-collapse mr-auto">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/documentation">Documentation</a>
</li>
</ul>
</div>
<div class="collapse navbar-collapse ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="/invite">Add TypicalBot</a></li>
<li class="nav-item"><a class="nav-link" href="/join-us">Join the Server</a></li>
<li class="nav-item"><a class="nav-link" href="/donate">Donate</a></li>
</ul>
</div>
</nav>
<div class="content container">
<div class="jumbotron">
<h1 class="display-4" id="ignoretheme">What is TypicalBot? <img src="/x/images/think.png" height=40 class="align-center"></h1>
<hr class="my-4">
<p class="lead" id="ignoretheme">It is a <i>typical</i> bot, of course!<i>...psych!</i></p>
<br>
<p class="lead" id="ignoretheme">Built upon over a year of experience, TypicalBot is the ironically-named bot that is far from typical. Stable, lightning fast, and easy to use, TypicalBot is there for you and will seamlessly help you moderate your server and offer some entertaining features for your users, every step of the way.</p>
<br>
<div>
<h5 class="lead"> TypicalBot can also be found on social media! </h5>
<i class="fa fa-reddit"></i><a href="https://reddit.com/r/typicalbot" style="color: inherit"> <span style="color: #00adff">/r/TypicalBot</span> on Reddit</a><br><i class="fa fa-twitter"></i><a href="https://twitter.com/Typical_Bot" style="color: inherit"> <span style="color: #00adff">@Typical_Bot</span> on twitter</a><br>
<a href="https://discordbots.org/bot/153613756348366849">
<img src="https://discordbots.org/api/widget/status/153613756348366849.svg">
</a>
</div>
</div>
<hr class="my-4">
</div>
</body>
</html>