kcc-gem-theme 1.61.46 → 1.62.50

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: c8af73f89bc9c9b23e77ed41dbb4addee703fc73da31add0f5a705b1d2022f2f
4
- data.tar.gz: 3eb29ee0ba20c0e6d3cf7557dee99dbbf1b459e57702584a79b0ca8e299ac8e4
3
+ metadata.gz: a848535afb5225c507fa5e62d49623ac5aaa28546c2e537ecceeb71071444cbd
4
+ data.tar.gz: 8a5ec8b163bf5b8ab3a345d221925b1777015f49eeaecd1847496c2cb33ff982
5
5
  SHA512:
6
- metadata.gz: 8425b7a8fe54602a7d34d4cda38273bc64c327d86f9bbc114da45caf109f784c69bf0424c0fa04624f2ea4902cf5044127484c6e9c5eeac66bc455300bcc62ab
7
- data.tar.gz: 631eab68cd93dbd14abe5aa2ceae8fb4cf00e6cdff3acfccf601c4bc71ff3275f1260eae8dca9bfd79b34b852a7647b40322d72b6eb5208f6d2228ab6c6439ec
6
+ metadata.gz: dfac0b079422abce61015a1472feb0cc00bca6c9cf4bff7d891d8663b598d55a4460d1ec99173268fe116484e34d530a2b90294cb28dfa532b965b08b734a0f9
7
+ data.tar.gz: cfb61e12d172e655e91084ce69f26a309b0cafd94da59b60ea037b65edacf3117857e4c7f007b7acf11e5339a05a806e9be83e1591996c805d0be48103fa508d
@@ -0,0 +1,8 @@
1
+ <div class="row">
2
+ <div class="col">
3
+ <div class="editable">
4
+ <h4 class="typography__h4">Need help?</h4>
5
+ <a href="https://direct.lc.chat/9258945/" class="btn btn-primary" target="_blank" rel="noopener noreferrer">Chat now</a>&nbsp;with a Student Services representative or call <a href="tel:+18158028500">815-802-8500</a>.
6
+ </div>
7
+ </div>
8
+ </div>
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
  {% else %}
14
14
  <div>
15
- <a {% if slide.url contains 'https://' or slide.url contains 'http:// %}target="_blank" href="{{ slide.url }}"{% elsif url_first_char == '.' or url_first_char == '/' %}href="{{ slide.url }}"{% else %}href="{{ page.baseurl }}{{ slide.url }}{% endif %}"><img src="assets/img/placeholder.png" data-src="{{page.baseurl}}{{slide.image}}" class="img-fluid hero-slider__slider--slide-img {% if slide.white_background %} hero-slider__slide-img--border{% endif %}" alt="{{slide.alt-text}}" /></a>
15
+ <a {% if slide.url contains 'https://' or slide.url contains 'http:// %}target="_blank" href="{{ slide.url }}"{% elsif url_first_char == '.' or url_first_char == '/' %}href="{{ slide.url }}"{% else %}href="{{ page.baseurl }}{{ slide.url }}{% endif %}"><img src="{{ page.baseurl }}assets/img/kcc-placeholder.png" data-src="{{page.baseurl}}{{slide.image}}" class="img-fluid hero-slider__slider--slide-img {% if slide.white_background %} hero-slider__slide-img--border{% endif %}" alt="{{slide.alt-text}}" /></a>
16
16
  {% if slide.text and slide.text != '' %}<div class="hero-slider__slider--heading-container text-center">
17
17
  <h3 class="hero-slider__slider--slide-heading">{{slide.text}}</h3>
18
18
  </div>{% endif %}
@@ -1,7 +1,7 @@
1
1
  <ul id="navGlobalBottom" class="navbar-nav header-global__nav-bottom justify-content-end header-global__navbar-nav--divider">
2
2
  {% for item in site.data.navigation %}
3
3
  <li class="nav-item dropdown header-global__dropdown header-global__dropdown--position">
4
- <a href="#" id="{{ item.link_text | downcase }}Dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle header-global__nav-bottom--nav-link typography__nowrap--sm typography__header-global--nav-bottom">{{ item.link_text | capitalize }}</a>
4
+ <a href="#" id="{{ item.link_text | downcase }}Dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle header-global__nav-bottom--nav-link typography__nowrap--sm typography__header-global--nav-bottom">{{ item.link_text }}</a>
5
5
  <div class="dropdown-menu header-global__dropdown-menu--full-width py-3 px-3 px-lg-5" aria-labelledby="{{ item.link_text | downcase }}Dropdown">
6
6
  <div class="container">
7
7
  <div class="row">
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: 1.61.46
4
+ version: 1.62.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-01 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -70,6 +70,7 @@ files:
70
70
  - _includes/body.html
71
71
  - _includes/bottom-action-call.html
72
72
  - _includes/card-section.html
73
+ - _includes/chat-now.html
73
74
  - _includes/check-mark.svg
74
75
  - _includes/contacts-tan.html
75
76
  - _includes/contacts.html