jekyll-theme-consulting 0.9.5 → 0.9.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/fact.html +2 -2
- data/_includes/feature.html +9 -0
- data/_includes/head.html +3 -3
- data/_includes/tabs.html +1 -1
- data/_sass/libs/_breakpoints.scss +1 -1
- data/_sass/main/components/_horizontal-tabs.scss +1 -1
- data/_sass/main/components/_vertical-tabs.scss +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 932d49ffa22e1d3d7d193480335d1a4454c4019b9c4b6e06a87e821b68e75093
|
4
|
+
data.tar.gz: 855a9305e80a249deb69b534496f6266a0f7583a505c388ff1cbe1c5dc8fe72c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20bdc93735275156c2b1039b236863339ffe614478b94801d9a57185e1b1791b826aa063f209030689d7b44fffa39acb45959eeddd8d8e82d6602aaad57df709
|
7
|
+
data.tar.gz: cc20b071e41e1d54dde82e786fafee7c89d23f76d8cf7e61a028a0de087579828e79e7f9877255341983835cf2d517ecbaed1cfc5611e456b084e6ed50b6a4b6
|
data/_includes/fact.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
<div class="fact-outro on">
|
12
12
|
<p>{{ include.default.outro | default: }}</p>
|
13
13
|
</div>
|
14
|
-
<span class="icon
|
14
|
+
<span class="icon {{ include.default.icon | default: 'fa-play' }} on"></span>
|
15
15
|
<div class="fact-intro off">
|
16
16
|
<p>{{ include.hover.intro | default: }}</p>
|
17
17
|
</div>
|
@@ -21,7 +21,7 @@
|
|
21
21
|
<div class="fact-outro off">
|
22
22
|
<p>{{ include.hover.outro | default: }}</p>
|
23
23
|
</div>
|
24
|
-
<span class="icon
|
24
|
+
<span class="icon {{ include.hover.icon | default: 'fa-exclamation' }} off"></span>
|
25
25
|
{%- if include.target_url -%}
|
26
26
|
</a>
|
27
27
|
{%- endif -%}
|
@@ -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>
|
data/_includes/head.html
CHANGED
@@ -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="
|
11
|
-
<link rel="
|
12
|
-
<link rel="
|
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 }}" />
|
data/_includes/tabs.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
<label for="option-{{ tab-id }}" style="width: {{ include.header-width | default: 30 }}%;">{{ tab.title }}</label>
|
12
12
|
<section class="tab-panel" style="left: {{ include.header-width | default: 30 }}%;">
|
13
13
|
{% if show-title == true %}<h2>{{ tab.title }}</h2>{% endif %}
|
14
|
-
|
14
|
+
{{ tab.content }}
|
15
15
|
</section>
|
16
16
|
</div>
|
17
17
|
{%- endfor -%}
|
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
|
+
version: 0.9.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Moodule
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -81,6 +81,7 @@ files:
|
|
81
81
|
- _includes/contact_script.html
|
82
82
|
- _includes/date.html
|
83
83
|
- _includes/fact.html
|
84
|
+
- _includes/feature.html
|
84
85
|
- _includes/footer.html
|
85
86
|
- _includes/head.html
|
86
87
|
- _includes/header.html
|