mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-02 15:24:52 -05:00
68 lines
2.5 KiB
HTML
68 lines
2.5 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 type="text/css">
|
|
#github-button {
|
|
text-align: center;
|
|
margin: -5px 0 20px;
|
|
}
|
|
#github-button a {
|
|
display: inline-block;
|
|
padding: 5px 15px;
|
|
border-radius: 5px;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
background: #000;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
vertical-align: middle;
|
|
}
|
|
#github-button a:hover {
|
|
background: #1F85EB;
|
|
}
|
|
#github-button a .fa {
|
|
font-size: 21px;
|
|
line-height: 21px;
|
|
vertical-align: top;
|
|
margin-right: 6px;
|
|
}
|
|
</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="github-button">
|
|
<a href="https://github.com/msikma/pokesprite">
|
|
<i class="fa fa-github"></i>Check it out on Github
|
|
</a>
|
|
</div>
|
|
<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>
|