Refactor website with new design & structure

This commit is contained in:
Andrew Miner
2016-04-03 19:30:15 -07:00
parent ec7e8c883d
commit d69585facd
406 changed files with 7411 additions and 37859 deletions
+35
View File
@@ -0,0 +1,35 @@
//-
//- Crafting Guide - index.jade
//-
//- Copyright © 2014-2016 by Redwood Labs
//- All rights reserved.
//-
doctype html
html
head
title The Ultimate Minecraft Crafting Guide
link(href="/images/favicon.png" rel="icon" type="image/png")
link(href="/main.css" rel="stylesheet" type="text/css" )
meta(charset="UTF-8")
meta(name="viewport" content="width=480")
body
.view__feedback
.view__screen(style="display: none")
.page
.view__header
.content(style="display: none")
.content-loading
img(src="/images/wait.gif")
.view__footer
script(src="/external.js")
script(src="/internal.js")
include ../includes/_google_adsense.jade
include ../includes/_google_analytics.jade