Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add angled carousel component #146

Merged
merged 1 commit into from
Feb 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-theme.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.12.8 (http://bootstrap.transferwise.com)
* Bootstrap v5.13.0 (http://bootstrap.transferwise.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/transferwise/bootstrap/blob/master/LICENSE)
*/
180 changes: 179 additions & 1 deletion dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.12.8 (http://bootstrap.transferwise.com)
* Bootstrap v5.13.0 (http://bootstrap.transferwise.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/transferwise/bootstrap/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/_includes/getting-started/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ <h3>Cover</h3>
<h3>Carousel</h3>
<p>Customize the navbar and carousel, then add some new components.</p>
</div>
<div class="col-xs-6 col-md-4">
<a class="thumbnail" href="../examples/carousel-angled/">
<img src="../examples/screenshots/carousel-angled.jpg" alt="Angled carousel example">
</a>
<h3>Angled Carousel </h3>
<p>The angled design offers a pleasant experience to slide large images and a caption or call to action related to them.</p>
</div>
<div class="clearfix visible-xs"></div>

<div class="col-xs-6 col-md-4">
Expand Down
Loading