jekyll-theme-consulting 0.11.13 → 0.11.19

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: 89b0df388cdb00ec28c287953ffe18ef2f81e64188167fee1c108d0bc2f2cede
4
- data.tar.gz: 6973c6c687fd54df9638f133441eb5bf4063df6a944f2f0e940072a652e662bb
3
+ metadata.gz: f0c377290b63185b1739d81ec14b6e30b41075bc8297255d53e2922a51a91069
4
+ data.tar.gz: e6e1ce665d3b87b65b2a3b03c0a9937ee68e501301608aece4e6c32150f2b850
5
5
  SHA512:
6
- metadata.gz: bfd4861352c4be9b364c28375bc4b8fc4e9f9456a2fead335d321846e76b455d28a6f224f0187ee9d0a0080ec0b4f180086a42c987f948544512935bcb5d8dd8
7
- data.tar.gz: cda975244ed70047c819aecfd8cc1737612ca830c2170ad3dadc8ff4eefd268eb71a82d68325f5df08328bab70d7b9571f8d005d96e4fadae81b4cebd1771ad6
6
+ metadata.gz: 0a9045accdf205aa0c653ba6a1c326b2e4786185ce6b27c235a41f2e8a4506519687ac9ffa12f4a727ca935947046aa68ca827d963d6a23284e206ab6c479c8a
7
+ data.tar.gz: be851517531a4ee0354807909238c6ab12edc2e16c470e2568cf11c51d6f67663193701a883797f39495e33fbe7440518d46087b3a2b6526b2f0cc3afd06d47e
@@ -18,6 +18,7 @@
18
18
  </div>
19
19
  <div class="col-6 col-12-medium col-12-small col-12-xsmall">
20
20
  <ul class="contact">
21
+ {% if site.name %}<li class="icon solid fa-user"><a href="">{{ site.name }}</a></li>{% endif %}
21
22
  <li class="icon solid fa-envelope"><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
22
23
  <li class="icon solid fa-phone"><a href="tel:{{ site.phone }}">{{ site.phone }}</a></li>
23
24
  <li class="icon solid fa-home">{{ site.street_address }}<br />
data/_includes/fact.html CHANGED
@@ -10,8 +10,8 @@
10
10
  </div>
11
11
  <div class="fact-outro on">
12
12
  <p>{{ include.default.outro | default: &nbsp; }}</p>
13
+ <span class="icon {{ include.default.icon | default: 'fa-play' }} on"></span>
13
14
  </div>
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: &nbsp; }}</p>
17
17
  </div>
@@ -20,8 +20,8 @@
20
20
  </div>
21
21
  <div class="fact-outro off">
22
22
  <p>{{ include.hover.outro | default: &nbsp; }}</p>
23
+ <span class="icon {{ include.hover.icon | default: 'fa-exclamation' }} off"></span>
23
24
  </div>
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,13 @@
1
+ <article class="tile-container {{ include.class }}">
2
+ {%- if include.target_url -%}
3
+ <a href='{{ include.target_url | absolute_url }}'>
4
+ {%- endif -%}
5
+ <div class="tile">
6
+ <h3 class="on">{{ include.title }}</h3>
7
+ <div class="off">{{ include.content }}</div>
8
+ <span class="on icon {{ include.icon }}"></span>
9
+ </div>
10
+ {%- if include.target_url -%}
11
+ </a>
12
+ {%- endif -%}
13
+ </article>
data/_sass/large.scss CHANGED
@@ -37,6 +37,7 @@
37
37
  @import 'large/components/mini-posts';
38
38
  @import 'large/components/features';
39
39
  @import 'large/components/facts';
40
+ @import 'large/components/tileset';
40
41
  @import 'large/components/posts';
41
42
 
42
43
  // Layout.
File without changes
@@ -39,6 +39,7 @@ $palette: (
39
39
  bg-alt: #f5f6f7,
40
40
  bg-inverted: #0044dd,
41
41
  bg-alt-inverted: #123456,
42
+ bg-light-inverted: #274c6f,
42
43
  fg: #000000,
43
44
  fg-bold: #000000,
44
45
  fg-light: #9fa3a6,
@@ -51,6 +52,8 @@ $palette: (
51
52
  border-bg-inverted: #ffffff,
52
53
  accent: #0044dd,
53
54
  accent-cp: #ffdd44,
55
+ accent-light: rgba(130,200,255,0.5),
54
56
  accent-inverted: #ffffff,
55
57
  accent-cp-inverted: #6666ff,
58
+ accent-light-inverted: #ffdd88,
56
59
  );
data/_sass/main.scss CHANGED
@@ -31,6 +31,7 @@
31
31
  @import 'main/components/mini-posts';
32
32
  @import 'main/components/features';
33
33
  @import 'main/components/facts';
34
+ @import 'main/components/tileset';
34
35
  @import 'main/components/posts';
35
36
  @import 'main/components/horizontal-tabs';
36
37
  @import 'main/components/vertical-tabs';
@@ -5,13 +5,14 @@
5
5
 
6
6
  @include vendor('display', 'flex');
7
7
  @include vendor('flex-wrap', 'wrap');
8
- margin: 0 0 0 0;
8
+ margin: 0 !important;
9
9
  width: 100%;
10
10
 
11
11
  article {
12
12
  @include vendor('flex-grow', '1');
13
13
  @include vendor('flex-shrink', '1');
14
- margin: 0 0 $gutter $gutter;
14
+ margin: 0 !important;
15
+ padding: 0 !important;
15
16
  position: relative;
16
17
  min-height: 512px;
17
18
 
@@ -31,10 +32,12 @@
31
32
  }
32
33
 
33
34
  .icon {
34
- position: relative;
35
+ position: absolute;
36
+ bottom:0;
37
+ left: 0;
35
38
  margin: 0;
36
39
  width: 100%;
37
- height: 20%;
40
+ height: 50%;
38
41
  text-align: center;
39
42
  font-size: 3rem;
40
43
  color: _palette(accent) !important;
@@ -43,7 +46,7 @@
43
46
  .fact-intro, .fact-outro {
44
47
  position: relative;
45
48
  width: 100%;
46
- height: 30%;
49
+ height: 35%;
47
50
  margin: 0;
48
51
 
49
52
  p {
@@ -68,7 +71,7 @@
68
71
  .fact {
69
72
  position: relative;
70
73
  width: 100%;
71
- height: 20%;
74
+ height: 30%;
72
75
  margin: 0;
73
76
 
74
77
  h3 {
@@ -0,0 +1,117 @@
1
+ /* Tileset */
2
+
3
+ .tileset {
4
+ $gutter: 0;
5
+
6
+ @include vendor('display', 'flex');
7
+ @include vendor('flex-wrap', 'wrap');
8
+ margin: 0 !important;
9
+ width: 100%;
10
+
11
+ .tile-container {
12
+ @include vendor('flex-grow', '1');
13
+ @include vendor('flex-shrink', '1');
14
+
15
+ position: relative;
16
+ margin: 0;
17
+ padding: 0;
18
+ min-height: 20vh;
19
+
20
+ .tile {
21
+ transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, background-color 0.4s;
22
+
23
+ position: relative;
24
+ top: 10%;
25
+ left: 10%;
26
+ padding: 1em;
27
+ width: 80%;
28
+ height: 80%;
29
+
30
+ border-radius: 0.5rem;
31
+ border: 0;
32
+ display: block;
33
+ overflow: hidden;
34
+
35
+ background-color: rgba(0,55,88,0.75) !important;
36
+
37
+ h3, p {
38
+ width: 100%;
39
+ text-align: center;
40
+ color: _palette(bg);
41
+ }
42
+
43
+ h3, .icon, p, div {
44
+ margin: 0 !important;
45
+ color: _palette(bg) !important;
46
+ }
47
+
48
+ .on {
49
+ display: block;
50
+ }
51
+
52
+ .off {
53
+ display: none;
54
+ }
55
+
56
+
57
+ .icon {
58
+ z-index: 10;
59
+ width: 100%;
60
+ padding: 0;
61
+ position: relative;
62
+ color: _palette(accent);
63
+ font-size: 3rem;
64
+ text-align: center;
65
+
66
+ &:before{
67
+ width: 100%;
68
+ }
69
+ }
70
+ }
71
+ }
72
+
73
+ .tile-container:hover, .tile-container:active {
74
+ .tile {
75
+ top: 0;
76
+ left: 0;
77
+ width: 100%;
78
+ height: 100%;
79
+
80
+ background-color: _palette(accent) !important;
81
+
82
+ h3, p, .icon {
83
+ color: _palette(accent-cp) !important;
84
+ }
85
+
86
+ .on {
87
+ display: none;
88
+ }
89
+
90
+ .off {
91
+ display: block;
92
+ }
93
+ }
94
+ }
95
+ }
96
+
97
+ /* Inverted */
98
+
99
+ .inverted .tileset .tile-container {
100
+ .tile {
101
+ background-color: rgba(0,100,140,0.3) !important;
102
+
103
+ h3, p, icon {
104
+ color: _palette(bg) !important;
105
+ }
106
+ }
107
+ }
108
+
109
+ .inverted .tileset .tile-container:hover, .inverted .tileset .tile-container:active {
110
+ .tile {
111
+ background-color: _palette(accent) !important;
112
+
113
+ h3, p, icon {
114
+ color: _palette(accent-cp) !important;
115
+ }
116
+ }
117
+ }
data/_sass/medium.scss CHANGED
@@ -36,6 +36,7 @@
36
36
  @import 'medium/components/mini-posts';
37
37
  @import 'medium/components/features';
38
38
  @import 'medium/components/facts';
39
+ @import 'medium/components/tileset';
39
40
  @import 'medium/components/posts';
40
41
 
41
42
  // Layout.
File without changes
data/_sass/small.scss CHANGED
@@ -38,6 +38,7 @@
38
38
  @import 'small/components/mini-posts';
39
39
  @import 'small/components/features';
40
40
  @import 'small/components/facts';
41
+ @import 'small/components/tileset';
41
42
  @import 'small/components/posts';
42
43
 
43
44
  // Layout.
File without changes
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.11.13
4
+ version: 0.11.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apehex
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-16 00:00:00.000000000 Z
11
+ date: 2021-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '12.0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: webrick
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '1.7'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '1.7'
83
97
  description:
84
98
  email:
85
99
  - apehex@protonmail.com
@@ -111,6 +125,7 @@ files:
111
125
  - _includes/social.html
112
126
  - _includes/tabs.html
113
127
  - _includes/thread.html
128
+ - _includes/tile.html
114
129
  - _includes/toggle.html
115
130
  - _includes/waves/bottom.html
116
131
  - _includes/waves/top.html
@@ -149,6 +164,7 @@ files:
149
164
  - _sass/large/components/_row.scss
150
165
  - _sass/large/components/_section.scss
151
166
  - _sass/large/components/_table.scss
167
+ - _sass/large/components/_tileset.scss
152
168
  - _sass/large/layout/_banner.scss
153
169
  - _sass/large/layout/_footer.scss
154
170
  - _sass/large/layout/_header.scss
@@ -186,6 +202,7 @@ files:
186
202
  - _sass/main/components/_row.scss
187
203
  - _sass/main/components/_section.scss
188
204
  - _sass/main/components/_table.scss
205
+ - _sass/main/components/_tileset.scss
189
206
  - _sass/main/components/_vertical-tabs.scss
190
207
  - _sass/main/layout/_banner.scss
191
208
  - _sass/main/layout/_footer.scss
@@ -216,6 +233,7 @@ files:
216
233
  - _sass/medium/components/_row.scss
217
234
  - _sass/medium/components/_section.scss
218
235
  - _sass/medium/components/_table.scss
236
+ - _sass/medium/components/_tileset.scss
219
237
  - _sass/medium/layout/_banner.scss
220
238
  - _sass/medium/layout/_footer.scss
221
239
  - _sass/medium/layout/_header.scss
@@ -245,6 +263,7 @@ files:
245
263
  - _sass/small/components/_row.scss
246
264
  - _sass/small/components/_section.scss
247
265
  - _sass/small/components/_table.scss
266
+ - _sass/small/components/_tileset.scss
248
267
  - _sass/small/layout/_banner.scss
249
268
  - _sass/small/layout/_footer.scss
250
269
  - _sass/small/layout/_header.scss
@@ -328,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
347
  - !ruby/object:Gem::Version
329
348
  version: '0'
330
349
  requirements: []
331
- rubygems_version: 3.2.13
350
+ rubygems_version: 3.2.18
332
351
  signing_key:
333
352
  specification_version: 4
334
353
  summary: A sober, hassle-free, full-featured, Jekyll template for businesses.