kcc-gem-theme 1.65.61 → 1.65.62
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 +4 -4
- data/_data/cache_bust_css.yml +1 -1
- data/_data/navigation.yml +64 -50
- data/_data/theme_hash.yml +1 -1
- data/_includes/body.html +10 -8
- data/_includes/card-section.html +24 -25
- data/_includes/contacts.html +90 -90
- data/_includes/document-head.html +5 -3
- data/_includes/emergency-alerts.html +21 -21
- data/_includes/foot.html +1 -1
- data/_includes/footer.html +306 -163
- data/_includes/header-global.html +49 -25
- data/_includes/hero-slider.html +29 -23
- data/_includes/nav-global-bottom.html +45 -30
- data/_includes/nav-global-top.html +19 -14
- data/_includes/scripts/custom.html +2 -2
- data/_includes/scripts/emergency-alerts.html +2 -2
- data/_includes/scripts/google-api.html +2 -2
- data/_includes/scripts/google-noscript.html +5 -2
- data/_includes/scripts/google-tag.html +23 -24
- data/_includes/scripts/kcc-alerts.html +2 -2
- data/_includes/scripts/kcc-mega-nav.html +2 -2
- data/_includes/scripts/kcc-theme.html +2 -2
- data/_includes/scripts/translate.html +11 -11
- data/_includes/scripts/vendor-cdn.html +1 -1
- data/_includes/styles/fonts.html +2 -9
- data/_includes/styles/main.html +2 -2
- data/_includes/styles/vendor.html +1 -1
- data/_includes/svg/kcc.html +69 -59
- data/_includes/translate.html +3 -3
- data/_layouts/default-core.html +29 -30
- data/assets/css/kcc-theme.css +1 -1
- data/assets/js/theme/dist/kcc-theme.bundle.js +1 -1
- data/assets/js/theme/src/addClassToOpenNavbar.js +20 -0
- data/assets/js/theme/src/all.js +2 -0
- data/assets/scss/1-base/_header-global.scss +6 -3
- metadata +3 -2
@@ -1,25 +1,49 @@
|
|
1
|
-
<header class="container-fluid header-global fixed-top">
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
1
|
+
<header class="container-fluid header-global fixed-top">
|
2
|
+
<nav id="headerGlobalNavbar" class="navbar navbar-expand-lg header-global__navbar--padding">
|
3
|
+
<a class="navbar-brand header-global__brand" href="/" aria-label="Kankakee Community College Home Page">
|
4
|
+
{% include svg/kcc.html %}
|
5
|
+
</a>
|
6
|
+
<button id="openSearchButton"
|
7
|
+
role="button"
|
8
|
+
class="header-global__search-icon"
|
9
|
+
aria-label="Open Search"
|
10
|
+
aria-hidden="false"
|
11
|
+
tabindex="0">
|
12
|
+
<span id="searchImg"
|
13
|
+
style="background-image: url('{{ page.baseurl }}assets/img/search.svg')"
|
14
|
+
class="header-global__nav--search-icon"
|
15
|
+
alt="Search icon"></span>
|
16
|
+
</button>
|
17
|
+
<div id="searchCollapse" aria-hidden="true" class="header-global__search-collapse">
|
18
|
+
<gcse:searchbox-only resultsUrl="{{ page.baseurl }}search/"></gcse:searchbox-only>
|
19
|
+
</div>
|
20
|
+
<button id="closeSearchButton"
|
21
|
+
role="button"
|
22
|
+
class="header-global__close-icon header-global__close-icon--hidden"
|
23
|
+
aria-label="Close Search"
|
24
|
+
aria-hidden="true"
|
25
|
+
tabindex="-1">
|
26
|
+
<span id="searchImg" style="background-image: url('{{ page.baseurl }}assets/img/x.svg')" class="header-global__nav--close-icon" alt="Close icon"></span>
|
27
|
+
</button>
|
28
|
+
<button class="navbar-toggler ml-auto header-global__navbar--toggler"
|
29
|
+
type="button"
|
30
|
+
data-toggle="collapse"
|
31
|
+
data-target="#headerGlobalNavbarContent"
|
32
|
+
aria-controls="headerGlobalNavbarContent"
|
33
|
+
aria-expanded="false"
|
34
|
+
aria-label="Toggle navigation">
|
35
|
+
<span class="navbar-toggler-icon"></span>
|
36
|
+
</button>
|
37
|
+
<a href="https://my.kcc.edu"
|
38
|
+
target="_blank"
|
39
|
+
rel="noopener"
|
40
|
+
class="nav-link header-global__nav-top--nav-link typography__header-global--nav-top btn buttons__my-kcc buttons__my-kcc--mobile typography__my-kcc d-block d-lg-none">
|
41
|
+
My KCC
|
42
|
+
</a>
|
43
|
+
<div class="collapse navbar-collapse flex-column{% if site.core_site == true %} header-global__core{% endif %}" id="headerGlobalNavbarContent">
|
44
|
+
{% include nav-global-top.html %}
|
45
|
+
{% include nav-global-bottom.html %}
|
46
|
+
{% if site.core_site != true %}{% include nav-global-local.html %}{% endif %}
|
47
|
+
</div>
|
48
|
+
</nav>
|
49
|
+
</header>
|
data/_includes/hero-slider.html
CHANGED
@@ -1,23 +1,29 @@
|
|
1
|
-
|
2
|
-
<div class="
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
</div>
|
1
|
+
<div class="row">
|
2
|
+
<div class="col hero-slider__slider">{% for slide in page.slides %}
|
3
|
+
{%- assign url_first_char = slide.url | slice: 0 -%}
|
4
|
+
{%- if forloop.first == true -%}
|
5
|
+
<div>
|
6
|
+
<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 %}">
|
7
|
+
<img 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}}" />
|
8
|
+
</a>
|
9
|
+
{% if slide.text and slide.text != '' %}
|
10
|
+
<div class="hero-slider__slider--heading-container text-center">
|
11
|
+
<h3 class="hero-slider__slider--slide-heading">{{slide.text}}</h3>
|
12
|
+
</div>
|
13
|
+
{% endif %}
|
14
|
+
</div>
|
15
|
+
{% else %}
|
16
|
+
<div>
|
17
|
+
<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 %}">
|
18
|
+
<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}}" />
|
19
|
+
</a>
|
20
|
+
{% if slide.text and slide.text != '' %}
|
21
|
+
<div class="hero-slider__slider--heading-container text-center">
|
22
|
+
<h3 class="hero-slider__slider--slide-heading">{{slide.text}}</h3>
|
23
|
+
</div>
|
24
|
+
{%- endif -%}
|
25
|
+
</div>
|
26
|
+
{%- endif -%}
|
27
|
+
{% endfor %}
|
28
|
+
</div>
|
29
|
+
</div>
|
@@ -1,30 +1,45 @@
|
|
1
|
-
<ul id="navGlobalBottom" class="navbar-nav header-global__nav-bottom justify-content-end header-global__navbar-nav--divider">
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
1
|
+
<ul id="navGlobalBottom" class="navbar-nav header-global__nav-bottom justify-content-end header-global__navbar-nav--divider">
|
2
|
+
{% for item in site.data.navigation %}
|
3
|
+
<li data-nav="{{ item.link_text | downcase | replace: ' ', '-' | replace: '&', 'and' }}" class="nav-item dropdown header-global__dropdown header-global__dropdown--position">
|
4
|
+
<a href="#"
|
5
|
+
id="{{ item.link_text | downcase | replace: ' ', '-' | replace: '&', 'and' }}-dropdown"
|
6
|
+
role="button"
|
7
|
+
data-toggle="dropdown"
|
8
|
+
aria-haspopup="true"
|
9
|
+
aria-expanded="false"
|
10
|
+
class="nav-link dropdown-toggle header-global__nav-bottom--nav-link typography__nowrap--sm typography__header-global--nav-bottom">
|
11
|
+
{{ item.link_text }}
|
12
|
+
</a>
|
13
|
+
<div class="dropdown-menu header-global__dropdown-menu--full-width py-3 px-3 px-lg-5"
|
14
|
+
aria-labelledby="{{ item.link_text | downcase | replace: ' ', '-' | replace: '&', 'and' }}-dropdown">
|
15
|
+
<div class="container">
|
16
|
+
<div class="row">
|
17
|
+
{%- if item.image -%}
|
18
|
+
<div class="col-auto padding__col--mobile-none mr-lg-3">
|
19
|
+
<img src="{{ page.baseurl }}assets/img/kcc-placeholder.png"
|
20
|
+
data-src="{{ page.baseurl }}{{ item.image.source }}"
|
21
|
+
class="header-global__drodpown-menu--img img-fluid d-none d-lg-block"
|
22
|
+
alt="{{ item.image.alt }}">
|
23
|
+
</div>{% endif %}
|
24
|
+
<div class="col ml-lg-1">
|
25
|
+
{%- if item.link_href -%}
|
26
|
+
{% assign site_name_lowercase = site.site_name | downcase | replace: ' ', '-' | replace: '&', 'and' %}
|
27
|
+
<a class="dropdown-item typography__dropdown--category" href="{% if item.link_href contains site_name_lowercase %}{{ page.baseurl }}{% else %}/{{ item.link_href }}{% endif %}">{{ item.link_text }}</a>
|
28
|
+
{%- endif -%}
|
29
|
+
{% for link in item.dropdown %}
|
30
|
+
{% if item.link_href contains site_name_lowercase %}
|
31
|
+
{%- if link.text != 'dropdown-divider' -%}
|
32
|
+
<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>{% else %}<div class="dropdown-divider"></div>
|
33
|
+
{% endif %}
|
34
|
+
{%- else -%}
|
35
|
+
{%- if link.text != 'dropdown-divider' -%}
|
36
|
+
<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>{% else %}<div class="dropdown-divider"></div>
|
37
|
+
{% endif %}
|
38
|
+
{%- endif -%}
|
39
|
+
{%- endfor -%}
|
40
|
+
</div>
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
</li>{% endfor %}
|
45
|
+
</ul>
|
@@ -1,14 +1,19 @@
|
|
1
|
-
<ul id="navGlobalTop" class="navbar-nav header-global__nav-top justify-content-end header-global__navbar-nav--divider">
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</
|
1
|
+
<ul id="navGlobalTop" class="navbar-nav header-global__nav-top justify-content-end header-global__navbar-nav--divider">
|
2
|
+
<li class="nav-item">
|
3
|
+
<a href="https://my.kcc.edu"
|
4
|
+
target="_blank"
|
5
|
+
rel="noopener"
|
6
|
+
class="nav-link header-global__nav-top--nav-link typography__header-global--nav-top btn buttons__my-kcc typography__my-kcc d-none d-lg-block">
|
7
|
+
My KCC
|
8
|
+
</a>
|
9
|
+
</li>
|
10
|
+
<li class="nav-item">
|
11
|
+
<a href="https://athletics.kcc.edu" target="_blank" rel="noopener" class="nav-link header-global__nav-top--nav-link typography__header-global--nav-top">Athletics</a>
|
12
|
+
</li>
|
13
|
+
<li class="nav-item">
|
14
|
+
<a href="#" class="nav-link header-global__nav-top--nav-link typography__header-global--nav-top">Library</a>
|
15
|
+
</li>
|
16
|
+
<li class="nav-item">
|
17
|
+
<a href="#" class="nav-link header-global__nav-top--nav-link typography__header-global--nav-top">Giving</a>
|
18
|
+
</li>
|
19
|
+
</ul>
|
@@ -1,2 +1,2 @@
|
|
1
|
-
<!-- custom compiled and minified javascript -->
|
2
|
-
<script src="{{page.baseurl}}assets/js/dist/main{% if site.data.hash %}.{{ site.data.hash }}{% endif %}.bundle.js"></script>
|
1
|
+
<!-- custom compiled and minified javascript -->
|
2
|
+
<script src="{{page.baseurl}}assets/js/dist/main{% if site.data.hash %}.{{ site.data.hash }}{% endif %}.bundle.js" defer></script>
|
@@ -1,2 +1,2 @@
|
|
1
|
-
<!-- custom compiled and minified javascript -->
|
2
|
-
<script src="{{page.baseurl}}assets/js/theme/dist/alerts.bundle.js"></script>
|
1
|
+
<!-- custom compiled and minified javascript -->
|
2
|
+
<script src="{{page.baseurl}}assets/js/theme/dist/alerts.bundle.js"></script>
|
@@ -1,2 +1,2 @@
|
|
1
|
-
<!-- Google API -->
|
2
|
-
<script src="https://apis.google.com/js/api.js"></script>
|
1
|
+
<!-- Google API -->
|
2
|
+
<script src="https://apis.google.com/js/api.js" defer></script>
|
@@ -2,5 +2,8 @@
|
|
2
2
|
{% if site.google-tag_key == "Google Tag Manager key goes here" or site.google-tag_key == nil or site.google-tag_key == '' %}<!-- =========================================================================================
|
3
3
|
YOU NEED TO PUT THE GOOGLE TAG KEY IN THE _config.yml FILE!
|
4
4
|
============================================================================================ -->{% endif %}
|
5
|
-
{% if jekyll.environment == "publish" %}{% if site.google-tag_key != "Google Tag Manager key goes here" and site.google-tag_key != nil %}
|
6
|
-
|
5
|
+
{% if jekyll.environment == "publish" %}{% if site.google-tag_key != "Google Tag Manager key goes here" and site.google-tag_key != nil %}
|
6
|
+
<noscript>
|
7
|
+
<iframe src="https://www.googletagmanager.com/ns.html?id={{ site.google-tag_key }}" height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
8
|
+
</noscript>{% endif %}{%- endif -%}
|
9
|
+
<!-- End Google Tag Manager (noscript) -->
|
@@ -1,24 +1,23 @@
|
|
1
|
-
<!-- Google Tag Manager -->
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
<!-- End Google Tag Manager -->
|
1
|
+
<!-- Google Tag Manager -->
|
2
|
+
{% if site.google-tag_key == "Google Tag Manager key goes here" or site.google-tag_key == nil or site.google-tag_key == '' %}<!-- =========================================================================================
|
3
|
+
YOU NEED TO PUT THE GOOGLE TAG KEY IN THE _config.yml FILE!
|
4
|
+
============================================================================================ -->{% endif %}
|
5
|
+
{% if jekyll.environment == "publish" %}{% if site.google-tag_key != "Google Tag Manager key goes here" and site.google-tag_key != nil %}
|
6
|
+
<script>
|
7
|
+
(function(w, d, s, l, i) {
|
8
|
+
w[l] = w[l] || [];
|
9
|
+
w[l].push({
|
10
|
+
'gtm.start': new Date().getTime(),
|
11
|
+
event: 'gtm.js'
|
12
|
+
});
|
13
|
+
var f = d.getElementsByTagName(s)[0],
|
14
|
+
j = d.createElement(s),
|
15
|
+
dl = l != 'dataLayer' ? '&l=' + l : '';
|
16
|
+
j.async = true;
|
17
|
+
j.src =
|
18
|
+
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
|
19
|
+
f.parentNode.insertBefore(j, f);
|
20
|
+
})(window, document, 'script', 'dataLayer', '{{ site.google-tag_key }}');
|
21
|
+
</script>
|
22
|
+
{% endif %}{%- endif -%}
|
23
|
+
<!-- End Google Tag Manager -->
|
@@ -1,2 +1,2 @@
|
|
1
|
-
<!-- custom compiled and minified javascript -->
|
2
|
-
<script src="{{page.baseurl}}assets/js/theme/dist/kcc-alerts.bundle.js"></script>
|
1
|
+
<!-- custom compiled and minified javascript -->
|
2
|
+
<script src="{{page.baseurl}}assets/js/theme/dist/kcc-alerts.bundle.js"></script>
|
@@ -1,2 +1,2 @@
|
|
1
|
-
<!-- custom compiled and minified javascript -->
|
2
|
-
<script src="{{page.baseurl}}assets/js/theme/dist/kcc-mega-nav.bundle.js"></script>
|
1
|
+
<!-- custom compiled and minified javascript -->
|
2
|
+
<script src="{{page.baseurl}}assets/js/theme/dist/kcc-mega-nav.bundle.js"></script>
|
@@ -1,2 +1,2 @@
|
|
1
|
-
<!-- custom compiled and minified javascript -->
|
2
|
-
<script src="{{page.baseurl}}assets/js/theme/dist/kcc-theme.bundle.js"></script>
|
1
|
+
<!-- custom compiled and minified javascript -->
|
2
|
+
<script src="{{page.baseurl}}assets/js/theme/dist/kcc-theme.bundle.js" defer></script>
|
@@ -1,11 +1,11 @@
|
|
1
|
-
<script type="text/javascript">
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
</script>
|
11
|
-
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
1
|
+
<script type="text/javascript">
|
2
|
+
function googleTranslateElementInit() {
|
3
|
+
new google.translate.TranslateElement({
|
4
|
+
pageLanguage: 'en',
|
5
|
+
includedLanguages: 'ar,de,en,es,fr,jv,ko,pt,ru,tl,tr,vi,zh-CN',
|
6
|
+
layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
|
7
|
+
autoDisplay: false
|
8
|
+
}, 'google_translate_element');
|
9
|
+
}
|
10
|
+
</script>
|
11
|
+
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
@@ -3,4 +3,4 @@
|
|
3
3
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
4
4
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
5
5
|
<!-- Link to Slick.js javascript (must occur after jquery) -->
|
6
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.js"></script>
|
6
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.js"></script>
|
data/_includes/styles/fonts.html
CHANGED
@@ -1,11 +1,4 @@
|
|
1
1
|
<!-- Typkit font for KCC logo-font -->
|
2
2
|
<link rel="stylesheet" href="https://use.typekit.net/mli7lsm.css">
|
3
|
-
<!-- Link to Google Font
|
4
|
-
<link href="https://fonts.googleapis.com/
|
5
|
-
<!-- Link to Google Font's "Open Sans" font -->
|
6
|
-
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
|
7
|
-
<!-- Link to Google Font's "Oswald" font -->
|
8
|
-
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,500,600" rel="stylesheet">
|
9
|
-
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,500,700" rel="stylesheet">
|
10
|
-
<link href="https://fonts.googleapis.com/css?family=Saira:700" rel="stylesheet">
|
11
|
-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet">
|
3
|
+
<!-- Link to Google Font -->
|
4
|
+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@500&family=Roboto:wght@400;700&family=Material+Icons&display=swap" rel="stylesheet">
|
data/_includes/styles/main.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<link rel="stylesheet" href="{{page.baseurl}}assets/css/kcc-theme.css">
|
3
3
|
<!-- Link to this site's main stylesheet -->
|
4
4
|
<link rel="stylesheet" href="{{page.baseurl}}assets/css/main.css{% if site.data.cache_bust_css %}?version={{ site.data.cache_bust_css | truncate: 32, '' }}{% endif %}">
|
5
|
-
{
|
5
|
+
{%- if site.translate == true -%}
|
6
6
|
<!-- Link to this site's custom google translate stylesheet -->
|
7
7
|
<link rel="stylesheet" href="{{page.baseurl}}assets/css/translate.css">
|
8
|
-
{
|
8
|
+
{%- endif -%}
|
@@ -3,4 +3,4 @@
|
|
3
3
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
4
4
|
<!-- Slick.js v1.8.1 stylesheet followed by slick-theme stylesheet -->
|
5
5
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.css"/>
|
6
|
-
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.min.css"/>
|
6
|
+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.min.css"/>
|
data/_includes/svg/kcc.html
CHANGED
@@ -1,59 +1,69 @@
|
|
1
|
-
<svg version="1.1"
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
1
|
+
<svg version="1.1"
|
2
|
+
id="KCC-white-text-logo"
|
3
|
+
class="header-global__brand--svg img__responsive--svg"
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
5
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
6
|
+
x="0px"
|
7
|
+
y="0px"
|
8
|
+
viewBox="0 0 426.3 36"
|
9
|
+
style="enable-background:new 0 0 426.3 36;"
|
10
|
+
xml:space="preserve"
|
11
|
+
aria-labelledby="kcc-white-text-logo-title">
|
12
|
+
<title id="kcc-white-text-logo-title" lang="en">Kankakee Community College</title>
|
13
|
+
<rect class="st0" width="426.3" height="36"/>
|
14
|
+
<g>
|
15
|
+
<path d="M12.1,12.7H14l9.1-8.9h5.1L17.2,14.4l7.3,11.2h-5.3l-6.1-9.3h-1.9l-2,9.3h-4L9.8,3.9h4.1L12.1,12.7z"/>
|
16
|
+
<path d="M36.1,23.7L36.1,23.7c-1.3,2-3.5,2-5.2,2c-3.5,0-5.5-0.8-4.6-4.8c0.8-3.7,2.9-4.6,6.6-4.6c1.8,0,3.7,0,4.1,1.7h0.1l0.4-1.9
|
17
|
+
c0.5-2.5,0.5-3.4-2.5-3.4c-1.6,0-2.9,0.2-3.3,2.1h-3.7c1-4.4,4-4.6,7.5-4.6c4.9,0,6.7,0.8,5.7,5.9l-2,9.5h-3.7L36.1,23.7z
|
18
|
+
M29.8,20.9c-0.5,2.1,0.4,2.3,2.8,2.3c1.9,0,3.4-0.2,3.9-2.3s-1.1-2.2-2.9-2.2C31.9,18.8,30.3,18.8,29.8,20.9z"/>
|
19
|
+
<path d="M49.8,10.4l-0.5,2.3h0.1c1.3-2.2,3.2-2.5,5.3-2.5c4,0,4.9,1.6,4,5.4l-2.1,10h-3.7l2-9.6c0.5-2.2,0.1-3-2.2-3
|
20
|
+
c-3.2,0-3.9,1.5-4.5,4.2l-1.7,8.4h-3.7l3.3-15.2L49.8,10.4L49.8,10.4z"/>
|
21
|
+
<path d="M65.7,16.3h0.9l5.5-5.9h4.1l-6.9,7.1l4.8,8.1h-4.4L66,18.8h-0.9l-1.4,6.8h-3.7l4.6-21.8h3.7L65.7,16.3z"/>
|
22
|
+
<path d="M86.2,23.7L86.2,23.7c-1.3,2-3.6,2-5.3,2c-3.5,0-5.5-0.8-4.6-4.8c0.8-3.7,2.9-4.6,6.6-4.6c1.8,0,3.7,0,4.1,1.7h0.1l0.4-1.9
|
23
|
+
c0.5-2.5,0.5-3.4-2.5-3.4c-1.6,0-2.9,0.2-3.3,2.1h-3.7c1-4.4,4-4.6,7.5-4.6c4.9,0,6.7,0.8,5.7,5.9l-2,9.5h-3.7L86.2,23.7z
|
24
|
+
M79.9,20.9c-0.5,2.1,0.4,2.3,2.8,2.3c1.9,0,3.4-0.2,3.9-2.3s-1.1-2.2-2.9-2.2C81.8,18.8,80.3,18.8,79.9,20.9z"/>
|
25
|
+
<path d="M98.5,16.3h0.9l5.5-5.9h4.1l-6.9,7.1l4.8,8.1h-4.4l-3.7-6.8h-0.9l-1.4,6.8h-3.7l4.6-21.8h3.7L98.5,16.3z"/>
|
26
|
+
<path d="M123,20.7c-1.1,4.8-3.9,5-8.2,5c-5.8,0-6.6-1.8-5.4-7.7c1.2-5.5,2.5-7.8,8.7-7.8c6.3,0,6.7,1.8,5.3,8.5H113
|
27
|
+
c-0.7,3.3-0.9,4.3,2.4,4.3c2,0,3.5,0,3.9-2.2L123,20.7L123,20.7z M120.3,16.4c0.7-3.2,0.3-3.4-2.7-3.4c-3.2,0-3.5,0.7-4,3.4H120.3z
|
28
|
+
"/>
|
29
|
+
<path d="M139.5,20.7c-1.1,4.8-3.9,5-8.2,5c-5.8,0-6.6-1.8-5.4-7.7c1.2-5.5,2.5-7.8,8.7-7.8c6.3,0,6.7,1.8,5.3,8.5h-10.5
|
30
|
+
c-0.7,3.3-0.9,4.3,2.4,4.3c2,0,3.5,0,3.9-2.2L139.5,20.7L139.5,20.7z M136.8,16.4c0.7-3.2,0.3-3.4-2.7-3.4c-3.2,0-3.5,0.7-4,3.4
|
31
|
+
H136.8z"/>
|
32
|
+
<path d="M167.7,11.2L168,10c0.6-2.5-0.4-2.7-4-2.7c-4.2,0-5.1,0.7-6,4.9l-1.1,4.8c-0.9,4.3-0.6,5.2,3.9,5.2c3.4,0,4.9-0.1,5.6-3.2
|
33
|
+
l0.3-1.2h4.1l-0.3,1.4c-1.3,6.5-5,6.4-10.4,6.5c-7.7,0.3-8.6-2.2-7.3-8.6l1.1-5c1.4-6.9,4.5-8.5,10.9-8.5c5.4,0,8.5,0,7.5,6.3
|
34
|
+
l-0.3,1.2L167.7,11.2L167.7,11.2z"/>
|
35
|
+
<path d="M187.3,18c-1.3,5.9-2.5,7.8-8.8,7.8c-6.3,0-6.7-1.9-5.5-7.8s2.5-7.8,8.9-7.8C188.1,10.2,188.5,12,187.3,18z M176.6,18
|
36
|
+
c-0.9,4-0.8,4.9,2.4,4.9c3.3,0,3.7-0.9,4.5-4.9c0.9-4.1,0.8-5-2.4-5S177.4,13.9,176.6,18z"/>
|
37
|
+
<path d="M195.5,10.4l-0.5,2.2h0.1c1.3-1.9,3.4-2.4,5.3-2.4s4,0.5,3.9,2.7h0.1c1.2-2.1,3.4-2.7,5.4-2.7c3.9,0,4.9,1.3,4.1,5.1
|
38
|
+
l-2.2,10.3h-3.7l2.1-9.9c0.3-1.9,0-2.7-2-2.7c-3,0-3.9,1.3-4.4,4l-1.8,8.6h-3.7l2.1-9.9c0.3-1.9,0-2.7-2-2.7c-3,0-3.9,1.3-4.4,4
|
39
|
+
l-1.8,8.6h-3.7l3.3-15.2C191.8,10.4,195.5,10.4,195.5,10.4z"/>
|
40
|
+
<path d="M222.3,10.4l-0.5,2.2h0.1c1.3-1.9,3.4-2.4,5.3-2.4s4,0.5,3.9,2.7h0.1c1.2-2.1,3.4-2.7,5.4-2.7c3.9,0,4.9,1.3,4.1,5.1
|
41
|
+
l-2.2,10.3h-3.7l2.1-9.9c0.3-1.9,0-2.7-2-2.7c-3,0-3.9,1.3-4.4,4l-1.8,8.6h-3.7l2.1-9.9c0.3-1.9,0-2.7-2-2.7c-3,0-3.9,1.3-4.4,4
|
42
|
+
l-1.8,8.6h-3.7l3.3-15.2C218.5,10.4,222.3,10.4,222.3,10.4z"/>
|
43
|
+
<path d="M252.2,25.6l0.5-2.3h-0.1c-1.3,2-3.3,2.5-5.4,2.5c-3.1,0-4.8-1.1-4.1-4.3l2.3-11h3.7l-2,9.6c-0.5,2.2-0.5,3,1.9,3
|
44
|
+
c2.8,0,3.9-1.2,4.5-3.9l1.8-8.8h3.7l-3.3,15.2L252.2,25.6L252.2,25.6z"/>
|
45
|
+
<path d="M266.3,10.4l-0.5,2.3h0.1c1.3-2.2,3.2-2.5,5.3-2.5c4,0,4.9,1.6,4,5.4l-2.1,10h-3.7l2-9.6c0.5-2.2,0.1-3-2.2-3
|
46
|
+
c-3.2,0-3.9,1.5-4.5,4.2l-1.7,8.4h-3.7l3.3-15.2L266.3,10.4L266.3,10.4z"/>
|
47
|
+
<path d="M280.2,25.6h-3.7l3.3-15.2h3.7L280.2,25.6z M284.1,6.9h-3.7l0.7-3.1h3.7L284.1,6.9z"/>
|
48
|
+
<path d="M285,10.4h1.9l0.8-3.5h3.7l-0.8,3.5h5.8l-0.6,2.8H290l-1.6,7.8c-0.3,1.3-0.4,2,1.2,2c2,0,2.2-1.6,2.5-3.2h3.2
|
49
|
+
c-1,4.6-2.4,6-6.4,6c-4,0-5-1-4.2-4.8l1.6-7.8h-1.9L285,10.4z"/>
|
50
|
+
<path d="M304.2,26.2c-1.5,3.5-2.9,6.2-7.1,6.2c-0.5,0-1.1-0.1-1.5-0.1l0.6-2.8c0.3,0,0.5,0.1,0.8,0.1c2.3,0,3.1-2.2,3.8-3.9h-1.7
|
51
|
+
l-1.7-15.2h3.8l1.1,12.9h0.1l5.7-12.9h3.8L304.2,26.2z"/>
|
52
|
+
<path d="M336.2,11.2l0.3-1.2c0.6-2.5-0.4-2.7-4-2.7c-4.2,0-5.1,0.7-6,4.9l-1.1,4.8c-0.9,4.3-0.6,5.2,3.9,5.2c3.4,0,4.9-0.1,5.6-3.2
|
53
|
+
l0.3-1.2h4.1l-0.3,1.4c-1.3,6.5-5,6.4-10.4,6.5c-7.7,0.3-8.6-2.2-7.3-8.6l1.1-5c1.4-6.9,4.5-8.5,10.9-8.5c5.4,0,8.5,0,7.5,6.3
|
54
|
+
l-0.3,1.2L336.2,11.2L336.2,11.2z"/>
|
55
|
+
<path d="M355.7,18c-1.3,5.9-2.5,7.8-8.8,7.8c-6.4,0-6.7-1.9-5.5-7.8s2.5-7.8,8.9-7.8C356.5,10.2,356.9,12,355.7,18z M345.1,18
|
56
|
+
c-0.9,4-0.8,4.9,2.4,4.9c3.3,0,3.7-0.9,4.5-4.9c0.9-4.1,0.8-5-2.4-5C346.4,13,345.9,13.9,345.1,18z"/>
|
57
|
+
<path d="M360.9,25.6h-3.7l4.6-21.8h3.7L360.9,25.6z"/>
|
58
|
+
<path d="M368.2,25.6h-3.7l4.6-21.8h3.7L368.2,25.6z"/>
|
59
|
+
<path d="M386.3,20.7c-1.1,4.8-3.9,5-8.2,5c-5.8,0-6.6-1.8-5.4-7.7c1.2-5.5,2.5-7.8,8.7-7.8c6.3,0,6.7,1.8,5.3,8.5h-10.5
|
60
|
+
c-0.7,3.3-0.9,4.3,2.4,4.3c2,0,3.5,0,3.9-2.2L386.3,20.7L386.3,20.7z M383.6,16.4c0.7-3.2,0.3-3.4-2.7-3.4c-3.2,0-3.5,0.7-4,3.4
|
61
|
+
H383.6z"/>
|
62
|
+
<path d="M398.8,23.4L398.8,23.4c-1.4,2-3.5,2.3-5.3,2.3c-5.2,0-5.2-2.9-4.2-7.3c1-4.6,1.9-8.2,7.6-8.2c2.1,0,3.8,0.5,4.2,2.5h0.1
|
63
|
+
l0.4-2.3h3.7l-3.4,15.1c-1.2,5.5-3.2,6.7-8.8,6.7c-3.8,0-6.4-0.7-5.2-5.2h3.5c-0.5,2.1,0.3,2.4,2.3,2.4c3.1,0,3.9-0.7,4.4-3.3
|
64
|
+
L398.8,23.4z M393,17.5c-0.8,3.5-1.2,5.5,2.1,5.5c3.7,0,4-1.8,4.8-5.5c0.7-3.3,0.5-4.5-2.7-4.5C394.7,13,393.9,13.7,393,17.5z"/>
|
65
|
+
<path d="M420.1,20.7c-1.1,4.8-3.9,5-8.2,5c-5.8,0-6.6-1.8-5.4-7.7c1.2-5.5,2.5-7.8,8.7-7.8c6.3,0,6.7,1.8,5.3,8.5H410
|
66
|
+
c-0.7,3.3-0.9,4.3,2.4,4.3c2,0,3.5,0,3.9-2.2L420.1,20.7L420.1,20.7z M417.3,16.4c0.7-3.2,0.3-3.4-2.7-3.4c-3.2,0-3.5,0.7-4,3.4
|
67
|
+
H417.3z"/>
|
68
|
+
</g>
|
69
|
+
</svg>
|