-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
120 lines (109 loc) · 3.71 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<title>Discord Adventurers Bot</title>
<link rel="icon" href="images/WebLogo.png">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link type="text/css", rel="stylesheet" href="css/main.css"/>
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="index.html">
<img src="images/Logo.png"/><!-- Adventurers Bot -->
</a>
</li>
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="about-us.html">
About Us
</a>
</li>
<!-- <li>FAQ</li>
<li>Commands</li> -->
<li>
<a href="https://discord.gg/GEzg5z4W2G" target="_blank">
Support Server
</a>
</li>
</ul>
</nav>
</header>
<div id="hometown-img" class="blur bg-image"></div>
<div class="bg-text">
<h1>Discord Adventurers Bot 2.0 is now out!</h1>
<p>
<a id="invite" href="https://discord.com/api/oauth2/authorize?client_id=521056196380065802&permissions=388161&scope=bot" target="_blank">
I n v i t e
</a>
</p>
</div>
<article>
<section class="grid-container">
<div class="grids">
<div class="shadow">
<!-- <iframe width="727" height="409" src="https://www.youtube.com/embed/9ZDeqRnchWQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<iframe width="727" height="409" src="https://www.youtube.com/embed/PzcPjqHGfAE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="grids">
<h2>Featuring: </h2>
<ul>
<li>Unique and Original Battling System</li>
<li>Tactical and Innovative Gameplay</li>
<li>Over 75 Cards and 25 Mobs</li>
<li>Hand-Drawn pixel art by our artists</li>
</ul>
</div>
</section>
<section class="grid-container">
<div class="grids">
<h2>A Bot like no other</h2>
<p>Using a text engine developed by our team. <br>Bring retro gaming back to life.</p>
</div>
<div class="grids">
<div id="group1" class="shadow">
<img src="images/captures/Front1.png"/>
<img src="images/captures/Front4.png"/>
</div>
</div>
</section>
<section class="grid-container">
<div class="grids">
<div class="shadow">
<img src="images/captures/Front2.png"/>
</div>
</div>
<div class="grids">
<h2>Flexible & Creative Playstyles</h2>
<p>PvE? PvP? PPvPPvPP? <br>You got it all! <br><br>Sabotage and backstab your teammates? <br>Heal your enemies to troll your friends? <br>5v1 pentakills? <br>Yes, Yes, and Yes!</p>
</div>
</section>
<section class="grid-container">
<div class="grids">
<h2>Competitive & Casual</h2>
<p> Traverse through one league after another. <br>For fame, glory, and bragging rights. <br>
Or just parties and mini-games with your friends! </p>
</div>
<div class="grids">
<div class="shadow">
<img src="images/captures/Front5.png"/>
</div>
</div>
</section>
</article>
<div class="landscape">
<h2> Still Scrolling? </h2>
<p><a href="https://discord.gg/GEzg5z4W2G" target="_blank">[Server]</a> <a href="https://discord.com/api/oauth2/authorize?client_id=521056196380065802&permissions=388161&scope=bot" target="_blank">[Bot]</a></p>
<p> Give this bot a shot by joining our support server or inviting it to your server for FREE! <br>You can always kick it or ban it or do whatever you want with it!</p>
</div>
</body>
</html>