2
0

Updates to new site layout.

This commit is contained in:
Maarten Billemont
2018-04-16 17:17:16 -04:00
parent cd0876d58a
commit 789761b177
22 changed files with 390 additions and 162 deletions

View File

@@ -1,4 +1,4 @@
<header>
<header class="{{ page.header }}">
<!--div class="hero">
<img class="ios" src="/img/hero_ios.jpg" />
<img class="android" src="/img/hero_android.jpg" />
@@ -24,8 +24,8 @@
<div class="flex-auto"></div>
<nav>
<a href="/"{% if page.nav == "why" %} class="active"{% endif %}>Why</a>
<a href="how.html"{% if page.nav == "how" %} class="active"{% endif %}>How</a>
<a href="why.html"{% if page.nav == "why" %} class="active"{% endif %}>Why</a>
<a href="what.html"{% if page.nav == "what" %} class="active"{% endif %}>What</a>
<a href="how.html"{% if page.nav == "how" %} class="active"{% endif %}>How</a>
</nav>
</header>