jekyll-theme-consulting 0.11.20 → 0.11.24

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: 1406df3751a93bc92021f9e914ca530f3b1a7f5c3c292c38c87eae134fcbfffe
4
- data.tar.gz: a8b4bf468350e4ac08022cf898b41fd60aa8c18e7a3c5947a4d8b46ab4f886c4
3
+ metadata.gz: 90db7cec99e91a63f898fb45cab4fbef82f1fd36738cd1f687576fa59d6ca992
4
+ data.tar.gz: 187b2687fafc477e50ca4181ed80738dd136eeabbfcfc4bb59c5f8f8a2fdcd23
5
5
  SHA512:
6
- metadata.gz: 26daff1285e5598a416fd04de9bebdf5fef935a02d8a796bde95ff4d4acc80a0fccc794b1f3c674b9b3a71cd5953154ddf3ad304bd8e7aa737cac50b203c977e
7
- data.tar.gz: 9dd32624db9c1549487c9ecae23401ed6bdf2dd5f3e8b16b6048b7facce73ddf292ae64d3f1f723f4544bb6bf6e3b8c3637f981c1cd49d65b08f3bc971291c95
6
+ metadata.gz: b403046656ce6555a85bb94e436e6c76cc1e3b9989d11d61eb9446406397f7ed1cc7a67cf0ca58f6cc9b03a50315111ff47cfdcbe7067e564564b93bbdd202b7
7
+ data.tar.gz: 8ed59d78112f737daa7fea45020d026fe8c95dff00c02c765afd7060af63da90bc57394feef356ed43b27198a12b61874c7980e3256cd8492b107506a1cf6bba
@@ -18,11 +18,11 @@
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 %}
22
- <li class="icon solid fa-envelope"><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
23
- <li class="icon solid fa-phone"><a href="tel:{{ site.phone }}">{{ site.phone }}</a></li>
24
- <li class="icon solid fa-home">{{ site.street_address }}<br />
25
- {{ site.zip_code }}, {{ site.city }}</li>
21
+ {% if site.name and include.show_name and include.show_name==true %}<li class="icon solid fa-user"><a href="">{{ site.name }}</a></li>{% endif %}
22
+ {% if site.email and include.show_email and include.show_email==true %}<li class="icon solid fa-envelope"><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>{% endif %}
23
+ {% if site.phone and include.show_phone and include.show_phone==true %}<li class="icon solid fa-phone"><a href="tel:{{ site.phone }}">{{ site.phone }}</a></li>{% endif %}
24
+ {% if site.street_address and include.show_street_address and include.show_street_address==true %}<li class="icon solid fa-home">{{ site.street_address }}<br />
25
+ {{ site.zip_code }}, {{ site.city }}</li>{% endif %}
26
26
  </ul>
27
27
  </div>
28
28
  </div>
@@ -15,7 +15,7 @@
15
15
  position: relative;
16
16
  margin: 0;
17
17
  padding: 0;
18
- min-height: 20vh;
18
+ min-height: 30vh;
19
19
 
20
20
  .tile {
21
21
  transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, background-color 0.4s;
@@ -32,7 +32,7 @@
32
32
  display: block;
33
33
  overflow: hidden;
34
34
 
35
- background-color: rgba(0,55,88,0.75) !important;
35
+ background-color: #336699 !important;
36
36
 
37
37
  div.on, div.off {
38
38
  position: absolute;
@@ -102,7 +102,7 @@
102
102
 
103
103
  .inverted .tileset .tile-container {
104
104
  .tile {
105
- background-color: rgba(0,100,140,0.3) !important;
105
+ background-color: rgba(0,100,140,0.6) !important;
106
106
 
107
107
  h3, p, icon {
108
108
  color: _palette(bg) !important;
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.20
4
+ version: 0.11.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apehex
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-04 00:00:00.000000000 Z
11
+ date: 2021-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -347,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
347
347
  - !ruby/object:Gem::Version
348
348
  version: '0'
349
349
  requirements: []
350
- rubygems_version: 3.2.18
350
+ rubygems_version: 3.2.21
351
351
  signing_key:
352
352
  specification_version: 4
353
353
  summary: A sober, hassle-free, full-featured, Jekyll template for businesses.