Skip to content

Commit bcc1f84

Browse files
committed
close twbs#22338 by putting h4 text within links, but keep headings as is because i can't justify writing h3.h4 😭
1 parent ea2d6ad commit bcc1f84

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/4.0/examples/index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ Examples that focus on implementing uses of built-in components provided by Boot
1515
<div class="col-6 col-md-4">
1616
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/starter-template/">
1717
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/starter-template.jpg" alt="">
18+
<h4>Starter template</h4>
1819
</a>
19-
<h4>Starter template</h4>
2020
<p>Nothing but the basics: compiled CSS and JavaScript.</p>
2121
</div>
2222
<div class="col-6 col-md-4">
2323
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/grid/">
2424
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/grid.jpg" alt="">
25+
<h4>Grids</h4>
2526
</a>
26-
<h4>Grids</h4>
2727
<p>Multiple examples of grid layouts with all four tiers, nesting, and more.</p>
2828
</div>
2929
<div class="clearfix hidden-md-up"></div>
3030

3131
<div class="col-6 col-md-4">
3232
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/jumbotron/">
3333
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/jumbotron.jpg" alt="">
34+
<h4>Jumbotron</h4>
3435
</a>
35-
<h4>Jumbotron</h4>
3636
<p>Build around the jumbotron with a navbar and some basic grid columns.</p>
3737
</div>
3838
<div class="col-6 col-md-4">
@@ -52,24 +52,24 @@ Taking the default navbar component and showing how it can be moved, placed, and
5252
<div class="col-6 col-md-4">
5353
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbars/">
5454
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar.jpg" alt="">
55+
<h4>Navbar</h4>
5556
</a>
56-
<h4>Navbar</h4>
5757
<p>Super basic template that includes the navbar along with some additional content.</p>
5858
</div>
5959
<div class="col-6 col-md-4">
6060
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-top/">
6161
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-static.jpg" alt="">
62+
<h4>Static top navbar</h4>
6263
</a>
63-
<h4>Static top navbar</h4>
6464
<p>Super basic template with a static top navbar along with some additional content.</p>
6565
</div>
6666
<div class="clearfix hidden-md-up"></div>
6767

6868
<div class="col-6 col-md-4">
6969
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-top-fixed/">
7070
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-fixed.jpg" alt="">
71+
<h4>Fixed navbar</h4>
7172
</a>
72-
<h4>Fixed navbar</h4>
7373
<p>Super basic template with a fixed top navbar along with some additional content.</p>
7474
</div>
7575
</div>
@@ -82,72 +82,72 @@ Brand new components and templates to help folks quickly get started with Bootst
8282
<div class="col-6 col-md-4">
8383
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/album/">
8484
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/album.jpg" alt="">
85+
<h4>Album</h4>
8586
</a>
86-
<h4>Album</h4>
8787
<p>Simple one-page template for photo galleries, portfolios, and more.</p>
8888
</div>
8989
<div class="col-6 col-md-4">
9090
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/cover/">
9191
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/cover.jpg" alt="">
92+
<h4>Cover</h4>
9293
</a>
93-
<h4>Cover</h4>
9494
<p>A one-page template for building simple and beautiful home pages.</p>
9595
</div>
9696
<div class="clearfix hidden-md-up"></div>
9797

9898
<div class="col-6 col-md-4">
9999
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/carousel/">
100100
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/carousel.jpg" alt="">
101+
<h4>Carousel</h4>
101102
</a>
102-
<h4>Carousel</h4>
103103
<p>Customize the navbar and carousel, then add some new components.</p>
104104
</div>
105105
<div class="col-6 col-md-4">
106106
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/blog/">
107107
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/blog.jpg" alt="">
108+
<h4>Blog</h4>
108109
</a>
109-
<h4>Blog</h4>
110110
<p>Simple two-column blog layout with custom navigation, header, and type.</p>
111111
</div>
112112
<div class="clearfix hidden-md-up"></div>
113113

114114
<div class="col-6 col-md-4">
115115
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/dashboard/">
116116
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/dashboard.jpg" alt="">
117+
<h4>Dashboard</h4>
117118
</a>
118-
<h4>Dashboard</h4>
119119
<p>Basic admin dashboard shell with fixed sidebar and navbar.</p>
120120
</div>
121121
<div class="col-6 col-md-4">
122122
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/signin/">
123123
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sign-in.jpg" alt="">
124+
<h4>Sign-in page</h4>
124125
</a>
125-
<h4>Sign-in page</h4>
126126
<p>Custom form layout and design for a simple sign in form.</p>
127127
</div>
128128
<div class="clearfix hidden-md-up"></div>
129129

130130
<div class="col-6 col-md-4">
131131
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/justified-nav/">
132132
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/justified-nav.jpg" alt="">
133+
<h4>Justified nav</h4>
133134
</a>
134-
<h4>Justified nav</h4>
135135
<p>Create a custom navbar with justified links. Heads up! Not too Safari friendly.</p>
136136
</div>
137137
<div class="col-6 col-md-4">
138138
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/sticky-footer/">
139139
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sticky-footer.jpg" alt="">
140+
<h4>Sticky footer</h4>
140141
</a>
141-
<h4>Sticky footer</h4>
142142
<p>Attach a footer to the bottom of the viewport when the content is shorter than it.</p>
143143
</div>
144144
<div class="clearfix hidden-md-up"></div>
145145

146146
<div class="col-6 col-md-4">
147147
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/sticky-footer-navbar/">
148148
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sticky-footer-navbar.jpg" alt="">
149+
<h4>Sticky footer w/ navbar</h4>
149150
</a>
150-
<h4>Sticky footer w/ navbar</h4>
151151
<p>Attach a footer to the bottom of the viewport with a fixed top navbar.</p>
152152
</div>
153153
</div>
@@ -160,8 +160,8 @@ Examples that focus on future-friendly features or techniques.
160160
<div class="col-6 col-md-4">
161161
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/offcanvas/">
162162
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/offcanvas.jpg" alt="">
163+
<h4>Offcanvas</h4>
163164
</a>
164-
<h4>Offcanvas</h4>
165165
<p>Build a toggleable off-canvas navigation menu for use with Bootstrap.</p>
166166
</div>
167167
</div>

0 commit comments

Comments
 (0)