intia-theme 0.1.33 → 0.1.37
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/contact.html +15 -2
- data/_includes/head-scripts.html +1 -0
- data/_includes/stories.html +1 -1
- data/_sass/_layout.scss +2 -4
- data/assets/img/posts/analoger_intia_koffer.JPG +0 -0
- data/assets/img/posts/intia_koffer.JPG +0 -0
- data/assets/img/posts/intia_labor.JPG +0 -0
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6ce6e488ec71c7cfc24804657e981ae78fcfcca4e602f86b5ddc0095f6042b8
|
|
4
|
+
data.tar.gz: b178360b06e0573bb65b0d166df44dc56c222ef0ea23fdf97dd507dfd5cb6338
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa1a104f337e5a5d8ffd5e0fd8e846a7211d66f473d60bdf90af83ea9c56dc498084484a088c62c0734814074747b163e3018e2116e8066ebef91d7c8e0ff58e
|
|
7
|
+
data.tar.gz: d018847d10b86f25bd8d4cfd477e95fff6128fce0cccef83fc4661e86ab0f84ca319a82af6c811443e3c7360abe3837c93c570715956a252a23568367220f5b0
|
data/_includes/contact.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="container contact">
|
|
3
3
|
<h1>{{ site.data.contact.title }}</h1>
|
|
4
4
|
{{ site.data.contact.introduction }}
|
|
5
|
-
<form action="{{ site.data.contact.action }}" class="columns">
|
|
5
|
+
<form id="form" action="{{ site.data.contact.action }}" data-botpoison-public-key="{{ site.data.contact.botpoison_key }}" class="columns">
|
|
6
6
|
<div class="column is-6">
|
|
7
7
|
<div class="field">
|
|
8
8
|
<label class="label">Vor- und Nachname</label>
|
|
@@ -53,10 +53,23 @@
|
|
|
53
53
|
|
|
54
54
|
<div class="column contact-agree">
|
|
55
55
|
<label for="agree">{{ site.data.contact.checkbox }}</label><br><br>
|
|
56
|
-
<button class="button is-rounded is-dark" type="submit">Abschicken</button>
|
|
56
|
+
<button id="button" class="button is-rounded is-dark" type="submit">Abschicken</button>
|
|
57
57
|
</div>
|
|
58
58
|
</div>
|
|
59
59
|
</div>
|
|
60
60
|
</form>
|
|
61
|
+
<script>
|
|
62
|
+
var formElement = document.getElementById("form");
|
|
63
|
+
var buttonElement = document.getElementById("button");
|
|
64
|
+
formElement.addEventListener("botpoison-challenge-start", function () {
|
|
65
|
+
buttonElement.setAttribute("disabled", "disabled");
|
|
66
|
+
});
|
|
67
|
+
formElement.addEventListener("botpoison-challenge-success", function () {
|
|
68
|
+
buttonElement.removeAttribute("disabled");
|
|
69
|
+
});
|
|
70
|
+
formElement.addEventListener("botpoison-challenge-error", function () {
|
|
71
|
+
buttonElement.removeAttribute("disabled");
|
|
72
|
+
});
|
|
73
|
+
</script>
|
|
61
74
|
</div>
|
|
62
75
|
{% endif %}
|
data/_includes/head-scripts.html
CHANGED
data/_includes/stories.html
CHANGED
data/_sass/_layout.scss
CHANGED
|
@@ -517,17 +517,15 @@ figcaption {
|
|
|
517
517
|
.highlighter img.with-zone {
|
|
518
518
|
width: 100%;
|
|
519
519
|
float: none;
|
|
520
|
-
|
|
521
|
-
padding-right: 0;
|
|
520
|
+
border-radius: 0;
|
|
522
521
|
}
|
|
523
522
|
.highlighter .column {
|
|
524
|
-
margin-right: 4rem;
|
|
525
523
|
padding-top: 2rem;
|
|
526
524
|
padding-bottom: 2rem;
|
|
525
|
+
text-align: center;
|
|
527
526
|
}
|
|
528
527
|
.highlighter .column .button.highlighter-column-button {
|
|
529
528
|
margin-top: 1em;
|
|
530
|
-
margin-left: 2em;
|
|
531
529
|
float: none;
|
|
532
530
|
}
|
|
533
531
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.
|
|
4
|
+
version: 0.1.37
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marc Schmidt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -71,7 +71,10 @@ files:
|
|
|
71
71
|
- assets/img/logos/diakonie_michaelshoven.png
|
|
72
72
|
- assets/img/logos/ev_jugendhilfe_godesheim.png
|
|
73
73
|
- assets/img/logos/fjmk.png
|
|
74
|
+
- assets/img/posts/analoger_intia_koffer.JPG
|
|
74
75
|
- assets/img/posts/escape-game.jpg
|
|
76
|
+
- assets/img/posts/intia_koffer.JPG
|
|
77
|
+
- assets/img/posts/intia_labor.JPG
|
|
75
78
|
- assets/img/posts/messenger.jpg
|
|
76
79
|
- assets/img/posts/photoprobe.jpg
|
|
77
80
|
- assets/js/bulma-carousel/js/bulma-carousel.js
|