landing-page-gem 0.1.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 +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +44 -0
- data/_config.yml +43 -0
- data/_includes/benefits.html +123 -0
- data/_includes/body.html +12 -0
- data/_includes/bottom-action-call.html +10 -0
- data/_includes/breadcrumbs.html +16 -0
- data/_includes/document-head.html +21 -0
- data/_includes/foot.html +3 -0
- data/_includes/footer.html +271 -0
- data/_includes/hash/landing.yml +1 -0
- data/_includes/header.html +28 -0
- data/_includes/navbar.html +121 -0
- data/_includes/preconnect.html +13 -0
- data/_includes/scripts/custom-theme.html +3 -0
- data/_includes/scripts/google-noscript.html +9 -0
- data/_includes/scripts/google-tag.html +23 -0
- data/_includes/scripts/vendor-cdn.html +3 -0
- data/_includes/styles/fonts.html +4 -0
- data/_includes/styles/main.html +8 -0
- data/_includes/styles/vendor.html +3 -0
- data/_includes/svg/check-mark.html +16 -0
- data/_includes/svg/check.html +13 -0
- data/_includes/svg/check_circle-24px.html +13 -0
- data/_includes/svg/earn-more.html +30 -0
- data/_includes/svg/email-24px.html +13 -0
- data/_includes/svg/endorsements-icon.html +15 -0
- data/_includes/svg/flexible-icon.html +30 -0
- data/_includes/svg/free-classes.html +36 -0
- data/_includes/svg/goals.html +21 -0
- data/_includes/svg/kcc-copy.html +62 -0
- data/_includes/svg/kcc.html +65 -0
- data/_includes/svg/kcc.svg +59 -0
- data/_includes/svg/love.html +13 -0
- data/_includes/svg/place-24px.html +13 -0
- data/_includes/svg/save-money.html +26 -0
- data/_includes/targetx-form.html +363 -0
- data/_includes/targetx-head.html +47 -0
- data/_layouts/landing.html +15 -0
- data/assets/css/content.scss +14 -0
- data/assets/img/DSC_8724_4x3.jpg +0 -0
- data/assets/img/banner-bg.jpg +0 -0
- data/assets/img/culture.svg +31 -0
- data/assets/img/d-daun2.jpg +0 -0
- data/assets/img/itransfer.png +0 -0
- data/assets/img/miguel2.jpg +0 -0
- data/assets/img/placeholder_16to9.jpg +0 -0
- data/assets/img/placeholder_4by3.jpg +0 -0
- data/assets/img/placeholder_square.jpg +0 -0
- data/assets/img/schedule.svg +42 -0
- data/assets/img/support.svg +12 -0
- data/assets/img/zippia.png +0 -0
- data/assets/js/dist/315.b82f3c2bb153940ebd76.bundle.js +1 -0
- data/assets/js/dist/321.b82f3c2bb153940ebd76.bundle.js +1 -0
- data/assets/js/dist/582.b82f3c2bb153940ebd76.bundle.js +1 -0
- data/assets/js/dist/909.b82f3c2bb153940ebd76.bundle.js +1 -0
- data/assets/js/dist/kcc-landing-page.b82f3c2bb153940ebd76.bundle.js +1 -0
- data/assets/js/dist/kcc-landing-page.b82f3c2bb153940ebd76.css +1 -0
- data/assets/js/src/footerDate.js +7 -0
- data/assets/js/src/landingPage.js +38 -0
- data/assets/js/src/lazyLoad.js +11 -0
- data/assets/js/src/main.js +19 -0
- data/assets/js/src/test.js +5 -0
- data/assets/scss/0-tools/_bootstrap-overrides.scss +26 -0
- data/assets/scss/0-tools/_cloudcannon.scss +17 -0
- data/assets/scss/0-tools/_content.scss +40 -0
- data/assets/scss/0-tools/_targetx-overrides.scss +76 -0
- data/assets/scss/0-tools/_vars.scss +79 -0
- data/assets/scss/1-base/_footer.scss +84 -0
- data/assets/scss/1-base/_header.scss +18 -0
- data/assets/scss/1-base/_html.scss +4 -0
- data/assets/scss/1-base/_links.scss +39 -0
- data/assets/scss/1-base/_svg.scss +57 -0
- data/assets/scss/1-base/_typography.scss +320 -0
- data/assets/scss/2-modules/_benefits.scss +270 -0
- data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
- data/assets/scss/2-modules/_error.scss +20 -0
- data/assets/scss/2-modules/_nav-landing.scss +203 -0
- data/assets/scss/3-layout/_positioning.scss +50 -0
- data/assets/scss/3-layout/_thank-you.scss +24 -0
- data/assets/scss/inline.scss +3 -0
- data/assets/scss/main.scss +21 -0
- metadata +139 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f00e20b2f846658cf53b29fc4cbede63b15c3a814e672f0c60ccede85d0309eb
|
4
|
+
data.tar.gz: 161b122dfe141fc0bb0ca9888310acdbf916a4c58fa7a4b84fa3a8b01ad3407f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: a939d414e0e4094789d6e547611b59809c3ad4d74e381d5495f37479c0b311d6b773e5edf87adb7f78f1dc4e89d24848b4e2e40332a8a4d31c212a647891d182
|
7
|
+
data.tar.gz: 9d16d5722defeb8112a2bfed80c92e2eba95ee944c851bc040182c9332e11dc24139a8d20eb7a9ee78be05434d4b5dc206aa820d532fa5452eb29bfea421bcc2
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2021 wdzajicek
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
# landing-page-gem
|
2
|
+
|
3
|
+
A Jekyll Gem theme for KCC landing-pages/micro-sites.
|
4
|
+
|
5
|
+
|
6
|
+
## Installation
|
7
|
+
|
8
|
+
Add this line to your Jekyll site's `Gemfile`:
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
gem "landing-page-gem"
|
12
|
+
```
|
13
|
+
|
14
|
+
And add this line to your Jekyll site's `_config.yml`:
|
15
|
+
|
16
|
+
```yaml
|
17
|
+
theme: landing-page-gem
|
18
|
+
```
|
19
|
+
|
20
|
+
And then execute:
|
21
|
+
|
22
|
+
$ bundle
|
23
|
+
|
24
|
+
Or install it yourself as:
|
25
|
+
|
26
|
+
$ gem install landing-page-gem
|
27
|
+
|
28
|
+
## Usage
|
29
|
+
|
30
|
+
Use this Gem theme in a Jekyll version >~ 4.2.0 project.
|
31
|
+
|
32
|
+
## Development
|
33
|
+
|
34
|
+
To set up your environment to develop this theme, run `bundle install`.
|
35
|
+
|
36
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
37
|
+
|
38
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
39
|
+
To add a custom directory to your theme-gem, please edit the regexp in `landing-page-gem.gemspec` accordingly.
|
40
|
+
|
41
|
+
## License
|
42
|
+
|
43
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
44
|
+
|
data/_config.yml
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
#### ANY CHANGE TO THIS FILE REQUIRES THE BUILD-COMMAND TO BE RESTARTED ####
|
2
|
+
title: "KCC"
|
3
|
+
site_name: Veterans
|
4
|
+
public-url: "http://www.kcc.edu"
|
5
|
+
url: 'URL is needed for robots.txt to work properly' ## NO TRAILING SLASHES!!/<--nope
|
6
|
+
port: 3000
|
7
|
+
# contact_phone: 815-802-8888
|
8
|
+
timezone: America/Chicago
|
9
|
+
google-tag_key: Google Tag Manager key goes here
|
10
|
+
theme_config: true
|
11
|
+
humans_file: true
|
12
|
+
permalink: pretty
|
13
|
+
description: > # this means to ignore newlines until "baseurl:"
|
14
|
+
# Delete this comment and place description on this line
|
15
|
+
baseurl: "" # the subpath of your site, e.g. /blog
|
16
|
+
sass:
|
17
|
+
sass_dir: assets/scss
|
18
|
+
style: expanded
|
19
|
+
#include:
|
20
|
+
# - "_pages"
|
21
|
+
# - "_posts"
|
22
|
+
## include future posts? (true or false)
|
23
|
+
future: true
|
24
|
+
## Build settings
|
25
|
+
markdown: kramdown
|
26
|
+
exclude:
|
27
|
+
- "node_modules"
|
28
|
+
- "npm-debug.log"
|
29
|
+
- "package.json"
|
30
|
+
- "package-lock.json"
|
31
|
+
- "README.md"
|
32
|
+
- "Gemfile"
|
33
|
+
- "Gemfile.lock"
|
34
|
+
- "LICENSE.txt"
|
35
|
+
- "webpack.config.js"
|
36
|
+
- "*.gem"
|
37
|
+
- "*.gemspec"
|
38
|
+
- "ruby-version.txt"
|
39
|
+
- "buildtools/"
|
40
|
+
- "postcss.config.js"
|
41
|
+
|
42
|
+
uploads_dir: # specifies the default uploads directory for uploads in CloudCannon
|
43
|
+
- "uploads/"
|
@@ -0,0 +1,123 @@
|
|
1
|
+
<section class="benefits__first-section--marg">
|
2
|
+
<div class="container">
|
3
|
+
<div class="row">
|
4
|
+
<div class="col text-center">
|
5
|
+
<h5 class="text-center benefits__typography--h5 benefits__typography--h5--mb">Why Choose KCC?</h5>
|
6
|
+
</div>
|
7
|
+
</div>
|
8
|
+
<div class="row">
|
9
|
+
<div id="colSave" class="col-12 col-md-4">
|
10
|
+
<div class="text-center">
|
11
|
+
{% include svg/save-money.html %}
|
12
|
+
</div>
|
13
|
+
<h6 class="benefits__typography--h6 text-center editable">Save Money</h6>
|
14
|
+
<div class="editable">
|
15
|
+
<p class="text-center typography__larger-p"><strong>KCC costs 1/3 less</strong> than 4-year colleges and universities and offers the same great education. Plus, financial aid & scholarships can help.</p>
|
16
|
+
</div>
|
17
|
+
</div>
|
18
|
+
<div class="col-12 col-md-4">
|
19
|
+
<div class="text-center">
|
20
|
+
{% include svg/love.html %}
|
21
|
+
</div>
|
22
|
+
<h6 class="benefits__typography--h6 text-center editable">Love What You Do</h6>
|
23
|
+
<p class="text-center typography__larger-p">KCC has degree & certificate <strong>options to fit your interests</strong>. You can transfer after KCC to complete a bachelor’s degree, or enter the workforce.</p>
|
24
|
+
</div>
|
25
|
+
<div class="col-12 col-md-4">
|
26
|
+
<div class="text-center">
|
27
|
+
{% include svg/goals.html %}
|
28
|
+
</div>
|
29
|
+
<h6 class="benefits__typography--h6 text-center editable">Reach Your Goals</h6>
|
30
|
+
<p class="text-center typography__larger-p">We care about your progress and want you to succeed. KCC’s small class sizes, faculty and support services <strong>help you stay on track to graduate.</strong></p>
|
31
|
+
</div>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
</section>
|
35
|
+
|
36
|
+
<section class="benefits__section--marg">
|
37
|
+
<div class="container">
|
38
|
+
<div class="row">
|
39
|
+
<div class="col">
|
40
|
+
<h5 class="benefits__typography--h5 benefits__testimonials--mb text-center">What Our Students Say</h5>
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
<div class="row">
|
44
|
+
<div class="col-12 col-md-4 text-center">
|
45
|
+
<img
|
46
|
+
src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
|
47
|
+
data-src="{{ page.baseurl }}assets/img/d-daun2.jpg"
|
48
|
+
class="benefits__borders--circle-img img-fluid rounded-circle"
|
49
|
+
height="284px"
|
50
|
+
width="284px"
|
51
|
+
alt="Photo of Debra Daun at graduation">
|
52
|
+
</div>
|
53
|
+
<div class="col-12 col-md-8 align-self-center">
|
54
|
+
<p class="benefits__typography--student-p"><em>“I completed finals the week of my 60th birthday, something I am proud of. In 1980 I received a B.S. in Biology, but this Associate’s Degree in Computer Graphics Technology means even more to me. Each thing I have learned has made me that much more capable in today’s world, allowing me to find job opportunities that I couldn’t have taken advantage of before. KCC has made a huge difference in my life, both in learning and in the people I have come to know here.”</em></p>
|
55
|
+
<span class="benefits__typography--img-cap">- Debra A. Daun, Class of 2018</span>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
<div class="row benefits__row--pad">
|
59
|
+
<div class="col-12 col-md-8 order-2 order-md-1 align-self-center">
|
60
|
+
<p class="benefits__typography--student-p"><em>“I’m the first one in my family to graduate. The professors would take their time to know you. That’s what I really liked about this. It was smaller....everybody knows you here. I really liked KCC. I’m really excited to see where this takes me next.”</em></p>
|
61
|
+
<span class="benefits__typography--img-cap">- Miguel Angel Diaz Ramirez, Class of 2018</span>
|
62
|
+
</div>
|
63
|
+
<div class="col-12 col-md-4 text-center order-1 order-md-2">
|
64
|
+
<img
|
65
|
+
src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
|
66
|
+
data-src="{{ page.baseurl }}assets/img/miguel2.jpg"
|
67
|
+
class="benefits__borders--circle-img img-fluid rounded-circle"
|
68
|
+
height="284px"
|
69
|
+
width="284px"
|
70
|
+
alt="Photo of Miguel Angel Diaz Ramirez at graduation">
|
71
|
+
</div>
|
72
|
+
</div>
|
73
|
+
</div>
|
74
|
+
</section>
|
75
|
+
|
76
|
+
<section class="benefits__section--marg benefits__blue-section">
|
77
|
+
<div class="container">
|
78
|
+
<div class="row">
|
79
|
+
<div class="col">
|
80
|
+
<h5 class="benefits__typography--h5 benefits__typography--h5--mb text-center">Recognized & Accredited</h5>
|
81
|
+
</div>
|
82
|
+
</div>
|
83
|
+
<div class="row">
|
84
|
+
<div class="col-12 col-lg-4 text-center text-lg-left">
|
85
|
+
<div class="benefits__accredited--card mx-auto">
|
86
|
+
<div class="text-center">
|
87
|
+
{% include svg/check.html %}
|
88
|
+
<span class="benefits__accredited--span-l">KCC is Accredited</span>
|
89
|
+
<span class="benefits__accredited--span-s">by the Higher Learning Commission (hlcommission.org), a regional accreditation agency recognized by the U.S. Department of Education.</span>
|
90
|
+
</div>
|
91
|
+
</div>
|
92
|
+
</div>
|
93
|
+
<div class="col-12 col-lg-4 text-center">
|
94
|
+
<img
|
95
|
+
src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
|
96
|
+
data-src="{{ page.baseurl }}assets/img/zippia.png"
|
97
|
+
class="benefits__idfpr-img img-fluid"
|
98
|
+
height="320px"
|
99
|
+
width="239px"
|
100
|
+
alt="#1 community college in Illinois for job placement according to Zippia.com"
|
101
|
+
>
|
102
|
+
<span class="benefits__accredited--span--source text-left w-50 mx-auto">Source: Zippia.com</span>
|
103
|
+
</div>
|
104
|
+
<div class="col-12 col-lg-4">
|
105
|
+
<div class="row">
|
106
|
+
<div class="col">
|
107
|
+
<img
|
108
|
+
src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
|
109
|
+
data-src="{{ page.baseurl }}assets/img/itransfer.png"
|
110
|
+
alt="Illinois Itransfer logo"
|
111
|
+
height="286px"
|
112
|
+
width="160px"
|
113
|
+
class="benefits__itransfer-img float-right
|
114
|
+
float-ls-none">
|
115
|
+
</div>
|
116
|
+
<div class="col">
|
117
|
+
<span class="benefits__typography-itransfer">Illinois<br> Transfer<br> Articulation<br></span>
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
</div>
|
121
|
+
</div>
|
122
|
+
</div>
|
123
|
+
</section>
|
data/_includes/body.html
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{%- unless jekyll.environment contains 'production' or jekyll.environment contains 'development' -%}
|
2
|
+
<!-- Custom CSS Stylesheet for CloudCannon -->
|
3
|
+
<link rel="stylesheet" href="{{page.baseurl}}assets/css/content.css">
|
4
|
+
{%- endunless -%}
|
5
|
+
{%- comment -%}
|
6
|
+
<!-- Uncomment to prevent IE-11 caching (for IE testing) -->
|
7
|
+
<!-- <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
8
|
+
<META HTTP-EQUIV="Expires" CONTENT="-1"> -->
|
9
|
+
{%- endcomment -%}
|
10
|
+
</head>
|
11
|
+
<body>
|
12
|
+
<h1 class="sr-only">{%- if page.outline_title -%}{{ page.outline_title }}{% else %}{{ page.title }}{%- endif -%}</h1>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<section class="benefits__section--marg">
|
2
|
+
<div class="container">
|
3
|
+
<div class="row">
|
4
|
+
<div class="col text-center">
|
5
|
+
<h5 class="benefits__typography--h5--black text-center editable">Learn More About What Kankakee Community College Has to Offer.</h5>
|
6
|
+
<a href="#page-top" class="btn btn-primary btn-lg buttons__btn-marg buttons__blue-btn text-center">GET STARTED</a>
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
</section>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
|
2
|
+
<nav aria-label="breadcrumb">
|
3
|
+
<ol class="breadcrumb breadcrumbs">
|
4
|
+
<li class="breadcrumb-item">
|
5
|
+
<a href="../">
|
6
|
+
<svg id="home-icon" role="image" class="breadcrumbs--home" height="24px" width="24px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-labelledby="home-icon-title">
|
7
|
+
<title lang="en" id="home-icon-title">Home</title>
|
8
|
+
<path class="breadcrumbs--home--border" d="M0,0h24v24H0V0z"/>
|
9
|
+
<polygon class="breadcrumbs--home--house" points="14.5,19.5 14.5,13.5 9.5,13.5
|
10
|
+
9.5,19.5 5.5,19.5 5.5,11.5 3.3,11.5 12,3.7 20.7,11.5 18.5,11.5 18.5,19.5 "/>
|
11
|
+
</svg>
|
12
|
+
</a>
|
13
|
+
</li>
|
14
|
+
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
|
15
|
+
</ol>
|
16
|
+
</nav>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html class="no-js" lang="en">
|
3
|
+
<head>
|
4
|
+
<!-- Meta -->
|
5
|
+
<meta charset="utf-8">
|
6
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
7
|
+
<title>{{page.title}} - {{site.title}}</title>
|
8
|
+
<meta name="description" content="{{page.description}}">
|
9
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
10
|
+
{% include preconnect.html %}
|
11
|
+
<!-- ==============================
|
12
|
+
KCC "landing-page-gem" GEM THEME
|
13
|
+
A Jekyll gem-based theme for Kankakee Community College's landing-pages/micro-sites
|
14
|
+
Theme & theme's build-process coded and developed by Wesley Zajicek for KCC 2019-2020
|
15
|
+
Author: Wesley Zajicek | https://github.com/wdzajicek
|
16
|
+
-->
|
17
|
+
{% if site.humans_file == true %}<!-- The human's, the human's!! -->
|
18
|
+
<link rel="author" type="text/plain" href="/humans.txt" />
|
19
|
+
{%- endif -%}
|
20
|
+
<!-- Standard Favicon -->
|
21
|
+
<link rel="icon" type="image/x-icon" href="{{page.baseurl}}favicon.ico"/>
|
data/_includes/foot.html
ADDED
@@ -0,0 +1,271 @@
|
|
1
|
+
<footer class="footer footer__margin">
|
2
|
+
<div class="container">
|
3
|
+
<div class="row">
|
4
|
+
<div class="col-lg-6 footer__mobile--margin-bottom">
|
5
|
+
<div class="row">
|
6
|
+
<div class="col-lg-12 text-center">
|
7
|
+
<a href="{{ site.public-url }}" class="footer-link"><h5 class="typography__footer-heading">{{ site.public-url | replace: "https://", "" | replace: "http://", "" }}</h5></a>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
<div class="row">
|
11
|
+
<div class="col-lg-12">
|
12
|
+
<div class="text-center">
|
13
|
+
<span>
|
14
|
+
<a href="http://www.facebook.com/KankakeeCommunityCollege/" class="footer-social-links" target="_blank" rel="noopener">
|
15
|
+
<svg
|
16
|
+
id="facebook"
|
17
|
+
role="img"
|
18
|
+
class="footer-icons"
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
20
|
+
width="50px"
|
21
|
+
height="50px"
|
22
|
+
viewBox="0 0 512 512"
|
23
|
+
aria-labelledby="facebook-title">
|
24
|
+
<title id="facebook-title" lang="en">Facebook</title>
|
25
|
+
<path fill-rule="evenodd"
|
26
|
+
clip-rule="evenodd"
|
27
|
+
class="svg__fill--white"
|
28
|
+
d="M320.526,268.436l7.223-51.045h-50.08v-34.799
|
29
|
+
c0-10.788,8.827-19.615,19.615-19.615h32.393v-47.002l-40.702-1.634
|
30
|
+
c-38.005-1.524-63.793,27.143-63.793,60.903v42.146h-42.858
|
31
|
+
v51.045h42.858v129.282h52.487V268.436H320.526z"/>
|
32
|
+
</svg>
|
33
|
+
</a>
|
34
|
+
</span>
|
35
|
+
<span>
|
36
|
+
<a href="http://twitter.com/KCCedu" class="footer-social-links" target="_blank" rel="noopener">
|
37
|
+
<svg
|
38
|
+
id="twitter"
|
39
|
+
role="img"
|
40
|
+
class="footer-icons"
|
41
|
+
xmlns="http://www.w3.org/2000/svg"
|
42
|
+
width="50px"
|
43
|
+
height="50px"
|
44
|
+
viewBox="0 0 512 512"
|
45
|
+
aria-labelledby="twitter-title">
|
46
|
+
<title id="twitter-title" lang="en">Twitter</title>
|
47
|
+
<path class="svg__fill--white" d="M393.859,170.531c-10.142,4.498-21.039,7.539-32.479,8.905
|
48
|
+
c11.677-6.998,20.642-18.081,24.865-31.286c-10.925,6.48-23.028,11.187-35.91,13.723
|
49
|
+
c-10.315-10.991-25.015-17.858-41.278-17.858c-31.234,0-56.554,25.32-56.554,56.55
|
50
|
+
c0,4.433,0.501,8.749,1.465,12.888c-47-2.358-88.67-24.873-116.562-59.087
|
51
|
+
c-4.868,8.354-7.656,18.067-7.656,28.432c0,19.618,9.984,36.929,25.158,47.069
|
52
|
+
c-9.271-0.293-17.99-2.837-25.615-7.073c-0.004,0.236-0.005,0.473-0.005,0.712
|
53
|
+
c0,27.399,19.493,50.256,45.364,55.451c-4.746,1.292-9.742,1.982-14.899,1.982
|
54
|
+
c-3.645,0-7.187-0.354-10.64-1.014c7.196,22.467,28.081,38.816,52.827,39.274
|
55
|
+
c-19.354,15.166-43.738,24.208-70.233,24.208c-4.564,0-9.066-0.269-13.489-0.79
|
56
|
+
c25.026,16.045,54.751,25.406,86.688,25.406c104.021,0,160.9-86.171,160.9-160.901
|
57
|
+
c0-2.452-0.054-4.891-0.163-7.315C376.689,191.833,386.278,181.873,393.859,170.531z"/>
|
58
|
+
</svg>
|
59
|
+
</a>
|
60
|
+
</span>
|
61
|
+
<span>
|
62
|
+
<a href="http://www.instagram.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener">
|
63
|
+
<svg
|
64
|
+
id="instagram"
|
65
|
+
role="img"
|
66
|
+
class="footer-icons"
|
67
|
+
xmlns="http://www.w3.org/2000/svg"
|
68
|
+
width="50px"
|
69
|
+
height="50px"
|
70
|
+
viewBox="0 0 512 512"
|
71
|
+
aria-labelledby="instagram-title">
|
72
|
+
<title id="instagram-title" lang="en">Instagram</title>
|
73
|
+
<g>
|
74
|
+
<path class="svg__fill--white" d="M317.858,407.985H194.142c-47.339,0-86.071-38.73-86.071-86.07V190.086
|
75
|
+
c0-47.34,38.732-86.071,86.071-86.071h123.717c47.34,0,86.072,38.731,86.072,86.071
|
76
|
+
v131.829C403.931,369.255,365.198,407.985,317.858,407.985 M317.858,385.243
|
77
|
+
c16.82,0,32.697-6.614,44.705-18.623c12.01-12.008,18.622-27.885,18.622-44.705V190.086
|
78
|
+
c0-16.82-6.612-32.697-18.622-44.706c-12.008-12.009-27.885-18.622-44.705-18.622H194.142
|
79
|
+
c-16.82,0-32.697,6.613-44.706,18.622s-18.621,27.886-18.621,44.706v131.829
|
80
|
+
c0,16.82,6.612,32.697,18.621,44.705c12.009,12.009,27.886,18.623,44.706,18.623H317.858z"/>
|
81
|
+
<path class="svg__fill--white" d="M337.929,254.827c0,44.994-36.477,81.47-81.472,81.47
|
82
|
+
c-44.994,0-81.471-36.476-81.471-81.47c0-44.995,36.477-81.471,81.471-81.471
|
83
|
+
C301.452,173.356,337.929,209.832,337.929,254.827 M256.065,201.544
|
84
|
+
c-29.464,0-53.348,23.885-53.348,53.347c0,29.464,23.884,53.35,53.348,53.35
|
85
|
+
s53.347-23.886,53.347-53.35C309.412,225.429,285.529,201.544,256.065,201.544"/>
|
86
|
+
<path class="svg__fill--white" d="M358.526,172.089c0,10.654-8.637,19.292-19.29,19.292
|
87
|
+
c-10.655,0-19.292-8.638-19.292-19.292c0-10.653,8.637-19.29,19.292-19.29
|
88
|
+
C349.89,152.799,358.526,161.436,358.526,172.089"/>
|
89
|
+
</g>
|
90
|
+
</svg>
|
91
|
+
</a>
|
92
|
+
</span>
|
93
|
+
<span>
|
94
|
+
<a href="http://www.youtube.com/user/KankakeeCommCollege" class="footer-social-links" target="_blank" rel="noopener">
|
95
|
+
<svg
|
96
|
+
id="youtube"
|
97
|
+
role="img"
|
98
|
+
class="footer-icons"
|
99
|
+
xmlns="http://www.w3.org/2000/svg"
|
100
|
+
width="50px"
|
101
|
+
height="50px"
|
102
|
+
viewBox="0 0 512 512"
|
103
|
+
aria-labelledby="youtube-title">
|
104
|
+
<title id="youtube-title" lang="en">YouTube</title>
|
105
|
+
<path class="svg__fill--white" d="M339.306,134.92H172.691c-91.187,0-91.187,25.977-91.187,89.865v62.432
|
106
|
+
c0,60.757,12.915,89.864,91.187,89.864h166.614c70.7,0,91.19-17.012,91.19-89.864v-62.432
|
107
|
+
C430.496,157.537,427.053,134.92,339.306,134.92z M220.347,303.457v-98.009l94.064,48.846
|
108
|
+
L220.347,303.457z"/>
|
109
|
+
</svg>
|
110
|
+
</a>
|
111
|
+
</span>
|
112
|
+
<span>
|
113
|
+
<a href="http://www.pinterest.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener">
|
114
|
+
<svg
|
115
|
+
id="pinterest"
|
116
|
+
role="img"
|
117
|
+
class="footer-icons"
|
118
|
+
xmlns="http://www.w3.org/2000/svg"
|
119
|
+
width="50px"
|
120
|
+
height="50px"
|
121
|
+
viewBox="0 0 512 512"
|
122
|
+
aria-labelledby="pinterest-title">
|
123
|
+
<title id="pinterest-title" lang="en">Pinterest</title>
|
124
|
+
<path class="svg__fill--white" d="M256.005,105.086c-83.343,0-150.915,67.566-150.915,150.912
|
125
|
+
c0,61.795,37.159,114.882,90.332,138.223c-0.425-10.538-0.076-23.188,2.627-34.653
|
126
|
+
c2.901-12.252,19.418-82.231,19.418-82.231s-4.821-9.636-4.821-23.878
|
127
|
+
c0-22.363,12.962-39.066,29.104-39.066c13.727,0,20.357,10.311,20.357,22.656
|
128
|
+
c0,13.8-8.8,34.439-13.326,53.557c-3.781,16.008,8.026,29.065,23.819,29.065
|
129
|
+
c28.593,0,47.85-36.724,47.85-80.234c0-33.075-22.276-57.832-62.794-57.832
|
130
|
+
c-45.778,0-74.297,34.139-74.297,72.271c0,13.147,3.877,22.42,9.949,29.599
|
131
|
+
c2.791,3.298,3.18,4.625,2.168,8.411c-0.723,2.777-2.386,9.462-3.074,12.111
|
132
|
+
c-1.005,3.821-4.102,5.188-7.556,3.776c-21.085-8.607-30.905-31.698-30.905-57.654
|
133
|
+
c0-42.869,36.155-94.272,107.856-94.272c57.617,0,95.537,41.693,95.537,86.449
|
134
|
+
c0,59.2-32.912,103.428-81.427,103.428c-16.293,0-31.618-8.808-36.868-18.811
|
135
|
+
c0,0-8.761,34.771-10.617,41.484c-3.198,11.636-9.462,23.264-15.188,32.328
|
136
|
+
c13.573,4.007,27.91,6.188,42.771,6.188c83.336,0,150.904-67.565,150.904-150.915
|
137
|
+
C406.909,172.652,339.341,105.086,256.005,105.086z"/>
|
138
|
+
</svg>
|
139
|
+
</a>
|
140
|
+
</span>
|
141
|
+
<span>
|
142
|
+
<a href="http://www.linkedin.com/company/kankakee-community-college" class="footer-social-links" target="_blank" rel="noopener">
|
143
|
+
<svg
|
144
|
+
id="linkedin"
|
145
|
+
role="img"
|
146
|
+
class="footer-icons"
|
147
|
+
xmlns="http://www.w3.org/2000/svg"
|
148
|
+
width="50px"
|
149
|
+
height="50px"
|
150
|
+
viewBox="0 0 512 512"
|
151
|
+
aria-labelledby="linkedin-title">
|
152
|
+
<title lang="en" id="linkedin-title">LinkedIn</title>
|
153
|
+
<g>
|
154
|
+
<path class="svg__fill--white" d="M142.394,216.601h48.7v156.684h-48.7V216.601z M166.755,138.716
|
155
|
+
c15.567,0,28.219,12.651,28.219,28.226c0,15.588-12.651,28.24-28.219,28.24
|
156
|
+
c-15.608,0-28.242-12.652-28.242-28.24C138.513,151.368,151.146,138.716,166.755,138.716"/>
|
157
|
+
<path class="svg__fill--white" d="M221.638,216.601h46.707v21.408h0.65
|
158
|
+
c6.502-12.316,22.385-25.305,46.076-25.305c49.314,0,58.416,32.454,58.416,74.639v85.941
|
159
|
+
h-48.664v-76.199c0-18.168-0.334-41.54-25.302-41.54c-25.339,0-29.23,19.792-29.23,40.227
|
160
|
+
v77.512h-48.653V216.601z"/>
|
161
|
+
</g>
|
162
|
+
</svg>
|
163
|
+
</a>
|
164
|
+
</span>
|
165
|
+
</div>
|
166
|
+
</div>
|
167
|
+
</div>
|
168
|
+
</div>
|
169
|
+
<div class="col-lg-6">
|
170
|
+
<a href="http://www.kcc.edu" target="_blank" rel="noopener">
|
171
|
+
<svg
|
172
|
+
id="KCC-text-logo"
|
173
|
+
role="img"
|
174
|
+
class="footer__svg--logo img__responsive--svg mx-auto"
|
175
|
+
xmlns="http://www.w3.org/2000/svg"
|
176
|
+
width="416.394px"
|
177
|
+
height="28.682px"
|
178
|
+
viewBox="0 0 416.394 28.682"
|
179
|
+
aria-labelledby="kcc-text-logo-title">
|
180
|
+
<title id="kcc-text-logo-title" lang="en">Kankakee Community College</title>
|
181
|
+
<g>
|
182
|
+
<polygon class="svg__fill--blue" points="6.913,9.049 8.856,9.049 17.992,0.174 23.125,0.174 12.053,10.789 19.401,21.924 14.123,21.924
|
183
|
+
8.098,12.615 6.155,12.615 4.176,21.924 0,21.924 4.623,0.174 8.799,0.174 "></polygon>
|
184
|
+
<path class="svg__fill--blue" d="M30.973,20.01h-0.087c-1.157,2.031-3.402,2.088-5.171,2.088c-3.451,0-5.53-0.725-4.655-4.842
|
185
|
+
c0.777-3.654,2.907-4.67,6.676-4.67c1.856,0,3.677,0.029,4.184,1.74h0.116l0.419-1.973c0.524-2.465,0.506-3.334-2.54-3.334
|
186
|
+
c-1.595,0-2.901,0.145-3.321,2.117h-3.654c0.943-4.438,4.025-4.611,7.505-4.611c4.872,0,6.742,0.754,5.657,5.857l-2.028,9.541
|
187
|
+
h-3.654L30.973,20.01z M24.714,17.256c-0.457,2.145,0.371,2.348,2.835,2.348c1.943,0,3.401-0.174,3.863-2.348
|
188
|
+
c0.45-2.117-1.104-2.176-2.902-2.176C26.655,15.08,25.176,15.08,24.714,17.256z"></path>
|
189
|
+
<path class="svg__fill--blue" d="M44.589,6.699L44.103,8.99h0.116c1.286-2.232,3.163-2.465,5.309-2.465c4.002,0,4.869,1.652,4.08,5.365
|
190
|
+
l-2.133,10.033H47.82l2.053-9.656c0.468-2.205,0.136-2.959-2.213-2.959c-3.19,0-3.945,1.508-4.525,4.234l-1.781,8.381h-3.654
|
191
|
+
l3.236-15.225H44.589z"></path>
|
192
|
+
<polygon class="svg__fill--blue" points="60.645,12.615 61.544,12.615 67.064,6.699 71.182,6.699 64.266,13.863 69.048,21.924 64.64,21.924
|
193
|
+
61.014,15.109 60.115,15.109 58.666,21.924 55.012,21.924 59.635,0.174 63.289,0.174 "></polygon>
|
194
|
+
<path class="svg__fill--blue" d="M81.026,20.01h-0.087c-1.157,2.031-3.402,2.088-5.171,2.088c-3.451,0-5.53-0.725-4.655-4.842
|
195
|
+
c0.777-3.654,2.907-4.67,6.677-4.67c1.856,0,3.677,0.029,4.183,1.74h0.116l0.419-1.973c0.524-2.465,0.506-3.334-2.54-3.334
|
196
|
+
c-1.595,0-2.901,0.145-3.321,2.117h-3.654c0.943-4.438,4.025-4.611,7.505-4.611c4.872,0,6.742,0.754,5.657,5.857l-2.028,9.541
|
197
|
+
h-3.654L81.026,20.01z M74.768,17.256c-0.457,2.145,0.371,2.348,2.835,2.348c1.943,0,3.401-0.174,3.863-2.348
|
198
|
+
c0.45-2.117-1.104-2.176-2.902-2.176C76.708,15.08,75.229,15.08,74.768,17.256z"></path>
|
199
|
+
<polygon class="svg__fill--blue" points="93.356,12.615 94.255,12.615 99.776,6.699 103.894,6.699 96.977,13.863 101.759,21.924
|
200
|
+
97.352,21.924 93.725,15.109 92.826,15.109 91.377,21.924 87.724,21.924 92.347,0.174 96,0.174 "></polygon>
|
201
|
+
<path class="svg__fill--blue" d="M117.955,17.082c-1.018,4.785-3.821,5.016-8.171,5.016c-5.829,0-6.623-1.855-5.372-7.742
|
202
|
+
c1.159-5.451,2.535-7.83,8.683-7.83c6.263,0,6.716,1.826,5.304,8.469H107.93c-0.697,3.275-0.832,4.32,2.445,4.32
|
203
|
+
c2.03,0,3.445,0.029,3.926-2.232H117.955z M115.238,12.674c0.666-3.133,0.251-3.365-2.736-3.365c-3.161,0-3.506,0.668-4.079,3.365
|
204
|
+
H115.238z"></path>
|
205
|
+
<path class="svg__fill--blue" d="M134.484,17.082c-1.017,4.785-3.82,5.016-8.171,5.016c-5.829,0-6.623-1.855-5.372-7.742
|
206
|
+
c1.159-5.451,2.535-7.83,8.683-7.83c6.264,0,6.716,1.826,5.305,8.469H124.46c-0.696,3.275-0.831,4.32,2.445,4.32
|
207
|
+
c2.03,0,3.444,0.029,3.926-2.232H134.484z M131.768,12.674c0.666-3.133,0.252-3.365-2.735-3.365c-3.161,0-3.506,0.668-4.079,3.365
|
208
|
+
H131.768z"></path>
|
209
|
+
<path class="svg__fill--blue" d="M162.747,7.453L163,6.264c0.536-2.521-0.412-2.695-4.066-2.695c-4.205,0-5.078,0.695-5.984,4.959
|
210
|
+
l-1.023,4.812c-0.896,4.35-0.553,5.191,3.826,5.191c3.365,0,4.897-0.115,5.557-3.219l0.253-1.189h4.176l-0.302,1.422
|
211
|
+
c-1.307,6.553-4.998,6.322-10.441,6.553c-7.717,0.291-8.544-2.232-7.281-8.584l1.061-4.986C150.253,1.566,153.283,0,159.691,0
|
212
|
+
c5.423,0,8.52,0.029,7.484,6.264l-0.252,1.189H162.747z"></path>
|
213
|
+
<path class="svg__fill--blue" d="M182.254,14.326c-1.252,5.887-2.465,7.771-8.815,7.771s-6.763-1.885-5.511-7.771
|
214
|
+
c1.258-5.916,2.471-7.801,8.82-7.801C183.1,6.525,183.511,8.41,182.254,14.326z M171.575,14.355
|
215
|
+
c-0.862,4.061-0.793,4.959,2.455,4.959s3.7-0.898,4.563-4.959c0.875-4.117,0.811-5.047-2.438-5.047
|
216
|
+
C172.909,9.309,172.451,10.238,171.575,14.355z"></path>
|
217
|
+
<path class="svg__fill--blue" d="M190.516,6.699l-0.469,2.205h0.115c1.226-1.943,3.377-2.379,5.291-2.379s4.014,0.492,3.951,2.697h0.115
|
218
|
+
c1.146-2.117,3.357-2.697,5.389-2.697c3.943,0,4.959,1.363,4.164,5.104l-2.189,10.295h-3.654l2.115-9.947
|
219
|
+
c0.32-1.914,0.016-2.668-1.984-2.668c-2.959,0-3.822,1.334-4.396,4.031l-1.824,8.584h-3.654l2.115-9.947
|
220
|
+
c0.319-1.914,0.016-2.668-1.985-2.668c-2.958,0-3.821,1.334-4.395,4.031l-1.825,8.584h-3.653l3.235-15.225H190.516z"></path>
|
221
|
+
<path class="svg__fill--blue" d="M217.312,6.699l-0.469,2.205h0.115c1.225-1.943,3.377-2.379,5.291-2.379s4.012,0.492,3.951,2.697h0.115
|
222
|
+
c1.146-2.117,3.357-2.697,5.387-2.697c3.943,0,4.959,1.363,4.164,5.104l-2.188,10.295h-3.654l2.113-9.947
|
223
|
+
c0.32-1.914,0.018-2.668-1.984-2.668c-2.957,0-3.82,1.334-4.395,4.031l-1.824,8.584h-3.654l2.115-9.947
|
224
|
+
c0.318-1.914,0.016-2.668-1.986-2.668c-2.957,0-3.82,1.334-4.395,4.031l-1.824,8.584h-3.654l3.236-15.225H217.312z"></path>
|
225
|
+
<path class="svg__fill--blue" d="M247.338,21.924l0.5-2.348h-0.117c-1.271,2.029-3.262,2.521-5.35,2.521c-3.045,0-4.854-1.043-4.174-4.379
|
226
|
+
l2.344-11.02h3.654l-2.041,9.6c-0.463,2.174-0.438,3.016,1.91,3.016c2.814,0,3.965-1.189,4.525-3.828l1.869-8.787h3.654
|
227
|
+
l-3.236,15.225H247.338z"></path>
|
228
|
+
<path class="svg__fill--blue" d="M261.391,6.699l-0.486,2.291h0.115c1.287-2.232,3.164-2.465,5.309-2.465c4.002,0,4.869,1.652,4.08,5.365
|
229
|
+
l-2.133,10.033h-3.654l2.053-9.656c0.469-2.205,0.137-2.959-2.213-2.959c-3.189,0-3.945,1.508-4.525,4.234l-1.781,8.381H254.5
|
230
|
+
l3.236-15.225H261.391z"></path>
|
231
|
+
<path class="svg__fill--blue" d="M275.293,21.924h-3.654l3.236-15.225h3.654L275.293,21.924z M279.258,3.277h-3.654l0.658-3.104h3.654
|
232
|
+
L279.258,3.277z"></path>
|
233
|
+
<path class="svg__fill--blue" d="M280.066,6.699h1.914l0.732-3.451h3.654l-0.732,3.451h5.828l-0.592,2.783h-5.828l-1.658,7.803
|
234
|
+
c-0.268,1.391-0.402,2.029,1.135,2.029c2.059,0,2.172-1.625,2.51-3.219h3.221c-0.924,4.611-2.379,6.002-6.322,6.002
|
235
|
+
c-4.002,0-5.023-0.928-4.203-4.785l1.664-7.83h-1.914L280.066,6.699z"></path>
|
236
|
+
<path class="svg__fill--blue" d="M299.35,22.533c-1.574,3.451-2.844,6.148-7.107,6.148c-0.521,0-1.025-0.088-1.541-0.117l0.586-2.754
|
237
|
+
c0.256,0.029,0.504,0.086,0.766,0.086c2.291,0,3.107-2.203,3.801-3.973h-1.768l-1.781-15.225h3.77l1.102,12.963h0.059l5.713-12.963
|
238
|
+
h3.713L299.35,22.533z"></path>
|
239
|
+
<path class="svg__fill--blue" d="M331.379,7.453l0.254-1.189c0.535-2.521-0.414-2.695-4.066-2.695c-4.205,0-5.078,0.695-5.984,4.959
|
240
|
+
l-1.023,4.812c-0.896,4.35-0.553,5.191,3.826,5.191c3.363,0,4.896-0.115,5.557-3.219l0.252-1.189h4.176l-0.301,1.422
|
241
|
+
c-1.307,6.553-4.998,6.322-10.441,6.553c-7.717,0.291-8.545-2.232-7.281-8.584l1.061-4.986C318.885,1.566,321.914,0,328.324,0
|
242
|
+
c5.422,0,8.52,0.029,7.484,6.264l-0.254,1.189H331.379z"></path>
|
243
|
+
<path class="svg__fill--blue" d="M350.887,14.326c-1.252,5.887-2.465,7.771-8.814,7.771c-6.352,0-6.764-1.885-5.512-7.771
|
244
|
+
c1.258-5.916,2.471-7.801,8.82-7.801C351.732,6.525,352.145,8.41,350.887,14.326z M340.209,14.355
|
245
|
+
c-0.863,4.061-0.793,4.959,2.455,4.959c3.246,0,3.699-0.898,4.562-4.959c0.875-4.117,0.811-5.047-2.438-5.047
|
246
|
+
S341.084,10.238,340.209,14.355z"></path>
|
247
|
+
<polygon class="svg__fill--blue" points="356.027,21.924 352.375,21.924 356.998,0.174 360.65,0.174 "></polygon>
|
248
|
+
<polygon class="svg__fill--blue" points="363.336,21.924 359.682,21.924 364.305,0.174 367.959,0.174 "></polygon>
|
249
|
+
<path class="svg__fill--blue" d="M381.533,17.082c-1.018,4.785-3.822,5.016-8.172,5.016c-5.828,0-6.623-1.855-5.371-7.742
|
250
|
+
c1.158-5.451,2.533-7.83,8.682-7.83c6.264,0,6.717,1.826,5.305,8.469h-10.469c-0.697,3.275-0.832,4.32,2.445,4.32
|
251
|
+
c2.029,0,3.445,0.029,3.926-2.232H381.533z M378.816,12.674c0.666-3.133,0.25-3.365-2.736-3.365c-3.162,0-3.506,0.668-4.08,3.365
|
252
|
+
H378.816z"></path>
|
253
|
+
<path class="svg__fill--blue" d="M394.045,19.75h-0.086c-1.383,2-3.4,2.348-5.256,2.348c-5.221,0-5.219-2.871-4.27-7.336
|
254
|
+
c0.992-4.67,1.924-8.236,7.58-8.236c2.145,0,3.729,0.465,4.23,2.465h0.117l0.342-2.291h3.654l-3.23,15.195
|
255
|
+
c-1.166,5.482-3.182,6.787-8.75,6.787c-3.713,0-6.361-0.639-5.16-5.191h3.422c-0.445,2.088,0.271,2.406,2.33,2.406
|
256
|
+
c3.104,0,3.904-0.637,4.459-3.248L394.045,19.75z M388.279,13.863c-0.734,3.449-1.16,5.451,2.088,5.451
|
257
|
+
c3.654,0,4.043-1.826,4.812-5.451c0.691-3.248,0.475-4.555-2.686-4.555C389.971,9.309,389.092,10.035,388.279,13.863z"></path>
|
258
|
+
<path class="svg__fill--blue" d="M415.289,17.082c-1.018,4.785-3.822,5.016-8.172,5.016c-5.828,0-6.623-1.855-5.371-7.742
|
259
|
+
c1.158-5.451,2.533-7.83,8.682-7.83c6.264,0,6.717,1.826,5.305,8.469h-10.469c-0.697,3.275-0.832,4.32,2.445,4.32
|
260
|
+
c2.029,0,3.445,0.029,3.926-2.232H415.289z M412.572,12.674c0.666-3.133,0.25-3.365-2.736-3.365c-3.162,0-3.506,0.668-4.08,3.365
|
261
|
+
H412.572z"></path>
|
262
|
+
</g>
|
263
|
+
</svg>
|
264
|
+
</a>
|
265
|
+
<p>100 College Drive Kankakee, IL 60901 <br>
|
266
|
+
<a class="links__darker-link" href="tel:18158028100">815-802-8100</a> <br>
|
267
|
+
© <span id="currentYear">2018</span> Kankakee Community College</p>
|
268
|
+
</div>
|
269
|
+
</div>
|
270
|
+
</div>
|
271
|
+
</footer>
|