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 +4 -4
- data/_includes/fact.html +28 -0
- data/_includes/feature.html +9 -0
- data/_includes/head.html +3 -3
- 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 +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec076e819aa8e8ffcd09e88a5d12c25e62b23bd7742650a24ac0c341c527708b
|
4
|
+
data.tar.gz: 7ac44e419c66dc8ffe31cb8bb304bb824096fd90064bc5fa750b68eefd69c4b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9aca2ba593bada25b4437fde6cdcc7bbc34b697c08b09bcf6dc136bba8e3e6156bb69a9e885b9e357c41bbf241600e07f14ab1cfbb56f30791cf1b2f803a5695
|
7
|
+
data.tar.gz: fc8ffe53e4412ab14128a64047e267a85beecc30a43ff676146860bb1ac954975b4605723bf2f28704393b7e6c1219048fa685f8e7966e0bbfb4cc9a4aeb068d
|
data/_includes/fact.html
ADDED
@@ -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: }}</p>
|
7
|
+
</div>
|
8
|
+
<div class="fact on">
|
9
|
+
<h3>{{ include.default.fact | default: }}</h3>
|
10
|
+
</div>
|
11
|
+
<div class="fact-outro on">
|
12
|
+
<p>{{ include.default.outro | default: }}</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: }}</p>
|
17
|
+
</div>
|
18
|
+
<div class="fact off">
|
19
|
+
<h3>{{ include.hover.fact | default: }}</h3>
|
20
|
+
</div>
|
21
|
+
<div class="fact-outro off">
|
22
|
+
<p>{{ include.hover.outro | default: }}</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>
|
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 }}" />
|
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.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-
|
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
|