hero updates and general layout work
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user