intia-theme 0.1.13 → 0.1.14
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/_sass/_layout.scss +12 -8
- 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 +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 564a52586c89ee13284be7aea2cf7f8e54c6608b05929db5def148ab41e8bd28
|
|
4
|
+
data.tar.gz: e358425ed5e040a534ecc5cbd885d98a8c20bfee3a8d79197034bcbb50e43aad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e7fdc0223c1a6c187092bb65de94b5eeae3e61693fd57adea35365be6e9c5fc87560423b29c9517bae8dfc1eff0f939d357be1be3948a3a9f341eeabc540e10
|
|
7
|
+
data.tar.gz: e4c07f01803754b26270444fb308f0693583314e2af327e43a5c5fd213412f959472faa1590d12ec11867f34db9c31307ee99e9532a6e21feb9e1db3c387bb0b
|
data/_sass/_layout.scss
CHANGED
|
@@ -84,9 +84,11 @@ img.is-rounded {
|
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
display: flex;
|
|
86
86
|
flex-direction: column;
|
|
87
|
+
height: 132px;
|
|
87
88
|
}
|
|
88
89
|
.is-pointed-down {
|
|
89
90
|
transform: scaleY(-1);
|
|
91
|
+
margin-top: auto;
|
|
90
92
|
}
|
|
91
93
|
.is-hidden {
|
|
92
94
|
visibility: hidden;
|
|
@@ -205,7 +207,8 @@ a .tooltip-popup {
|
|
|
205
207
|
padding: 16px !important;
|
|
206
208
|
}
|
|
207
209
|
|
|
208
|
-
.hero-body .container .button,
|
|
210
|
+
.hero-body .container .button,
|
|
211
|
+
.float_right {
|
|
209
212
|
float: right;
|
|
210
213
|
}
|
|
211
214
|
.home .hero-body h1,
|
|
@@ -233,9 +236,9 @@ a .tooltip-popup {
|
|
|
233
236
|
object-fit: cover;
|
|
234
237
|
}
|
|
235
238
|
.subpage .hero-body img {
|
|
236
|
-
object-fit: cover;
|
|
237
|
-
max-height: 30vw;
|
|
238
|
-
width: 100%;
|
|
239
|
+
object-fit: cover;
|
|
240
|
+
max-height: 30vw;
|
|
241
|
+
width: 100%;
|
|
239
242
|
}
|
|
240
243
|
.buttons-hero {
|
|
241
244
|
display: none;
|
|
@@ -556,23 +559,24 @@ footer .columns {
|
|
|
556
559
|
|
|
557
560
|
// Tool-Tip
|
|
558
561
|
|
|
559
|
-
.tooltip-popup {
|
|
562
|
+
.tooltip-popup {
|
|
560
563
|
position: absolute;
|
|
561
564
|
width: 20vw;
|
|
562
565
|
z-index: 30;
|
|
563
566
|
visibility: hidden;
|
|
564
567
|
display: none;
|
|
565
568
|
background: #e7f2ea;
|
|
566
|
-
border-radius: 65px;
|
|
569
|
+
border-radius: 65px;
|
|
567
570
|
padding: 50px;
|
|
568
571
|
margin-top: -10px;
|
|
569
572
|
margin-right: 30px;
|
|
570
573
|
}
|
|
571
|
-
a:hover .tooltip-popup,
|
|
574
|
+
a:hover .tooltip-popup,
|
|
575
|
+
.show {
|
|
572
576
|
visibility: visible;
|
|
573
577
|
display: block;
|
|
574
578
|
}
|
|
575
|
-
.tooltip-popup h2{
|
|
579
|
+
.tooltip-popup h2 {
|
|
576
580
|
padding-top: 0;
|
|
577
581
|
}
|
|
578
582
|
// Contect
|
|
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.14
|
|
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-
|
|
11
|
+
date: 2021-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -59,12 +59,14 @@ files:
|
|
|
59
59
|
- assets/img/download_link.png
|
|
60
60
|
- assets/img/external-link.png
|
|
61
61
|
- assets/img/internal-link.png
|
|
62
|
+
- assets/img/logo-black-old.png
|
|
62
63
|
- assets/img/logo-black.png
|
|
63
64
|
- assets/img/logo-dites.png
|
|
64
65
|
- assets/img/logo-green-white.png
|
|
65
66
|
- assets/img/logo-green.png
|
|
66
67
|
- assets/img/logo-short-green.png
|
|
67
68
|
- assets/img/logo-short.png
|
|
69
|
+
- assets/img/logo-white-old.png
|
|
68
70
|
- assets/img/logo-white.png
|
|
69
71
|
- assets/img/logo.png
|
|
70
72
|
- assets/img/posts/escape-game.jpg
|