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 @@