Restructure static files into a single directory
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
//-
|
||||
//- Crafting Guide - _header.jade
|
||||
//-
|
||||
//- Copyright (c) 2014-2015 by Redwood Labs
|
||||
//- All rights reserved.
|
||||
//-
|
||||
|
||||
.view__header
|
||||
h1
|
||||
a.logo(href="/"): img(src="/images/workbench_front.png")
|
||||
p Crafting Guide for Minecraft
|
||||
|
||||
.addthis_sharing_toolbox
|
||||
.divider.bottom
|
||||
|
||||
.navBar
|
||||
a(data-page="home", href="/")
|
||||
p Home
|
||||
.dot
|
||||
a(data-page="configure", href="/configure/")
|
||||
p Configure
|
||||
.dot
|
||||
a(data-page="browse", href="/browse/")
|
||||
p Browse
|
||||
.dot
|
||||
a(data-page="craft", href="/craft/")
|
||||
p Craft
|
||||
.dot
|
||||
Reference in New Issue
Block a user