index.html updated

This commit is contained in:
Jeddunk 2016-02-19 12:59:46 -05:00
parent 1aece0ba79
commit 94ce6af901

View File

@ -28,6 +28,7 @@
<em>Hover over icon for code!</em> <em>Hover over icon for code!</em>
<div> <div>
<h2>Default Directional Inputs</h2> <h2>Default Directional Inputs</h2>
<div class="well">
<span class="fgi fgi-forward" title="fgi-forward"></span> <span class="fgi fgi-forward" title="fgi-forward"></span>
<span class="fgi fgi-df" title="fgi-df"></span> <span class="fgi fgi-df" title="fgi-df"></span>
<span class="fgi fgi-down" title="fgi-down"></span> <span class="fgi fgi-down" title="fgi-down"></span>
@ -35,8 +36,10 @@
<span class="fgi fgi-back" title="fgi-back"></span> <span class="fgi fgi-back" title="fgi-back"></span>
<span class="fgi fgi-jump" title="fgi-jump"></span> <span class="fgi fgi-jump" title="fgi-jump"></span>
</div> </div>
</div>
<div> <div>
<h2>Special Directional Inputs</h2> <h2>Special Directional Inputs</h2>
<div class="well">
<span class="fgi fgi-qcf" title="fgi-qcf"></span> <span class="fgi fgi-qcf" title="fgi-qcf"></span>
<span class="fgi fgi-qcb" title="fgi-qcb"></span> <span class="fgi fgi-qcb" title="fgi-qcb"></span>
<span class="fgi fgi-hcf" title="fgi-hcf"></span> <span class="fgi fgi-hcf" title="fgi-hcf"></span>
@ -45,8 +48,10 @@
<span class="fgi fgi-dp-b" title="fgi-dp-b"></span> <span class="fgi fgi-dp-b" title="fgi-dp-b"></span>
<span class="fgi fgi-360" title="fgi-360"></span> <span class="fgi fgi-360" title="fgi-360"></span>
</div> </div>
</div>
<div> <div>
<h2>Buttons</h2> <h2>Buttons</h2>
<div class="well">
<span class="fgi fgi-punch" title="fgi-punch"></span> <span class="fgi fgi-punch" title="fgi-punch"></span>
<span class="fgi fgi-kick" title="fgi-kick"></span> <span class="fgi fgi-kick" title="fgi-kick"></span>
<br/> <br/>
@ -59,36 +64,42 @@
<br> <br>
<span class="fgi fgi-3p" title="fgi-3p"></span> <span class="fgi fgi-3p" title="fgi-3p"></span>
<span class="fgi fgi-3k" title="fgi-3k"></span> <span class="fgi fgi-3k" title="fgi-3k"></span>
<br class="spaced"/><em>Guilty Gear</em><br/> </div>
<em>Guilty Gear</em>
<div class="well">
<span class="fgi fgi-s" title="fgi-s"></span> <span class="fgi fgi-s" title="fgi-s"></span>
<span class="fgi fgi-hs" title="fgi-hs"></span> <span class="fgi fgi-hs" title="fgi-hs"></span>
<span class="fgi fgi-d" title="fgi-d"></span> <span class="fgi fgi-d" title="fgi-d"></span>
</div> </div>
</div> </div>
</div>
<div> <div>
<h1 class="page-header">Examples</h1> <h1 class="page-header">Examples</h1>
<code> <div class="well">
&lt;i class="fgi fgi-dp">&lt;/i>+&lt;i class="fgi fgi-punch">&lt;/i> <code>&lt;i class="fgi fgi-dp">&lt;/i>+&lt;i class="fgi fgi-punch">&lt;/i></code><br><br>
</code> <i class="fgi fgi-dp"></i>+<i class="fgi fgi-punch"></i>
<br/> <p>Ryu's Shoryuken</p>
<i class="fgi fgi-dp"></i>+<i class="fgi fgi-punch"></i> - Ryu's Shoryuken </div>
<br class="spaced"/> <div class="well">
<code> <code>&lt;i class="fgi fgi-360">&lt;/i>&lt;i class="fgi fgi-360">&lt;/i>+&lt;i class="fgi fgi-3p">&lt;/i></code><br><br>
&lt;i class="fgi fgi-360"></i>&lt;i class="fgi fgi-360"></i>+&lt;i class="fgi fgi-3p">&lt;/i> <i class="fgi fgi-360"></i><i class="fgi fgi-360"></i>+<i class="fgi fgi-3p"></i>
</code> <p>Zangief's Ultimate Atomic Buster</p>
<br/> </div>
<i class="fgi fgi-360"></i><i class="fgi fgi-360"></i>+<i class="fgi fgi-3p"></i> - Zangief's Ultimate Atomic Buster <div class="well">
<br class="spaced"/> <code>&lt;i class="fgi fgi-qcf">&lt;/i>&lt;i class="fgi fgi-qcf">&lt;/i>+&lt;i class="fgi fgi-s">&lt;/i></code><br><br>
<code> <i class="fgi fgi-qcf"></i><i class="fgi fgi-qcf"></i>+<i class="fgi fgi-s"></i>
&lt;i class="fgi fgi-qcf">&lt;/i>&lt;i class="fgi fgi-qcf">&lt;/i>+&lt;i class="fgi fgi-s">&lt;/i> <p>Faust's Shigekiteki Zetsumeiken</p>
</code> </div>
<br/> </div>
<i class="fgi fgi-qcf"></i><i class="fgi fgi-qcf"></i>+<i class="fgi fgi-s"></i> - Faust's Shigekiteki Zetsumeiken <div>
<h1 class="page-header">Download</h1>
<a class="btn btn-default" href="https://gitgud.io/JediThug/fighting-game-icons/repository/archive.zip?ref=master" role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Download</a>
<a class="btn btn-default" href="https://gitgud.io/JediThug/fighting-game-icons/" role="button"><span class="glyphicon glyphicon-cog" aria-hidden="true"></span> Repository</a>
</div> </div>
<div> <div>
<h1 class="page-header">Todo</h1> <h1 class="page-header">Todo</h1>
<ul> <ul>
<li>"Hold" directions and buttons</li> <li>Charge directions and "Hold" buttons</li>
<li>A, B, C, D (NeoGeo)</li> <li>A, B, C, D (NeoGeo)</li>
<li>1, 2, 3, 4 or LP, RP, LK, RK (Tekken)</li> <li>1, 2, 3, 4 or LP, RP, LK, RK (Tekken)</li>
</ul> </ul>