-
Notifications
You must be signed in to change notification settings - Fork 18
/
about.html
45 lines (45 loc) · 2.54 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Pokémon Interactive Type Chart</title>
<!-- Social Media Stuff -->
<meta property="og:title" content="Pokémon Interactive Type Chart">
<meta property="og:description" content="An interactive type chart with Pokémon Type Strengths">
<meta property="og:url" content="http://filipekiss.github.io/pokemon-type-chart/">
<meta property="og:image" content="http://i.imgur.com/drWhvRJ.png">
<meta property="og:site_name" content="Pokémon Type Chart">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@filipekiss">
<meta name="twitter:url" content="http://filipekiss.github.io/pokemon-type-chart/">
<meta name="twitter:title" content="Pokémon Type Chart">
<meta name="twitter:description" content="An interactive type chart with Pokémon Type Strengths">
<meta name="twitter:image:src" content="http://i.imgur.com/drWhvRJ.png"/>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div id="about">
<h1>About the Pokémon Type Chart</h1>
<small>Click <a href="index.html">here</a> to go back to the chart.</small>
<p>First of all, thank you for stoping by. I really appreciate the fact that you're here.</p>
<p>I started to make this chart because I've ran into a problem: Either type charts were too complicated to use or they hadn't the Fairy type available. (Sometimes both). So I decided to play a little and make this.</p>
<h2>Plans for the future</h2>
<ol>
<li>Less cluterred interface</li>
<li>Make it mobile friendly</li>
<li>Optmize Load Time</li>
<li>Add other tools (like IV calcultors and so on)</li>
</ol>
<p>Feedback is always aprecciated. You can reach me at filipe [at] beij [dot] in.</p>
<p class="text-center">This software is beerware. If you like it and use it a lot, please, consider buying me a beer. </p>
<p class="text-center"><form class="text-center" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="LMKT4GMX6MWJY">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</p>
</div>
</body>
</html>