kcc-gem-theme 3.12.0 → 3.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94db0cdd2fd453236a8788d38baadb5cd8539a6b9dbd31e369c2797743b3814c
4
- data.tar.gz: 32d788b38ae0076083fff08f60dec815305f1b1f4c0202f1a5bc401b4e246ea2
3
+ metadata.gz: 56892ff9e9e9598c459fefb05c3482efc002eb110d4136386e7545b6697fd770
4
+ data.tar.gz: cec3110690c983963af14783bba64121ecbd164ceef193f3c5842e3f237b95bc
5
5
  SHA512:
6
- metadata.gz: 5e65a27a6ae567fcc21c5154c08e1361064bc5f94982b75b2ea31119cd0741f21b9681181e1a07cdc0278a588abc9da6d7d0f84e5503e6125dc812f0f0f9f719
7
- data.tar.gz: 7d120e13bdbf5b3da4e2caf31bbfbc4afcde0a0ed39d122cbdd9612273bbca7df91db4c084fc0bf71ee4f92043b684d791b747a700717dbb9713a8c2e9d6b011
6
+ metadata.gz: b0fdc5fa76ccc4a9bb99bdb1ef3dd77c2f5608e254cea3acbb66718cd660ebd424edaef8b744096a97dff4c831a4e8835fae3ce4419569bd09862631628f41ba
7
+ data.tar.gz: f0c5ef8eac181acdf98e891d01888828127776c42d36b14c1ae9e4e2fe17f32d210f44fe549747848e0f9c742502056f0c80ac01a0c05096681b1a16b7a798f1
@@ -1,50 +1,50 @@
1
1
  <div class="text-center">
2
2
  <span>
3
- <a href="https://www.facebook.com/KankakeeCommunityCollege/" class="footer-social-links" target="_blank" rel="noopener" title="Facebook">
3
+ <a href="https://www.facebook.com/KankakeeCommunityCollege/" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC Facebook">
4
4
  <img
5
5
  src="{{ page.baseurl }}assets/img/facebook-f_white.svg"
6
6
  class="footer-icons"
7
- alt="Facebook">
7
+ alt="Visit the KCC Facebook">
8
8
  </a>
9
9
  </span>
10
10
  <span>
11
- <a href="https://twitter.com/KCCedu" class="footer-social-links" target="_blank" rel="noopener" title="X">
11
+ <a href="https://twitter.com/KCCedu" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC X (formerly Twitter)">
12
12
  <img
13
13
  src="{{ page.baseurl }}assets/img/xitter.svg"
14
14
  class="footer-icons"
15
- alt="X">
15
+ alt="Visit the KCC X (formerly Twitter)">
16
16
  </a>
17
17
  </span>
18
18
  <span>
19
- <a href="https://www.instagram.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener" title="Instagram">
19
+ <a href="https://www.instagram.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC Instagram">
20
20
  <img
21
21
  src="{{ page.baseurl }}assets/img/instagram-white.svg"
22
22
  class="footer-icons"
23
- alt="Instagram">
23
+ alt="Visit the KCC Instagram">
24
24
  </a>
25
25
  </span>
26
26
  <span>
27
- <a href="https://www.youtube.com/user/KankakeeCommCollege" class="footer-social-links" target="_blank" rel="noopener" title="YouTube">
27
+ <a href="https://www.youtube.com/user/KankakeeCommCollege" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC YouTube">
28
28
  <img
29
29
  src="{{ page.baseurl }}assets/img/youtube-white.svg"
30
30
  class="footer-icons"
31
- alt="YouTube">
31
+ alt="Visit the KCC YouTube">
32
32
  </a>
33
33
  </span>
34
34
  <span>
35
- <a href="https://www.pinterest.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener" title="Pinterest">
35
+ <a href="https://www.pinterest.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC Pinterest">
36
36
  <img
37
37
  src="{{ page.baseurl }}assets/img/pinterest-p_white.svg"
38
38
  class="footer-icons"
39
- alt="Pinterest">
39
+ alt="Visit the KCC Pinterest">
40
40
  </a>
41
41
  </span>
42
42
  <span>
43
- <a href="https://www.linkedin.com/company/kankakee-community-college" class="footer-social-links" target="_blank" rel="noopener" title="LinkedIn">
43
+ <a href="https://www.linkedin.com/company/kankakee-community-college" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC LinkedIn">
44
44
  <img
45
45
  src="{{ page.baseurl }}assets/img/linkedin-white.svg"
46
46
  class="footer-icons"
47
- alt="LinkedIn">
47
+ alt="Visit the KCC LinkedIn">
48
48
  </a>
49
49
  </span>
50
50
  </div>
@@ -25,9 +25,9 @@
25
25
  <div class="row">
26
26
  <div class="col-lg-12 text-center">
27
27
  <a href="{{ site.public-url }}" class="footer-link">
28
- <h5 class="typography__footer-heading">
28
+ <h2 class="typography__footer-heading">
29
29
  {{ site.public-url | replace: "https://", "" | replace: "http://", "" }}
30
- </h5>
30
+ </h2>
31
31
  </a>
32
32
  </div>
33
33
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kcc-gem-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.0
4
+ version: 3.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek