-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome.html
168 lines (132 loc) · 5.16 KB
/
welcome.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE HTML>
<html>
<head>
<title>PokéBot</title>
</head>
<body class="landing">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="assets/js/kube.js"></script>
<!-- Header -->
<header id="header" class="alt">
<nav id="nav">
<ul>
<li>
<a href='./page1.html'><i class="fa fa-book" aria-hidden="true"></i> </a></li>
<br>
<a href='./donate.html'><i class="fa fa-credit-card" aria-hidden="true"></i></a>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2 class="animated fadeIn">PokéBot</h2>
<p>The First Pokémon Discord Bot that allows users to<br /><bold>catch, battle,</bold> and <bold>trade</bold> with their own pokemon</p>
<ul class="actions">
<li><a href="https://discordapp.com/oauth2/authorize?client_id=330488924449275916&scope=bot&permissions=268746822" target="_blank" class="button special big">Invite Now</a></li>
</ul>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<div class="container 75%">
<div class="row 200%">
<div class="6u 12u$(medium)">
<header class="major">
<div class="animatedParent">
<h2 class='animated pulse'>Why should you invite this bot?</h2>
</div>
</header>
</div>
<div class="6u$ 12u$(medium)">
<p>Pokébot is the first Pokemon Capturing Discord bot to exist! With its database, users can capture hundreds of pokemon and recieve states on them. As well with going against other users in battles! With its advancements, a money system developed allows users to even buy pokemon and items in the shop for their battles!</p>
<br></br>
<a href="https://discord.gg/3Chh8gu"><img src="https://discordapp.com/api/guilds/334745231163654145/widget.png?style=banner2" alt="Discord server"></a>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 special">
<div class="container">
<header class="major">
<h2><u>Functions</u></h2>
<p>and more...</p>
</header>
<div class="row 140%">
<div class="6u 12u$(xsmall)">
<div class="image fit captioned">
<img src="images/pic02.jpg" alt="" />
<h3>Win, Bet, Shop, Play, and Give Money to any user you Desire in Pokébot's Currency!</h3>
</div>
</div>
<div class="6u$ 12u$(xsmall)">
<div class="image fit captioned">
<img src="images/pic03.jpg" alt="" />
<h3>Capture Pokemon, View Inventories, and Battle Thousands of Others Around the World!</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1">
<div class="container">
<header class="major special">
<h2>Developers</h2>
<p>People who brought this amazing bot to life</p>
</header>
<div class="feature-grid">
<div class="feature">
<div class="image rounded"><img src="images/pic04.jpg" alt="" /></div>
<div class="content">
<header>
<h4>Wonder</h4>
<p><a href="http://www.github.com/YaBoyWonder" target="_blank"><strong>Dev</strong></a></p>
</header>
<p>I'm a pretty wonderful guy who enjoys wonderful code. Making my life in coding a wonderful experience™</p>
</div>
</div>
<div class="feature">
<div class="image roundeddd"><img src="images/pic05.jpg" alt="" /></div>
<div class="content">
<header>
<h4>Toast</h4>
<p><a href="https://github.com/gavwin" target="_blank"><strong>Contributor</strong></a></p>
</header>
<p>I love js, node.js. I know HTML, CSS, JavaScript and Java. Full stack engineer one day?</p>
</div>
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style3 special">
<div class="container">
<header class="major">
<h2>Invite Pokébot</h2>
<p>And Capture Your First Pokémon Today!</p>
</header>
<ul class="actions">
<li><a href="https://discordapp.com/oauth2/authorize?client_id=330488924449275916&scope=bot&permissions=268746822" target="_blank" class="button special big">Invite</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://github.com/Wonder-Toast" target="_blank" class="icon fa-github"></a></li>
<li><a href="https://twitter.com/PokeBot2017" target="_blank" class="icon fa-twitter"></a></li>
</ul>
<ul class="copyright">
<a href="https://github.com/YaBoyWonder/Pokebot/blob/master/LICENSE"><li>© PokéBot</a></li>
<li>Design: <a href="http://bit.ly/2nlstV4" target="_blank">Wonder</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>