From 5b3b11c02a107573e6ff3e7a8da907792f6716f8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:42:24 -0800 Subject: [PATCH] moved examples added --- docs/examples/navbar-fixed-top.html | 67 ++++++++++++++++++++++++++++ docs/examples/navbar-static-top.html | 64 ++++++++++++++++++++++++++ docs/examples/navbar.html | 67 ++++++++++++++++++++++++++++ 3 files changed, 198 insertions(+) create mode 100644 docs/examples/navbar-fixed-top.html create mode 100644 docs/examples/navbar-static-top.html create mode 100644 docs/examples/navbar.html diff --git a/docs/examples/navbar-fixed-top.html b/docs/examples/navbar-fixed-top.html new file mode 100644 index 0000000000..e1f1c882ad --- /dev/null +++ b/docs/examples/navbar-fixed-top.html @@ -0,0 +1,67 @@ +--- +layout: example +title: Fixed navbar template +--- + + + + + + + + +
+ + +
+

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 » +

+
+ +
diff --git a/docs/examples/navbar-static-top.html b/docs/examples/navbar-static-top.html new file mode 100644 index 0000000000..2679a670b8 --- /dev/null +++ b/docs/examples/navbar-static-top.html @@ -0,0 +1,64 @@ +--- +layout: example +title: Static navbar template +--- + + + + + + + + + +
+ + +
+

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 » +

+
+ +
diff --git a/docs/examples/navbar.html b/docs/examples/navbar.html new file mode 100644 index 0000000000..6cba51dc53 --- /dev/null +++ b/docs/examples/navbar.html @@ -0,0 +1,67 @@ +--- +layout: example +title: Navbar template +--- + + + + + +
+ + + + + +
+

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 » +

+
+ +