kcc-gem-theme 3.0.3 → 3.0.4

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: 858d263963a1772190296230e046ace7b44dfd13950d49189e4d05f3ff5f8755
4
- data.tar.gz: 794581993ff7aaf232bef38efc65b58f04ade8003fef8629b7d5eff3c651324a
3
+ metadata.gz: 4184a29714fa47743613a1e774d98d604ce01250d0cf0f11aa46bf8ab19541f4
4
+ data.tar.gz: 822d40a9c9446fa372b772897e99e5ac79f83db15413937d681b3f9e51522915
5
5
  SHA512:
6
- metadata.gz: fb57aabf464a3c03c3d0ae92098e78cb31223229f6ad19c18d8c20041a3a0efd231b0309bc0ab225af2e0f273ce956cdd89e5f956836f7ec58e8c02eae85ed73
7
- data.tar.gz: a08def0ec2ddc70394cb5bc5a3c532e602d4beadb304d3eaaf1df9e3a4b042bfaa2e31ca7fc6896c7b7a30fd1c687d5754b411c1a03be505e24fb8c5ccd2bfff
6
+ metadata.gz: f6efab5c06d72c66e6c4e8b53fb910fefa252b969dbd2f6071e981cc70b09b906e3a4c4ac0e244398ee857612ee866ee274b49549ae3c06468d9e6cb5b8d5028
7
+ data.tar.gz: c393f271672c42d0f103c6b2b3d997e018782a094ee4bd340b526e42a5ba38e3667e9e75d9319254a15f1ae85a97c4d620d258906572bec989027ddb136e4901
@@ -27,18 +27,18 @@
27
27
  height="150px"
28
28
  width="150px"
29
29
  data-src="{{ page.baseurl }}{{ contact.portrait_image }}"
30
- alt="Photo of {{ contact.name }}"
30
+ alt="{{ contact.name }}"
31
31
  class="img-fluid contacts__portrait"
32
32
  />{% endif %}
33
33
  </div>
34
- <div class="col-8 float-right">
34
+ <div class="col-8">
35
35
  <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
36
36
  {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
37
37
  <p class="notranslate">
38
38
  {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
39
39
  {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
40
40
  {%- if contact.fax -%}Fax: {{ contact.fax }}{% endif %}
41
- {%- if contact.bio == true -%}<button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
41
+ {%- if contact.bio == true -%}<button type="button" class="btn btn-primary mt-2" data-bs-toggle="modal" data-bs-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
42
42
  </p>
43
43
  </div>
44
44
  </div>
@@ -51,7 +51,7 @@
51
51
  {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
52
52
  {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
53
53
  {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
54
- {% if contact.bio == true %}<button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
54
+ {% if contact.bio == true %}<button type="button" class="btn btn-primary mt-2" data-bs-toggle="modal" data-bs-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
55
55
  </p>
56
56
  </div>
57
57
  {%- endif -%}
@@ -67,9 +67,7 @@
67
67
  <div class="modal-content">
68
68
  <div class="modal-header">
69
69
  <h5 class="typography__h6" id="{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}-label">{{ contact.name }} Bio</h5>
70
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
71
- <span aria-hidden="true">&times;</span>
72
- </button>
70
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
73
71
  </div>
74
72
  <div class="modal-body">
75
73
  {% if contact.portrait_image != 'For departments with no contact photos, do not change this field.' and contact.portrait_image != 'none' %}<img
@@ -77,18 +75,18 @@
77
75
  height="150px"
78
76
  width="150px"
79
77
  data-src="{{ page.baseurl }}{{ contact.portrait_image }}"
80
- class="img-fluid float-left mr-2 mb-2"
81
- alt="Photo of {{ contact.name }} KCC's {{ contact.contacts_title }}"
78
+ class="img-fluid float-start me-2 mb-2"
79
+ alt="{{ contact.name }}"
82
80
  >{% endif %}
83
81
  <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
84
82
  {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
85
83
  {{ contact.content }}
86
84
  </div>
87
85
  <div class="modal-footer">
88
- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
86
+ <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
89
87
  </div>
90
88
  </div>
91
89
  </div>
92
90
  </div>
93
91
  {%- endif -%}
94
- {% endfor %}
92
+ {% endfor %}
@@ -22,9 +22,9 @@
22
22
  <div class="col-md-6 contacts__col-bottom-margin">
23
23
  <div class="row">
24
24
  <div class="col-4 contacts__col--img">
25
- {% if contact.portrait_image != 'none' %}<img src="{{ page.baseurl }}assets/img/placeholder_square.jpg" data-src="{{ page.baseurl }}{{ contact.portrait_image }}" width="150px" height="150px" alt="Photo of {{ contact.name }}" class="img-fluid contacts__portrait" />{% endif %}
25
+ {% if contact.portrait_image != 'none' %}<img src="{{ page.baseurl }}assets/img/placeholder_square.jpg" data-src="{{ page.baseurl }}{{ contact.portrait_image }}" width="150px" height="150px" alt="{{ contact.name }}" class="img-fluid contacts__portrait" />{% endif %}
26
26
  </div>
27
- <div class="col-8 float-right">
27
+ <div class="col-8">
28
28
  <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
29
29
  {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
30
30
  <p class="notranslate">
@@ -36,7 +36,7 @@
36
36
  {% endif %}
37
37
  {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
38
38
  {%- if contact.fax -%}Fax: {{ contact.fax }}{% endif %}
39
- {%- if contact.bio == true -%}<button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
39
+ {%- if contact.bio == true -%}<button type="button" class="btn btn-primary mt-2" data-bs-toggle="modal" data-bs-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
40
40
  </p>
41
41
  </div>
42
42
  </div>
@@ -54,7 +54,7 @@
54
54
  {% endif %}
55
55
  {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
56
56
  {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
57
- {% if contact.bio == true %}<button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
57
+ {% if contact.bio == true %}<button type="button" class="btn btn-primary mt-2" data-bs-toggle="modal" data-bs-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
58
58
  </p>
59
59
  </div>
60
60
  {%- endif -%}
@@ -70,18 +70,16 @@
70
70
  <div class="modal-content">
71
71
  <div class="modal-header">
72
72
  <h5 class="typography__h6" id="{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}-label">{{ contact.name }} Bio</h5>
73
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
74
- <span aria-hidden="true">&times;</span>
75
- </button>
73
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
76
74
  </div>
77
75
  <div class="modal-body">
78
- {% if contact.portrait_image != 'For departments with no contact photos, do not change this field.' and contact.portrait_image != 'none' %}<img src="{{ page.baseurl }}assets/img/placeholder_square.jpg" data-src="{{ page.baseurl }}{{ contact.portrait_image }}" class="img-fluid float-left mr-2 mb-2" width="150px" height="150px" alt="Photo of {{ contact.name }} KCC's {{ contact.contacts_title }}">{% endif %}
76
+ {% if contact.portrait_image != 'For departments with no contact photos, do not change this field.' and contact.portrait_image != 'none' %}<img src="{{ page.baseurl }}assets/img/placeholder_square.jpg" data-src="{{ page.baseurl }}{{ contact.portrait_image }}" class="img-fluid float-start me-2 mb-2" width="150px" height="150px" alt="{{ contact.name }}">{% endif %}
79
77
  <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
80
78
  {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
81
79
  {{ contact.content }}
82
80
  </div>
83
81
  <div class="modal-footer">
84
- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
82
+ <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
85
83
  </div>
86
84
  </div>
87
85
  </div>
@@ -1,5 +1,4 @@
1
1
  <nav id="globalNav" role="navigation" class="navbar nav-global fixed-top navbar-fixed-top">
2
- <h2 class="sr-only">Global</h2>
3
2
  <a class="clickable navbar-brand nav-global__navbar-brand" href="http://www.kcc.edu" aria-label="Kankakee Community College">
4
3
  <svg version="1.1" id="KCC-logo" class="nav-global__kcc-logo-inverse" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="82.398px" height="36px" viewBox="0 0 82.398 36" enable-background="new 0 0 82.398 36"
5
4
  xml:space="preserve" aria-labelledby="kcc-logo-title">
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.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-05 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll