intia-theme 0.1.18 → 0.1.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/contact.html +11 -17
- data/_includes/footer.html +1 -1
- data/_sass/_layout.scss +14 -3
- data/assets/img/logo-black.png +0 -0
- data/assets/img/logo-white-short.png +0 -0
- data/assets/img/logo-white.png +0 -0
- data/assets/img/logos/diakonie_michaelshoven.png +0 -0
- data/assets/img/logos/ev_jugendhilfe_godesheim.png +0 -0
- data/assets/img/logos/fjmk.png +0 -0
- data/favicon.png +0 -0
- metadata +6 -11
- data/assets/img/logo-green-white.png +0 -0
- data/assets/img/logo-green.png +0 -0
- data/assets/img/logo-short-green.png +0 -0
- data/assets/img/logo-short.png +0 -0
- data/assets/img/logo-white-old.png +0 -0
- data/assets/img/logo.png +0 -0
- data/assets/img/logos/Diakonie_Logo.png +0 -0
- data/assets/img/logos/EvJugendhilfe_Logo.png +0 -0
- data/assets/img/logos/FJMK_Logo.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: 80f66cc44c2c92c3653152163fc3c1f9a507722414225937fcd1453a47ab4c03
|
4
|
+
data.tar.gz: da4beb717974f1fca487508d71e88b5de36c232fb0bee2b522edd4e3031d4f30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84ba36f8ddc5556bf4945f843063d3347fe3ace3879511b95d70515120f9cb4460a038b4dab03735fd7c5fc31c8375e62432592e307ea1ae8ec815a893905ff2
|
7
|
+
data.tar.gz: 4cab3a15a7f6ab1871923310f051bcbeaef41191b293b0903a2bb71e6b0f6657116978dea6d372b4bca8474e7b12128d9720443da22ebb442e93773a444716a4
|
data/_includes/contact.html
CHANGED
@@ -5,36 +5,30 @@
|
|
5
5
|
<form action="{{ site.data.contact.action }}" class="columns">
|
6
6
|
<div class="column is-6">
|
7
7
|
<div class="field">
|
8
|
-
<label class="label">
|
8
|
+
<label class="label">Vor- und Nachname</label>
|
9
9
|
<div class="control has-icons-left">
|
10
|
-
<input class="input" type="text" id="name" name="name" placeholder="
|
10
|
+
<input class="input" type="text" id="name" name="name" placeholder="Hier tippen..." required>
|
11
11
|
<span class="icon is-small is-left">
|
12
12
|
<i class="fas fa-user"></i>
|
13
13
|
</span>
|
14
14
|
</div>
|
15
15
|
</div>
|
16
16
|
<div class="field">
|
17
|
-
<label class="label">E-
|
17
|
+
<label class="label">E-Mailadresse</label>
|
18
18
|
<div class="control has-icons-left">
|
19
|
-
<input class="input" type="email" id="email" name="email" placeholder="
|
19
|
+
<input class="input" type="email" id="email" name="email" placeholder="Hier tippen...">
|
20
20
|
<span class="icon is-small is-left">
|
21
21
|
<i class="fas fa-envelope"></i>
|
22
22
|
</span>
|
23
23
|
</div>
|
24
24
|
</div>
|
25
25
|
<div class="field">
|
26
|
-
<label class="label">
|
27
|
-
|
28
|
-
<
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
<option value="Innovationskoffer">Innovationskoffer</option>
|
33
|
-
<option value="Methoden">Methoden</option>
|
34
|
-
<option value="Prototypen">Prototypen</option>
|
35
|
-
<option value="Stories">Stories</option>
|
36
|
-
</select>
|
37
|
-
</div>
|
26
|
+
<label class="label">Betreff</label>
|
27
|
+
<div class="control has-icons-left">
|
28
|
+
<input class="input" id="thema" name="thema" placeholder="Hier tippen...">
|
29
|
+
<span class="icon is-small is-left">
|
30
|
+
<i class="fas fa-pen"></i>
|
31
|
+
</span>
|
38
32
|
</div>
|
39
33
|
</div>
|
40
34
|
</div>
|
@@ -46,7 +40,7 @@
|
|
46
40
|
class="textarea"
|
47
41
|
id="message"
|
48
42
|
name="message"
|
49
|
-
placeholder="Hier tippen"
|
43
|
+
placeholder="Hier tippen..."
|
50
44
|
required=""
|
51
45
|
></textarea>
|
52
46
|
</div>
|
data/_includes/footer.html
CHANGED
data/_sass/_layout.scss
CHANGED
@@ -142,9 +142,10 @@ a .tooltip-popup {
|
|
142
142
|
}
|
143
143
|
|
144
144
|
.navbar-brand img {
|
145
|
-
max-height:
|
145
|
+
max-height: 3rem;
|
146
146
|
margin-top: 1rem;
|
147
147
|
}
|
148
|
+
|
148
149
|
.navbar-brand a p {
|
149
150
|
color: #000;
|
150
151
|
}
|
@@ -485,7 +486,7 @@ a.navbar-item.is-active,
|
|
485
486
|
float: none;
|
486
487
|
overflow: hidden;
|
487
488
|
height: 300px;
|
488
|
-
width: 300px;
|
489
|
+
width: 300px;
|
489
490
|
}
|
490
491
|
.highlighter .is-round img {
|
491
492
|
background-color: white;
|
@@ -505,6 +506,10 @@ a.navbar-item.is-active,
|
|
505
506
|
line-height: 1rem;
|
506
507
|
padding-top: 0;
|
507
508
|
}
|
509
|
+
.footer img {
|
510
|
+
max-height: 4rem;
|
511
|
+
margin-top: 1rem;
|
512
|
+
}
|
508
513
|
.footer img.column {
|
509
514
|
padding: 0 !important;
|
510
515
|
flex-grow: 0;
|
@@ -881,8 +886,14 @@ a:hover .tooltip-popup,
|
|
881
886
|
padding: 10px;
|
882
887
|
height: auto;
|
883
888
|
width: auto;
|
884
|
-
}
|
889
|
+
}
|
885
890
|
.footer-logos .column {
|
886
891
|
text-align: left !important;
|
887
892
|
}
|
893
|
+
.footer-logos img {
|
894
|
+
height: 75px;
|
895
|
+
margin-right: 15px;
|
896
|
+
image-rendering: -webkit-optimize-contrast;
|
897
|
+
padding-bottom: 15px;
|
898
|
+
}
|
888
899
|
}
|
data/assets/img/logo-black.png
CHANGED
Binary file
|
Binary file
|
data/assets/img/logo-white.png
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/favicon.png
CHANGED
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.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marc Schmidt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -62,23 +62,18 @@ files:
|
|
62
62
|
- assets/img/logo-black-old.png
|
63
63
|
- assets/img/logo-black.png
|
64
64
|
- assets/img/logo-dites.png
|
65
|
-
- assets/img/logo-
|
66
|
-
- assets/img/logo-green.png
|
67
|
-
- assets/img/logo-short-green.png
|
68
|
-
- assets/img/logo-short.png
|
69
|
-
- assets/img/logo-white-old.png
|
65
|
+
- assets/img/logo-white-short.png
|
70
66
|
- assets/img/logo-white.png
|
71
|
-
- assets/img/logo.png
|
72
67
|
- assets/img/logos/BMBF-01.png
|
73
68
|
- assets/img/logos/DiTes_Single.png
|
74
|
-
- assets/img/logos/Diakonie_Logo.png
|
75
|
-
- assets/img/logos/EvJugendhilfe_Logo.png
|
76
|
-
- assets/img/logos/FJMK_Logo.png
|
77
69
|
- assets/img/logos/INTIA_Plattform_Logos_BMBF_weiss.png
|
78
70
|
- assets/img/logos/INTIA_Plattform_Logos_Dites_weiss.png
|
79
71
|
- assets/img/logos/INTIA_Plattform_Logos_TH_weiss.png
|
80
72
|
- assets/img/logos/StadtGrenzenlos_Logo.png
|
81
73
|
- assets/img/logos/TH_Single.png
|
74
|
+
- assets/img/logos/diakonie_michaelshoven.png
|
75
|
+
- assets/img/logos/ev_jugendhilfe_godesheim.png
|
76
|
+
- assets/img/logos/fjmk.png
|
82
77
|
- assets/img/posts/escape-game.jpg
|
83
78
|
- assets/img/posts/messenger.jpg
|
84
79
|
- assets/img/posts/photoprobe.jpg
|
Binary file
|
data/assets/img/logo-green.png
DELETED
Binary file
|
Binary file
|
data/assets/img/logo-short.png
DELETED
Binary file
|
Binary file
|
data/assets/img/logo.png
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|