From 61174c3c1d6bc0bcdfdf5e59ef78936d63d30a37 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:42:24 -0800 Subject: [PATCH] moved examples added --- navbar-fixed-top.html | 67 ++++++++++++++++++++++++++++++++++++++++++ navbar-static-top.html | 64 ++++++++++++++++++++++++++++++++++++++++ navbar.html | 67 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 198 insertions(+) create mode 100644 navbar-fixed-top.html create mode 100644 navbar-static-top.html create mode 100644 navbar.html diff --git a/navbar-fixed-top.html b/navbar-fixed-top.html new file mode 100644 index 0000000000..e1f1c882ad --- /dev/null +++ b/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/navbar-static-top.html b/navbar-static-top.html new file mode 100644 index 0000000000..2679a670b8 --- /dev/null +++ b/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/navbar.html b/navbar.html new file mode 100644 index 0000000000..6cba51dc53 --- /dev/null +++ b/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 » +

+
+ +
-- 2.47.2