jekyll-theme-consulting 0.9.4 → 0.9.9

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: ac627d4130c41e594d33fb96f74057c05d505ab3604632a7a756ae93e8b2ff29
4
- data.tar.gz: 71fa22cfab9dc59b9fbecef6d5ba9ec6850835e4c832d5cc2fafd431306806f2
3
+ metadata.gz: ec076e819aa8e8ffcd09e88a5d12c25e62b23bd7742650a24ac0c341c527708b
4
+ data.tar.gz: 7ac44e419c66dc8ffe31cb8bb304bb824096fd90064bc5fa750b68eefd69c4b6
5
5
  SHA512:
6
- metadata.gz: e725eabb3544b4c68590d3690506370989351054c3928384dfe16a27fb9af4de42ab4128bf95feb1735ff10cbdb90f6ad9cdf5f002b0cf7972b421f65c35a470
7
- data.tar.gz: e03dfdea16e6dae387c2e3cd3f9c3b242b6bf2e69b6947afa074cbb227fa106f69dc947463ef09aefc601074f40c2ac2c8ca2d11e7a9fb4e76d1a1a15e6e0cf1
6
+ metadata.gz: 9aca2ba593bada25b4437fde6cdcc7bbc34b697c08b09bcf6dc136bba8e3e6156bb69a9e885b9e357c41bbf241600e07f14ab1cfbb56f30791cf1b2f803a5695
7
+ data.tar.gz: fc8ffe53e4412ab14128a64047e267a85beecc30a43ff676146860bb1ac954975b4605723bf2f28704393b7e6c1219048fa685f8e7966e0bbfb4cc9a4aeb068d
@@ -0,0 +1,28 @@
1
+ <article class="{{ include.class }}">
2
+ {%- if include.target_url -%}
3
+ <a href='{{ include.target_url | absolute_url }}'>
4
+ {%- endif -%}
5
+ <div class="fact-intro on">
6
+ <p>{{ include.default.intro | default: &nbsp; }}</p>
7
+ </div>
8
+ <div class="fact on">
9
+ <h3>{{ include.default.fact | default: &nbsp; }}</h3>
10
+ </div>
11
+ <div class="fact-outro on">
12
+ <p>{{ include.default.outro | default: &nbsp; }}</p>
13
+ </div>
14
+ <span class="icon {{ include.default.icon | default: 'fa-play' }} on"></span>
15
+ <div class="fact-intro off">
16
+ <p>{{ include.hover.intro | default: &nbsp; }}</p>
17
+ </div>
18
+ <div class="fact off">
19
+ <h3>{{ include.hover.fact | default: &nbsp; }}</h3>
20
+ </div>
21
+ <div class="fact-outro off">
22
+ <p>{{ include.hover.outro | default: &nbsp; }}</p>
23
+ </div>
24
+ <span class="icon {{ include.hover.icon | default: 'fa-exclamation' }} off"></span>
25
+ {%- if include.target_url -%}
26
+ </a>
27
+ {%- endif -%}
28
+ </article>
@@ -0,0 +1,9 @@
1
+ <a href='{{ include.target_url | absolute_url }}' class="icon {{ include.class }}">
2
+ <article style="width: 100%;">
3
+ <span class="icon {{ include.icon }}"></span>
4
+ <div class="content">
5
+ <h3>{{ include.title }}</h3>
6
+ <p>{{ include.content }}</p>
7
+ </div>
8
+ </article>
9
+ </a>
@@ -7,9 +7,9 @@
7
7
  <link rel="stylesheet" href="{{ 'assets/css/large.css' | absolute_url }}" media="screen and (min-width: 981px)" />
8
8
  <link rel="stylesheet" href="{{ 'assets/css/medium.css' | absolute_url }}" media="screen and (min-width: 737px) and (max-width:980px)" />
9
9
  <link rel="stylesheet" href="{{ 'assets/css/small.css' | absolute_url }}" media="screen and (max-width:736px)" />
10
- <link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet';this.media='all'">
11
- <link rel="preload" href="{{ 'assets/css/fontawesome-all.min.css' | absolute_url }}" as="style" onload="this.onload=null;this.rel='stylesheet';this.media='all'">
12
- <link rel="preload" href="{{ 'assets/css/cookieconsent.min.css' | absolute_url }}" as="style" onload="this.onload=null;this.rel='stylesheet';this.media='all'">
10
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700&display=swap" type="text/css" media="all">
11
+ <link rel="stylesheet" href="{{ 'assets/css/fontawesome-all.min.css' | absolute_url }}" type="text/css" media="all">
12
+ <link rel="stylesheet" href="{{ 'assets/css/cookieconsent.min.css' | absolute_url }}" type="text/css" media="all">
13
13
  {%- if include.stylesheets -%}
14
14
  {%- for file in include.stylesheets -%}
15
15
  <link rel="stylesheet" href="{{ file.url | absolute_url }}" />
@@ -4,7 +4,7 @@
4
4
 
5
5
  /// Breakpoints.
6
6
  /// @var {list}
7
- $breakpoints: () !global;
7
+ $breakpoints: null;
8
8
 
9
9
  // Mixins.
10
10
 
@@ -55,7 +55,7 @@
55
55
  }
56
56
 
57
57
  .horizontal-tabset .tab-panels .tab-panel {
58
- padding: 30px 0;
58
+ padding: 30px 0 !important;
59
59
  border-top: 2px solid _palette(accent);
60
60
  }
61
61
 
@@ -62,7 +62,7 @@
62
62
  position: absolute;
63
63
  top: 0;
64
64
  left: 40%;
65
- padding: 0 30px;
65
+ padding: 0 30px !important;
66
66
  margin: 0 0 0 -2px;
67
67
  border-left: 2px solid _palette(accent);
68
68
  height: 100%;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-consulting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moodule
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-30 00:00:00.000000000 Z
11
+ date: 2020-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -80,6 +80,8 @@ files:
80
80
  - _includes/contact_form.html
81
81
  - _includes/contact_script.html
82
82
  - _includes/date.html
83
+ - _includes/fact.html
84
+ - _includes/feature.html
83
85
  - _includes/footer.html
84
86
  - _includes/head.html
85
87
  - _includes/header.html