|
@@ -1,7 +1,7 @@
|
|
<section id="hero" class="IndexHero">
|
|
<section id="hero" class="IndexHero">
|
|
<header id="logo-wrap" class="IndexHero-logo">
|
|
<header id="logo-wrap" class="IndexHero-logo">
|
|
<img id="logo" width="200" class="IndexHero-logoImg emoji dog" title="puppy" alt="uppy" src="<%- config.logo_large %>">
|
|
<img id="logo" width="200" class="IndexHero-logoImg emoji dog" title="puppy" alt="uppy" src="<%- config.logo_large %>">
|
|
- <h1 class="indexHero-title"><%- config.title %></h1>
|
|
|
|
|
|
+ <h1 class="IndexHero-title"><%- config.title %></h1>
|
|
</header>
|
|
</header>
|
|
|
|
|
|
<div class="IndexHero-desc">
|
|
<div class="IndexHero-desc">
|
|
@@ -26,7 +26,7 @@
|
|
</section>
|
|
</section>
|
|
|
|
|
|
<section id="example" class="IndexExample">
|
|
<section id="example" class="IndexExample">
|
|
- <h2>10 Second Example</h2>
|
|
|
|
|
|
+ <h2 class="IndexExample-title">10 Second Example</h2>
|
|
|
|
|
|
<div class="IndexExample-block"><%- partial('partials/example1') %></div>
|
|
<div class="IndexExample-block"><%- partial('partials/example1') %></div>
|
|
|
|
|