kcc-gem-theme 3.5.0 → 3.6.0

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: e609143876e64d1ff68f7f0b7a076682993cc3cb0b8cddfe997a146402386d85
4
- data.tar.gz: e8889abbe0ed4db67c7c5ad476202bcc6f1ac9764db9507f8e0ec40409582980
3
+ metadata.gz: 48a670c07f217a53fe62db29c81e9d74e747b4a71850cda0dd7a6cf68667744c
4
+ data.tar.gz: 61d66c5c46aa1840903fe3df85518004aa3e35687f094540b9d985644dae1775
5
5
  SHA512:
6
- metadata.gz: 1ba54b0ff38d8d24c4c90a740632e99a52d101b88072219c27278b163d1a34d7e0a740b9ff79da129ea5ea041817f222430e66436a84479fd50f1bb5784d8f18
7
- data.tar.gz: cb30a0a9bee406303de3fb19d70ca2ef646f6c202543d866d5a7f07d281f47bc1e32ac5e4629df79dc10dcba9564fe3b9e71826359363c8e2cac63b936e734b4
6
+ metadata.gz: 2e7f92f3f91d3258b921389258d3c7bd8b0cb8099a9cab0ab9d24c91e2999bb10d6d22fd1346df947c71250f8f1fe5b1b1ed1607ea41a8e37977dcab3b0dbc7b
7
+ data.tar.gz: 544295bb528c8ea73cb0739193ccfc597b2616814d0342c196e60494fbf652e5d2c321634c8b1921d0513ef2ec931e45cced22d78f4d750306c718772d929de4
@@ -25,20 +25,20 @@
25
25
  class="header-global__drodpown-menu--img img-fluid d-none d-lg-block"
26
26
  alt="{{ item.image.alt }}">
27
27
  {%- if item.button -%}
28
- <a href="{{ item.button.href }}" class="btn btn-primary mt-3 d-none d-lg-inline-block">{{ item.button.text }}</a>{% endif %}
28
+ <a href="{{ item.button.href }}" class="btn btn-primary mt-3 d-none d-lg-inline-block ga_menu_link">{{ item.button.text }}</a>{% endif %}
29
29
  </div>{% endif %}
30
30
  <div class="col-lg-8 col-xl-7 offset-xl-1{% if item.link_text == 'Student Resources' or item.link_text == 'About KCC' %} header-global__col--column-count{% endif %}">
31
31
  {%- if item.dropdown[0] -%}
32
32
  {% assign sub_site = item.dropdown[0] %}
33
- <a class="dropdown-item" href="{% if item.link_href contains site_name_lowercase %}{{ page.baseurl }}{% else %}/{{ sub_site.href }}{% endif %}">{{ sub_site.text }}</a>
33
+ <a class="dropdown-item ga_menu_link" href="{% if item.link_href contains site_name_lowercase %}{{ page.baseurl }}{% else %}/{{ sub_site.href }}{% endif %}">{{ sub_site.text }}</a>
34
34
  {%- endif -%}
35
35
  {% assign site_name_lowercase = site.site_name | downcase | replace: ' ', '-' | replace: '&', 'and' %}
36
36
  {% assign alphabetical_links = item.dropdown | slice: 1, item.dropdown.size | sort: "text" %}
37
37
  {% for link in alphabetical_links %}
38
38
  {% if item.link_href contains site_name_lowercase %}
39
- <a class="dropdown-item" href="{% if link.href contains 'http://' or link.href contains 'https://' %}{{ link.href }}{% else %}{{ page.baseurl }}{{ link.href }}{% endif %}">{{ link.text }}</a>
39
+ <a class="dropdown-item ga_menu_link" href="{% if link.href contains 'http://' or link.href contains 'https://' %}{{ link.href }}{% else %}{{ page.baseurl }}{{ link.href }}{% endif %}">{{ link.text }}</a>
40
40
  {%- else -%}
41
- <a class="dropdown-item" href="{% if link.href contains 'http://' or link.href contains 'https://' %}{{ link.href }}{% else %}/{{ item.link_href }}/{{ link.href }}{% endif %}">{{ link.text }}</a>
41
+ <a class="dropdown-item ga_menu_link" href="{% if link.href contains 'http://' or link.href contains 'https://' %}{{ link.href }}{% else %}/{{ item.link_href }}/{{ link.href }}{% endif %}">{{ link.text }}</a>
42
42
  {%- endif -%}
43
43
  {%- endfor -%}
44
44
  </div>
@@ -12,7 +12,7 @@
12
12
  <ul class="header-global__search-suggestions">
13
13
  <li><a class="ga_search_link" href="https://books.kcc.edu/">Bookstore</a></li>
14
14
  <li><a class="ga_search_link" href="https://foundation.kcc.edu/scholarships/">Scholarships</a></li>
15
- <li><a class="ga_search_link" href="https://www.kcc.edu/about/visitor-information/#campus-maps">Maps</a></li>
15
+ <li><a class="ga_search_link" href="https://www.kcc.edu/about/visitor-information/#campus-maps">Campus Maps</a></li>
16
16
  <li><a class="ga_search_link" href="https://news.kcc.edu">News</a></li>
17
17
  <li><a class="ga_search_link" href="https://www.kcc.edu/academics/calendar/">Academic Calendar</a></li>
18
18
  <li><a class="ga_search_link" href="https://www.kcc.edu/admissions/#request-your-transcript">Transcript Request</a></li>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kcc-gem-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-31 00:00:00.000000000 Z
11
+ date: 2024-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll