Initial implementation of tutorial pages

This commit is contained in:
Andrew Miner
2015-03-20 12:22:01 -07:00
parent ee5ff2b578
commit 89a7f7a9d3
26 changed files with 556 additions and 87 deletions
+10
View File
@@ -0,0 +1,10 @@
//-
//- Crafting Guide - markdown_section.jade
//-
//- Copyright (c) 2015 by Redwood Labs
//- All rights reserved.
//-
.view__markdown_section.section
h2
.panel.markdown
+4
View File
@@ -20,4 +20,8 @@
.byline: p
.description: p
.tutorials.section
h2 Tutorials
.panel
.itemGroups
+11
View File
@@ -0,0 +1,11 @@
//-
//- Crafting Guide - tutorial.jade
//-
//- Copyright (c) 2015 by Redwood Labs
//- All rights reserved.
//-
.view__tutorial
a
img
.caption: p
+19
View File
@@ -0,0 +1,19 @@
//-
//- Crafting Guide - tutorial_page.jade
//-
//- Copyright (c) 2015 by Redwood Labs
//- All rights reserved.
//-
.view__tutorial_page
.sidebar
.titleImage: a: img
a.officialPage.externalLink(target="new"): p Offical Documentation
.view__adsense
.mainBody
h1.name
.byline: p from <a></a>
.sections