Add SVG icons and empty howto page
This commit is contained in:
14
static-pages/howto.pug
Normal file
14
static-pages/howto.pug
Normal file
@@ -0,0 +1,14 @@
|
||||
extends ../templates/default-page.pug
|
||||
|
||||
block vars
|
||||
- var noLogo=true
|
||||
- var title="How to Use Technology Radar"
|
||||
|
||||
block content
|
||||
.headline-group
|
||||
h1.hero-headline
|
||||
| How to Use Technology Radar
|
||||
.markdown
|
||||
h2 What are quadrants?
|
||||
p
|
||||
| TODO
|
||||
@@ -19,7 +19,9 @@ block content
|
||||
.split__left
|
||||
h4.headline= translate(quadrantName)
|
||||
.split__right
|
||||
a.icon-link(href=`/${quadrantName}.html`) Quadrant Overview
|
||||
a.icon-link(href=`/${quadrantName}.html`)
|
||||
span.icon.icon--pie.icon-link__icon
|
||||
| Quadrant Overview
|
||||
.quadrant-section__rings
|
||||
each items, ringName in quadrant
|
||||
.quadrant-section__ring
|
||||
|
||||
Reference in New Issue
Block a user