diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 82543937..f53375b4 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -2,51 +2,12 @@ {% include bsa.html %} -
-
-
- -
-
-

Bulma Newsletter

-

Get notified when v1 is ready!

-
- -
-
-
-
-
- - - - -
-
- -
-
-
- - -
- - -
-
-
-
- -
-
-
+{% include newsletter.html %} - - - -{% if page.route == 'index' %} - - -{% elsif page.doc-subtab == 'navbar' %} - {% include examples/navbar-bottom.html %} - -{% endif %} - -
- - - - - - - - - - -{% if page.route == 'index' %} - -{% endif %} +{% include scripts.html %} diff --git a/docs/_includes/newsletter.html b/docs/_includes/newsletter.html new file mode 100644 index 00000000..fcabda79 --- /dev/null +++ b/docs/_includes/newsletter.html @@ -0,0 +1,32 @@ +
+
+
+
+
+

Bulma Newsletter

+

Get notified when v1 is ready!

+
+ +
+
+
+
+ + + + +
+
+ + + +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/docs/_includes/scripts.html b/docs/_includes/scripts.html new file mode 100644 index 00000000..35bd786c --- /dev/null +++ b/docs/_includes/scripts.html @@ -0,0 +1,49 @@ + + + +{% if page.route == 'index' %} + + +{% elsif page.doc-subtab == 'navbar' %} + {% include examples/navbar-bottom.html %} + +{% endif %} + +
+ + + + + + + + + + +{% if page.route == 'index' %} + +{% endif %} diff --git a/docs/_sass/footer.sass b/docs/_sass/footer.sass index c53f3529..cd98dd89 100644 --- a/docs/_sass/footer.sass +++ b/docs/_sass/footer.sass @@ -67,6 +67,8 @@ height: 30px #tsp + margin-top: 3rem + text-align: center small display: block diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index d6754cfd..d38a8bf1 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -11581,6 +11581,11 @@ svg { height: 30px; } +#tsp { + margin-top: 3rem; + text-align: center; +} + #tsp small { display: block; } diff --git a/docs/thank-you.html b/docs/thank-you.html index 0f1d3bf4..9bc74c4a 100644 --- a/docs/thank-you.html +++ b/docs/thank-you.html @@ -4,15 +4,28 @@ layout: default route: index --- -
+{% include navbar.html id="ThankYou" fixed=true has_container=true boxed=true transparent=true %} + +
-

- Thank you! -

-

- Go back to the homepage -

+
+
+

+ 📫 😃 +
+ Thanks for subscribing! +

+
+

+ You'll occasionally receive news about new features, documentation updates, and beautiful websites made with Bulma! +

+

+ Go back +

+
+
+