Step 1 in converting to a Backbone-based website
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1,8 @@
|
||||
//-
|
||||
//- Crafting Guide - test.jade
|
||||
//-
|
||||
//- Copyright (c) 2014 by Redwood Labs
|
||||
//- All rights reserved.
|
||||
//-
|
||||
|
||||
p Hello world!
|
||||
Reference in New Issue
Block a user