intia-theme 0.1.61 → 0.1.64

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43ff825748fe5f25e86d9d4ca880f3d0a7d9958459d1b857588f56f9dc948d11
4
- data.tar.gz: 22a918f704824f1198511a48e73c1345a5810c437f2879f2f1faf7df479aba41
3
+ metadata.gz: 36f9927c2d30d0febbc145d1df8275c78bf5097b59952e912de8d1b44aab7b3a
4
+ data.tar.gz: 4efedd31105a649be4c1319e2a316acac9fd2d8fa2fd292e9027ab7de1213e68
5
5
  SHA512:
6
- metadata.gz: a4cf8eecb4b31dd55a691d4868297c62d6def52e7e97e9e8edec432f766393015410f3f20544f65ab29e23ba02fa5088c2085cfe317c17743bd680c71f04188f
7
- data.tar.gz: 268242b591ce1935e309f18c2d0ac611ca7cd3049eddc8d2ff1e8f38f04877ed897575eae01ec3aa139b4069c4fa3e5fe5dfb416dd60194827a78f958be3e223
6
+ metadata.gz: ac6f65dde41dead07bf4e9e877687e2039685ef2df32e3b790b5e26cf742cd479eb7cdf2e871a356569e455e78bb2579caa3c86b2fd6daed194a19b7f59b4ca5
7
+ data.tar.gz: ebdc0b7851d92efb3d8e330dfa5bfe40307b1b1c49fba9090ed04f891a28df66278f53b8a8000f3277b5c96c8cda96a0b4d922dbbd2c765a12411917e6228ee7
@@ -2,7 +2,10 @@
2
2
  <div class="container">
3
3
  <div class="navbar-brand">
4
4
  <a href="{{ site.baseurl }}/" class="">
5
- <img id="navbar-logo" src="/assets/img/logo-horizontal-short.png">
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 | markdownify }}</h2>
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 | markdownify }}</h2>
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: 0;
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
@@ -1,5 +1,5 @@
1
1
  // Mobil
2
- @include mobile {
2
+ @include until-fullhd {
3
3
  body,
4
4
  .highlighter {
5
5
  font-size: 0.9rem;
data/_sass/_print.scss CHANGED
@@ -15,13 +15,13 @@
15
15
  @media print {
16
16
  @content;
17
17
  }
18
- @media screen and (min-width: 1024px) {
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: 1024px) {
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: 1024px) {
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: 0;
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: rgba(0, 0, 0, 0.02);
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`)
@@ -46,7 +46,7 @@ $navbar-divider-height: 2px !default
46
46
 
47
47
  $navbar-bottom-box-shadow-size: 0 -2px 0 0 !default
48
48
 
49
- $navbar-breakpoint: $desktop !default
49
+ $navbar-breakpoint: $fullhd !default
50
50
 
51
51
  $navbar-colors: $colors !default
52
52
 
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.61
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-24 00:00:00.000000000 Z
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll