intia-theme 0.1.0 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- 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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b85ccfa02dee6eb0a399ee350facc3db911c9e81fdcf1f9638de1570bf2e01c
|
4
|
+
data.tar.gz: c62194c0d2f11ebbdc1ec14d5111473c810df5366b53f96ddbb16de85752746d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b86528ed7b2ae09844988a20e39fded3887707b8b5f486231f98a81df98e423f211cd5915aaed1e52ce4dccd9c79e28a9b33a563d64e7760579f0bfdf23ef1a
|
7
|
+
data.tar.gz: 3b0b85d4fb3f7f31bddeb0e66e4b51ef40df5ffdbde3442624ee738d0c2d0cd64a131dd6aad96d1db959f45011fd8536b72ade48f8c615919429ad4b61501501
|
data/_includes/hero.html
CHANGED
@@ -1,7 +1,9 @@
|
|
1
|
-
<section class="hero is-primary is-hidden-print {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %}" {% if page.hero_background_image %} style="background: url('{{ page.hero_background_image }}') no-repeat center center; background-size: cover;" {% endif %}>
|
1
|
+
<section class="hero is-primary is-hidden-print {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} {% if page.hero_tags %} {{ page.hero_tags }} {% endif %}" {% if page.hero_background_image %} style="background: url('{{ page.hero_background_image }}') no-repeat center center; background-size: cover;" {% endif %}>
|
2
2
|
<div class="hero-body">
|
3
3
|
<div class="container">
|
4
|
-
|
4
|
+
{% if page.hero_image %}
|
5
|
+
<img src="{{page.hero_image}}" alt="placeholder" class="is-rounded is-hidden-mobile">
|
6
|
+
{% endif %}
|
5
7
|
<h1 class="title is-1">{{ page.title }}</h1>
|
6
8
|
<p class="subtitle is-4">{{ page.subtitle }}</p>
|
7
9
|
{% if page.hero_link %}
|
@@ -13,7 +15,7 @@
|
|
13
15
|
</a>
|
14
16
|
{% endif %}
|
15
17
|
</div>
|
16
|
-
<img src="
|
18
|
+
<img src="{{ site.baseurl }}/assets/img/arrow-down.png" alt="placeholder" class="arrow-image is-pulled-left is-hidden-mobile">
|
17
19
|
</div>
|
18
20
|
</section>
|
19
21
|
<i class="fas {{ section.icon }}"></i>
|
data/_includes/introduction.html
CHANGED
data/_includes/story-slider.html
CHANGED
@@ -36,6 +36,6 @@
|
|
36
36
|
</div>
|
37
37
|
{% endfor %}
|
38
38
|
</div>
|
39
|
-
<img src="../assets/img/arrow.png" alt="placeholder" class="arrow-image is-pulled-right is-hidden-mobile">
|
39
|
+
<img src="../assets/img/arrow-down.png" alt="placeholder" class="arrow-image is-pulled-right is-hidden-mobile">
|
40
40
|
</div>
|
41
41
|
{% endif %}
|
data/_layouts/404.html
ADDED
data/_sass/_layout.scss
CHANGED
@@ -46,6 +46,23 @@ div.highlight {
|
|
46
46
|
top: 30px;
|
47
47
|
}
|
48
48
|
|
49
|
+
.green {
|
50
|
+
background-color: $light;
|
51
|
+
padding-left: 5%;
|
52
|
+
padding-right: 5%;
|
53
|
+
padding-top: 6rem;
|
54
|
+
padding-bottom: 8rem;
|
55
|
+
}
|
56
|
+
|
57
|
+
.highlighter {
|
58
|
+
background-color: $light;
|
59
|
+
padding-left: 5%;
|
60
|
+
padding-right: 5%;
|
61
|
+
padding-bottom: 5%;
|
62
|
+
border-radius: 65px;
|
63
|
+
}
|
64
|
+
.highlighter-image {
|
65
|
+
}
|
49
66
|
// Globals
|
50
67
|
img.is-rounded {
|
51
68
|
border-radius: 65px;
|
@@ -105,6 +122,10 @@ img.is-rounded {
|
|
105
122
|
.button.is-rounded {
|
106
123
|
padding-right: 0em !important;
|
107
124
|
}
|
125
|
+
.button.button.is-rounded:not(.navbar-item) {
|
126
|
+
padding-left: 1.5em !important;
|
127
|
+
padding-right: 1.5em !important;
|
128
|
+
}
|
108
129
|
.navbar-dropdown .button.is-rounded {
|
109
130
|
padding-right: auto !important;
|
110
131
|
}
|
@@ -144,6 +165,15 @@ img.is-rounded {
|
|
144
165
|
.hero-body .container .button {
|
145
166
|
float: right;
|
146
167
|
}
|
168
|
+
.home .hero-body h1,
|
169
|
+
.home .hero-body h1 p {
|
170
|
+
text-align: left;
|
171
|
+
}
|
172
|
+
//// Hero sub-pages with green text
|
173
|
+
.subpage h1,
|
174
|
+
.subpage p {
|
175
|
+
color: #229387 !important;
|
176
|
+
}
|
147
177
|
|
148
178
|
// Content
|
149
179
|
.subtitle {
|
@@ -168,6 +198,7 @@ img.is-rounded {
|
|
168
198
|
.content-wrapper img {
|
169
199
|
border-radius: 65px;
|
170
200
|
height: auto;
|
201
|
+
object-fit: cover;
|
171
202
|
}
|
172
203
|
|
173
204
|
.content-wrapper p {
|
@@ -176,6 +207,7 @@ img.is-rounded {
|
|
176
207
|
|
177
208
|
.card-content h2 p {
|
178
209
|
padding-left: 15px;
|
210
|
+
padding-bottom: 0.5em;
|
179
211
|
}
|
180
212
|
|
181
213
|
.card-image:first-child img {
|
@@ -216,20 +248,9 @@ img.is-rounded {
|
|
216
248
|
}
|
217
249
|
|
218
250
|
// story-slider
|
219
|
-
|
220
|
-
.green {
|
221
|
-
background-color: #e7f2ea;
|
222
|
-
padding-left: 5%;
|
223
|
-
padding-right: 5%;
|
224
|
-
padding-top: 6rem;
|
225
|
-
padding-bottom: 8rem;
|
226
|
-
}
|
227
251
|
.slider {
|
228
252
|
box-shadow: none;
|
229
253
|
}
|
230
|
-
.slider-item {
|
231
|
-
// padding-left: 50px;
|
232
|
-
}
|
233
254
|
.story-carousel-item {
|
234
255
|
margin-left: 5%;
|
235
256
|
margin-right: 5%;
|
@@ -257,6 +278,7 @@ img.is-rounded {
|
|
257
278
|
border-top-right-radius: 0 !important;
|
258
279
|
border-bottom-right-radius: 0 !important;
|
259
280
|
height: 100%;
|
281
|
+
object-fit: cover;
|
260
282
|
}
|
261
283
|
.column.slider-content {
|
262
284
|
padding: 3em;
|
@@ -285,6 +307,12 @@ img.is-rounded {
|
|
285
307
|
.slider-pagination {
|
286
308
|
bottom: -40px !important;
|
287
309
|
}
|
310
|
+
.slider-navigation-previous,
|
311
|
+
.slider-navigation-next {
|
312
|
+
background: transparent !important;
|
313
|
+
border: 0px !important;
|
314
|
+
box-shadow: none !important;
|
315
|
+
}
|
288
316
|
// Footer
|
289
317
|
|
290
318
|
.footer {
|
@@ -298,6 +326,7 @@ img.is-rounded {
|
|
298
326
|
}
|
299
327
|
.footer-logos img {
|
300
328
|
height: 75px;
|
329
|
+
margin-right: 15px;
|
301
330
|
}
|
302
331
|
.footer .title {
|
303
332
|
color: white;
|
data/_sass/_main.scss
CHANGED
@@ -23,16 +23,34 @@ $modal-content-width: 800px;
|
|
23
23
|
$tabs-link-active-color: $primary;
|
24
24
|
$tabs-link-active-border-bottom-color: $primary;
|
25
25
|
// Global
|
26
|
-
body {
|
26
|
+
body {
|
27
27
|
font-size: 1.5rem;
|
28
28
|
line-height: 2.25rem;
|
29
29
|
}
|
30
30
|
|
31
|
+
h1, h2, h3, p {
|
32
|
+
padding-bottom:30px;
|
33
|
+
}
|
34
|
+
h1, h2{
|
35
|
+
padding-top:90px;
|
36
|
+
}
|
37
|
+
|
38
|
+
.card h1, .card h2, .card p, .slider h1, .slider h2, .slider p {
|
39
|
+
padding-top:0;
|
40
|
+
padding-bottom: 0;
|
41
|
+
}
|
42
|
+
|
31
43
|
h1,
|
32
44
|
h1 p {
|
33
45
|
font-size: 48px;
|
34
46
|
line-height: 72px;
|
35
47
|
font-weight: 600;
|
48
|
+
text-align: center;
|
49
|
+
}
|
50
|
+
|
51
|
+
.green h1,
|
52
|
+
.green h1 p{
|
53
|
+
text-align: left;
|
36
54
|
}
|
37
55
|
|
38
56
|
h2,
|
@@ -56,33 +74,36 @@ h4 {
|
|
56
74
|
h5 {
|
57
75
|
font-size: 0.83rem;
|
58
76
|
}
|
77
|
+
|
59
78
|
// Button Animation + Gleiche Breite
|
60
79
|
.button {
|
61
80
|
// Schrifft
|
62
81
|
font-size: 1.31rem !important;
|
63
82
|
font-weight: 600;
|
64
83
|
// Animation
|
65
|
-
transition-timing-function: cubic-bezier(.25, .46, .45, .94);
|
84
|
+
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
66
85
|
transition-property: background-color, transform;
|
67
|
-
transition-duration: .3s;
|
68
|
-
-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
|
86
|
+
transition-duration: 0.3s;
|
87
|
+
-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
69
88
|
-webkit-transition-property: background-color, transform;
|
70
|
-
-webkit-transition-duration: .3s;
|
71
|
-
-o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
|
89
|
+
-webkit-transition-duration: 0.3s;
|
90
|
+
-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
72
91
|
-o-transition-property: background-color, transform;
|
73
|
-
-o-transition-duration: .3s;
|
74
|
-
-moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
|
92
|
+
-o-transition-duration: 0.3s;
|
93
|
+
-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
75
94
|
-moz-transition-property: background-color, transform;
|
76
|
-
-moz-transition-duration: .3s;
|
95
|
+
-moz-transition-duration: 0.3s;
|
77
96
|
}
|
78
97
|
|
79
|
-
.button a,
|
98
|
+
.button a,
|
99
|
+
.button span {
|
80
100
|
// Schrifft
|
81
101
|
font-size: 16px !important;
|
82
102
|
font-weight: 600;
|
83
103
|
}
|
84
104
|
|
85
|
-
.navbar-menu .button,
|
105
|
+
.navbar-menu .button,
|
106
|
+
.navbar-dropdown .button {
|
86
107
|
// Buttongröße aus Figma
|
87
108
|
width: 166px;
|
88
109
|
height: 47px;
|
data/assets/img/404.png
ADDED
Binary file
|
Binary file
|
Binary file
|
data/assets/js/main.js
CHANGED
@@ -2,5 +2,8 @@ import './bulma-carousel/js/bulma-carousel.js';
|
|
2
2
|
// Initialize all elements with carousel class.
|
3
3
|
const carousels = bulmaCarousel.attach('.carousel',{
|
4
4
|
slidesToScroll: 1,
|
5
|
-
slidesToShow: 1
|
5
|
+
slidesToShow: 1,
|
6
|
+
icons: {
|
7
|
+
'previous': `<img src="../assets/img/arrow-left.png"></img>`,
|
8
|
+
'next': `<img src="../assets/img/arrow-left.png" style="transform: rotate(180deg);"></img>`}
|
6
9
|
});
|
data/favicon.png
ADDED
Binary file
|