Step 1 in converting to a Backbone-based website

This commit is contained in:
Andrew Miner
2014-12-22 16:36:04 -08:00
parent dc9fd0de07
commit 16832e02dd
95 changed files with 41866 additions and 17 deletions
+10
View File
@@ -0,0 +1,10 @@
//-
//- Crafting Guide - landing_page.jade
//-
//- Copyright (c) 2014 by Redwood Labs
//- All rights reserved.
//-
.view__landing_page
.view__recipe_catalog
.view__crafter
+19
View File
@@ -0,0 +1,19 @@
//-
//- Crafting Guide - recipe_catalog.jade
//-
//- Copyright (c) 2014 by Redwood Labs
//- All rights reserved.
//-
.view__recipe_catalog
h2
img(src="/images/bookshelf.png")
p Recipe Catalog
table.books
tr
td  
td
input.recipe_book_url(placeholder="enter a URL to load another recipe book...")
button.recipe_book_load_button Load
.load_error: p
+8
View File
@@ -0,0 +1,8 @@
//-
//- Crafting Guide - test.jade
//-
//- Copyright (c) 2014 by Redwood Labs
//- All rights reserved.
//-
p Hello world!