Added initial css and html framework

Change-Id: I82fafe83852a45f8af7d959e496c6246a8865ec5
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/src/scss/layout/_all.scss b/src/scss/layout/_all.scss
new file mode 100644
index 0000000..1122ffe
--- /dev/null
+++ b/src/scss/layout/_all.scss
@@ -0,0 +1,2 @@
+@import 'header';
+@import 'navigation';