Added new header system, waiting for texts to be added to .header-text

This commit is contained in:
2017-07-11 12:18:06 +02:00
parent 3269d2b65c
commit 050d446960
9 changed files with 176 additions and 41 deletions

View File

@ -1,14 +1,23 @@
{{!< default}}
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
{{!-- The big featured header --}}
<header class="main-header">
<div class="main-me">
hey
</div>
<a class="scroll-down icon-arrow-left" href="#content"><span class="hidden">Scroll Down</span></a>
{{!-- Top header --}}
<header class="top-header homepage-top-header">
{{> "header"}}
</header>
{{!-- All header backgrounds --}}
<div class="header-bg"></div>
<div class="header-overlay"></div>
<div class="below-header"></div>
{{!-- Header content --}}
<div class="header-text">
<div class="content">
Test
</div>
</div>
{{!-- The main content area on the homepage --}}
<main id="content" class="content" role="main">
@ -20,5 +29,4 @@
{{!-- The tag below includes the post loop - partials/loop.hbs --}}
{{> "loop"}}
</main>