Added new header system, waiting for texts to be added to .header-text
This commit is contained in:
22
index.hbs
22
index.hbs
@ -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>
|
||||
|
Reference in New Issue
Block a user