jekyll-theme-open-project 2.0.7 → 2.0.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
  SHA1:
3
- metadata.gz: 30931ac0b9d29f2e9d2e4514da381e8154e21550
4
- data.tar.gz: 1d10209a06af636cbb9ff70a85f4500065b5543c
3
+ metadata.gz: ae9db2547d73b6b8f26be6c07e933885822ec40d
4
+ data.tar.gz: f0542dd8ed6d24e233f72d0066eec728035a7ca8
5
5
  SHA512:
6
- metadata.gz: ba1e9b5e397e976916f405a72f26856a5c5d8d0db22fc57db33344bc7c038c7104ff0e52ef0e6f0aa796ba0c02d93d98f64cf7a3ead4137a450f6159a657715e
7
- data.tar.gz: 20a463a0caca5f50076da33b12e1ad7009aaa0dbcaed89d5445f48548289edc3b25ed6ca805166b272e451bc7d2f67322d75961c925a339c938c9387fa9d22df
6
+ metadata.gz: 118e13c5acd2e9ad2206af9183df1af467f12f2d565b72ae1146d636c2e730d8aefa85f2ef3506b80c63b32928d8afe12639b8f06cf938bc382d05a6e2932ae8
7
+ data.tar.gz: b2283fc25ee5b2b0143105d467cc618ecb33b8fd1dbe73fdb7c8bb7127b8e3d913e40be04f01cf95d86287d55cd4d2e705907ff5dfae7a6ae56e14d6dd6cd1e8
@@ -1 +1 @@
1
- <span class="symbol">{% include assets/symbol.svg %}</span>&nbsp;<span class="title">{% include title.html %}</span>
1
+ <span aria-label="project logo" class="symbol">{% include assets/symbol.svg %}</span>&nbsp;<span class="title">{% include title.html %}</span>
@@ -8,6 +8,6 @@
8
8
  {% else %}
9
9
  {% assign author_pic_url = "/assets" | append: use_picture %}
10
10
  {% endif %}
11
- <img src="{{ author_pic_url | relative_url }}">
11
+ <img src="{{ author_pic_url | relative_url }}" alt="Author’s picture">
12
12
  </span>
13
13
  {% endif %}
@@ -1,17 +1,23 @@
1
1
  {% if site.social.links %}
2
2
  <aside class="social-links">
3
3
  {% for link in site.social.links %}
4
- <a href="{{ link }}">
5
- {% if link contains "twitter.com" %}
4
+ {% if link contains "twitter.com" %}
5
+ <a href="{{ link }}" aria-label="Twitter link">
6
6
  <i class="fab fa-twitter"></i>
7
- {% elsif link contains "github.com" %}
7
+ </a>
8
+ {% elsif link contains "github.com" %}
9
+ <a href="{{ link }}" aria-label="Github link">
8
10
  <i class="fab fa-github"></i>
9
- {% elsif link contains "facebook.com" %}
11
+ </a>
12
+ {% elsif link contains "facebook.com" %}
13
+ <a href="{{ link }}" aria-label="Facebook link">
10
14
  <i class="fab fa-facebook"></i>
11
- {% elsif link contains "linkedin.com" %}
15
+ </a>
16
+ {% elsif link contains "linkedin.com" %}
17
+ <a href="{{ link }}" aria-label="LinkedIn link">
12
18
  <i class="fab fa-linkedin"></i>
13
- {% endif %}
14
- </a>
19
+ </a>
20
+ {% endif %}
15
21
  {% endfor %}
16
22
  </aside>
17
23
  {% endif %}
@@ -68,7 +68,8 @@
68
68
 
69
69
  {% include social-links.html %}
70
70
 
71
- <button class="hamburger" aria-expanded="false" id="hamburgerButton">
71
+ <button class="hamburger" aria-expanded="false" id="hamburgerButton"
72
+ aria-label="top site menu toggle">
72
73
  <i class="fa fa-bars"></i>
73
74
  </button>
74
75
 
@@ -93,11 +94,12 @@
93
94
  <div class="underlay footer">
94
95
  <footer>
95
96
  {% if site.is_hub %}
96
- <div class="site-logo">{% include logo.html %}</div>
97
+ <div class="site-logo" aria-label="logo">{% include logo.html %}</div>
97
98
  {% else %}
98
99
  <div class="parent-hub-plug">
99
100
  <span class="label">{{ site.title }} is</span>
100
- <a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}">
101
+ <a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}"
102
+ aria-label="parent project logo">
101
103
  {% include parent-hub/assets/symbol.svg %}&nbsp;<span class="title">{% include parent-hub/title.html %}</span>
102
104
  </a>
103
105
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-open-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-12 00:00:00.000000000 Z
11
+ date: 2019-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 2.0.7
75
+ version: 2.0.9
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 2.0.7
82
+ version: 2.0.9
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: bundler
85
85
  requirement: !ruby/object:Gem::Requirement