intia-theme 0.1.0 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/hero.html +5 -3
- data/_includes/introduction.html +1 -1
- data/_includes/story-slider.html +1 -1
- data/_layouts/404.html +7 -0
- data/_sass/_layout.scss +40 -11
- data/_sass/_main.scss +32 -11
- data/assets/img/404.png +0 -0
- data/assets/img/arrow-down.png +0 -0
- data/assets/img/arrow-left.png +0 -0
- data/assets/js/main.js +4 -1
- data/favicon.png +0 -0
- data/node_modules/bulma/CHANGELOG.md +1558 -0
- data/node_modules/bulma/LICENSE +21 -0
- data/node_modules/bulma/README.md +134 -0
- data/node_modules/bulma/bulma.sass +10 -0
- data/node_modules/bulma/css/bulma-rtl.css +11811 -0
- data/node_modules/bulma/css/bulma-rtl.css.map +1 -0
- data/node_modules/bulma/css/bulma-rtl.min.css +1 -0
- data/node_modules/bulma/css/bulma.css +11811 -0
- data/node_modules/bulma/css/bulma.css.map +1 -0
- data/node_modules/bulma/css/bulma.min.css +1 -0
- data/node_modules/bulma/package.json +82 -0
- data/node_modules/bulma/sass/base/_all.sass +6 -0
- data/node_modules/bulma/sass/base/animations.sass +5 -0
- data/node_modules/bulma/sass/base/generic.sass +145 -0
- data/node_modules/bulma/sass/base/helpers.sass +1 -0
- data/node_modules/bulma/sass/base/minireset.sass +79 -0
- data/node_modules/bulma/sass/components/_all.sass +15 -0
- data/node_modules/bulma/sass/components/breadcrumb.sass +77 -0
- data/node_modules/bulma/sass/components/card.sass +103 -0
- data/node_modules/bulma/sass/components/dropdown.sass +83 -0
- data/node_modules/bulma/sass/components/level.sass +79 -0
- data/node_modules/bulma/sass/components/media.sass +59 -0
- data/node_modules/bulma/sass/components/menu.sass +59 -0
- data/node_modules/bulma/sass/components/message.sass +101 -0
- data/node_modules/bulma/sass/components/modal.sass +117 -0
- data/node_modules/bulma/sass/components/navbar.sass +446 -0
- data/node_modules/bulma/sass/components/pagination.sass +166 -0
- data/node_modules/bulma/sass/components/panel.sass +121 -0
- data/node_modules/bulma/sass/components/tabs.sass +176 -0
- data/node_modules/bulma/sass/elements/_all.sass +16 -0
- data/node_modules/bulma/sass/elements/box.sass +26 -0
- data/node_modules/bulma/sass/elements/button.sass +345 -0
- data/node_modules/bulma/sass/elements/container.sass +29 -0
- data/node_modules/bulma/sass/elements/content.sass +159 -0
- data/node_modules/bulma/sass/elements/form.sass +1 -0
- data/node_modules/bulma/sass/elements/icon.sass +46 -0
- data/node_modules/bulma/sass/elements/image.sass +73 -0
- data/node_modules/bulma/sass/elements/notification.sass +52 -0
- data/node_modules/bulma/sass/elements/other.sass +31 -0
- data/node_modules/bulma/sass/elements/progress.sass +73 -0
- data/node_modules/bulma/sass/elements/table.sass +133 -0
- data/node_modules/bulma/sass/elements/tag.sass +140 -0
- data/node_modules/bulma/sass/elements/title.sass +70 -0
- data/node_modules/bulma/sass/form/_all.sass +9 -0
- data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -0
- data/node_modules/bulma/sass/form/file.sass +184 -0
- data/node_modules/bulma/sass/form/input-textarea.sass +66 -0
- data/node_modules/bulma/sass/form/select.sass +87 -0
- data/node_modules/bulma/sass/form/shared.sass +60 -0
- data/node_modules/bulma/sass/form/tools.sass +215 -0
- data/node_modules/bulma/sass/grid/_all.sass +5 -0
- data/node_modules/bulma/sass/grid/columns.sass +513 -0
- data/node_modules/bulma/sass/grid/tiles.sass +36 -0
- data/node_modules/bulma/sass/helpers/_all.sass +12 -0
- data/node_modules/bulma/sass/helpers/color.sass +39 -0
- data/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
- data/node_modules/bulma/sass/helpers/float.sass +10 -0
- data/node_modules/bulma/sass/helpers/other.sass +14 -0
- data/node_modules/bulma/sass/helpers/overflow.sass +2 -0
- data/node_modules/bulma/sass/helpers/position.sass +7 -0
- data/node_modules/bulma/sass/helpers/spacing.sass +31 -0
- data/node_modules/bulma/sass/helpers/typography.sass +103 -0
- data/node_modules/bulma/sass/helpers/visibility.sass +122 -0
- data/node_modules/bulma/sass/layout/_all.sass +6 -0
- data/node_modules/bulma/sass/layout/footer.sass +11 -0
- data/node_modules/bulma/sass/layout/hero.sass +153 -0
- data/node_modules/bulma/sass/layout/section.sass +17 -0
- data/node_modules/bulma/sass/utilities/_all.sass +9 -0
- data/node_modules/bulma/sass/utilities/animations.sass +1 -0
- data/node_modules/bulma/sass/utilities/controls.sass +49 -0
- data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -0
- data/node_modules/bulma/sass/utilities/extends.sass +25 -0
- data/node_modules/bulma/sass/utilities/functions.sass +136 -0
- data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -0
- data/node_modules/bulma/sass/utilities/mixins.sass +280 -0
- data/node_modules/bulma-block-list/LICENSE.txt +21 -0
- data/node_modules/bulma-block-list/README.md +32 -0
- data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -0
- data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -0
- data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -0
- data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -0
- data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10855 -0
- data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +1 -0
- data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +1 -0
- data/node_modules/bulma-block-list/node_modules/bulma/package.json +80 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -0
- data/node_modules/bulma-block-list/package.json +59 -0
- data/node_modules/bulma-block-list/src/block-list.scss +109 -0
- data/node_modules/bulma-block-list/src/demo.scss +3 -0
- data/node_modules/bulma-carousel/CHANGELOG.md +307 -0
- data/node_modules/bulma-carousel/LICENSE +21 -0
- data/node_modules/bulma-carousel/README.md +13 -0
- data/node_modules/bulma-carousel/dist/css/bulma-carousel.min.css +1 -0
- data/node_modules/bulma-carousel/dist/js/bulma-carousel.js +2371 -0
- data/node_modules/bulma-carousel/package.json +108 -0
- data/node_modules/bulma-carousel/src/demo/_data/events.yml +15 -0
- data/node_modules/bulma-carousel/src/demo/_data/getters.yml +26 -0
- data/node_modules/bulma-carousel/src/demo/_data/menu.yml +26 -0
- data/node_modules/bulma-carousel/src/demo/_data/methods.yml +57 -0
- data/node_modules/bulma-carousel/src/demo/_data/options.yml +79 -0
- data/node_modules/bulma-carousel/src/demo/_data/setters.yml +0 -0
- data/node_modules/bulma-carousel/src/demo/_data/tree.yml +30 -0
- data/node_modules/bulma-carousel/src/demo/_includes/anchor.html +3 -0
- data/node_modules/bulma-carousel/src/demo/_includes/breadcrumb.html +5 -0
- data/node_modules/bulma-carousel/src/demo/_includes/events.html +33 -0
- data/node_modules/bulma-carousel/src/demo/_includes/getters.html +28 -0
- data/node_modules/bulma-carousel/src/demo/_includes/head.html +22 -0
- data/node_modules/bulma-carousel/src/demo/_includes/menu.html +22 -0
- data/node_modules/bulma-carousel/src/demo/_includes/methods.html +49 -0
- data/node_modules/bulma-carousel/src/demo/_includes/options.html +33 -0
- data/node_modules/bulma-carousel/src/demo/_includes/setters.html +28 -0
- data/node_modules/bulma-carousel/src/demo/_includes/tree.html +25 -0
- data/node_modules/bulma-carousel/src/demo/_includes/variables.html +28 -0
- data/node_modules/bulma-carousel/src/demo/_layouts/default.html +47 -0
- data/node_modules/bulma-carousel/src/demo/assets/css/bulma-carousel.min.css +1 -0
- data/node_modules/bulma-carousel/src/demo/assets/css/documentation.min.css +1 -0
- data/node_modules/bulma-carousel/src/demo/assets/css/highlight.css +78 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/1.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/2.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/3.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/4.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/5.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/6.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/left.svg +3 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/right.svg +3 -0
- data/node_modules/bulma-carousel/src/demo/assets/js/bulma-carousel.min.js +1 -0
- data/node_modules/bulma-carousel/src/demo/assets/js/doc.js +111 -0
- data/node_modules/bulma-carousel/src/demo/assets/js/main.js +23 -0
- data/node_modules/bulma-carousel/src/demo/changelog.html +17 -0
- data/node_modules/bulma-carousel/src/demo/customization.html +78 -0
- data/node_modules/bulma-carousel/src/demo/demonstration/index.html +402 -0
- data/node_modules/bulma-carousel/src/demo/index.html +396 -0
- data/node_modules/bulma-carousel/src/js/components/Media.js +129 -0
- data/node_modules/bulma-carousel/src/js/components/autoplay.js +111 -0
- data/node_modules/bulma-carousel/src/js/components/breakpoint.js +91 -0
- data/node_modules/bulma-carousel/src/js/components/infinite.js +60 -0
- data/node_modules/bulma-carousel/src/js/components/loop.js +35 -0
- data/node_modules/bulma-carousel/src/js/components/navigation.js +107 -0
- data/node_modules/bulma-carousel/src/js/components/pagination.js +103 -0
- data/node_modules/bulma-carousel/src/js/components/swipe.js +106 -0
- data/node_modules/bulma-carousel/src/js/components/transitioner.js +74 -0
- data/node_modules/bulma-carousel/src/js/components/transitions/fade.js +90 -0
- data/node_modules/bulma-carousel/src/js/components/transitions/translate.js +98 -0
- data/node_modules/bulma-carousel/src/js/defaultOptions.js +50 -0
- data/node_modules/bulma-carousel/src/js/index.js +428 -0
- data/node_modules/bulma-carousel/src/js/templates/index.js +5 -0
- data/node_modules/bulma-carousel/src/js/templates/item.js +3 -0
- data/node_modules/bulma-carousel/src/js/templates/navigation.js +4 -0
- data/node_modules/bulma-carousel/src/js/templates/pagination-page.js +3 -0
- data/node_modules/bulma-carousel/src/js/templates/pagination.js +3 -0
- data/node_modules/bulma-carousel/src/js/utils/coordinate.js +98 -0
- data/node_modules/bulma-carousel/src/js/utils/css.js +84 -0
- data/node_modules/bulma-carousel/src/js/utils/detect-prefixes.js +50 -0
- data/node_modules/bulma-carousel/src/js/utils/detect-supportsPassive.js +16 -0
- data/node_modules/bulma-carousel/src/js/utils/device.js +17 -0
- data/node_modules/bulma-carousel/src/js/utils/dom.js +10 -0
- data/node_modules/bulma-carousel/src/js/utils/eventEmitter.js +19 -0
- data/node_modules/bulma-carousel/src/js/utils/events.js +65 -0
- data/node_modules/bulma-carousel/src/js/utils/index.js +16 -0
- data/node_modules/bulma-carousel/src/js/utils/type.js +21 -0
- data/node_modules/bulma-carousel/src/sass/index.sass +145 -0
- data/package-lock.json +32 -0
- data/package.json +10 -0
- metadata +222 -4
- data/_config.yml +0 -72
- data/assets/img/arrow.png +0 -0
@@ -0,0 +1,402 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
route: demonstration
|
4
|
+
title: Demonstration
|
5
|
+
---
|
6
|
+
|
7
|
+
{% capture hero_example %}
|
8
|
+
<section class="hero is-medium has-carousel">
|
9
|
+
<div class="hero-carousel">
|
10
|
+
<div class='has-background is-active'>
|
11
|
+
<img class="is-background" src="https://wikiki.github.io/images/merry-christmas.jpg" alt="" />
|
12
|
+
</div>
|
13
|
+
<div class='has-background'>
|
14
|
+
<img class="is-background" src="https://wikiki.github.io/images/singer.jpg" alt="" />
|
15
|
+
</div>
|
16
|
+
<div class='has-background'>
|
17
|
+
<img class="is-background" src="https://wikiki.github.io/images/sushi.jpg" alt="" />
|
18
|
+
</div>
|
19
|
+
<div class='has-background'>
|
20
|
+
<img class="is-background" src="https://wikiki.github.io/images/life.jpg" alt="" />
|
21
|
+
</div>
|
22
|
+
</div>
|
23
|
+
<div class="hero-head">
|
24
|
+
<nav class="navbar is-transparent">
|
25
|
+
<div class="container">
|
26
|
+
<div class="navbar-brand">
|
27
|
+
<a class="navbar-item">
|
28
|
+
<img src="https://bulma.io/images/bulma-type-white.png" alt="Logo">
|
29
|
+
</a>
|
30
|
+
<span class="navbar-burger burger" data-target="navbarMenuHeroA">
|
31
|
+
<span></span>
|
32
|
+
<span></span>
|
33
|
+
<span></span>
|
34
|
+
</span>
|
35
|
+
</div>
|
36
|
+
<div id="navbarMenuHeroA" class="navbar-menu">
|
37
|
+
<div class="navbar-end">
|
38
|
+
<a class="navbar-item has-text-white is-active">
|
39
|
+
Home
|
40
|
+
</a>
|
41
|
+
<a class="navbar-item has-text-white">
|
42
|
+
Examples
|
43
|
+
</a>
|
44
|
+
<a class="navbar-item has-text-white">
|
45
|
+
Documentation
|
46
|
+
</a>
|
47
|
+
<span class="navbar-item has-text-white">
|
48
|
+
<a class="button is-primary is-inverted">
|
49
|
+
<span class="icon">
|
50
|
+
<i class="fa fa-github"></i>
|
51
|
+
</span>
|
52
|
+
<span>Download</span>
|
53
|
+
</a>
|
54
|
+
</span>
|
55
|
+
</div>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
</nav>
|
59
|
+
</div>
|
60
|
+
<div class="hero-body has-text-centered">
|
61
|
+
<h1 class="title has-text-white">My Beautiful Carousel</h1>
|
62
|
+
</div>
|
63
|
+
</section>
|
64
|
+
{% endcapture %}
|
65
|
+
|
66
|
+
{% capture slider_example %}
|
67
|
+
<section class="section">
|
68
|
+
<div id="slider">
|
69
|
+
<div class="card">
|
70
|
+
<div class="card-image">
|
71
|
+
<figure class="image is-16by9 is-covered">
|
72
|
+
<img src="https://images.unsplash.com/photo-1550921082-c282cdc432d6?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
73
|
+
alt="">
|
74
|
+
</figure>
|
75
|
+
</div>
|
76
|
+
<div class="card-content">
|
77
|
+
<div class="item__title">
|
78
|
+
Mon titre 1
|
79
|
+
</div>
|
80
|
+
<div class="item__description">
|
81
|
+
Ici une petite description pour tester le slider
|
82
|
+
</div>
|
83
|
+
</div>
|
84
|
+
</div>
|
85
|
+
|
86
|
+
<div class="card">
|
87
|
+
<div class="card-image">
|
88
|
+
<figure class="image is-16by9 is-covered">
|
89
|
+
<img src="https://images.unsplash.com/photo-1550945771-515f118cef86?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80"
|
90
|
+
alt="">
|
91
|
+
</figure>
|
92
|
+
</div>
|
93
|
+
<div class="card-content">
|
94
|
+
<div class="item__title">
|
95
|
+
Mon titre 2
|
96
|
+
</div>
|
97
|
+
<div class="item__description">
|
98
|
+
Ici une petite description pour tester le slider
|
99
|
+
</div>
|
100
|
+
</div>
|
101
|
+
</div>
|
102
|
+
|
103
|
+
<div class="card">
|
104
|
+
<div class="card-image">
|
105
|
+
<figure class="image is-16by9 is-covered">
|
106
|
+
<img src="https://images.unsplash.com/photo-1550971264-3f7e4a7bb349?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
107
|
+
alt="">
|
108
|
+
</figure>
|
109
|
+
</div>
|
110
|
+
<div class="card-content">
|
111
|
+
<div class="item__title">
|
112
|
+
Mon titre 3
|
113
|
+
</div>
|
114
|
+
<div class="item__description">
|
115
|
+
Ici une petite description pour tester le slider
|
116
|
+
</div>
|
117
|
+
</div>
|
118
|
+
</div>
|
119
|
+
|
120
|
+
<div class="card">
|
121
|
+
<div class="card-image">
|
122
|
+
<figure class="image is-16by9 is-covered">
|
123
|
+
<img src="https://images.unsplash.com/photo-1550931937-2dfd45a40da0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
124
|
+
alt="">
|
125
|
+
</figure>
|
126
|
+
</div>
|
127
|
+
<div class="card-content">
|
128
|
+
<div class="item__title">
|
129
|
+
Mon titre 4
|
130
|
+
</div>
|
131
|
+
<div class="item__description">
|
132
|
+
Ici une petite description pour tester le slider
|
133
|
+
</div>
|
134
|
+
</div>
|
135
|
+
</div>
|
136
|
+
|
137
|
+
<div class="card">
|
138
|
+
<div class="card-image">
|
139
|
+
<figure class="image is-16by9 is-covered">
|
140
|
+
<img src="https://images.unsplash.com/photo-1550930516-af8b8cc4f871?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80"
|
141
|
+
alt="">
|
142
|
+
</figure>
|
143
|
+
</div>
|
144
|
+
<div class="card-content">
|
145
|
+
<div class="item__title">
|
146
|
+
Mon titre 5
|
147
|
+
</div>
|
148
|
+
<div class="item__description">
|
149
|
+
Ici une petite description pour tester le slider
|
150
|
+
</div>
|
151
|
+
</div>
|
152
|
+
</div>
|
153
|
+
|
154
|
+
<div class="card">
|
155
|
+
<div class="card-image">
|
156
|
+
<figure class="image video-container is-16by9">
|
157
|
+
<iframe type="text/html" src="https://www.youtube.com/embed/H0v773vKS_U" frameborder="0"></iframe>
|
158
|
+
</figure>
|
159
|
+
</div>
|
160
|
+
<div class="card-content">
|
161
|
+
<div class="item__title">
|
162
|
+
Mon titre 6
|
163
|
+
</div>
|
164
|
+
<div class="item__description">
|
165
|
+
Ici une petite description pour tester le slider
|
166
|
+
</div>
|
167
|
+
</div>
|
168
|
+
</div>
|
169
|
+
|
170
|
+
</div>
|
171
|
+
</section>
|
172
|
+
{% endcapture %}
|
173
|
+
|
174
|
+
{% capture slider_example_infinite %}
|
175
|
+
<section class="section">
|
176
|
+
<div id="slider1">
|
177
|
+
<div class="card">
|
178
|
+
<div class="card-image">
|
179
|
+
<figure class="image is-16by9 is-covered">
|
180
|
+
<img src="https://images.unsplash.com/photo-1550921082-c282cdc432d6?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
181
|
+
alt="">
|
182
|
+
</figure>
|
183
|
+
</div>
|
184
|
+
<div class="card-content">
|
185
|
+
<div class="item__title">
|
186
|
+
Mon titre 1
|
187
|
+
</div>
|
188
|
+
<div class="item__description">
|
189
|
+
Ici une petite description pour tester le slider
|
190
|
+
</div>
|
191
|
+
</div>
|
192
|
+
</div>
|
193
|
+
|
194
|
+
<div class="card">
|
195
|
+
<div class="card-image">
|
196
|
+
<figure class="image is-16by9 is-covered">
|
197
|
+
<img src="https://images.unsplash.com/photo-1550945771-515f118cef86?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80"
|
198
|
+
alt="">
|
199
|
+
</figure>
|
200
|
+
</div>
|
201
|
+
<div class="card-content">
|
202
|
+
<div class="item__title">
|
203
|
+
Mon titre 2
|
204
|
+
</div>
|
205
|
+
<div class="item__description">
|
206
|
+
Ici une petite description pour tester le slider
|
207
|
+
</div>
|
208
|
+
</div>
|
209
|
+
</div>
|
210
|
+
|
211
|
+
<div class="card">
|
212
|
+
<div class="card-image">
|
213
|
+
<figure class="image is-16by9 is-covered">
|
214
|
+
<img src="https://images.unsplash.com/photo-1550971264-3f7e4a7bb349?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
215
|
+
alt="">
|
216
|
+
</figure>
|
217
|
+
</div>
|
218
|
+
<div class="card-content">
|
219
|
+
<div class="item__title">
|
220
|
+
Mon titre 3
|
221
|
+
</div>
|
222
|
+
<div class="item__description">
|
223
|
+
Ici une petite description pour tester le slider
|
224
|
+
</div>
|
225
|
+
</div>
|
226
|
+
</div>
|
227
|
+
|
228
|
+
<div class="card">
|
229
|
+
<div class="card-image">
|
230
|
+
<figure class="image is-16by9 is-covered">
|
231
|
+
<img src="https://images.unsplash.com/photo-1550931937-2dfd45a40da0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
232
|
+
alt="">
|
233
|
+
</figure>
|
234
|
+
</div>
|
235
|
+
<div class="card-content">
|
236
|
+
<div class="item__title">
|
237
|
+
Mon titre 4
|
238
|
+
</div>
|
239
|
+
<div class="item__description">
|
240
|
+
Ici une petite description pour tester le slider
|
241
|
+
</div>
|
242
|
+
</div>
|
243
|
+
</div>
|
244
|
+
|
245
|
+
<div class="card">
|
246
|
+
<div class="card-image">
|
247
|
+
<figure class="image is-16by9 is-covered">
|
248
|
+
<img src="https://images.unsplash.com/photo-1550930516-af8b8cc4f871?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80"
|
249
|
+
alt="">
|
250
|
+
</figure>
|
251
|
+
</div>
|
252
|
+
<div class="card-content">
|
253
|
+
<div class="item__title">
|
254
|
+
Mon titre 5
|
255
|
+
</div>
|
256
|
+
<div class="item__description">
|
257
|
+
Ici une petite description pour tester le slider
|
258
|
+
</div>
|
259
|
+
</div>
|
260
|
+
</div>
|
261
|
+
|
262
|
+
<div class="card">
|
263
|
+
<div class="card-image">
|
264
|
+
<figure class="image video-container is-16by9">
|
265
|
+
<iframe type="text/html" src="https://www.youtube.com/embed/H0v773vKS_U" frameborder="0"></iframe>
|
266
|
+
</figure>
|
267
|
+
</div>
|
268
|
+
<div class="card-content">
|
269
|
+
<div class="item__title">
|
270
|
+
Mon titre 6
|
271
|
+
</div>
|
272
|
+
<div class="item__description">
|
273
|
+
Ici une petite description pour tester le slider
|
274
|
+
</div>
|
275
|
+
</div>
|
276
|
+
</div>
|
277
|
+
|
278
|
+
</div>
|
279
|
+
</section>
|
280
|
+
{% endcapture %}
|
281
|
+
|
282
|
+
{% capture slider_example_loop %}
|
283
|
+
<section class="section">
|
284
|
+
<div id="slider2">
|
285
|
+
<div class="card">
|
286
|
+
<div class="card-image">
|
287
|
+
<figure class="image is-16by9 is-covered">
|
288
|
+
<img src="https://images.unsplash.com/photo-1550921082-c282cdc432d6?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
289
|
+
alt="">
|
290
|
+
</figure>
|
291
|
+
</div>
|
292
|
+
<div class="card-content">
|
293
|
+
<div class="item__title">
|
294
|
+
Mon titre 1
|
295
|
+
</div>
|
296
|
+
<div class="item__description">
|
297
|
+
Ici une petite description pour tester le slider
|
298
|
+
</div>
|
299
|
+
</div>
|
300
|
+
</div>
|
301
|
+
|
302
|
+
<div class="card">
|
303
|
+
<div class="card-image">
|
304
|
+
<figure class="image is-16by9 is-covered">
|
305
|
+
<img src="https://images.unsplash.com/photo-1550945771-515f118cef86?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80"
|
306
|
+
alt="">
|
307
|
+
</figure>
|
308
|
+
</div>
|
309
|
+
<div class="card-content">
|
310
|
+
<div class="item__title">
|
311
|
+
Mon titre 2
|
312
|
+
</div>
|
313
|
+
<div class="item__description">
|
314
|
+
Ici une petite description pour tester le slider
|
315
|
+
</div>
|
316
|
+
</div>
|
317
|
+
</div>
|
318
|
+
|
319
|
+
<div class="card">
|
320
|
+
<div class="card-image">
|
321
|
+
<figure class="image is-16by9 is-covered">
|
322
|
+
<img src="https://images.unsplash.com/photo-1550971264-3f7e4a7bb349?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
323
|
+
alt="">
|
324
|
+
</figure>
|
325
|
+
</div>
|
326
|
+
<div class="card-content">
|
327
|
+
<div class="item__title">
|
328
|
+
Mon titre 3
|
329
|
+
</div>
|
330
|
+
<div class="item__description">
|
331
|
+
Ici une petite description pour tester le slider
|
332
|
+
</div>
|
333
|
+
</div>
|
334
|
+
</div>
|
335
|
+
|
336
|
+
<div class="card">
|
337
|
+
<div class="card-image">
|
338
|
+
<figure class="image is-16by9 is-covered">
|
339
|
+
<img src="https://images.unsplash.com/photo-1550931937-2dfd45a40da0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80"
|
340
|
+
alt="">
|
341
|
+
</figure>
|
342
|
+
</div>
|
343
|
+
<div class="card-content">
|
344
|
+
<div class="item__title">
|
345
|
+
Mon titre 4
|
346
|
+
</div>
|
347
|
+
<div class="item__description">
|
348
|
+
Ici une petite description pour tester le slider
|
349
|
+
</div>
|
350
|
+
</div>
|
351
|
+
</div>
|
352
|
+
|
353
|
+
<div class="card">
|
354
|
+
<div class="card-image">
|
355
|
+
<figure class="image is-16by9 is-covered">
|
356
|
+
<img src="https://images.unsplash.com/photo-1550930516-af8b8cc4f871?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80"
|
357
|
+
alt="">
|
358
|
+
</figure>
|
359
|
+
</div>
|
360
|
+
<div class="card-content">
|
361
|
+
<div class="item__title">
|
362
|
+
Mon titre 5
|
363
|
+
</div>
|
364
|
+
<div class="item__description">
|
365
|
+
Ici une petite description pour tester le slider
|
366
|
+
</div>
|
367
|
+
</div>
|
368
|
+
</div>
|
369
|
+
|
370
|
+
<div class="card">
|
371
|
+
<div class="card-image">
|
372
|
+
<figure class="image video-container is-16by9">
|
373
|
+
<iframe type="text/html" src="https://www.youtube.com/embed/H0v773vKS_U" frameborder="0"></iframe>
|
374
|
+
</figure>
|
375
|
+
</div>
|
376
|
+
<div class="card-content">
|
377
|
+
<div class="item__title">
|
378
|
+
Mon titre 6
|
379
|
+
</div>
|
380
|
+
<div class="item__description">
|
381
|
+
Ici une petite description pour tester le slider
|
382
|
+
</div>
|
383
|
+
</div>
|
384
|
+
</div>
|
385
|
+
|
386
|
+
</div>
|
387
|
+
</section>
|
388
|
+
{% endcapture %}
|
389
|
+
|
390
|
+
|
391
|
+
|
392
|
+
{% include anchor.html name="Default" %}
|
393
|
+
{{ slider_example }}
|
394
|
+
|
395
|
+
{% include anchor.html name="Infinite" %}
|
396
|
+
{{ slider_example_infinite }}
|
397
|
+
|
398
|
+
{% include anchor.html name="Loop" %}
|
399
|
+
{{ slider_example_loop }}
|
400
|
+
|
401
|
+
{% include anchor.html name="Hero carousel" %}
|
402
|
+
{{ hero_example }}
|