From bcc1f84d56fabae8941bb4f1b6c963dbf3e32815 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Jun 2017 21:57:47 -0700 Subject: [PATCH] close #22338 by putting h4 text within links, but keep headings as is because i can't justify writing h3.h4 :sob: --- docs/4.0/examples/index.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md index 85218240b7..9f70f8a43e 100644 --- a/docs/4.0/examples/index.md +++ b/docs/4.0/examples/index.md @@ -15,15 +15,15 @@ Examples that focus on implementing uses of built-in components provided by Boot
+

Starter template

-

Starter template

Nothing but the basics: compiled CSS and JavaScript.

+

Grids

-

Grids

Multiple examples of grid layouts with all four tiers, nesting, and more.

@@ -31,8 +31,8 @@ Examples that focus on implementing uses of built-in components provided by Boot
+

Jumbotron

-

Jumbotron

Build around the jumbotron with a navbar and some basic grid columns.

@@ -52,15 +52,15 @@ Taking the default navbar component and showing how it can be moved, placed, and
+

Navbar

-

Navbar

Super basic template that includes the navbar along with some additional content.

+

Static top navbar

-

Static top navbar

Super basic template with a static top navbar along with some additional content.

@@ -68,8 +68,8 @@ Taking the default navbar component and showing how it can be moved, placed, and
+

Fixed navbar

-

Fixed navbar

Super basic template with a fixed top navbar along with some additional content.

@@ -82,15 +82,15 @@ Brand new components and templates to help folks quickly get started with Bootst
+

Album

-

Album

Simple one-page template for photo galleries, portfolios, and more.

+

Cover

-

Cover

A one-page template for building simple and beautiful home pages.

@@ -98,15 +98,15 @@ Brand new components and templates to help folks quickly get started with Bootst
+

Carousel

-

Carousel

Customize the navbar and carousel, then add some new components.

+

Blog

-

Blog

Simple two-column blog layout with custom navigation, header, and type.

@@ -114,15 +114,15 @@ Brand new components and templates to help folks quickly get started with Bootst
+

Dashboard

-

Dashboard

Basic admin dashboard shell with fixed sidebar and navbar.

+

Sign-in page

-

Sign-in page

Custom form layout and design for a simple sign in form.

@@ -130,15 +130,15 @@ Brand new components and templates to help folks quickly get started with Bootst
+

Justified nav

-

Justified nav

Create a custom navbar with justified links. Heads up! Not too Safari friendly.

+

Sticky footer

-

Sticky footer

Attach a footer to the bottom of the viewport when the content is shorter than it.

@@ -146,8 +146,8 @@ Brand new components and templates to help folks quickly get started with Bootst
+

Sticky footer w/ navbar

-

Sticky footer w/ navbar

Attach a footer to the bottom of the viewport with a fixed top navbar.

@@ -160,8 +160,8 @@ Examples that focus on future-friendly features or techniques.
+

Offcanvas

-

Offcanvas

Build a toggleable off-canvas navigation menu for use with Bootstrap.