Initial implementation of tutorial pages
This commit is contained in:
@@ -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
|
||||
@@ -20,4 +20,8 @@
|
||||
.byline: p
|
||||
.description: p
|
||||
|
||||
.tutorials.section
|
||||
h2 Tutorials
|
||||
.panel
|
||||
|
||||
.itemGroups
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
//-
|
||||
//- Crafting Guide - tutorial.jade
|
||||
//-
|
||||
//- Copyright (c) 2015 by Redwood Labs
|
||||
//- All rights reserved.
|
||||
//-
|
||||
|
||||
.view__tutorial
|
||||
a
|
||||
img
|
||||
.caption: p
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user