mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-25 08:07:20 -05:00
37 lines
1.8 KiB
HTML
37 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>PokéSprite</title>
|
|
<link type="text/css" href="build/pokesprite.min.css" rel="stylesheet" media="screen" />
|
|
<script charset="utf-8" src="build/pokesprite.min.js" ></script>
|
|
<link type="text/css" href="build/overview.min.css" rel="stylesheet" media="screen" />
|
|
</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 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>
|
|
<p>For more information about the project, visit <a href="https://github.com/msikma/pokesprite">https://github.com/msikma/pokesprite</a>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|