intia-theme 0.1.61 → 0.1.64
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/header.html +4 -1
- data/_includes/left-right-blocks.html +2 -2
- data/_sass/_layout.scss +7 -2
- data/_sass/_mobile.scss +1 -1
- data/_sass/_print.scss +3 -3
- data/_sass/_radar.scss +3 -2
- data/assets/js/radar.js +1 -1
- data/node_modules/bulma/sass/components/navbar.sass +1 -1
- 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: 36f9927c2d30d0febbc145d1df8275c78bf5097b59952e912de8d1b44aab7b3a
|
|
4
|
+
data.tar.gz: 4efedd31105a649be4c1319e2a316acac9fd2d8fa2fd292e9027ab7de1213e68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac6f65dde41dead07bf4e9e877687e2039685ef2df32e3b790b5e26cf742cd479eb7cdf2e871a356569e455e78bb2579caa3c86b2fd6daed194a19b7f59b4ca5
|
|
7
|
+
data.tar.gz: ebdc0b7851d92efb3d8e330dfa5bfe40307b1b1c49fba9090ed04f891a28df66278f53b8a8000f3277b5c96c8cda96a0b4d922dbbd2c765a12411917e6228ee7
|
data/_includes/header.html
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
<div class="container">
|
|
3
3
|
<div class="navbar-brand">
|
|
4
4
|
<a href="{{ site.baseurl }}/" class="">
|
|
5
|
-
<
|
|
5
|
+
<picture>
|
|
6
|
+
<source media="(max-width: 1300px)" srcset="/assets/img/logo-short.png">
|
|
7
|
+
<img id="navbar-logo" src="/assets/img/logo-horizontal-short.png">
|
|
8
|
+
</picture>
|
|
6
9
|
</a>
|
|
7
10
|
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu"
|
|
8
11
|
:class="{ 'is-active': openNav }" x-on:click="openNav = !openNav">
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</figure>
|
|
11
11
|
</div>
|
|
12
12
|
<div class="card-content">
|
|
13
|
-
<h2 class="fas {{ section.icon }} fa-2x">{{ section.title
|
|
13
|
+
<h2 class="fas {{ section.icon }} fa-2x"><div>{{ section.title }}</div></h2>
|
|
14
14
|
{{ section.text | markdownify }}
|
|
15
15
|
|
|
16
16
|
<a href="{{ section.link | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<img src={{section.image}} alt="placeholder" class="left">
|
|
28
28
|
</figure>
|
|
29
29
|
</div>
|
|
30
|
-
<h2 class="fas {{ section.icon }} fa-2x">{{ section.title
|
|
30
|
+
<h2 class="fas {{ section.icon }} fa-2x"><div>{{ section.title }}</div></h2>
|
|
31
31
|
{{ section.text | markdownify }}
|
|
32
32
|
<a href="{{ section.link | relative_url }}" class="button is-rounded is-dark {% if item.link == page.url %}is-active{% endif %}">
|
|
33
33
|
<span>{{ section.link_text }}</span>
|
data/_sass/_layout.scss
CHANGED
|
@@ -122,7 +122,7 @@ h2 {
|
|
|
122
122
|
padding-top: 0;
|
|
123
123
|
}
|
|
124
124
|
.card h2.fas {
|
|
125
|
-
padding-bottom:
|
|
125
|
+
padding-bottom: 15px;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
// List
|
|
@@ -1233,4 +1233,9 @@ div.faq {
|
|
|
1233
1233
|
// Override fas default font
|
|
1234
1234
|
.fas p {
|
|
1235
1235
|
font-family: $family-primary;
|
|
1236
|
-
}
|
|
1236
|
+
}
|
|
1237
|
+
.fas div{
|
|
1238
|
+
display: inline;
|
|
1239
|
+
font-family: $family-primary;
|
|
1240
|
+
padding-left: 17px;
|
|
1241
|
+
}
|
data/_sass/_mobile.scss
CHANGED
data/_sass/_print.scss
CHANGED
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
@media print {
|
|
16
16
|
@content;
|
|
17
17
|
}
|
|
18
|
-
@media screen and (min-width:
|
|
18
|
+
@media screen and (min-width: 1407px) {
|
|
19
19
|
.navbar.is-primary .navbar-start .navbar-link::after,
|
|
20
20
|
.navbar.is-primary .navbar-end .navbar-link::after {
|
|
21
21
|
border-color: white;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
@media screen and (min-width:
|
|
24
|
+
@media screen and (min-width: 1407px) {
|
|
25
25
|
.navbar.is-primary .navbar-start > .navbar-item,
|
|
26
26
|
.navbar.is-primary .navbar-start .navbar-link,
|
|
27
27
|
.navbar.is-primary .navbar-end > .navbar-item,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
color: white;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
@media screen and (min-width:
|
|
32
|
+
@media screen and (min-width: 1407px) {
|
|
33
33
|
.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
|
|
34
34
|
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
|
|
35
35
|
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
|
data/_sass/_radar.scss
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
#radar {
|
|
2
2
|
/* Generel */
|
|
3
3
|
--fontFamily: "Verdana", sans-serif;
|
|
4
|
-
--borderRadius:
|
|
4
|
+
--borderRadius: 0px;
|
|
5
5
|
--lineWidth: 1;
|
|
6
|
+
--lineWidthSector: 5;
|
|
6
7
|
--spacing: 8px;
|
|
7
8
|
--textPadding: 0.25em;
|
|
8
9
|
--dropdownBoxShadow: 0 5px 20px rgba(0,0,0,0.1);
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
'radar';
|
|
37
38
|
grid-gap: var(--spacing);
|
|
38
39
|
/* background-color: rgb(250, 250, 250); */
|
|
39
|
-
background-color:
|
|
40
|
+
background-color: white;
|
|
40
41
|
border-radius: var(--borderRadius);
|
|
41
42
|
padding: var(--spacing);
|
|
42
43
|
font-family: var(--fontFamily);
|
data/assets/js/radar.js
CHANGED
|
@@ -588,7 +588,7 @@ function createRadar(config, structure, entries){
|
|
|
588
588
|
.on(`click`, sector => {
|
|
589
589
|
displaySector(sector);
|
|
590
590
|
changeSvgViewbox(sector.idText);
|
|
591
|
-
})
|
|
591
|
+
})
|
|
592
592
|
if(config.sector.showName){
|
|
593
593
|
let name = selection.append(`g`)
|
|
594
594
|
.attr(`class`, `sectorName`)
|
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.64
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marc Schmidt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|