Left align all the things!

This commit is contained in:
Arona Jones
2014-10-11 16:06:51 +01:00
parent fbb42b2dad
commit c3f35a2680

View File

@@ -50,12 +50,13 @@
</nav>
<div class="container">
<div class="starter-template">
<h3>List of useful Code Snippets for Forge Modding</h3>
<ol>
<h3>List of useful Code Snippets for Forge Modding:</h3>
<ol align="left">
<li>Get a World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);</li>
<li>More to come soon!</li>
</ol>
<h3>My Minecraft Mods:</h3>
<p>I'm part of a international coding team called the BrassGoggledCoders, who make minecraft mods.</p>
<p>I'm part of, and informally the leader of, a international (I'm not joking, no two members live in the same time zone, let alone the same country!) coding team called the BrassGoggledCoders, who make minecraft mods.</p>
<h4 align="left">The Team:</h4>
<ul align="left">
<h5>Coders:</h5>
@@ -63,7 +64,7 @@
<li>decabaldecebal <img src="/images/flag_romania.png"></li>
<li>domi1819 <img src="/images/flag_germany.png"></li>
<h5>Texturers:</h5>
<li>Snurly <img src="/images/flag_usa.png"></li>
<li>Snurly <img src="/images/flag_hong_kong.png"></li>
<li>frothiny <img src="/images/flag_sweden.png"></li>
<h5>Others:</h5>
<li>MechWarrior99 <img src="/images/flag_usa.png"></li>
@@ -73,8 +74,8 @@
<li><a href="http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2120327-steamcraft2-3-9-14-beta2-fluxian-storm">SteamCraft2</a></li>
<li><a href="http://www.planetminecraft.com/mod/172-enderglove---the-power-of-the-end-in-your-fist/">Ender Gloves</a></li>
</ul>
<h4>Source Code</h4>
<a href="http://github.com/BrassGoggledCoders"><img src="http://game-icons.net/icons/lorc/originals/png/microscope-lens.png" width="30%"></a>
<h4>Source Code:</h4>
<a href="http://github.com/BrassGoggledCoders"><img src="http://game-icons.net/icons/lorc/originals/png/microscope-lens.png" width="20%"></a>
</div>
</div>