Cleaned up Flakes import & init.

This commit is contained in:
Matthew Dillon 2015-03-18 13:49:36 -08:00
parent 82c3bd9e38
commit 1d1bbd6706
9 changed files with 49 additions and 11 deletions
app/templates

View file

@ -1,5 +1,7 @@
<div class="flakes-frame">
<div class="flakes-navigation">
<a href="index.html" class="logo">
<img src="img/logo.png" width="120">
</a>
<ul>
{{#link-to 'genera' tagName='li' href=false}}
{{#link-to 'genera'}}Genera{{/link-to}}
@ -26,9 +28,19 @@
{{/if}}
</p>
</div>
<div class="flakes-content">
<div class="flakes-mobile-top-bar">
<a href="" class="logo-wrap">
<img src="img/logo.png" height="30px">
</a>
<a href="" class="navigation-expand-target">
<img src="img/navigation-expand-target.png" height="26px">
</a>
</div>
<div class="view-wrap">
{{outlet}}
</div>
</div>
</div>