From: Jeremy Thomas Date: Tue, 2 Oct 2018 07:25:09 +0000 (+0100) Subject: Add basic navbar example X-Git-Tag: 0.7.2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39bdeacf4625455bbfd84cedf60c293c0f66fd5b;p=thirdparty%2Fbulma.git Add basic navbar example --- diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index 84a9e1760..b4cb86d99 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -14,6 +14,69 @@ meta: variables: true --- +{% capture navbar_basic_example %} + +{% endcapture %} + {% capture navbar_example %} {% include examples/navbar.html id="Default" %} {% endcapture %} @@ -594,6 +657,20 @@ $(document).ready(function() { +{% include elements/anchor.html name="Basic Navbar" %} + +
+

+ To get started quickly, here is what a complete basic navbar looks like: +

+
+ +
+ {{ navbar_basic_example }} +
+ +{% highlight html %}{{ navbar_basic_example }}{% endhighlight %} + {% include elements/anchor.html name="Navbar brand" %}
diff --git a/docs/test.html b/docs/test.html deleted file mode 100644 index 0a6539342..000000000 --- a/docs/test.html +++ /dev/null @@ -1,41 +0,0 @@ ---- ---- - - - - - - - - Bulma test page - - - - - - - - - {% include global/navbar.html %} - {% include index/focus.html %} - - - - - - - - -