website/src/templates/labs.html
2014-01-28 01:50:46 -05:00

12 lines
518 B
HTML

{% extends "base.html" %}
{% block title %} | Labs{% endblock %}
{% 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>
</div>
{% endblock main %}