hero updates and general layout work

This commit is contained in:
2017-08-19 13:17:39 -05:00
committed by Mark Moser
parent 323f3a1263
commit 83acf3e641
8 changed files with 148 additions and 40 deletions

View File

@ -1,2 +1,3 @@
<div class="hero" style="background-image: url('{{assets}}/img/{{hero}}');">
<div class="hero" style="background-image: url('{{assets}}/img/{{heading.img}}');">
<h1 class="{{heading.theme}}">{{heading.copy}}</h1>
</div>

View File

@ -1,5 +1,6 @@
<nav class="nav-foot">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="styleguide.html">styleguide</a></li>
<li><a href="video.html">video</a></li>
<li><a href="misc.html">misc</a></li>