diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md index 344d5be30..8546a8698 100644 --- a/docs/4.0/examples/index.md +++ b/docs/4.0/examples/index.md @@ -14,14 +14,14 @@ Examples that focus on implementing uses of built-in components provided by Boot
+
Nothing but the basics: compiled CSS and JavaScript.
+
Multiple examples of grid layouts with all four tiers, nesting, and more.
@@ -30,14 +30,14 @@ Examples that focus on implementing uses of built-in components provided by Boot
+
Build around the jumbotron with a navbar and some basic grid columns.
+
Build a more custom page by narrowing the default container and jumbotron.
@@ -51,14 +51,14 @@ Taking the default navbar component and showing how it can be moved, placed, and
+
Super basic template that includes the navbar along with some additional content.
+
Super basic template with a static top navbar along with some additional content.
@@ -67,11 +67,18 @@ Taking the default navbar component and showing how it can be moved, placed, and
+
Super basic template with a fixed top navbar along with some additional content.
+ Super basic template with a bottom navbar along with some additional content.
+
+
Simple one-page template for photo galleries, portfolios, and more.
+
A one-page template for building simple and beautiful home pages.
@@ -97,14 +104,14 @@ Brand new components and templates to help folks quickly get started with Bootst
+
Customize the navbar and carousel, then add some new components.
+
Simple two-column blog layout with custom navigation, header, and type.
@@ -113,14 +120,14 @@ Brand new components and templates to help folks quickly get started with Bootst
+
Basic admin dashboard shell with fixed sidebar and navbar.
+
Custom form layout and design for a simple sign in form.
@@ -129,14 +136,14 @@ Brand new components and templates to help folks quickly get started with Bootst
+
Create a custom navbar with justified links. Heads up! Not too Safari friendly.
+
Attach a footer to the bottom of the viewport when the content is shorter than it.
@@ -145,7 +152,7 @@ Brand new components and templates to help folks quickly get started with Bootst
+
Attach a footer to the bottom of the viewport with a fixed top navbar.
@@ -159,7 +166,7 @@ Examples that focus on future-friendly features or techniques.
+
Build a toggleable off-canvas navigation menu for use with Bootstrap.
diff --git a/docs/4.0/examples/navbar-bottom/index.html b/docs/4.0/examples/navbar-bottom/index.html new file mode 100644 index 000000000..3046f9b9b --- /dev/null +++ b/docs/4.0/examples/navbar-bottom/index.html @@ -0,0 +1,60 @@ + + + + + + + + + +This example is a quick exercise to illustrate how the bottom navbar works.
+ View navbar docs » +