intia-theme 0.1.8 → 0.1.12
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/_sass/_layout.scss +10 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8669769ba7066d73a60076f7ae616c64ff29130ba0325ed44d1f4640c1bc1ee
|
4
|
+
data.tar.gz: 67c715c276ad0f4fb60293a607afee265a850a91d45f5bd301fea2cc7acd99c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e52fc65a5da0ca117e95b220b7cd2e721230800c0684b2dc8df02032b5bf6653785ac6164625a779aa9af6eaaa5513c98d39fd549d1a7b4e86f96e2ef27885b
|
7
|
+
data.tar.gz: 45befe3feb7d858cbb86fddf71078beb62435d5d44ba265f866204a9486bf81558a96a760b6ceccff60dc0a910b7ebdd571c8d7515550bf79acb56d8fa419d64
|
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>
|
data/_sass/_layout.scss
CHANGED
@@ -216,6 +216,7 @@ img.is-rounded {
|
|
216
216
|
margin-right: auto;
|
217
217
|
display: block;
|
218
218
|
top: 0;
|
219
|
+
max-height: 50vh;
|
219
220
|
max-width: auto;
|
220
221
|
}
|
221
222
|
.buttons-hero {
|
@@ -286,6 +287,7 @@ img.is-rounded {
|
|
286
287
|
.card-image:first-child img {
|
287
288
|
border-top-left-radius: 65px;
|
288
289
|
border-top-right-radius: 65px;
|
290
|
+
max-height: 100vh;
|
289
291
|
}
|
290
292
|
|
291
293
|
.card-content {
|
@@ -303,6 +305,7 @@ img.is-rounded {
|
|
303
305
|
.card-image:last-child img {
|
304
306
|
border-bottom-left-radius: 65px;
|
305
307
|
border-bottom-right-radius: 65px;
|
308
|
+
max-height: 100vh;
|
306
309
|
}
|
307
310
|
|
308
311
|
.story-card {
|
@@ -449,6 +452,7 @@ img.is-rounded {
|
|
449
452
|
background-color: white;
|
450
453
|
padding-left: 0;
|
451
454
|
padding-right: 0;
|
455
|
+
object-fit: contain;
|
452
456
|
height: auto;
|
453
457
|
width: auto;
|
454
458
|
}
|
@@ -549,13 +553,16 @@ a:hover .tooltip-popup {
|
|
549
553
|
|
550
554
|
// Contect
|
551
555
|
|
552
|
-
.input,
|
556
|
+
.input,
|
557
|
+
.textarea,
|
558
|
+
#thema {
|
553
559
|
border: 3px solid $primary-dark;
|
554
560
|
border-radius: 45px;
|
555
561
|
padding-left: 2.5em;
|
556
562
|
padding-right: 2.5em;
|
557
563
|
}
|
558
|
-
.input,
|
564
|
+
.input,
|
565
|
+
#thema {
|
559
566
|
height: 2.75em;
|
560
567
|
}
|
561
568
|
|
@@ -587,8 +594,6 @@ a:hover .tooltip-popup {
|
|
587
594
|
float: right;
|
588
595
|
}
|
589
596
|
|
590
|
-
|
591
|
-
|
592
597
|
// newss
|
593
598
|
.news {
|
594
599
|
box-shadow: none;
|
@@ -637,4 +642,4 @@ a:hover .tooltip-popup {
|
|
637
642
|
width: 100%;
|
638
643
|
display: flow-root;
|
639
644
|
margin: auto;
|
640
|
-
}
|
645
|
+
}
|
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.12
|
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-10-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|