-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (71 loc) · 3.23 KB
/
Copy pathindex.html
File metadata and controls
71 lines (71 loc) · 3.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/assets/images/BoarBotMascot.png">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="/assets/scripts/script.js"></script>
<title>BoarBot - Discord Bot</title>
</head>
<body>
<nav>
<div id="nav-left">
<a href="/" id="logo">
<img src="/assets/images/BoarBotMascot.png">
</a>
<a href="https://invite.boarbot.dev" target="_blank" rel="noopener noreferrer">
<button id="bot-invite">Use App</button>
</a>
</div>
<ul id="nav-items">
<li><a href="/">Home</a></li>
<li><a href="https://wiki.boarbot.dev" target="_blank" rel="noreferrer noopener">Wiki ⧉</i></a></li>
<li><a href="https://source.boarbot.dev" target="_blank" rel="noreferrer noopener">GitHub ⧉</i></a></li>
<li><a href="/legal/">Legal</a></li>
</ul>
<button id="hamburger-button">
<span></span>
</button>
</nav>
<main>
<section id="summary">
<h1>BoarBot</h1>
<p>A novel Discord app based entirely around collecting boars of different rarities!</p>
<a href="https://discord.boarbot.dev" target="_blank" rel="noopener noreferrer">
<button id="server-invite">Join Server</button>
</a>
</section>
<section class="feature">
<img src="/assets/images/DailyItems.png" alt="Stack of four Daily Boars">
<div>
<h2>COLLECT</h2>
<p>BoarBot has dozens of unique boars for you to collect! Some are easy to get, some are extremely rare drops, and some can be obtained during events!</p>
</div>
</section>
<section class="feature">
<img src="/assets/images/PowerupShowcase.png" alt="A Powerup Event telling players to click the detective emoji that's different from the others. ">
<div>
<h2>POWER UP</h2>
<p>Bring some power to your collecting capabilities by participating in Powerup Events! Powerups have a wide range of abilities for you to use and discover!</p>
</div>
</section>
<section class="feature">
<img src="/assets/images/LeaderboardShowcase.png" alt="A leaderboard for Boar Bucks going from position #1 to position #28. Beneath are navigation buttons and menus.">
<div>
<h2>COMPETE</h2>
<p>Have a competitive spirit? Show it by racing to the top of BoarBot's several leaderboards! Players that have a top spot on a leaderboard also get a badge!</p>
</div>
</section>
<section class="feature" clue="/a/pZ6Uyfy">
<img src="/assets/images/MarketShowcase.png" alt="An overview page in the Boar Market with buy and sell prices for eight different boars. Beneath are navigation buttons.">
<div>
<h2>HUSTLE</h2>
<p>Interact with a full-fledged economy by purchasing and selling items! The market was hand-built to be easy to use and difficult to abuse!</p>
</div>
</section>
</main>
</body>
</html>