pokesprite/docs/index.html
2017-03-06 15:16:11 +00:00

46 lines
2.2 KiB
HTML

<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<title>PokéSprite</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link type="text/css" href="build/pokesprite.min.css" rel="stylesheet" media="screen" />
<link type="text/css" href="build/overview.min.css" rel="stylesheet" media="screen" />
<style>
button {padding:5px 15px;background:#000;border:0 none;cursor:pointer;-webkit-border-radius: 5px;border-radius: 5px;color: #fff;font-size:14px;line-height: 21px;} #button-center {text-align: center;}
</style>
<script charset="utf-8" src="build/pokesprite.min.js" ></script>
</head>
<body>
<div id="top">
<div class="description">
<div class="header">
<h1>PokéSprite</h1>
<p>Pokémon icon database and sprite sheet generator</p>
</div>
<p class="center img"><img src="other/pokesprite-banner.png" alt="PokéSprite example" width="640" height="120" class="pkspr banner" /></p>
<div id="button-center">
<form action="https://github.com/msikma/pokesprite" target="_blank">
<button type="submit"><i class="fa fa-github"></i> Check it out on Github</button>
</form>
</div>
<br>
<div class="docs-container">
<p>This is a database containing icons for all the Pokémon in the National Pokédex, along with the icons for every single in-game item. It also includes shiny versions. Icons can be used either as individual files, or through an optimized sprite sheet (CSS and JS).</p>
<p class="build-section"><strong>Current build:</strong></p>
<ul>
<li><a href="build/overview.html">Icon overview</a></li>
<li><a href="build/files.html">CSS/JS/image files</a></li>
</ul>
<p class="build-section"><strong>Other images:</strong></p>
<ul>
<li><a href="other/pkmn-regular-only.png">Regular Pokémon only</a></li>
<li><a href="other/pkmn-shiny-only.png">Shiny Pokémon only</a></li>
<li><a href="other/items-only.png">Items only</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>