From 0b3cbea742156928b4d40bcfc10820fc172acede Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 24 Jul 2016 18:43:58 -0400 Subject: [PATCH 1/6] style guide: add buttons --- _components/buttons.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _components/buttons.html diff --git a/_components/buttons.html b/_components/buttons.html new file mode 100644 index 0000000..ba1caad --- /dev/null +++ b/_components/buttons.html @@ -0,0 +1,10 @@ +--- +title: "Buttons" +type: buttons +usage: +--- + +btn-white-solid +btn-green +btn-blue +btn-blue-solid From ee61fa65c167e774e6c505f9c5fe1a2cb055b23b Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 24 Jul 2016 18:44:43 -0400 Subject: [PATCH 2/6] updating footer markup, first pass at styles (not responsive yet) --- _includes/footer.html | 122 +++++++++++++++++++++++++----------------- _layouts/default.html | 4 +- _sass/_footer.scss | 99 ++++++++++++++++------------------ 3 files changed, 121 insertions(+), 104 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 4f63746..7585ddf 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,53 +1,79 @@ -{% t nav.get-dash %} - + + + diff --git a/_layouts/default.html b/_layouts/default.html index 844ef42..e112d23 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -26,8 +26,8 @@ {{ content }} -