Add YouTube link

This commit is contained in:
Andrew Miner
2017-03-21 19:39:06 -07:00
parent fb48362a59
commit ee6887e803
8 changed files with 41 additions and 0 deletions
@@ -0,0 +1,13 @@
//-
//- Crafting Guide - youtube.jade
//-
//- Copyright © 2014-2016 by Redwood Labs
//- All rights reserved.
//-
.view__youtube
script(src="https://apis.google.com/js/platform.js")
.button.g-ytsubscribe(data-channelid="UC7QqXY8JGtbNMcoFhfhqKeg", data-layout="default", data-count="hidden")
a(href="https://www.youtube.com/watch?v=REo8o_gNMVk&list=PLIJ-OaMPodNxJsKWE93hXH2rM5IxpllfL")
| Check out our instructional Let's Play videos!
@@ -0,0 +1,22 @@
//
// Crafting Guide - youtube.scss
//
// Copyright © 2014-2016 by Redwood Labs
// All rights reserved.
//
.view__youtube {
display : flex;
flex-direction : column;
align-items : center;
a {
display : block;
margin : $size-margin-small $size-margin-large;
margin-bottom : 0;
font-family : $font-family-text;
font-size : $font-size-medium;
text-align : center;
}
}