Updated labs with Floppy Pig.

This commit is contained in:
Ian Adam Naval 2014-02-10 14:08:31 -05:00
parent 762a42e227
commit 3ef4ec671e

View File

@ -4,8 +4,12 @@
{% block main %}
<div class="section">
<h2>Labs</h2>
<p>Welcome to my lab! This where I run all my experimental stuff. My <a href="https://git.ianonavy.com/public">private Git server</a> has some public repositories if you are interested.</p>
<p>I also use <a href="http://demo.ianonavy.com/">demo.ianonavy.com</a> as a general purpose staging site. Check it out to see what I'm working on now!</p>
<h2>Labs</h2>
<p>Welcome to my lab! This where I run all my experimental stuff. My <a href="https://git.ianonavy.com/public">private Git server</a> has some public repositories if you are interested.</p>
<p>I also use <a href="http://demo.ianonavy.com/">demo.ianonavy.com</a> as a general purpose staging site. Check it out to see what I'm working on now!</p>
</div>
<div class="section">
<h2>Floppy Pig</h2>
<p>Just a small little <a href="http://floppypig.ianonavy.com/">game</a> I'm working on right now in my free time.</p>
</div>
{% endblock main %}