From 1b537c6f9c86806143c6e7afb3f720c99da7006c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 May 2012 08:57:24 -0700 Subject: [PATCH] adding navbar example, for fixed and static navbars --- docs/examples/navbar.html | 108 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 docs/examples/navbar.html diff --git a/docs/examples/navbar.html b/docs/examples/navbar.html new file mode 100644 index 0000000000..822eb76c86 --- /dev/null +++ b/docs/examples/navbar.html @@ -0,0 +1,108 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+

Navbar example

+

This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

+

+ View navbar docs » +

+
+ +
+ + + + + + + + + + + + + + + + + + + -- 2.47.3