Hero unit for the front page; removing the login form

This commit is contained in:
Eryn Wells 2012-08-17 20:25:35 -07:00
parent 76cd6cee02
commit 959197b8c7

View file

@ -2,9 +2,13 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block body %} {% block body %}
<div id='login-box'> <div class="row-fluid">
<form method='post' action=''> <div class="span12">
<input type='text' name='user' /> <div class="hero-unit">
</form> <h1>Rogue Ojii of Wales</h1>
<p><a class="btn btn-large btn-primary" href="/login/github/">Login with
GitHub</a></p>
</div>
</div>
</div> </div>
{% endblock body %} {% endblock body %}