Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
12070483
Commit
12070483
authored
7 years ago
by
XhmikosR
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add image dimensions in examples page. (#24236)
parent
a9e7abd2
6 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25494
web pack
,
!25326
Adjust examples
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/examples/index.md
+17
-17
docs/4.0/examples/index.md
with
17 additions
and
17 deletions
+17
-17
docs/4.0/examples/index.md
+
17
-
17
View file @
12070483
...
@@ -14,14 +14,14 @@ Examples that focus on implementing uses of built-in components provided by Boot
...
@@ -14,14 +14,14 @@ Examples that focus on implementing uses of built-in components provided by Boot
<div
class=
"row bd-examples"
>
<div
class=
"row bd-examples"
>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/starter-template/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/starter-template/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/starter-template.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/starter-template.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Starter template
</h4>
<h4>
Starter template
</h4>
</a>
</a>
<p>
Nothing but the basics: compiled CSS and JavaScript.
</p>
<p>
Nothing but the basics: compiled CSS and JavaScript.
</p>
</div>
</div>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/grid/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/grid/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/grid.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/grid.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Grids
</h4>
<h4>
Grids
</h4>
</a>
</a>
<p>
Multiple examples of grid layouts with all four tiers, nesting, and more.
</p>
<p>
Multiple examples of grid layouts with all four tiers, nesting, and more.
</p>
...
@@ -30,14 +30,14 @@ Examples that focus on implementing uses of built-in components provided by Boot
...
@@ -30,14 +30,14 @@ Examples that focus on implementing uses of built-in components provided by Boot
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/jumbotron/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/jumbotron/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/jumbotron.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/jumbotron.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Jumbotron
</h4>
<h4>
Jumbotron
</h4>
</a>
</a>
<p>
Build around the jumbotron with a navbar and some basic grid columns.
</p>
<p>
Build around the jumbotron with a navbar and some basic grid columns.
</p>
</div>
</div>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/narrow-jumbotron/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/narrow-jumbotron/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/jumbotron-narrow.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/jumbotron-narrow.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Narrow jumbotron
</h4>
<h4>
Narrow jumbotron
</h4>
</a>
</a>
<p>
Build a more custom page by narrowing the default container and jumbotron.
</p>
<p>
Build a more custom page by narrowing the default container and jumbotron.
</p>
...
@@ -51,14 +51,14 @@ Taking the default navbar component and showing how it can be moved, placed, and
...
@@ -51,14 +51,14 @@ Taking the default navbar component and showing how it can be moved, placed, and
<div
class=
"row bd-examples"
>
<div
class=
"row bd-examples"
>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbars/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbars/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Navbar
</h4>
<h4>
Navbar
</h4>
</a>
</a>
<p>
Super basic template that includes the navbar along with some additional content.
</p>
<p>
Super basic template that includes the navbar along with some additional content.
</p>
</div>
</div>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-top/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-top/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-static.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-static.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Static top navbar
</h4>
<h4>
Static top navbar
</h4>
</a>
</a>
<p>
Super basic template with a static top navbar along with some additional content.
</p>
<p>
Super basic template with a static top navbar along with some additional content.
</p>
...
@@ -67,7 +67,7 @@ Taking the default navbar component and showing how it can be moved, placed, and
...
@@ -67,7 +67,7 @@ Taking the default navbar component and showing how it can be moved, placed, and
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-top-fixed/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-top-fixed/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-fixed.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-fixed.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Fixed navbar
</h4>
<h4>
Fixed navbar
</h4>
</a>
</a>
<p>
Super basic template with a fixed top navbar along with some additional content.
</p>
<p>
Super basic template with a fixed top navbar along with some additional content.
</p>
...
@@ -88,14 +88,14 @@ Brand new components and templates to help folks quickly get started with Bootst
...
@@ -88,14 +88,14 @@ Brand new components and templates to help folks quickly get started with Bootst
<div
class=
"row bd-examples"
>
<div
class=
"row bd-examples"
>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/album/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/album/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/album.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/album.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Album
</h4>
<h4>
Album
</h4>
</a>
</a>
<p>
Simple one-page template for photo galleries, portfolios, and more.
</p>
<p>
Simple one-page template for photo galleries, portfolios, and more.
</p>
</div>
</div>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/cover/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/cover/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/cover.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/cover.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Cover
</h4>
<h4>
Cover
</h4>
</a>
</a>
<p>
A one-page template for building simple and beautiful home pages.
</p>
<p>
A one-page template for building simple and beautiful home pages.
</p>
...
@@ -104,14 +104,14 @@ Brand new components and templates to help folks quickly get started with Bootst
...
@@ -104,14 +104,14 @@ Brand new components and templates to help folks quickly get started with Bootst
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/carousel/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/carousel/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/carousel.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/carousel.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Carousel
</h4>
<h4>
Carousel
</h4>
</a>
</a>
<p>
Customize the navbar and carousel, then add some new components.
</p>
<p>
Customize the navbar and carousel, then add some new components.
</p>
</div>
</div>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/blog/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/blog/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/blog.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/blog.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Blog
</h4>
<h4>
Blog
</h4>
</a>
</a>
<p>
Simple two-column blog layout with custom navigation, header, and type.
</p>
<p>
Simple two-column blog layout with custom navigation, header, and type.
</p>
...
@@ -120,14 +120,14 @@ Brand new components and templates to help folks quickly get started with Bootst
...
@@ -120,14 +120,14 @@ Brand new components and templates to help folks quickly get started with Bootst
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/dashboard/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/dashboard/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/dashboard.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/dashboard.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Dashboard
</h4>
<h4>
Dashboard
</h4>
</a>
</a>
<p>
Basic admin dashboard shell with fixed sidebar and navbar.
</p>
<p>
Basic admin dashboard shell with fixed sidebar and navbar.
</p>
</div>
</div>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/signin/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/signin/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sign-in.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sign-in.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Sign-in page
</h4>
<h4>
Sign-in page
</h4>
</a>
</a>
<p>
Custom form layout and design for a simple sign in form.
</p>
<p>
Custom form layout and design for a simple sign in form.
</p>
...
@@ -136,14 +136,14 @@ Brand new components and templates to help folks quickly get started with Bootst
...
@@ -136,14 +136,14 @@ Brand new components and templates to help folks quickly get started with Bootst
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/justified-nav/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/justified-nav/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/justified-nav.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/justified-nav.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Justified nav
</h4>
<h4>
Justified nav
</h4>
</a>
</a>
<p>
Create a custom navbar with justified links. Heads up! Not too Safari friendly.
</p>
<p>
Create a custom navbar with justified links. Heads up! Not too Safari friendly.
</p>
</div>
</div>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/sticky-footer/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/sticky-footer/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sticky-footer.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sticky-footer.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Sticky footer
</h4>
<h4>
Sticky footer
</h4>
</a>
</a>
<p>
Attach a footer to the bottom of the viewport when the content is shorter than it.
</p>
<p>
Attach a footer to the bottom of the viewport when the content is shorter than it.
</p>
...
@@ -152,7 +152,7 @@ Brand new components and templates to help folks quickly get started with Bootst
...
@@ -152,7 +152,7 @@ Brand new components and templates to help folks quickly get started with Bootst
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/sticky-footer-navbar/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/sticky-footer-navbar/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sticky-footer-navbar.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sticky-footer-navbar.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Sticky footer w/ navbar
</h4>
<h4>
Sticky footer w/ navbar
</h4>
</a>
</a>
<p>
Attach a footer to the bottom of the viewport with a fixed top navbar.
</p>
<p>
Attach a footer to the bottom of the viewport with a fixed top navbar.
</p>
...
@@ -166,7 +166,7 @@ Examples that focus on future-friendly features or techniques.
...
@@ -166,7 +166,7 @@ Examples that focus on future-friendly features or techniques.
<div
class=
"row bd-examples"
>
<div
class=
"row bd-examples"
>
<div
class=
"col-6 col-md-4"
>
<div
class=
"col-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/offcanvas/"
>
<a
href=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/offcanvas/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/offcanvas.jpg"
alt=
""
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/offcanvas.jpg"
alt=
""
width=
"800"
height=
"600"
>
<h4>
Offcanvas
</h4>
<h4>
Offcanvas
</h4>
</a>
</a>
<p>
Build a toggleable off-canvas navigation menu for use with Bootstrap.
</p>
<p>
Build a toggleable off-canvas navigation menu for use with Bootstrap.
</p>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets