-
Notifications
You must be signed in to change notification settings - Fork 0
/
workforce-training.html
72 lines (72 loc) · 2.83 KB
/
workforce-training.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
---
layout: default-core
baseurl: ../
title: Customized Workforce Training
description: >-
Boost your business with customized, non-credit workforce training in health
careers, leadership, safety, and more. Connect with skilled instructors today!
no_main_call_to_action: true
banner_image: uploads/workforce-training_banner.jpg
banner_image_alt: >-
Four photos: healthcare worker in scrubs with stethoscope, professional
working on a laptop, industrial worker in hard-hat and hi-vis jacket,
professional in a conference room.
accordion_expanded: false
---
<main>
<div class="container">
<div class="row">
<div class="col">
{% comment %}
<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_image_alt | replace: '"', '"' }}" />
</div>
{% endcomment %}
<div class="text-center">
<img
src="{{ page.baseurl }}uploads/bee-il_trio_thrive_about-bee.jpg"
class="img-fluid"
height="800"
width="800"
alt="Ready to help your business thrive! Proud partner Behind Every Employer Illinois. Powered by: ICCB"
>
</div>
<h2 class="typography__h2">{{ page.title }}</h2>
<div class="editable">
<p>
The Continuing Education & Business Partnerships Department offers non-credit
workforce training to meet business needs, connecting employers with skilled
instructors. Customized solutions are also offered. Financial assistance is
available for qualifying training programs.
</p>
</div>
<div class="text-center mb-3">
<a class="btn btn-primary" href="#JotFormIFrame-242066397656063">
Request Information
</a>
</div>
{% include accordion.html %}
<iframe
id="JotFormIFrame-242066397656063"
title="Non-credit Workforce Training Interest Form"
onload="window.parent.scrollTo(0,0)"
allowtransparency="true"
allow="geolocation; microphone; camera; fullscreen"
src="https://form.jotform.com/242066397656063"
frameborder="0"
style="min-width:100%;max-width:100%;height:539px;border:none;"
scrolling="no"
>
</iframe>
<script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>
<script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-242066397656063']", "https://form.jotform.com/")</script>
</div>
</div>
</div>
</main>