intia-theme 0.1.11 → 0.1.15
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 +4 -6
- data/_includes/glossary.html +15 -0
- data/_includes/story-slider.html +3 -1
- data/_layouts/default.html +1 -1
- data/_sass/_layout.scss +44 -16
- data/assets/img/download_link.png +0 -0
- data/assets/img/internal-link.png +0 -0
- data/assets/img/logo-black-old.png +0 -0
- data/assets/img/logo-black.png +0 -0
- data/assets/img/logo-white-old.png +0 -0
- data/assets/img/logo-white.png +0 -0
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dad25200e7456171f853920065539c3fb3169b546f48d59d11e383d57be1b75d
|
4
|
+
data.tar.gz: 203cce0d02af37e95b9baaef926b84d59d9a8f9c86d21c51b29513513611c126
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc52414ecc848aba937a9bdad1707294a7800f0fd23e8d50a498d522f479e7078d95294fe9c9e729ec3a556bbd302cf8ece30a820c91e5063f7b7e1a953eda32
|
7
|
+
data.tar.gz: dd45c656e74d32ff1f0c16d2028b9d7136c561c1046d08c2de129becafd4acf6f523d341a0900d4875fdfc3a29840c3454d6d51f020077d49a196de0002e934d
|
data/_includes/contact.html
CHANGED
@@ -1,10 +1,8 @@
|
|
1
1
|
{% if page.contact %}
|
2
2
|
<div class="green contact">
|
3
|
-
<h1>
|
4
|
-
|
5
|
-
|
6
|
-
consectetur purus sit amet fermentum.
|
7
|
-
<form action="https://submit-form.com/ujaWfjyi" class="columns">
|
3
|
+
<h1>{{ site.data.contact.title }}</h1>
|
4
|
+
{{ site.data.contact.introduction }}
|
5
|
+
<form action="{{ site.data.contact.action }}" class="columns">
|
8
6
|
<div class="column is-6">
|
9
7
|
<div class="field">
|
10
8
|
<label class="label">Name</label>
|
@@ -60,7 +58,7 @@
|
|
60
58
|
</div>
|
61
59
|
|
62
60
|
<div class="column">
|
63
|
-
<label for="agree">
|
61
|
+
<label for="agree">{{ site.data.contact.checkbox }}</label><br><br>
|
64
62
|
<button class="button is-rounded is-dark" type="submit">Abschicken</button>
|
65
63
|
</div>
|
66
64
|
</div>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
{% assign entries=site.glossary | sort:page.sort %}
|
2
|
+
{% for entry in entries %}
|
3
|
+
<h2> {{entry.title}} </h2>
|
4
|
+
<p class="text-green has-text-weight-bold">{{entry.subtitle}}</p>
|
5
|
+
|
6
|
+
{{entry.abstract}}
|
7
|
+
|
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>
|
10
|
+
<span class="icon is-small">
|
11
|
+
<i class="fas fa-chevron-right fa-xs"></i>
|
12
|
+
</span>
|
13
|
+
</a>
|
14
|
+
|
15
|
+
{% endfor %}
|
data/_includes/story-slider.html
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
{% if page.story_slider %}
|
2
2
|
<div class="green">
|
3
|
+
<div class="container">
|
3
4
|
<h1 class="slider-titel">Aktuelles</h1>
|
4
5
|
|
5
6
|
<div class="carousel">
|
@@ -35,6 +36,7 @@
|
|
35
36
|
</div>
|
36
37
|
</div>
|
37
38
|
{% endfor %}
|
38
|
-
|
39
|
+
</div>
|
40
|
+
</div>
|
39
41
|
</div>
|
40
42
|
{% endif %}
|
data/_layouts/default.html
CHANGED
@@ -24,7 +24,7 @@ The Default layout that everything is using
|
|
24
24
|
{% include latest-story.html %}
|
25
25
|
{% include contact.html %}
|
26
26
|
<div class="columns is-centered">
|
27
|
-
<div id="content" class="column is-10-desktop is-12-tablet">
|
27
|
+
<div id="content" class="container column is-10-desktop is-12-tablet">
|
28
28
|
{{content | markdownify}}
|
29
29
|
</div>
|
30
30
|
</div>
|
data/_sass/_layout.scss
CHANGED
@@ -65,6 +65,8 @@ div.highlight {
|
|
65
65
|
.overtitle {
|
66
66
|
margin-bottom: 0 !important;
|
67
67
|
padding-bottom: 0 !important;
|
68
|
+
text-transform: uppercase;
|
69
|
+
letter-spacing: 0.3rem;
|
68
70
|
}
|
69
71
|
.title-with-overtitle {
|
70
72
|
margin-top: 0 !important;
|
@@ -82,9 +84,11 @@ img.is-rounded {
|
|
82
84
|
cursor: pointer;
|
83
85
|
display: flex;
|
84
86
|
flex-direction: column;
|
87
|
+
height: 132px;
|
85
88
|
}
|
86
89
|
.is-pointed-down {
|
87
90
|
transform: scaleY(-1);
|
91
|
+
margin-top: auto;
|
88
92
|
}
|
89
93
|
.is-hidden {
|
90
94
|
visibility: hidden;
|
@@ -103,6 +107,17 @@ img.is-rounded {
|
|
103
107
|
display: block;
|
104
108
|
width: 100%;
|
105
109
|
}
|
110
|
+
.text-green {
|
111
|
+
color: $primary-dark;
|
112
|
+
}
|
113
|
+
a.tooltip-link {
|
114
|
+
color: $primary-dark;
|
115
|
+
font-weight: 600;
|
116
|
+
}
|
117
|
+
a .tooltip-popup {
|
118
|
+
color: #000;
|
119
|
+
font-weight: normal;
|
120
|
+
}
|
106
121
|
|
107
122
|
// Buttons - Mybe global in Buttons und raus damit?
|
108
123
|
.button.is-dark {
|
@@ -176,11 +191,6 @@ img.is-rounded {
|
|
176
191
|
top: -175px;
|
177
192
|
position: inherit;
|
178
193
|
}
|
179
|
-
.home .hero-body img {
|
180
|
-
max-width: 40%;
|
181
|
-
height: 66vh;
|
182
|
-
object-fit: cover;
|
183
|
-
}
|
184
194
|
.hero {
|
185
195
|
display: block;
|
186
196
|
}
|
@@ -197,7 +207,8 @@ img.is-rounded {
|
|
197
207
|
padding: 16px !important;
|
198
208
|
}
|
199
209
|
|
200
|
-
.hero-body .container .button
|
210
|
+
.hero-body .container .button,
|
211
|
+
.float_right {
|
201
212
|
float: right;
|
202
213
|
}
|
203
214
|
.home .hero-body h1,
|
@@ -216,9 +227,19 @@ img.is-rounded {
|
|
216
227
|
margin-right: auto;
|
217
228
|
display: block;
|
218
229
|
top: 0;
|
219
|
-
max-height: 50vh;
|
220
230
|
max-width: auto;
|
221
231
|
}
|
232
|
+
.home .hero-body img {
|
233
|
+
max-width: 37%;
|
234
|
+
height: auto;
|
235
|
+
aspect-ratio: 5 / 7;
|
236
|
+
object-fit: cover;
|
237
|
+
}
|
238
|
+
.subpage .hero-body img {
|
239
|
+
object-fit: cover;
|
240
|
+
max-height: 30vw;
|
241
|
+
width: 100%;
|
242
|
+
}
|
222
243
|
.buttons-hero {
|
223
244
|
display: none;
|
224
245
|
}
|
@@ -328,8 +349,8 @@ img.is-rounded {
|
|
328
349
|
box-shadow: none;
|
329
350
|
}
|
330
351
|
.story-carousel-item {
|
331
|
-
margin-left:
|
332
|
-
margin-right:
|
352
|
+
margin-left: 2%;
|
353
|
+
margin-right: 2%;
|
333
354
|
}
|
334
355
|
.slider-container .card-content .content {
|
335
356
|
margin: 50px;
|
@@ -538,19 +559,26 @@ footer .columns {
|
|
538
559
|
|
539
560
|
// Tool-Tip
|
540
561
|
|
541
|
-
a:hover .tooltip-popup {
|
542
|
-
visibility: visible;
|
543
|
-
display: block;
|
544
|
-
}
|
545
562
|
.tooltip-popup {
|
546
|
-
position:
|
563
|
+
position: absolute;
|
547
564
|
width: 20vw;
|
565
|
+
z-index: 30;
|
548
566
|
visibility: hidden;
|
549
567
|
display: none;
|
550
|
-
background:
|
568
|
+
background: #e7f2ea;
|
551
569
|
border-radius: 65px;
|
570
|
+
padding: 50px;
|
571
|
+
margin-top: -10px;
|
572
|
+
margin-right: 30px;
|
573
|
+
}
|
574
|
+
a:hover .tooltip-popup,
|
575
|
+
.show {
|
576
|
+
visibility: visible;
|
577
|
+
display: block;
|
578
|
+
}
|
579
|
+
.tooltip-popup h2 {
|
580
|
+
padding-top: 0;
|
552
581
|
}
|
553
|
-
|
554
582
|
// Contect
|
555
583
|
|
556
584
|
.input,
|
Binary file
|
Binary file
|
Binary file
|
data/assets/img/logo-black.png
CHANGED
Binary file
|
Binary file
|
data/assets/img/logo-white.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.15
|
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-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -36,6 +36,7 @@ files:
|
|
36
36
|
- _includes/button.html
|
37
37
|
- _includes/contact.html
|
38
38
|
- _includes/footer.html
|
39
|
+
- _includes/glossary.html
|
39
40
|
- _includes/head-scripts.html
|
40
41
|
- _includes/head.html
|
41
42
|
- _includes/header.html
|
@@ -55,13 +56,17 @@ files:
|
|
55
56
|
- assets/img/404.png
|
56
57
|
- assets/img/arrow-down.png
|
57
58
|
- assets/img/arrow-left.png
|
59
|
+
- assets/img/download_link.png
|
58
60
|
- assets/img/external-link.png
|
61
|
+
- assets/img/internal-link.png
|
62
|
+
- assets/img/logo-black-old.png
|
59
63
|
- assets/img/logo-black.png
|
60
64
|
- assets/img/logo-dites.png
|
61
65
|
- assets/img/logo-green-white.png
|
62
66
|
- assets/img/logo-green.png
|
63
67
|
- assets/img/logo-short-green.png
|
64
68
|
- assets/img/logo-short.png
|
69
|
+
- assets/img/logo-white-old.png
|
65
70
|
- assets/img/logo-white.png
|
66
71
|
- assets/img/logo.png
|
67
72
|
- assets/img/posts/escape-game.jpg
|