From: Jeremy Thomas Date: Sun, 29 Oct 2017 20:41:55 +0000 (+0100) Subject: Add fixed navbar blog post X-Git-Tag: 0.6.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52868df58b8e0ae53a6d86fa19bf5f728a6326ea;p=thirdparty%2Fbulma.git Add fixed navbar blog post --- diff --git a/docs/_posts/2017-11-01-fixed-navbar.md b/docs/_posts/2017-11-01-fixed-navbar.md index bd76314d1..22c1904d0 100644 --- a/docs/_posts/2017-11-01-fixed-navbar.md +++ b/docs/_posts/2017-11-01-fixed-navbar.md @@ -5,5 +5,22 @@ introduction: "Fix your navbar at the top or bottom" color: "info" name: "Fixed navbar" icon: "fix" -published: true --- + +You can now fix a [navbar](/documentation/components/navbar/#fixed-navbar) to the **top** or the **bottom**: + +
+ +
+ +[Check it out!](/documentation/components/navbar/#fixed-navbar) + +As a added **bonus**, the bottom navbar required a new **dropup** feature which has also been implemented! + +
+ + Navbar dropup + +
diff --git a/docs/images/blog/dropup.png b/docs/images/blog/dropup.png new file mode 100644 index 000000000..e74a80d11 Binary files /dev/null and b/docs/images/blog/dropup.png differ diff --git a/docs/images/blog/fixed-navbar.mp4 b/docs/images/blog/fixed-navbar.mp4 new file mode 100644 index 000000000..cc9cf5652 Binary files /dev/null and b/docs/images/blog/fixed-navbar.mp4 differ