kcc-gem-theme-slim 0.0.1

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.
Files changed (190) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +138 -0
  4. data/_data/cache_bust_css.yml +1 -0
  5. data/_data/navigation.yml +154 -0
  6. data/_includes/accordion.html +36 -0
  7. data/_includes/accordion_path-sorting.html +29 -0
  8. data/_includes/benefits.html +98 -0
  9. data/_includes/body.html +10 -0
  10. data/_includes/breadcrumbs.html +44 -0
  11. data/_includes/card-section.html +26 -0
  12. data/_includes/chat-now.html +8 -0
  13. data/_includes/check-mark.svg +17 -0
  14. data/_includes/contacts-tan.html +94 -0
  15. data/_includes/contacts.html +80 -0
  16. data/_includes/document-head.html +22 -0
  17. data/_includes/emergency-alerts.html +29 -0
  18. data/_includes/foot.html +3 -0
  19. data/_includes/footer.html +271 -0
  20. data/_includes/hash/theme_hash.yml +1 -0
  21. data/_includes/header-global.html +49 -0
  22. data/_includes/hero-slider.html +23 -0
  23. data/_includes/main-call-to-action.html +32 -0
  24. data/_includes/nav-global-bottom.html +44 -0
  25. data/_includes/nav-global-local.html +29 -0
  26. data/_includes/nav-global-top.html +19 -0
  27. data/_includes/preconnect.html +14 -0
  28. data/_includes/scripts/custom.html +2 -0
  29. data/_includes/scripts/emergency-alerts.html +2 -0
  30. data/_includes/scripts/google-api.html +2 -0
  31. data/_includes/scripts/google-noscript.html +9 -0
  32. data/_includes/scripts/google-tag.html +23 -0
  33. data/_includes/scripts/kcc-alerts.html +2 -0
  34. data/_includes/scripts/kcc-mega-nav.html +2 -0
  35. data/_includes/scripts/kcc-nav.html +2 -0
  36. data/_includes/scripts/kcc-theme-landing.html +2 -0
  37. data/_includes/scripts/kcc-theme.html +2 -0
  38. data/_includes/scripts/table-cdn.html +6 -0
  39. data/_includes/scripts/translate.html +11 -0
  40. data/_includes/scripts/vendor-cdn.html +5 -0
  41. data/_includes/styles/fonts.html +4 -0
  42. data/_includes/styles/main.html +8 -0
  43. data/_includes/styles/vendor.html +6 -0
  44. data/_includes/svg/check.html +20 -0
  45. data/_includes/svg/check_circle-24px.html +13 -0
  46. data/_includes/svg/email-24px.html +13 -0
  47. data/_includes/svg/goals.html +22 -0
  48. data/_includes/svg/kcc-copy.html +62 -0
  49. data/_includes/svg/kcc.html +65 -0
  50. data/_includes/svg/kcc.svg +59 -0
  51. data/_includes/svg/love.html +13 -0
  52. data/_includes/svg/place-24px.html +13 -0
  53. data/_includes/svg/save-money.html +72 -0
  54. data/_includes/tabbed-content.html +27 -0
  55. data/_includes/translate.html +3 -0
  56. data/_layouts/default.html +31 -0
  57. data/_layouts/hero-banner.html +17 -0
  58. data/_layouts/hero-slider.html +17 -0
  59. data/_layouts/markdown.html +13 -0
  60. data/assets/css/content.css +1 -0
  61. data/assets/css/kcc-theme.css +1 -0
  62. data/assets/css/main.css +1 -0
  63. data/assets/css/translate.css +1 -0
  64. data/assets/img/ATEC-DSC_1033.jpeg +0 -0
  65. data/assets/img/DSC_5650_helpful.jpg +0 -0
  66. data/assets/img/admissions-navigation-menu.jpg +0 -0
  67. data/assets/img/alert.svg +1 -0
  68. data/assets/img/arrow-right.svg +1 -0
  69. data/assets/img/arrow_right_alt.svg +1 -0
  70. data/assets/img/cavaliers-16x9-thumb.png +0 -0
  71. data/assets/img/cavaliers-logo.png +0 -0
  72. data/assets/img/cavaliers-logo_white.png +0 -0
  73. data/assets/img/d-daun2.jpg +0 -0
  74. data/assets/img/dbl-next.svg +1 -0
  75. data/assets/img/dbl-next_mobile.svg +1 -0
  76. data/assets/img/dbl-prev.svg +1 -0
  77. data/assets/img/dbl-prev_mobile.svg +1 -0
  78. data/assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg +0 -0
  79. data/assets/img/facebook-f_white.svg +1 -0
  80. data/assets/img/fafsa-early-bird-banner-18.jpg +0 -0
  81. data/assets/img/go_cavs_20171002_193828-web.jpg +0 -0
  82. data/assets/img/heading-bg-underline-tan.png +0 -0
  83. data/assets/img/heading-bg-underline-transparent.png +0 -0
  84. data/assets/img/heading-bg-underline.png +0 -0
  85. data/assets/img/home.svg +8 -0
  86. data/assets/img/instagram-white.svg +1 -0
  87. data/assets/img/itransfer.png +0 -0
  88. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  89. data/assets/img/kcc-logo-inverse.svg +1 -0
  90. data/assets/img/kcc-logo.svg +1 -0
  91. data/assets/img/kcc-placeholder-square.png +0 -0
  92. data/assets/img/kcc-placeholder.png +0 -0
  93. data/assets/img/kcc-text-logo.svg +1 -0
  94. data/assets/img/keyboard_arrow_right.svg +1 -0
  95. data/assets/img/linkedin-white.svg +1 -0
  96. data/assets/img/loader.gif +0 -0
  97. data/assets/img/miguel2.jpg +0 -0
  98. data/assets/img/news.svg +1 -0
  99. data/assets/img/pause.svg +1 -0
  100. data/assets/img/pause_mobile.svg +1 -0
  101. data/assets/img/pinterest-p_white.svg +1 -0
  102. data/assets/img/placeholder_16to9.jpg +0 -0
  103. data/assets/img/placeholder_4by3.jpg +0 -0
  104. data/assets/img/placeholder_square-1by1.jpg +0 -0
  105. data/assets/img/placeholder_square.jpg +0 -0
  106. data/assets/img/play.svg +1 -0
  107. data/assets/img/play_mobile.svg +1 -0
  108. data/assets/img/search.svg +1 -0
  109. data/assets/img/social-icon.svg +1 -0
  110. data/assets/img/twitter-white.svg +1 -0
  111. data/assets/img/video.svg +1 -0
  112. data/assets/img/x.svg +1 -0
  113. data/assets/img/youtube-white.svg +1 -0
  114. data/assets/img/yt-loading.png +0 -0
  115. data/assets/img/zippia.png +0 -0
  116. data/assets/js/dist/main.bundle.js +1 -0
  117. data/assets/js/theme/alerts/alerts.js +32 -0
  118. data/assets/js/theme/alerts/cacheResponse.js +23 -0
  119. data/assets/js/theme/alerts/campusAlertsSheetsAPI.js +50 -0
  120. data/assets/js/theme/alerts/checkForPrefersReducedMotion.js +19 -0
  121. data/assets/js/theme/alerts/contentHashLink.js +97 -0
  122. data/assets/js/theme/alerts/createAlertsHtml.js +47 -0
  123. data/assets/js/theme/alerts/getCachedResponse.js +41 -0
  124. data/assets/js/theme/alerts/parseMarkdownToHTML.js +85 -0
  125. data/assets/js/theme/alerts/simpleSetSheetParameters.js +23 -0
  126. data/assets/js/theme/dist/addClassToOpenNavbar.bundle.js +1 -0
  127. data/assets/js/theme/dist/alerts.bundle.js +1 -0
  128. data/assets/js/theme/dist/campusAlertsSheetsAPI.bundle.js +1 -0
  129. data/assets/js/theme/dist/checkForPrefersReducedMotion.bundle.js +1 -0
  130. data/assets/js/theme/dist/closeMegaNavOnClick.bundle.js +1 -0
  131. data/assets/js/theme/dist/footerDate.bundle.js +1 -0
  132. data/assets/js/theme/dist/getCachedResponse.bundle.js +1 -0
  133. data/assets/js/theme/dist/googleCustomSearch.bundle.js +1 -0
  134. data/assets/js/theme/dist/kcc-mega-nav.bundle.js +1 -0
  135. data/assets/js/theme/dist/kcc-theme.bundle.js +1 -0
  136. data/assets/js/theme/dist/lazyLoad.bundle.js +1 -0
  137. data/assets/js/theme/dist/sliders.bundle.js +1 -0
  138. data/assets/js/theme/dist/toggleMenuOnWindowResize.bundle.js +1 -0
  139. data/assets/js/theme/dist/translate.bundle.js +1 -0
  140. data/assets/js/theme/dist/underlineCurrentSite.bundle.js +1 -0
  141. data/assets/js/theme/dist/vendors~campusAlertsSheetsAPI~getCachedResponse.bundle.js +1 -0
  142. data/assets/js/theme/dist/walkTex.bundle.js +1 -0
  143. data/assets/js/theme/dist/wrapPowerText.bundle.js +1 -0
  144. data/assets/js/theme/nav/megaNav/closeMegaNavOnClick.js +50 -0
  145. data/assets/js/theme/nav/megaNav/googleCustomSearch.js +66 -0
  146. data/assets/js/theme/nav/megaNav/megaNav.js +26 -0
  147. data/assets/js/theme/nav/megaNav/searchToggleMegaNav.js +87 -0
  148. data/assets/js/theme/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
  149. data/assets/js/theme/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
  150. data/assets/js/theme/nav/megaNav/underlineCurrentSite.js +22 -0
  151. data/assets/js/theme/src/addClassToOpenNavbar.js +20 -0
  152. data/assets/js/theme/src/all.js +55 -0
  153. data/assets/js/theme/src/footerDate.js +7 -0
  154. data/assets/js/theme/src/lazyLoad.js +13 -0
  155. data/assets/js/theme/src/sliders.js +75 -0
  156. data/assets/js/theme/src/test.js +7 -0
  157. data/assets/js/theme/src/translate.js +58 -0
  158. data/assets/js/theme/src/walkText.js +27 -0
  159. data/assets/js/theme/src/wrapPowerText.js +21 -0
  160. data/assets/js/theme/src/ytEmbed.js +30 -0
  161. data/assets/scss/0-tools/_bootstrap-overrides.scss +36 -0
  162. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  163. data/assets/scss/0-tools/_google-translate-overrides.scss +114 -0
  164. data/assets/scss/0-tools/_gsc-overrides.scss +79 -0
  165. data/assets/scss/0-tools/_vars.scss +72 -0
  166. data/assets/scss/1-base/_background.scss +5 -0
  167. data/assets/scss/1-base/_buttons.scss +82 -0
  168. data/assets/scss/1-base/_header-global.scss +477 -0
  169. data/assets/scss/1-base/_html.scss +4 -0
  170. data/assets/scss/1-base/_img.scss +13 -0
  171. data/assets/scss/1-base/_links.scss +45 -0
  172. data/assets/scss/1-base/_svg.scss +57 -0
  173. data/assets/scss/1-base/_typography.scss +304 -0
  174. data/assets/scss/2-modules/_accordion.scss +43 -0
  175. data/assets/scss/2-modules/_benefits.scss +251 -0
  176. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  177. data/assets/scss/2-modules/_card-section.scss +9 -0
  178. data/assets/scss/2-modules/_contacts.scss +46 -0
  179. data/assets/scss/2-modules/_footer.scss +83 -0
  180. data/assets/scss/2-modules/_hero-slider.scss +330 -0
  181. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  182. data/assets/scss/3-layout/_background.scss +3 -0
  183. data/assets/scss/3-layout/_content.scss +37 -0
  184. data/assets/scss/3-layout/_margins.scss +3 -0
  185. data/assets/scss/3-layout/_positioning.scss +136 -0
  186. data/assets/scss/3-layout/_section.scss +22 -0
  187. data/assets/scss/4-pages/index/_home.scss +15 -0
  188. data/assets/scss/kcc-theme.scss +37 -0
  189. data/assets/scss/translate.scss +5 -0
  190. metadata +273 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a79d904105b7daddaed54ecef7c3a1fa7f3deddad73f7d89e2016cac9ae6b7da
4
+ data.tar.gz: 7835b695d13ec8146f9a721712a6cb53b95e355d5604b5d86c9da6425b1c0e2a
5
+ SHA512:
6
+ metadata.gz: 5691702bbc4dc7246b0e392f0eb906532e3fe1d8a1c69c40fff344534ed8b8f6a771ba677bc4e4022f069b5bfaf25d64cabe1c2f453fbc390fed980ab51f1238
7
+ data.tar.gz: a00e217f1fe2d8cf53477663501cb52887ecfec3bd7906033e7f3be9c4066b478505b5a6cbdaf269080b412038218fdbc34bb2e2c331fd6a2ea1e840fd2b8fba
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 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,138 @@
1
+ # kcc-gem-theme-slim
2
+
3
+ ### A slimmer Jekyll theme for new KCC sites.
4
+
5
+ [![Gem Version](https://badge.fury.io/rb/kcc-gem-theme.svg)](https://badge.fury.io/rb/kcc-gem-theme)
6
+
7
+ ---
8
+
9
+ This theme's GitHub repo has all the Gulp, npm, & Webpack dependancies included to compile & view it in a browser, just like our new sites, for convenient development and previewing of changes.
10
+
11
+ ---
12
+
13
+ <br>
14
+
15
+ ## Install the Gem in a Jekyll Project
16
+
17
+ Add this line to your Jekyll site's `Gemfile`:
18
+
19
+ ```ruby
20
+ gem "kcc-gem-theme"
21
+ ```
22
+
23
+ And add this line to your Jekyll site's `_config.yml`:
24
+
25
+ ```yaml
26
+ theme: kcc-gem-theme
27
+ ```
28
+
29
+ And then execute:
30
+
31
+ $ bundle
32
+
33
+ Or install it yourself as:
34
+
35
+ $ gem install kcc-gem-theme
36
+
37
+
38
+ ---
39
+
40
+ <br>
41
+
42
+ ## Contributing
43
+
44
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
45
+
46
+ ---
47
+
48
+ <br>
49
+
50
+ ## Development
51
+
52
+ This Gem Theme project is setup just like other KCC projects. You can run `$ npm run dev`, `$ npm run production`, `$ npx webpack`, or `$ gulp`.
53
+
54
+ 1. Run the command below to work on development of the theme and live preview it at http://localhost:3000.
55
+
56
+ ```shell
57
+ $ npm run dev
58
+
59
+ # A convenient alias:
60
+ alias npm-d="npm run dev"
61
+ ```
62
+
63
+ 2. Once satisfied with the changes run a production build and look at the preview to make sure everything is ok.
64
+
65
+ ```shell
66
+ $ npm run production
67
+
68
+ # A convenient alias:
69
+ alias npm-p="npm run production"
70
+ ```
71
+
72
+ 3. (Optional) Make a new version release: Up the version in the kcc-gem-theme.gemspec file.
73
+
74
+ ```shell
75
+ ### Example .gemspec file ###
76
+ # frozen_string_literal: true
77
+
78
+ Gem::Specification.new do |spec|
79
+ spec.name = "kcc-gem-theme"
80
+ spec.version = "0.4.4" # increase the appropriate number following semantic versioning
81
+ # ...
82
+ ### Remainder of .gemspec file omitted. ###
83
+ ```
84
+
85
+ 4. Push the changes to GitHub.
86
+
87
+ ```shell
88
+ git add .
89
+ git commit -m "<you commit message>"
90
+ git push origin master
91
+ ```
92
+
93
+ 5. Build them gem.
94
+
95
+ ```shell
96
+ $ gem build kcc-gem-theme.gemspec
97
+
98
+ # should return something like:
99
+ Successfully built RubyGem
100
+ Name: kcc-gem-theme
101
+ Version: 0.4.4
102
+ File: kcc-gem-theme-0.4.4.gem
103
+ ```
104
+
105
+ 6. Push the resulting gem to RubyGems.
106
+
107
+ ```shell
108
+ gem push kcc-gem-theme-0.4.4.gem
109
+
110
+ # should return something like:
111
+ Pushing gem to https://rubygems.org...
112
+ Successfully registered gem: kcc-gem-theme (0.4.4)
113
+ ```
114
+
115
+ 7. Update projects using the gem.
116
+
117
+ ```shell
118
+ <username> @ <computername> in ~repositories/kcc-startup-template
119
+ $ bundle update
120
+ Fetching gem metadata from https://rubygems.org/...........
121
+ Fetching gem metadata from https://rubygems.org/.
122
+ # ...
123
+ ```
124
+
125
+ On your next build you should see any new changes to gem theme.
126
+
127
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
128
+ To add a custom directory to your theme-gem, please edit the regexp in `kcc-gem-theme.gemspec` accordingly.
129
+
130
+ ---
131
+
132
+ <br>
133
+
134
+ ## License
135
+
136
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
137
+
138
+ ---
@@ -0,0 +1 @@
1
+ f1b6302fd3ac06b3c0631ce88945fc61 ../assets/scss/kcc-theme.css
@@ -0,0 +1,154 @@
1
+ - link_text: Academics
2
+ link_href: 'academics'
3
+ image:
4
+ source: 'assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg'
5
+ alt: 'Student working in an electrical technology lab'
6
+ dropdown:
7
+ - text: Class Schedule
8
+ href: 'schedule'
9
+ - text: Academic Calendar
10
+ href: 'calendar'
11
+ - text: Continuing Education
12
+ href: 'https://continuinged.kcc.edu/'
13
+ - text: High School Equivalency (GED/HiSET)
14
+ href: 'https://adulted.kcc.edu/programs/ged/'
15
+ - text: Commencement
16
+ href: 'commencement'
17
+ - text: Final Exam Schedule
18
+ href: 'final-exams'
19
+ - text: Register for Classes
20
+ href: 'register'
21
+ - text: Academic Catalog
22
+ href: 'https://kcc.smartcatalogiq.com/current/Academic-Catalog'
23
+ - link_text: Admissions
24
+ link_href: admissions
25
+ image:
26
+ source: 'assets/img/admissions-navigation-menu.jpg'
27
+ alt: "Student posing in front of the metal sculpture in KCC's courtyard"
28
+ dropdown:
29
+ - text: Placement Testing
30
+ href: 'testing'
31
+ - text: Apply
32
+ href: 'https://kccedu.force.com/portal/TX_SiteLogin?startURL=%2Fportal%2FTargetX_Base__Portal'
33
+ - text: Request Information
34
+ href: 'https://info.kcc.edu/'
35
+ - text: Visit/Explore
36
+ href: 'https://visit.kcc.edu'
37
+ - text: Cav Day
38
+ href: 'cav-day'
39
+ - text: 'Start in High School'
40
+ href: 'high-school'
41
+ - text: Request KCC Transcripts
42
+ href: '#request-your-transcript'
43
+ - text: 'Veterans Services'
44
+ href: 'veterans'
45
+ - link_text: Tuition & Aid
46
+ link_href: 'tuition-and-aid'
47
+ image:
48
+ source: 'assets/img/fafsa-early-bird-banner-18.jpg'
49
+ alt: 'The early bird gets the money. FAFSA available Oct. 1. Apply at fafsa.gov. More details and workshop info at www.kcc.edu/finaid'
50
+ dropdown:
51
+ - text: Financial Aid
52
+ href: 'financial-aid'
53
+ - text: Net Price Calculator
54
+ href: 'net-price-calculator'
55
+ - text: 'Cost to Attend KCC'
56
+ href: '#cost-to-attend'
57
+ - text: 'Tuition Payment & Deadlines'
58
+ href: '#tuition-payment-and-deadlines'
59
+ - text: 'Financial Aid Forms'
60
+ href: 'financial-aid/#financial-aid-forms'
61
+ - text: 'Student Employment'
62
+ href: 'financial-aid/#student-employment'
63
+ - link_text: Student Resources
64
+ link_href: 'student-resources'
65
+ image:
66
+ source: 'assets/img/DSC_5650_helpful.jpg'
67
+ alt: 'Receptionist answering the phone'
68
+ dropdown:
69
+ - text: Bookstore
70
+ href: 'http://books.kcc.edu'
71
+ - text: Clubs & Organizations
72
+ href: 'clubs'
73
+ - text: 'Center for Equity, Diversity & Inclusion'
74
+ href: 'edi'
75
+ - text: Fitness Center
76
+ href: 'https://athletics.kcc.edu/facilities/fitness-center'
77
+ - text: Advising
78
+ href: 'advising'
79
+ - text: Transfer Services
80
+ href: 'transfer'
81
+ - text: 'Counseling & Referral Services'
82
+ href: 'counseling-and-referral-services'
83
+ - text: Disability Services
84
+ href: 'disability-services'
85
+ - text: Student Representatives
86
+ href: 'student-representatives'
87
+ - text: Student Complaint Policy
88
+ href: 'student-complaint-policy'
89
+ - text: Start the Semester Right
90
+ href: 'welcome'
91
+ - text: KCC Food Pantry
92
+ href: 'food-pantry'
93
+ - text: Tutoring
94
+ href: 'https://library.kcc.edu/tutoring/'
95
+ - text: TRIO Student Support Services
96
+ href: 'trio'
97
+ - text: Career Services
98
+ href: 'https://continuinged.kcc.edu/career-services/'
99
+ - text: Food Services
100
+ href: 'food-services'
101
+ - text: Workforce Services
102
+ href: 'https://wioa.kcc.edu/'
103
+ - link_text: Community
104
+ link_href: 'community'
105
+ image:
106
+ source: 'assets/img/go_cavs_20171002_193828-web.jpg'
107
+ alt: 'Group photo of students holding Cavalier signs'
108
+ dropdown:
109
+ - text: Adult & Community Education
110
+ href: 'https://adulted.kcc.edu/'
111
+ - text: Continuing Education
112
+ href: 'https://continuinged.kcc.edu'
113
+ - text: Sustainability
114
+ href: 'sustainability'
115
+ - text: Arts & Culture
116
+ href: 'arts-and-culture'
117
+ - text: Workforce Services
118
+ href: 'https://wioa.kcc.edu/'
119
+ - link_text: About KCC
120
+ link_href: 'about'
121
+ image:
122
+ source: 'assets/img/ATEC-DSC_1033.jpeg'
123
+ alt: 'The new Advanced Technology Education Center building'
124
+ dropdown:
125
+ - text: Newsroom
126
+ href: 'https://news.kcc.edu'
127
+ - text: Leadership
128
+ href: 'leadership'
129
+ - text: Board of Trustees
130
+ href: board-of-trustees
131
+ - text: Human Resources
132
+ href: 'human-resources'
133
+ - text: Job Openings
134
+ href: 'human-resources/job-openings'
135
+ - text: Directories
136
+ href: 'directories'
137
+ - text: Information Technology Services
138
+ href: 'its'
139
+ - text: Marketing
140
+ href: 'marketing'
141
+ - text: 'Institutional Effectiveness'
142
+ href: 'institutional-effectiveness'
143
+ - text: 'Police & Safety'
144
+ href: 'police-and-safety'
145
+ - text: 'Student Code of Conduct'
146
+ href: 'code-of-conduct'
147
+ - text: 'Title IX'
148
+ href: 'title-ix'
149
+ - text: 'Contact Us'
150
+ href: 'contact-us'
151
+ - text: Web Services
152
+ href: 'marketing/web-services'
153
+ - text: Consumer Info and Disclosures
154
+ href: 'consumer-info'
@@ -0,0 +1,36 @@
1
+ <div class="row editor-link">
2
+ <div class="col editor-link mb-3">
3
+ <a href="cloudcannon:collections/_accordions/" class="btn btn-success editor-button">Edit Accordions Collection</a>
4
+ </div>
5
+ </div>
6
+ <div id="accordion" class="accordion pt-2 pb-3 mb-3">
7
+ {% assign page_title = page.title %}
8
+ {% assign accordion_collection = site.accordions | where: "accordion_page", page_title | sort: "order" %}
9
+ {% for item in accordion_collection %}
10
+ {% assign this_accordion_id = item.card_heading | downcase | remove: '-' | replace: '&', 'and' | replace: ' ', '-' | remove: "'" | replace: "/", "-" | replace: 'é', 'e' | remove: '’' | remove: '0' | remove: '1' | remove: '2' | remove: '3' | remove: '4' | remove: '5' | remove: '6' | remove: '7' | remove: '8' | remove: '9' | remove: '?' | remove: '!' | remove: '#' | remove: '$' | remove: '.' | remove: ',' | remove: '(' | remove: ')' | remove: '®' | remove: '©' %}
11
+ <div class="card">
12
+ <div class="card-header px-0" id="card-header-{{ this_accordion_id }}">
13
+ <h2 class="mb-0 accordion__typography--card-header accordion__typography--hover">
14
+ <button
15
+ class="btn btn-link buttons__no-decoration accordion__button{% if forloop.first != true %} collapsed{% endif %}{% if forloop.first == true and page.accordion_expanded == false %} collapsed{% endif %}"
16
+ type="button" data-target="#{{ this_accordion_id }}" data-toggle="collapse"
17
+ aria-expanded="{% if forloop.first == true and page.accordion_expanded != false %}true{% else %}false{% endif %}"
18
+ aria-controls="{{ this_accordion_id }}">
19
+ {{ item.card_heading }}
20
+ </button>
21
+ </h2>
22
+ </div>
23
+ <div id="{{ this_accordion_id }}"
24
+ class="collapse links__offset{% if forloop.first == true and page.accordion_expanded != false %} show{% endif %}"
25
+ aria-labelledby="card-header-{{ this_accordion_id }}">
26
+ <div class="card-body">
27
+ <!-- Editor Link -->
28
+ <a href="cloudcannon:collections/{{ item.path }}" class="btn btn-success mb-4 editor-button">Edit This Accordion
29
+ Item</a>
30
+
31
+ {{ item.content }}
32
+ </div>
33
+ </div>
34
+ </div>
35
+ {% endfor %}
36
+ </div>
@@ -0,0 +1,29 @@
1
+ <div class="row editor-link">
2
+ <div class="col editor-link mb-3">
3
+ <a href="cloudcannon:collections/_accordions/" class="btn btn-success editor-button">Edit Accordions Collection</a>
4
+ </div>
5
+ </div>
6
+ <div id="accordion" class="accordion">
7
+ {% assign page_title = page.title | downcase | replace: ' ', '-' | replace: '&', 'and' %}
8
+ {% assign accordion_collection = site.accordions | where_exp: "item", "item.path contains page_title" %}
9
+ {% for item in accordion_collection | sort: 'order' %}
10
+ {% assign this_accordion_id = item.card_heading | downcase | remove: '-' | replace: '&', 'and' | replace: ' ', '-' | remove: "'" | replace: "/", "-" | remove: '0' | remove: '1' | remove: '2' | remove: '3' | remove: '4' | remove: '5' | remove: '6' | remove: '7' | remove: '8' | remove: '9' | remove: '?' | remove: '!' | remove: '#' | remove: '$' | remove: '.' | remove: ',' | remove: '(' | remove: ')' | remove: '®' | remove: '©' %}
11
+ <div class="card">
12
+ <div class="card-header accordion__padding-left" id="card-header-{{ this_accordion_id }}">
13
+ <h2 class="mb-0 accordion__typography--card-header accordion__typography--hover">
14
+ <button class="btn btn-link buttons__no-decoration accordion__button{% if forloop.first != true %} collapsed{% endif %}{% if forloop.first == true and page.accordion_expanded == false %} collapsed{% endif %}" type="button" data-target="#{{ this_accordion_id }}" data-toggle="collapse" aria-expanded="{% if forloop.first == true and page.accordion_expanded != false %}true{% else %}false{% endif %}" aria-controls="{{ this_accordion_id }}">
15
+ {{ item.card_heading }}
16
+ </button>
17
+ </h2>
18
+ </div>
19
+ <div id="{{ this_accordion_id }}" class="collapse{% if forloop.first == true and page.accordion_expanded != false %} show{% endif %}" aria-labelledby="card-header-{{ this_accordion_id }}">
20
+ <div class="card-body">
21
+ <!-- Editor Link -->
22
+ <a href="cloudcannon:collections/{{ item.path }}" class="btn btn-success mb-4 editor-button">Edit This Accordion Item</a>
23
+
24
+ {{ item.content }}
25
+ </div>
26
+ </div>
27
+ </div>
28
+ {% endfor %}
29
+ </div>
@@ -0,0 +1,98 @@
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&nbsp;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&nbsp;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&nbsp;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 src="{{ page.baseurl }}assets/img/d-daun2.jpg" class="benefits__borders--circle-img img-fluid rounded-circle" alt="">
46
+ </div>
47
+ <div class="col-12 col-md-8 align-self-center">
48
+ <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>
49
+ <span class="benefits__typography--img-cap">-&nbspDebra A. Daun, Class of 2018</span>
50
+ </div>
51
+ </div>
52
+ <div class="row benefits__row--pad">
53
+ <div class="col-12 col-md-8 order-2 order-md-1 align-self-center">
54
+ <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>
55
+ <span class="benefits__typography--img-cap">-&nbsp;Miguel Angel Diaz Ramirez, Class of 2018</span>
56
+ </div>
57
+ <div class="col-12 col-md-4 text-center order-1 order-md-2">
58
+ <img src="{{ page.baseurl }}assets/img/miguel2.jpg" class="benefits__borders--circle-img img-fluid rounded-circle" alt="">
59
+ </div>
60
+ </div>
61
+ </div>
62
+ </section>
63
+
64
+ <section class="benefits__section--marg benefits__blue-section">
65
+ <div class="container">
66
+ <div class="row">
67
+ <div class="col">
68
+ <h5 class="benefits__typography--h5 benefits__typography--h5--mb text-center">Recognized & Accredited</h5>
69
+ </div>
70
+ </div>
71
+ <div class="row">
72
+ <div class="col-12 col-lg-4 text-center text-lg-left">
73
+ <div class="benefits__accredited--card mx-auto">
74
+ <div class="text-center">
75
+ {% include svg/check.html %}
76
+ <span class="benefits__accredited--span-l">KCC is Accredited</span>
77
+ <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>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ <div class="col-12 col-lg-4 text-center">
82
+ <img src="{{ page.baseurl }}assets/img/zippia.png" class="benefits__idfpr-img img-fluid" alt="#1 community college in Illinois for job placement according to Zippia.com">
83
+ <span class="benefits__accredited--span--source text-left w-50 mx-auto">Source: Zippia.com</span>
84
+ </div>
85
+ <div class="col-12 col-lg-4">
86
+ <div class="row">
87
+ <div class="col">
88
+ <img src="{{ page.baseurl }}assets/img/itransfer.png" alt="Illinois Itransfer logo" class="benefits__itransfer-img float-right
89
+ float-ls-none">
90
+ </div>
91
+ <div class="col">
92
+ <span class="benefits__typography-itransfer">Illinois<br> Transfer<br> Articulation<br></span>
93
+ </div>
94
+ </div>
95
+ </div>
96
+ </div>
97
+ </div>
98
+ </section>