Skip to content

Commit a4d7ca1

Browse files
committed
added a link to showcase
1 parent 64b6c7e commit a4d7ca1

7 files changed

Lines changed: 18 additions & 2 deletions

File tree

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flexcarousel.surge.sh

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Flexible Bootstrap Carousel plugin
44

55
##Introducing
66
This plugin makes possible showing different numbers of items in your Bootstrap carousel depending on the browser's window width. In fact it creates several columns in each item of a Bootstrap carousel. Then it is watching if the width of a browser window is changing and is adjusting number of columns in each item respectively to window's size (in this version of the plugin - from 1 through 3 columns).
7+
To see the plugin in action visit this [showcase](http://flexcarousel.surge.sh)
78

89
##Dependencies
910

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"flexible-bootstrap-carousel.css"
66
],
77
"homepage": "https://github.com/DanDevG/flexible-bootstrap-carousel",
8-
"version": "0.2.5",
8+
"version": "0.3.0",
99
"authors": [
1010
"Dan Dev <dan.dev.mail@gmail.com>"
1111
],

examples/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flexcarousel.surge.sh

examples/css/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
font-weight: 500;
2222
}
2323

24+
.link {
25+
margin-top: 40px;
26+
}
27+
28+
p {
29+
font-size: 20px;
30+
}
31+
2432
/* Aligning */
2533
.left {
2634
text-align: left;

examples/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ <h1>Flexible Bootstrap Carousel</h1>
3131

3232
<section class="examples">
3333
<div class="container">
34+
<div class="link">
35+
<p>Resize the window to see flexibility of the plugin</p>
36+
<p>To download the source code visit <a href="https://github.com/DanDevG/flexible-bootstrap-carousel/">GitHub page of the plugin</a></p>
37+
</div>
38+
3439
<div class="carousel-example">
3540
<h2>The carousel with simple content of the items</h2>
3641
<!-- FLEXIBLE BOOTSTRAP CAROUSEL -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flexible-bootstrap-carousel",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "Flexible Bootstrap Carousel plugin",
55
"main": "flexible-bootstrap-carousel.js",
66
"directories": {

0 commit comments

Comments
 (0)