intia-theme 0.1.43 → 0.1.46

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09adab553226f531caf47c412229a2f230ca1007d635765cc6d6e9167d418a29'
4
- data.tar.gz: 364cce8135c8eb64d5bdc6dd07a5d0026fe6a6b9cf4bc8919a58cab06f3b0185
3
+ metadata.gz: f0e948af62a5df8bf8fd1fa2b7f831b326486325ba9a596b774142ac02bb37fd
4
+ data.tar.gz: f1be2212ffb4ad8aeb96795374a14996cd4db56199712c9d9462b827003d303f
5
5
  SHA512:
6
- metadata.gz: af2791abff413d0d302489c558a6408128236973dcd195b0a19fdff24f5acc67ddecbca0a0b63d49bb70c1d0c1be8900425aaa007fb5c79e9ce531ebd658341e
7
- data.tar.gz: 7168d2ebb8d9b9e9eb8b23a515f1090af641c3bbcc68d43f1d794b7c90f7bf11cadf9589df5315e599fee66f2016965b00f9de6b0e226d27beb3fc050093ce13
6
+ metadata.gz: 76e5a260c7f6230261d254062dbc0bd05113756268ecf6d824b3f98cb837a1bd9ca16e6e9ccec997706f77d2d1961d202d5c55d2a1ded48a16e587d89a577600
7
+ data.tar.gz: e1930ce7ef55217777159ff2abdcdca2c728d87af0bed23db2ab2b8532ea7e0c5eeafe868f437030cab2e9249f989a2a3ab9bf81e0bb0780e12604d434358a08
@@ -1,7 +1,10 @@
1
1
 
2
- <a href="#" class="button is-rounded is-dark">
3
- <span> {{ include.label }} </span>
4
- <span class="icon is-small">
5
- <i class="fas fa-chevron-right fa-xs"></i>
6
- </span>
2
+ <a href="{{ include.link }}" class="button is-rounded is-dark">
3
+ <span> {{ include.label }} </span>
4
+
5
+ {% unless include.no-icon %}
6
+ <span class="icon is-small">
7
+ <i class="fas fa-chevron-right fa-xs"></i>
8
+ </span>
9
+ {% endunless %}
7
10
  </a>
@@ -6,7 +6,7 @@
6
6
  {{entry.abstract}}
7
7
 
8
8
  <a href="{{ entry.url | relative_url }}" class="button float_right is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
9
- <span>Mehr lesen</span>
9
+ <span>{{ include.button | default:"Read more" }}</span>
10
10
  <span class="icon is-small">
11
11
  <i class="fas fa-chevron-right fa-xs"></i>
12
12
  </span>
@@ -14,7 +14,7 @@
14
14
 
15
15
  {{ include.content }}
16
16
  {% if include.button %}
17
- {% include button.html label=include.button %}
17
+ {% include button.html label=include.button link=include.button_link %}
18
18
  {% endif %}
19
19
 
20
20
  {% if include.image %}
@@ -20,7 +20,7 @@
20
20
  <div class="content">
21
21
  <p>{{story.subtitle}}</p>
22
22
  <a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
23
- <span>Mehr lesen</span>
23
+ <span>{{ page.stories_button | default:"Read more" }}</span>
24
24
  <span class="icon is-small">
25
25
  <i class="fas fa-chevron-right fa-xs"></i>
26
26
  </span>
@@ -21,7 +21,7 @@
21
21
  <p>
22
22
  {{story.subtitle}}</p>
23
23
  <a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
24
- <span>Mehr lesen</span>
24
+ <span>{{ page.stories_button | default:"Read more" }}</span>
25
25
  <span class="icon is-small">
26
26
  <i class="fas fa-chevron-right fa-xs"></i>
27
27
  </span>
@@ -1,7 +1,7 @@
1
1
  {% if page.story_slider %}
2
2
  <div class="green">
3
3
  <div class="container">
4
- <h1 class="slider-titel">Aktuelles</h1>
4
+ <h1 class="slider-titel">{{ page.story_slider }}</h1>
5
5
 
6
6
  <div class="carousel">
7
7
  {% for story in site.posts limit:5 %}
@@ -24,7 +24,7 @@
24
24
  <div class="content">
25
25
  <p>{{story.subtitle}}</p>
26
26
  <a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
27
- <span>Mehr lesen</span>
27
+ <span>{{ page.story_slider_button | default:"Read more" }}</span>
28
28
  <span class="icon is-small">
29
29
  <i class="fas fa-chevron-right fa-xs"></i>
30
30
  </span>
data/_sass/_layout.scss CHANGED
@@ -991,9 +991,9 @@ a:hover .tooltip-popup,
991
991
  div.faq {
992
992
  position: relative;
993
993
  }
994
-
995
994
  .faq input[type="checkbox"] {
996
995
  position: absolute;
996
+ display: inherit;
997
997
  top: 0;
998
998
  left: 0;
999
999
  width: 100%;
@@ -1027,15 +1027,26 @@ div.faq {
1027
1027
  margin-left: -4px;
1028
1028
  margin-top: -4px;
1029
1029
  }
1030
-
1030
+ .faq h2 {
1031
+ padding-top: 40px;
1032
+ }
1031
1033
  .faq p {
1032
- max-height: 0;
1034
+ display: none;
1033
1035
  overflow: hidden;
1034
1036
  padding-left: 30px;
1035
1037
  transition: max-height 0.4s ease;
1036
1038
  }
1037
1039
  .faq input[type="checkbox"]:checked ~ h2 ~ p {
1038
- max-height: 80px;
1040
+ display: inherit;
1041
+ }
1042
+ .faq input[type="checkbox"]:checked ~ h2 ~ div.faq-hide {
1043
+ display: inherit;
1044
+ }
1045
+ .faq div.faq-hide {
1046
+ display: none;
1047
+ max-height: none !important;
1048
+ padding-left: 30px;
1049
+ padding-bottom: 50px;
1039
1050
  }
1040
1051
 
1041
1052
  // Mobil
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intia-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.43
4
+ version: 0.1.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schmidt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-03 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -51,7 +51,6 @@ files:
51
51
  - _includes/toc.html
52
52
  - _layouts/404.html
53
53
  - _layouts/default.html
54
- - _layouts/plattform.html
55
54
  - _sass/_helper.scss
56
55
  - _sass/_icons.scss
57
56
  - _sass/_layout.scss
@@ -76,12 +75,6 @@ files:
76
75
  - assets/img/logos/diakonie_michaelshoven.png
77
76
  - assets/img/logos/ev_jugendhilfe_godesheim.png
78
77
  - assets/img/logos/fjmk.png
79
- - assets/img/posts/analoger_intia_koffer.JPG
80
- - assets/img/posts/escape-game.jpg
81
- - assets/img/posts/intia_koffer.JPG
82
- - assets/img/posts/intia_labor.JPG
83
- - assets/img/posts/messenger.jpg
84
- - assets/img/posts/photoprobe.jpg
85
78
  - assets/js/bulma-carousel/js/bulma-carousel.js
86
79
  - assets/js/main.js
87
80
  - assets/js/search.js
File without changes
Binary file
Binary file
Binary file
Binary file
Binary file