From 91776c091f787cd357ac84b4784dca1f922ea70a Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Tue, 10 Apr 2018 17:33:43 +0100 Subject: [PATCH] Footer stars --- docs/_data/links.json | 4 + docs/_includes/elements/patreon.html | 11 +- docs/_includes/footer/about.html | 13 ++ docs/_includes/footer/boxes.html | 48 +++++ docs/_includes/footer/contribute.html | 9 + docs/_includes/footer/share.html | 9 + docs/_includes/footer/support.html | 30 +++ docs/_includes/global/footer.html | 71 +------ docs/_includes/global/navbar.html | 12 +- docs/_includes/global/newsletter.html | 54 ++--- docs/_includes/global/sponsors.html | 38 ++-- docs/_sass/footer.sass | 183 ++++++++++------- docs/_sass/global.sass | 4 + docs/bulma-docs.sass | 2 + docs/css/bulma-docs.css | 229 +++++++++++++--------- docs/images/become-a-patron.png | Bin 0 -> 5120 bytes docs/images/become_a_patron_button.png | Bin 3086 -> 0 bytes docs/images/become_a_patron_button@2x.png | Bin 6579 -> 0 bytes docs/images/become_a_patron_button@3x.png | Bin 10221 -> 0 bytes docs/images/footer/bootstrap-to-bulma.png | Bin 0 -> 6723 bytes docs/images/footer/expo-examples.png | Bin 0 -> 165211 bytes docs/images/footer/jesse.png | Bin 0 -> 41712 bytes docs/images/footer/love-film.png | Bin 0 -> 148034 bytes docs/images/footer/love.png | Bin 0 -> 101025 bytes docs/test.html | 41 +++- sass/base/minireset.sass | 3 - sass/layout/footer.sass | 2 +- 27 files changed, 459 insertions(+), 304 deletions(-) create mode 100644 docs/_includes/footer/about.html create mode 100644 docs/_includes/footer/boxes.html create mode 100644 docs/_includes/footer/contribute.html create mode 100644 docs/_includes/footer/share.html create mode 100644 docs/_includes/footer/support.html create mode 100644 docs/images/become-a-patron.png delete mode 100644 docs/images/become_a_patron_button.png delete mode 100644 docs/images/become_a_patron_button@2x.png delete mode 100644 docs/images/become_a_patron_button@3x.png create mode 100644 docs/images/footer/bootstrap-to-bulma.png create mode 100644 docs/images/footer/expo-examples.png create mode 100644 docs/images/footer/jesse.png create mode 100644 docs/images/footer/love-film.png create mode 100644 docs/images/footer/love.png diff --git a/docs/_data/links.json b/docs/_data/links.json index c22fd67d..ef01cc05 100644 --- a/docs/_data/links.json +++ b/docs/_data/links.json @@ -330,6 +330,10 @@ "love": { "name": "Love", "path": "/love" + }, + "bootstrap": { + "name": "Alternative to Bootstrap", + "path": "/alternative-to-bootstrap" } }, "categories": { diff --git a/docs/_includes/elements/patreon.html b/docs/_includes/elements/patreon.html index 1277955c..06731557 100644 --- a/docs/_includes/elements/patreon.html +++ b/docs/_includes/elements/patreon.html @@ -1,8 +1,3 @@ -
-

- Support Bulma on Patreon -

- - Become a patron - -
+ + Become a patron + diff --git a/docs/_includes/footer/about.html b/docs/_includes/footer/about.html new file mode 100644 index 00000000..97d39d8e --- /dev/null +++ b/docs/_includes/footer/about.html @@ -0,0 +1,13 @@ + + + + + diff --git a/docs/_includes/footer/boxes.html b/docs/_includes/footer/boxes.html new file mode 100644 index 00000000..624bb11d --- /dev/null +++ b/docs/_includes/footer/boxes.html @@ -0,0 +1,48 @@ +{% assign boostrap_link = site.data.links.by_id['boostrap'] %} +{% assign expo_link = site.data.links.by_id['expo'] %} +{% assign love_link = site.data.links.by_id['love'] %} + + diff --git a/docs/_includes/footer/contribute.html b/docs/_includes/footer/contribute.html new file mode 100644 index 00000000..50454906 --- /dev/null +++ b/docs/_includes/footer/contribute.html @@ -0,0 +1,9 @@ + + + diff --git a/docs/_includes/footer/share.html b/docs/_includes/footer/share.html new file mode 100644 index 00000000..71174f01 --- /dev/null +++ b/docs/_includes/footer/share.html @@ -0,0 +1,9 @@ + + + diff --git a/docs/_includes/footer/support.html b/docs/_includes/footer/support.html new file mode 100644 index 00000000..936995cd --- /dev/null +++ b/docs/_includes/footer/support.html @@ -0,0 +1,30 @@ + diff --git a/docs/_includes/global/footer.html b/docs/_includes/global/footer.html index 05be9bfd..fe9a63eb 100644 --- a/docs/_includes/global/footer.html +++ b/docs/_includes/global/footer.html @@ -4,81 +4,16 @@ {% include global/sponsors.html %} +
+ {% include global/newsletter.html %} diff --git a/docs/_includes/global/navbar.html b/docs/_includes/global/navbar.html index a9a8a959..d5eed583 100644 --- a/docs/_includes/global/navbar.html +++ b/docs/_includes/global/navbar.html @@ -83,17 +83,7 @@