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" %}
{% block body %}
<div id='login-box'>
<form method='post' action=''>
<input type='text' name='user' />
</form>
<div class="row-fluid">
<div class="span12">
<div class="hero-unit">
<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>
{% endblock body %}