-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
116 lines (114 loc) · 6.22 KB
/
about.html
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
layout: default-core
baseurl: ../
title: About
description: >-
Offering non-credit training to people and businesses of the community.
Online, in-person and customized options available.
banner_image: assets/img/cebp-logo_red-blue.png
banner_alt_text: Kankakee Community College Continuing Education and Business Partnerships
no_main_call_to_action: true
---
<!-- Build -->
<main>
<div class="container">
<div class="row">
<div class="col-12">
<div class="text-center">
{% assign first_char = page.banner_image | slice: 0 %}
{% if first_char == '/' %}
{% assign banner = page.banner_image | remove_first: '/' %}
{% else %}
{% assign banner = page.banner_image %}
{% endif %}
<img
src="{{ page.baseurl }}{{ banner }}"
class="img-fluid"
alt="{{ page.banner_alt_text | replace: '"', '"' }}">
</div>
<div class="editable">
<h2 class="typography__h2">About Us</h2>
<p> The Continuing Education & Business Partnerships Department at KCC strives to meet the unique needs of local businesses and individuals. We provide non-credit workforce training and personal development classes. Financial assistance is available for select workforce training programs. </p>
<h3 class="typography__h3">Course Areas</h3>
<ul>
<li>Computer Skills</li>
<li>Personal enrichment:
<ul>
<li>Art, Hobbies & Home</li>
<li>Educational Talks</li>
<li>Lifelong Learning Institute</li>
<li>Travel Information</li>
</ul>
</li>
<li>Professional Development
<ul>
<li>Computer Skills</li>
<li>Education</li>
<li>Health Careers</li>
<li>Information Technology/CompTIA®</li>
<li>Leadership & Management</li>
<li>Safety & OSHA</li>
<li>Social Services</li>
</ul>
</li>
</ul>
<h3 class="typography__h3">Custom Training</h3>
<p> Another of our specialties is connecting employers with skilled instructors to deliver custom training programs that enhance employee growth and productivity. If you don't see what you need, we'll collaborate with you to <a href="https://www.kcc.edu/continuinged/workforce-training/" title="Customized workforce training">create a tailored training solution</a>. </p>
<p>Let us help you strengthen your workforce and achieve your personal goals!</p>
<h3 class="typography__h3">Online Opportunities</h3>
<p> Our online classes offer ultimate flexibility, allowing you to enroll and study from anywhere with an internet connection. Experience engaging lessons, quizzes, hands-on assignments, and interactive discussions led by expert instructors, including nationally recognized authors. Personal Development and career training are offered – including industry-recognized healthcare training programs in Medical Billing and Coding, Medical Transcription, Medical Administrative Assistant, and Pharmacy Technician. KCC partners with Ed2Go and CareerStep to offer these online programs. </p>
</div>
</div>
<div class="col-12 mb-0 mt-3">
<div class="editable">
<h3 class="typography__h3">Become an Instructor</h3>
</div>
</div>
<div class="col-md-6 d-flex flex-column justify-content-around editable">
<p>Continuing Education instructors provide excellent teaching and learning opportunities for the community. KCC’s Continuing Education & Business Partnerships Office continues to search for competent instructors wanting to teach short-term professional seminars and community education workshops, day or evening and on-campus or virtual.</p>
<p><strong>You can make a difference in helping fulfill the lifelong learning needs of our community.</strong></p>
</div>
<div class="col-md-6">
<div class="mt-md-4">
<div class="card">
<div class="card-body">
<div class="editable">
<p><strong>Do you have a special skill or talent that you would like to share with the community?</strong></p>
<p>If you have an area of expertise and a true dedication and love for teaching, please complete the form and submit it. If your course is determined to fit our current needs, we will contact you to discuss the next steps in hiring you and scheduling the class.</p>
<p class="text-center">
<button id="modalButton" role="button" data-bs-target="#formModal" data-bs-toggle="modal" class="btn btn-primary">
Complete the Form
</button>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" data-bs-backdrop="static" data-bs-keyboard="false" id="formModal" aria-modal="true" aria-labelledby="formModalLabel" aria-hidden="true" tabindex="-1">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="formModalLabel">KCC Continuing Education Instructor Inquiry Form</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div>
<p>Open form in new window/tab: <a target="_blank" rel="noopener noreferrer" href="https://form.jotform.com/202296570720049">https://form.jotform.com/202296570720049</a></p>
</div>
<iframe id="JotFormIFrame-202296570720049" title="Become a KCC Continuing Education Instructor" onload="window.parent.scrollTo(0,0)" allowtransparency="true" allow="geolocation; microphone; camera; fullscreen" src="https://form.jotform.com/202296570720049" frameborder="0" style="min-width:100%;max-width:100%;height:539px;border:none;" scrolling="no">
</iframe>
<script src='https://form.jotform.com/s/umd/latest/for-form-embed-handler.js'></script>
<script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-202296570720049'", "https://form.jotform.com/")</script>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!-- End modal -->
{% include contacts.html %}
</main>