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
diff --git a/_config.yml b/_config.yml
index d656c95..dd2e3e6 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,6 +17,7 @@ exclude_from_localizations: ["assets"]
sass:
style: compressed
cache: false
+ relative_assets: true
gems:
- jekyll-paginate
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 %}
-
- - {% t nav.download %}
- - {% t nav.buy %}
- - {% t nav.shop %}
- - {% t nav.debit %}
-
+
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
index 0cb2daf..74e61f5 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -26,8 +26,8 @@
{{ content }}
-