diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..4c218a0
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+# http://editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = tab
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[{*.json,*.yml}]
+indent_size = 2
+indent_style = space
diff --git a/.gitattributes b/.gitattributes
new file mode 100755
index 0000000..2125666
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..c353790
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+node_modules
+.sass-cache
+bower_components
diff --git a/.jshintrc b/.jshintrc
new file mode 100755
index 0000000..eeafae8
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,22 @@
+{
+ "boss": true,
+ "browser": true,
+ "curly": true,
+ "debug": true,
+ "devel": true,
+ "eqeqeq": true,
+ "expr": true,
+ "forin": true,
+ "immed": true,
+ "noarg": true,
+ "node": true,
+ "noempty": true,
+ "nonew": true,
+ "strict": true,
+ "trailing": true,
+ "undef": true,
+ "unused": true,
+ "predef": [
+ "Prism"
+ ]
+}
\ No newline at end of file
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100755
index 0000000..1dd5ba7
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,7 @@
+Copyright (c) 2014 Resource LLC
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100755
index 0000000..434dee4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+
+
+
+
+This is the [Fabricator](https://github.com/fbrctr/fabricator) instance used to build [http://fbrctr.github.io](http://fbrctr.github.io).
+
+## Development
+
+Checkout the `fabricator` branch:
+
+```
+$ git checkout fabricator
+```
+
+Start local dev server:
+
+```
+$ npm start
+```
+
+Build for release:
+
+```
+$ npm run build
+```
+
+Publish:
+
+```
+$ git subtree push --prefix dist origin master
+```
diff --git a/assets/toolkit/styles/toolkit.css b/assets/toolkit/styles/toolkit.css
deleted file mode 100755
index 5b3ae4b..0000000
--- a/assets/toolkit/styles/toolkit.css
+++ /dev/null
@@ -1 +0,0 @@
-code,pre{color:#333;text-align:left;white-space:pre;word-spacing:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.4;direction:ltr;cursor:text}pre{margin:1em 0;padding:1.2em;border-radius:3px}p code,li code,table code{margin:0;border-radius:3px;padding:.2em 0;font-size:85%}p code:before,p code:after,li code:before,li code:after,table code:before,table code:after{letter-spacing:-.2em;content:'\00a0'}code,:not(pre)>code,pre{background:#f7f7f7}:not(pre)>code{padding:.1em;border-radius:.3em}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#969896}.token.punctuation,.token.string,.token.atrule,.token.attr-value{color:#183691}.token.property,.token.tag{color:#63a35c}.token.boolean,.token.number{color:#0086b3}.token.selector,.token.attr-name,.token.attr-value .punctuation:first-child,.token.keyword,.token.regex,.token.important{color:#a71d5d}.token.operator,.token.entity,.token.url,.language-css .token.string{color:#a71d5d}.token.entity{cursor:help}.namespace{opacity:.7}html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.d-b{display:block!important}.d-i{display:inline!important}.d-ib{display:inline-block!important;max-width:100%}.d-tb{display:table!important}.d-tbc{display:table-cell!important}.d-tbr{display:table-row!important}.vh{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fl-l{float:left!important}.fl-r{float:right!important}.fl-n{float:none!important}.cl-b{clear:both!important}.cl-n{clear:none!important}.cl-l{clear:left!important}.cl-r{clear:right!important}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.rwd-img{max-width:100%;height:auto}.rwd-img-st{width:100%;height:auto}.instrinsic{position:relative;padding-bottom:56.25%;height:0;text-align:center}.instrinsic div,.instrinsic embed,.instrinsic object,.instrinsic iframe{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important}.pos-r{position:relative!important}.pos-s{position:static!important}.pos-a{position:absolute!important}.pos-f{position:fixed!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mt-0{margin-top:0!important}.mt-xxs{margin-top:.14591em!important}.mt-xs{margin-top:.23608em!important}.mt-s{margin-top:.61805em!important}.mt{margin-top:1em!important}.mt-l{margin-top:1.618em!important}.mt-xl{margin-top:2.61792em!important}.mt-xxl{margin-top:4.2358em!important}.pt-0{padding-top:0!important}.pt-xxs{padding-top:.14591em!important}.pt-xs{padding-top:.23608em!important}.pt-s{padding-top:.61805em!important}.pt{padding-top:1em!important}.pt-l{padding-top:1.618em!important}.pt-xl{padding-top:2.61792em!important}.pt-xxl{padding-top:4.2358em!important}.mr-0{margin-right:0!important}.mr-xxs{margin-right:.14591em!important}.mr-xs{margin-right:.23608em!important}.mr-s{margin-right:.61805em!important}.mr{margin-right:1em!important}.mr-l{margin-right:1.618em!important}.mr-xl{margin-right:2.61792em!important}.mr-xxl{margin-right:4.2358em!important}.pr-0{padding-right:0!important}.pr-xxs{padding-right:.14591em!important}.pr-xs{padding-right:.23608em!important}.pr-s{padding-right:.61805em!important}.pr{padding-right:1em!important}.pr-l{padding-right:1.618em!important}.pr-xl{padding-right:2.61792em!important}.pr-xxl{padding-right:4.2358em!important}.mb-0{margin-bottom:0!important}.mb-xxs{margin-bottom:.14591em!important}.mb-xs{margin-bottom:.23608em!important}.mb-s{margin-bottom:.61805em!important}.mb{margin-bottom:1em!important}.mb-l{margin-bottom:1.618em!important}.mb-xl{margin-bottom:2.61792em!important}.mb-xxl{margin-bottom:4.2358em!important}.pb-0{padding-bottom:0!important}.pb-xxs{padding-bottom:.14591em!important}.pb-xs{padding-bottom:.23608em!important}.pb-s{padding-bottom:.61805em!important}.pb{padding-bottom:1em!important}.pb-l{padding-bottom:1.618em!important}.pb-xl{padding-bottom:2.61792em!important}.pb-xxl{padding-bottom:4.2358em!important}.ml-0{margin-left:0!important}.ml-xxs{margin-left:.14591em!important}.ml-xs{margin-left:.23608em!important}.ml-s{margin-left:.61805em!important}.ml{margin-left:1em!important}.ml-l{margin-left:1.618em!important}.ml-xl{margin-left:2.61792em!important}.ml-xxl{margin-left:4.2358em!important}.pl-0{padding-left:0!important}.pl-xxs{padding-left:.14591em!important}.pl-xs{padding-left:.23608em!important}.pl-s{padding-left:.61805em!important}.pl{padding-left:1em!important}.pl-l{padding-left:1.618em!important}.pl-xl{padding-left:2.61792em!important}.pl-xxl{padding-left:4.2358em!important}.ml-a{margin-left:auto}.mr-a{margin-right:auto}.ta-l{text-align:left!important}.ta-c{text-align:center!important}.ta-r{text-align:right!important}.ta-j{text-align:justify!important}.c-i{color:inherit!important}.kern{text-rendering:optimizeLegibility;-webkit-font-feature-settings:"kern" 1;-moz-font-feature-settings:"kern" 1;font-feature-settings:"kern" 1;-webkit-font-kerning:normal;-moz-font-kerning:normal;font-kerning:normal}.whs-nw,.truncate{white-space:nowrap!important}.truncate{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;word-wrap:normal!important}.fw-l{font-weight:200!important}.fw-n{font-weight:400!important}.fw-b{font-weight:700!important}.fs-i{font-style:italic!important}.tt-u{text-transform:uppercase!important}.wfsm{-webkit-font-smoothing:antialiased}.va-t{vertical-align:top!important}.va-m{vertical-align:middle!important}.va-b{vertical-align:bottom!important}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.row{max-width:60rem;margin-left:auto;margin-right:auto;position:relative;padding-right:1em;padding-left:1em}.row::after{clear:both;content:"";display:table}.row--fluid{max-width:100%}.row--no-gutter{padding-left:0;padding-right:0}[class*=col-]{position:relative;float:left}.col-1{float:left;display:block;margin-right:4.34783%;width:100%}.col-1:last-child{margin-right:0}@media screen and (min-width:48rem){.col-1{float:left;display:block;margin-right:4.34783%;width:4.34783%}.col-1:last-child{margin-right:0}}.col-2{float:left;display:block;margin-right:4.34783%;width:100%}.col-2:last-child{margin-right:0}@media screen and (min-width:48rem){.col-2{float:left;display:block;margin-right:4.34783%;width:13.04348%}.col-2:last-child{margin-right:0}}.col-3{float:left;display:block;margin-right:4.34783%;width:100%}.col-3:last-child{margin-right:0}@media screen and (min-width:48rem){.col-3{float:left;display:block;margin-right:4.34783%;width:21.73913%}.col-3:last-child{margin-right:0}}.col-4{float:left;display:block;margin-right:4.34783%;width:100%}.col-4:last-child{margin-right:0}@media screen and (min-width:48rem){.col-4{float:left;display:block;margin-right:4.34783%;width:30.43478%}.col-4:last-child{margin-right:0}}.col-5{float:left;display:block;margin-right:4.34783%;width:100%}.col-5:last-child{margin-right:0}@media screen and (min-width:48rem){.col-5{float:left;display:block;margin-right:4.34783%;width:39.13043%}.col-5:last-child{margin-right:0}}.col-6{float:left;display:block;margin-right:4.34783%;width:100%}.col-6:last-child{margin-right:0}@media screen and (min-width:48rem){.col-6{float:left;display:block;margin-right:4.34783%;width:47.82609%}.col-6:last-child{margin-right:0}}.col-7{float:left;display:block;margin-right:4.34783%;width:100%}.col-7:last-child{margin-right:0}@media screen and (min-width:48rem){.col-7{float:left;display:block;margin-right:4.34783%;width:56.52174%}.col-7:last-child{margin-right:0}}.col-8{float:left;display:block;margin-right:4.34783%;width:100%}.col-8:last-child{margin-right:0}@media screen and (min-width:48rem){.col-8{float:left;display:block;margin-right:4.34783%;width:65.21739%}.col-8:last-child{margin-right:0}}.col-9{float:left;display:block;margin-right:4.34783%;width:100%}.col-9:last-child{margin-right:0}@media screen and (min-width:48rem){.col-9{float:left;display:block;margin-right:4.34783%;width:73.91304%}.col-9:last-child{margin-right:0}}.col-10{float:left;display:block;margin-right:4.34783%;width:100%}.col-10:last-child{margin-right:0}@media screen and (min-width:48rem){.col-10{float:left;display:block;margin-right:4.34783%;width:82.6087%}.col-10:last-child{margin-right:0}}.col-11{float:left;display:block;margin-right:4.34783%;width:100%}.col-11:last-child{margin-right:0}@media screen and (min-width:48rem){.col-11{float:left;display:block;margin-right:4.34783%;width:91.30435%}.col-11:last-child{margin-right:0}}.col-12{float:left;display:block;margin-right:4.34783%;width:100%}.col-12:last-child{margin-right:0}@media screen and (min-width:48rem){.col-12{float:left;display:block;margin-right:4.34783%;width:100%}.col-12:last-child{margin-right:0}}.col-s-1{float:left;display:block;margin-right:4.34783%;width:4.34783%}.col-s-1:last-child{margin-right:0}.col-s-2{float:left;display:block;margin-right:4.34783%;width:13.04348%}.col-s-2:last-child{margin-right:0}.col-s-3{float:left;display:block;margin-right:4.34783%;width:21.73913%}.col-s-3:last-child{margin-right:0}.col-s-4{float:left;display:block;margin-right:4.34783%;width:30.43478%}.col-s-4:last-child{margin-right:0}.col-s-5{float:left;display:block;margin-right:4.34783%;width:39.13043%}.col-s-5:last-child{margin-right:0}.col-s-6{float:left;display:block;margin-right:4.34783%;width:47.82609%}.col-s-6:last-child{margin-right:0}.col-s-7{float:left;display:block;margin-right:4.34783%;width:56.52174%}.col-s-7:last-child{margin-right:0}.col-s-8{float:left;display:block;margin-right:4.34783%;width:65.21739%}.col-s-8:last-child{margin-right:0}.col-s-9{float:left;display:block;margin-right:4.34783%;width:73.91304%}.col-s-9:last-child{margin-right:0}.col-s-10{float:left;display:block;margin-right:4.34783%;width:82.6087%}.col-s-10:last-child{margin-right:0}.col-s-11{float:left;display:block;margin-right:4.34783%;width:91.30435%}.col-s-11:last-child{margin-right:0}.col-s-12{float:left;display:block;margin-right:4.34783%;width:100%}.col-s-12:last-child{margin-right:0}@media screen and (min-width:48rem){.col-m-1{float:left;display:block;margin-right:4.34783%;width:4.34783%}.col-m-1:last-child{margin-right:0}.col-m-2{float:left;display:block;margin-right:4.34783%;width:13.04348%}.col-m-2:last-child{margin-right:0}.col-m-3{float:left;display:block;margin-right:4.34783%;width:21.73913%}.col-m-3:last-child{margin-right:0}.col-m-4{float:left;display:block;margin-right:4.34783%;width:30.43478%}.col-m-4:last-child{margin-right:0}.col-m-5{float:left;display:block;margin-right:4.34783%;width:39.13043%}.col-m-5:last-child{margin-right:0}.col-m-6{float:left;display:block;margin-right:4.34783%;width:47.82609%}.col-m-6:last-child{margin-right:0}.col-m-7{float:left;display:block;margin-right:4.34783%;width:56.52174%}.col-m-7:last-child{margin-right:0}.col-m-8{float:left;display:block;margin-right:4.34783%;width:65.21739%}.col-m-8:last-child{margin-right:0}.col-m-9{float:left;display:block;margin-right:4.34783%;width:73.91304%}.col-m-9:last-child{margin-right:0}.col-m-10{float:left;display:block;margin-right:4.34783%;width:82.6087%}.col-m-10:last-child{margin-right:0}.col-m-11{float:left;display:block;margin-right:4.34783%;width:91.30435%}.col-m-11:last-child{margin-right:0}.col-m-12{float:left;display:block;margin-right:4.34783%;width:100%}.col-m-12:last-child{margin-right:0}}@media screen and (min-width:66rem){.col-l-1{float:left;display:block;margin-right:4.34783%;width:4.34783%}.col-l-1:last-child{margin-right:0}.col-l-2{float:left;display:block;margin-right:4.34783%;width:13.04348%}.col-l-2:last-child{margin-right:0}.col-l-3{float:left;display:block;margin-right:4.34783%;width:21.73913%}.col-l-3:last-child{margin-right:0}.col-l-4{float:left;display:block;margin-right:4.34783%;width:30.43478%}.col-l-4:last-child{margin-right:0}.col-l-5{float:left;display:block;margin-right:4.34783%;width:39.13043%}.col-l-5:last-child{margin-right:0}.col-l-6{float:left;display:block;margin-right:4.34783%;width:47.82609%}.col-l-6:last-child{margin-right:0}.col-l-7{float:left;display:block;margin-right:4.34783%;width:56.52174%}.col-l-7:last-child{margin-right:0}.col-l-8{float:left;display:block;margin-right:4.34783%;width:65.21739%}.col-l-8:last-child{margin-right:0}.col-l-9{float:left;display:block;margin-right:4.34783%;width:73.91304%}.col-l-9:last-child{margin-right:0}.col-l-10{float:left;display:block;margin-right:4.34783%;width:82.6087%}.col-l-10:last-child{margin-right:0}.col-l-11{float:left;display:block;margin-right:4.34783%;width:91.30435%}.col-l-11:last-child{margin-right:0}.col-l-12{float:left;display:block;margin-right:4.34783%;width:100%}.col-l-12:last-child{margin-right:0}}@media screen and (min-width:76rem){.col-xl-1{float:left;display:block;margin-right:4.34783%;width:4.34783%}.col-xl-1:last-child{margin-right:0}.col-xl-2{float:left;display:block;margin-right:4.34783%;width:13.04348%}.col-xl-2:last-child{margin-right:0}.col-xl-3{float:left;display:block;margin-right:4.34783%;width:21.73913%}.col-xl-3:last-child{margin-right:0}.col-xl-4{float:left;display:block;margin-right:4.34783%;width:30.43478%}.col-xl-4:last-child{margin-right:0}.col-xl-5{float:left;display:block;margin-right:4.34783%;width:39.13043%}.col-xl-5:last-child{margin-right:0}.col-xl-6{float:left;display:block;margin-right:4.34783%;width:47.82609%}.col-xl-6:last-child{margin-right:0}.col-xl-7{float:left;display:block;margin-right:4.34783%;width:56.52174%}.col-xl-7:last-child{margin-right:0}.col-xl-8{float:left;display:block;margin-right:4.34783%;width:65.21739%}.col-xl-8:last-child{margin-right:0}.col-xl-9{float:left;display:block;margin-right:4.34783%;width:73.91304%}.col-xl-9:last-child{margin-right:0}.col-xl-10{float:left;display:block;margin-right:4.34783%;width:82.6087%}.col-xl-10:last-child{margin-right:0}.col-xl-11{float:left;display:block;margin-right:4.34783%;width:91.30435%}.col-xl-11:last-child{margin-right:0}.col-xl-12{float:left;display:block;margin-right:4.34783%;width:100%}.col-xl-12:last-child{margin-right:0}}.f-grid-preview [class^="col-"]{margin-bottom:ms(0);color:#1a1a1a;background-color:#d1d1dd;padding:ms(1)}.f-grid-preview [class^="col-"]+[class^="col-"]{border-left:0}img{max-width:100%}.side-menu{text-align:center}@media screen and (min-width:48rem){.side-menu{text-align:right}}html{font-size:16px;line-height:1.2}body{font-size:1rem;font-family:'Montserrat',sans-serif;color:#181830}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}a.nav-link:hover{color:#b72906}h1,h2{margin-top:3.5rem}h1,h2,h3,h4{color:#b72906;margin-bottom:1rem}h1>a,h2>a,h3>a,h4>a{display:block;cursor:pointer}h1,h3{letter-spacing:.13em;text-transform:uppercase}h3,h4{margin-top:2.5rem}p{line-height:1.6;margin-top:1.5em;margin-bottom:1.5em}p a{color:#b72906;text-decoration:underline}.section-title{letter-spacing:.13em;text-transform:uppercase;padding:.5rem 0}blockquote{box-shadow:inset .25rem 0 0 0 #9696b2;margin-left:0;padding-left:2rem;font-style:italic;color:#9696b2}.button{letter-spacing:.13em;background-color:#181830;border:0;color:#fff;padding:1em 3em;text-transform:uppercase;text-decoration:none;display:inline-block;font-size:1.3rem}.button:hover{text-decoration:underline}figure{width:100%;margin:0}figure>img{max-width:100%}.form-group{padding:1rem 0}.form-group label{color:#9696b2;display:block;font-size:.875rem}.form-control{padding:.75rem 0;display:block;margin-top:.5rem;width:100%;border:0;box-shadow:0 2px 0 0 #d1d1dd;color:#181830}.form-control:focus{box-shadow:0 3px 0 0 #e7ad00;outline:none}.footer{background-color:#7eede2;padding:2rem 1rem;text-align:center}.footer a{color:#181830}.footer p{margin:1rem 0}.stamp{height:4rem;max-width:10rem}.stamp use{fill:#181830}.header-bar{background-color:#181830;text-align:center;padding-top:.75rem;padding-bottom:.75rem}.header-bar__divider{margin:0 1rem;display:inline-block;vertical-align:middle}.header-bar__divider svg{width:2rem;height:2rem}.header-bar a{letter-spacing:.13em;color:#fff;text-decoration:none;text-transform:uppercase;vertical-align:middle}.header-bar a:hover{text-decoration:underline}.hero{background-color:#7eede2;text-align:center;padding:2rem 1rem 3rem}.hero>img{max-width:30rem;display:inline-block}.hero__byline{letter-spacing:.13em;text-transform:uppercase;position:relative;color:#181830;font-weight:700;margin:0}@media screen and (min-width:28rem){.hero__byline{top:-2rem;font-size:1.3rem}}.hero .button{margin-top:1.3rem}@media screen and (min-width:28rem){.hero .button{margin-top:0}}ul,ol{margin:1.2em 0}ul li,ol li{margin-bottom:1em}ul li:last-child,ol li:last-child{margin-bottom:0}.list-heading{letter-spacing:.13em;text-transform:uppercase;color:#b72906;font-weight:700;list-style-type:none;padding-bottom:.5em;display:block}.link-list{padding-left:0;list-style-type:none}.link-list li{margin-bottom:0}.link-list a{padding:.5em 0;text-decoration:none;display:block}.link-list a:hover{text-decoration:underline;color:#b72906}.piped-list{list-style-type:none;padding-left:0;margin:0}.piped-list li{display:inline-block;vertical-align:middle;margin-bottom:0}.piped-list li.pipe{margin:0 .5em}.piped-list li .bolt{width:1.5em;height:1.5em;display:inline-block;vertical-align:middle}.piped-list li .bolt use{fill:#e78100}.page-header{text-align:center;background-color:#7eede2;padding:1rem 0}.page-header>a{display:inline-block;max-width:5rem}.page-header>a img{width:100%}.bolt use{fill:#e7ad00}.bg-orange2{background-color:#e54600}.bg-orange2 a,.white{color:#fff}
\ No newline at end of file
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..fa4a22b
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,21 @@
+{
+ "name": "fbrctr.github.io",
+ "version": "0.0.0",
+ "homepage": "https://github.com/fbrctr/fbrctr.github.io",
+ "authors": [
+ "Luke Askew "
+ ],
+ "license": "MIT",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "devDependencies": {
+ "neat": "~1.7.2",
+ "css-utils": "~0.1.4"
+ }
+}
diff --git a/advanced/customization.html b/dist/advanced/customization.html
similarity index 100%
rename from advanced/customization.html
rename to dist/advanced/customization.html
diff --git a/advanced/error-handling.html b/dist/advanced/error-handling.html
similarity index 100%
rename from advanced/error-handling.html
rename to dist/advanced/error-handling.html
diff --git a/advanced/helpers.html b/dist/advanced/helpers.html
similarity index 100%
rename from advanced/helpers.html
rename to dist/advanced/helpers.html
diff --git a/advanced/preprocessors.html b/dist/advanced/preprocessors.html
similarity index 100%
rename from advanced/preprocessors.html
rename to dist/advanced/preprocessors.html
diff --git a/advanced/third-party.html b/dist/advanced/third-party.html
similarity index 100%
rename from advanced/third-party.html
rename to dist/advanced/third-party.html
diff --git a/assets/fabricator/scripts/f.js b/dist/assets/fabricator/scripts/f.js
similarity index 57%
rename from assets/fabricator/scripts/f.js
rename to dist/assets/fabricator/scripts/f.js
index 92eebaa..204a94b 100644
--- a/assets/fabricator/scripts/f.js
+++ b/dist/assets/fabricator/scripts/f.js
@@ -1 +1 @@
-self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{};var Prism=function(){var e=/\blang(?:uage)?-(?!\*)(\w+)\b/i,t=self.Prism={util:{encode:function(e){return e instanceof a?new a(e.type,t.util.encode(e.content),e.alias):"Array"===t.util.type(e)?e.map(t.util.encode):e.replace(/&/g,"&").replace(/e.length)break e;if(!(p instanceof r)){c.lastIndex=0;var h=c.exec(p);if(h){g&&(f=h[1].length);var b=h.index-1+f,h=h[0].slice(f),v=h.length,y=b+v,w=p.slice(0,b+1),k=p.slice(y+1),S=[m,1];w&&S.push(w);var P=new r(o,u?t.tokenize(h,u):h,d);S.push(P),k&&S.push(k),Array.prototype.splice.apply(n,S)}}}}}return n},hooks:{all:{},add:function(e,a){var r=t.hooks.all;r[e]=r[e]||[],r[e].push(a)},run:function(e,a){var r=t.hooks.all[e];if(r&&r.length)for(var n,i=0;n=r[i++];)n(a)}}},a=t.Token=function(e,t,a){this.type=e,this.content=t,this.alias=a};if(a.stringify=function(e,r,n){if("string"==typeof e)return e;if("Array"===t.util.type(e))return e.map(function(t){return a.stringify(t,r,e)}).join("");var i={type:e.type,content:a.stringify(e.content,r,n),tag:"span",classes:["token",e.type],attributes:{},language:r,parent:n};if("comment"==i.type&&(i.attributes.spellcheck="true"),e.alias){var o="Array"===t.util.type(e.alias)?e.alias:[e.alias];Array.prototype.push.apply(i.classes,o)}t.hooks.run("wrap",i);var s="";for(var l in i.attributes)s+=l+'="'+(i.attributes[l]||"")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'" '+s+">"+i.content+""+i.tag+">"},!self.document)return self.addEventListener?(self.addEventListener("message",function(e){var a=JSON.parse(e.data),r=a.language,n=a.code;self.postMessage(JSON.stringify(t.util.encode(t.tokenize(n,t.languages[r])))),self.close()},!1),self.Prism):self.Prism;var r=document.getElementsByTagName("script");return r=r[r.length-1],r&&(t.filename=r.src,document.addEventListener&&!r.hasAttribute("data-manual")&&document.addEventListener("DOMContentLoaded",t.highlightAll)),self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),Prism.languages.markup={comment://,prolog:/<\?.+?\?>/,doctype://,cdata://i,tag:{pattern:/<\/?[\w:-]+\s*(?:\s+[\w:-]+(?:=(?:("|')(\\?[\w\W])*?\1|[^\s'">=]+))?\s*)*\/?>/i,inside:{tag:{pattern:/^<\/?[\w:-]+/i,inside:{punctuation:/^<\/?/,namespace:/^[\w-]+?:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/=|>|"/}},punctuation:/\/?>/,"attr-name":{pattern:/[\w:-]+/,inside:{namespace:/^[\w-]+?:/}}}},entity:/?[\da-z]{1,8};/i},Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Prism.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{punctuation:/[;:]/}},url:/url\((?:(["'])(\\\n|\\?.)*?\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*(?=\s*\{)/,string:/("|')(\\\n|\\?.)*?\1/,property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,punctuation:/[\{\};:]/,"function":/[-a-z0-9]+(?=\()/i},Prism.languages.markup&&(Prism.languages.insertBefore("markup","tag",{style:{pattern:/