-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
84 lines (83 loc) · 2.53 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<script
src="https://kit.fontawesome.com/7b277203c6.js"
crossorigin="anonymous"
></script>
<title>Document</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<header id="header">
<img src="images/logo-small.png" alt="" id="header-img" />
<nav id="nav-bar">
<div>
<a class="nav-link" href="#features_scroll">Login</a>
</div>
<div>
<a class="nav-link" href="#">Commands</a>
</div>
<div>
<a class="nav-link" href="#">Contribute</a>
</div>
<div>
<a class="nav-link" href="#">Support</a>
</div>
</nav>
</header>
<main>
<div class="wrapper">
<h1>The Tavern bot</h1>
<div class="guilds_no">
<p><i class="fas fa-circle"></i> The Tavern Bot</p>
<ul>
<li>Guilds using Tavern Bot : 200</li>
<li>Members using Tavern Bot : 1,00,000</li>
</ul>
</div>
<div class="btn-a">
<a href="#">
<button class="btn invite" id="features_scroll">
Invite <span class="highlight"> > </span>
</button>
</a>
</div>
</div>
<div class="logo-main">
<img src="images/1565350699361_Untitled_Artwork.png" alt="logo" />
</div>
</main>
<section id="about-section">
<h1>About</h1>
<div class="about-wrapper">
<p>
The Tavern Bot is a discord bot used to play besides D&D 5th edition.
Its core functionality exists out of rolling dice, looking up content
and showing memes. The Tavern Bot has a wide variety of commands that
will make your 5th edition experience much smoother. It can deal with
more complicated dice type, look up spells and recalculate your
currency. For a list of commands make sure to check out
<a href="#">HERE</a>
</p>
<div class="dbot-link">
<a href="https://discordbots.org/bot/506541896630403080">
<img
src="https://discordbots.org/api/widget/506541896630403080.svg"
alt="The Tavern Bot"
/>
</a>
</div>
</div>
</section>
<footer>
<div class="copyright">
© 2019 Tavernbot.com
</div>
<div class="contact">
<a href="#"><i class="fab fa-discord"></i></a>
<a href="#"><i class="fab fa-github-square"></i></a>
</div>
</footer>
</body>
</html>