feat: Styling home page

This commit is contained in:
Joshua Seigler 2016-09-05 06:28:22 -04:00
parent b6ea201bb7
commit a1e4167abf
21 changed files with 312 additions and 579 deletions

View file

@ -11,11 +11,12 @@
{% include nav-desktop.html %}
<!-- Hero content -->
<h1 class="content">{% t pages.home.hero-heading %}</h1>
<p class="content">{% t pages.home.hero-text %}</p>
<div class="content">
<a href="#" class="btn-blue-solid">{% t nav.get-dash %}</a>
<h1>{% t pages.home.hero-heading %}</h1>
<p>{% t pages.home.hero-text %}</p>
<div>
<a href="#" class="btn-blue-solid">{% t nav.get-dash %}</a>
</div>
</div>
</div>
</div>