kcc-gem-theme-original 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +142 -0
  4. data/_data/navigation.yml +154 -0
  5. data/_includes/accordion.html +36 -0
  6. data/_includes/accordion_path-sorting.html +29 -0
  7. data/_includes/body.html +5 -0
  8. data/_includes/breadcrumbs.html +44 -0
  9. data/_includes/card-section.html +26 -0
  10. data/_includes/chat-now.html +8 -0
  11. data/_includes/contacts-tan.html +94 -0
  12. data/_includes/contacts.html +96 -0
  13. data/_includes/document-head.html +25 -0
  14. data/_includes/emergency-alerts.html +29 -0
  15. data/_includes/foot.html +3 -0
  16. data/_includes/footer.html +193 -0
  17. data/_includes/hash/theme_hash.yml +1 -0
  18. data/_includes/hero-slider.html +36 -0
  19. data/_includes/nav-global.html +40 -0
  20. data/_includes/nav-local.html +34 -0
  21. data/_includes/nav-sub.html +19 -0
  22. data/_includes/preconnect.html +16 -0
  23. data/_includes/scripts/custom.html +4 -0
  24. data/_includes/scripts/google-api.html +2 -0
  25. data/_includes/scripts/google-noscript.html +9 -0
  26. data/_includes/scripts/google-tag.html +23 -0
  27. data/_includes/scripts/kcc-alerts.html +2 -0
  28. data/_includes/scripts/kcc-mega-nav.html +2 -0
  29. data/_includes/scripts/kcc-nav.html +2 -0
  30. data/_includes/scripts/kcc-theme-landing.html +2 -0
  31. data/_includes/scripts/kcc-theme.html +2 -0
  32. data/_includes/scripts/table-cdn.html +6 -0
  33. data/_includes/scripts/translate.html +11 -0
  34. data/_includes/scripts/vendor.html +8 -0
  35. data/_includes/styles/fonts.html +4 -0
  36. data/_includes/styles/main.html +6 -0
  37. data/_includes/styles/vendor.html +8 -0
  38. data/_includes/svg/check.html +11 -0
  39. data/_includes/svg/check_circle-24px.html +13 -0
  40. data/_includes/svg/email-24px.html +13 -0
  41. data/_includes/svg/goals.html +21 -0
  42. data/_includes/svg/kcc-copy.html +62 -0
  43. data/_includes/svg/kcc.html +65 -0
  44. data/_includes/svg/kcc.svg +59 -0
  45. data/_includes/svg/love.html +13 -0
  46. data/_includes/svg/place-24px.html +13 -0
  47. data/_includes/svg/save-money.html +26 -0
  48. data/_includes/tabbed-content.html +27 -0
  49. data/_includes/translate.html +3 -0
  50. data/_layouts/default.html +31 -0
  51. data/_layouts/markdown.html +13 -0
  52. data/_layouts/page.html +8 -0
  53. data/_layouts/sub-nav.html +6 -0
  54. data/assets/css/content.css +1 -0
  55. data/assets/css/main.css +1 -0
  56. data/assets/img/alert.svg +1 -0
  57. data/assets/img/arrow-right.svg +1 -0
  58. data/assets/img/arrow_right_alt.svg +1 -0
  59. data/assets/img/blank-contact.svg +1 -0
  60. data/assets/img/blue-next.svg +1 -0
  61. data/assets/img/blue-prev.svg +1 -0
  62. data/assets/img/dbl-next.svg +1 -0
  63. data/assets/img/dbl-next_mobile.svg +1 -0
  64. data/assets/img/dbl-prev.svg +1 -0
  65. data/assets/img/dbl-prev_mobile.svg +1 -0
  66. data/assets/img/facebook-f_white.svg +1 -0
  67. data/assets/img/facebook.svg +1 -0
  68. data/assets/img/heading-bg-underline-tan.png +0 -0
  69. data/assets/img/heading-bg-underline-transparent.png +0 -0
  70. data/assets/img/heading-bg-underline.png +0 -0
  71. data/assets/img/home.svg +8 -0
  72. data/assets/img/iccmc-logo_blue-transparent.png +0 -0
  73. data/assets/img/instagram-white.svg +1 -0
  74. data/assets/img/instagram.svg +1 -0
  75. data/assets/img/itransfer.png +0 -0
  76. data/assets/img/kankakee-community-college-blue.svg +1 -0
  77. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  78. data/assets/img/kcc-logo-inverse.svg +1 -0
  79. data/assets/img/kcc-logo-white.svg +1 -0
  80. data/assets/img/kcc-logo.svg +1 -0
  81. data/assets/img/kcc-placeholder-square.png +0 -0
  82. data/assets/img/kcc-placeholder.png +0 -0
  83. data/assets/img/kcc-text-logo-white.svg +1 -0
  84. data/assets/img/kcc-text-logo.svg +1 -0
  85. data/assets/img/keyboard_arrow_right.svg +1 -0
  86. data/assets/img/linkedin-white.svg +1 -0
  87. data/assets/img/linkedin.svg +1 -0
  88. data/assets/img/pause.svg +1 -0
  89. data/assets/img/pause_mobile.svg +1 -0
  90. data/assets/img/pinterest-p_white.svg +1 -0
  91. data/assets/img/pinterest.svg +1 -0
  92. data/assets/img/placeholder_16to9.jpg +0 -0
  93. data/assets/img/placeholder_4by3.jpg +0 -0
  94. data/assets/img/placeholder_square-1by1.jpg +0 -0
  95. data/assets/img/placeholder_square.jpg +0 -0
  96. data/assets/img/play.svg +1 -0
  97. data/assets/img/play_mobile.svg +1 -0
  98. data/assets/img/search.svg +1 -0
  99. data/assets/img/social-icon.svg +1 -0
  100. data/assets/img/twitter.svg +1 -0
  101. data/assets/img/video.svg +1 -0
  102. data/assets/img/volleyball.svg +1 -0
  103. data/assets/img/x-logo.svg +11 -0
  104. data/assets/img/x.svg +1 -0
  105. data/assets/img/xitter.svg +1 -0
  106. data/assets/img/youtube-white.svg +1 -0
  107. data/assets/img/youtube.svg +1 -0
  108. data/assets/img/yt-loading.png +0 -0
  109. data/assets/js/dist/102.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  110. data/assets/js/dist/13.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  111. data/assets/js/dist/13.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +5 -0
  112. data/assets/js/dist/143.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  113. data/assets/js/dist/183.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  114. data/assets/js/dist/3.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  115. data/assets/js/dist/3.197fcdd9ea9a90f7ba8e.css +1 -0
  116. data/assets/js/dist/303.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  117. data/assets/js/dist/384.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  118. data/assets/js/dist/453.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  119. data/assets/js/dist/453.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +5 -0
  120. data/assets/js/dist/635.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  121. data/assets/js/dist/635.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +29 -0
  122. data/assets/js/dist/723.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  123. data/assets/js/dist/873.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  124. data/assets/js/dist/965.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  125. data/assets/js/dist/bootstrap.197fcdd9ea9a90f7ba8e.bundle.js +0 -0
  126. data/assets/js/dist/bootstrap.197fcdd9ea9a90f7ba8e.css +1 -0
  127. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  128. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +47 -0
  129. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.css +1 -0
  130. data/assets/js/nav/closeNavOnClick.js +22 -0
  131. data/assets/js/nav/highlightCurrentNav.js +44 -0
  132. data/assets/js/nav/moveSearchIcon.js +94 -0
  133. data/assets/js/nav/nav.js +13 -0
  134. data/assets/js/nav/searchToggleNav.js +46 -0
  135. data/assets/js/nav/toggleNavSearchDropdownOnWindowResize.js +52 -0
  136. data/assets/js/src/alerts.js +24 -0
  137. data/assets/js/src/all.js +83 -0
  138. data/assets/js/src/bootstrap.js +4 -0
  139. data/assets/js/src/cacheResponse.js +22 -0
  140. data/assets/js/src/campusAlertsSheetsAPI.js +53 -0
  141. data/assets/js/src/checkForPrefersReducedMotion.js +17 -0
  142. data/assets/js/src/contentHashLink.js +102 -0
  143. data/assets/js/src/createAlertsHtml.js +46 -0
  144. data/assets/js/src/footerDate.js +13 -0
  145. data/assets/js/src/getCachedResponse.js +37 -0
  146. data/assets/js/src/lazyLoad.js +13 -0
  147. data/assets/js/src/parseMarkdownToHTML.js +85 -0
  148. data/assets/js/src/sliders.js +81 -0
  149. data/assets/js/src/translate.js +62 -0
  150. data/assets/js/src/walkText.js +31 -0
  151. data/assets/js/src/wrapPowerText.js +11 -0
  152. data/assets/js/src/ytEmbed.js +30 -0
  153. data/assets/scss/0-tools/_bootstrap-overrides.scss +72 -0
  154. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  155. data/assets/scss/0-tools/_google-translate-overrides.scss +127 -0
  156. data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
  157. data/assets/scss/0-tools/_vars.scss +72 -0
  158. data/assets/scss/1-base/_background.scss +5 -0
  159. data/assets/scss/1-base/_buttons.scss +121 -0
  160. data/assets/scss/1-base/_html.scss +4 -0
  161. data/assets/scss/1-base/_img.scss +12 -0
  162. data/assets/scss/1-base/_links.scss +126 -0
  163. data/assets/scss/1-base/_svg.scss +82 -0
  164. data/assets/scss/1-base/_typography.scss +640 -0
  165. data/assets/scss/2-modules/_accordion.scss +43 -0
  166. data/assets/scss/2-modules/_benefits.scss +371 -0
  167. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  168. data/assets/scss/2-modules/_campus-alerts.scss +3 -0
  169. data/assets/scss/2-modules/_card-section.scss +9 -0
  170. data/assets/scss/2-modules/_contacts.scss +46 -0
  171. data/assets/scss/2-modules/_error.scss +10 -0
  172. data/assets/scss/2-modules/_footer.scss +122 -0
  173. data/assets/scss/2-modules/_header.scss +21 -0
  174. data/assets/scss/2-modules/_hero-slider.scss +331 -0
  175. data/assets/scss/2-modules/_img-hover.scss +70 -0
  176. data/assets/scss/2-modules/_loader.scss +9 -0
  177. data/assets/scss/2-modules/_nav-global.scss +315 -0
  178. data/assets/scss/2-modules/_nav-landing.scss +203 -0
  179. data/assets/scss/2-modules/_nav-local.scss +45 -0
  180. data/assets/scss/2-modules/_social-icons.scss +36 -0
  181. data/assets/scss/2-modules/_sub-nav.scss +32 -0
  182. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  183. data/assets/scss/3-layout/_background.scss +3 -0
  184. data/assets/scss/3-layout/_content.scss +37 -0
  185. data/assets/scss/3-layout/_margins.scss +22 -0
  186. data/assets/scss/3-layout/_padding.scss +19 -0
  187. data/assets/scss/3-layout/_positioning.scss +343 -0
  188. data/assets/scss/3-layout/_section.scss +22 -0
  189. data/assets/scss/3-layout/_tables.scss +8 -0
  190. data/assets/scss/3-layout/_thank-you.scss +5 -0
  191. data/assets/scss/4-pages/index/_home.scss +15 -0
  192. data/assets/scss/bootstrap.scss +98 -0
  193. data/assets/scss/kcc-theme.scss +50 -0
  194. data/assets/scss/translate.scss +5 -0
  195. metadata +278 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c73dc1e3cc4c4a1e759fc34c09cdacda1dad3ad677eada5e586aa70d2261b0c6
4
+ data.tar.gz: dc82f00004b6ce1852cc14cae4350e5af49c3d7d3c3ff47cb464cd7c93ff77c2
5
+ SHA512:
6
+ metadata.gz: 78bad7fa890c9000e1d3ef12b2ff3c28b282e79bcb6c7f15328204c6885df68ab25149bbce0a660376c5fca675b2cdb3bd649df6e8c4097e41642a57fe2564c6
7
+ data.tar.gz: f70d617a3a289c10e9263c3b0761874aece30c30faa7ac9958ec648b08c9bc5621b8d9ef9472fa2caa2264973e69eac7bfbf4585433a5a0c862c2706c249bd0d
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,142 @@
1
+ # kcc-gem-theme-original
2
+
3
+ > A Jekyll theme for 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
+ <br>
10
+
11
+ ## Overview
12
+
13
+ A Gem based Jekyll theme for KCC websites. This is our older theme used for KCC subdomain websites.
14
+
15
+ -----
16
+
17
+ <br>
18
+
19
+ ## Install the Gem in a Jekyll Project
20
+
21
+ Add this line to your Jekyll site's `Gemfile`:
22
+
23
+ ```ruby
24
+ gem "kcc-gem-theme-original"
25
+ ```
26
+
27
+ And add this line to your Jekyll site's `_config.yml`:
28
+
29
+ ```yaml
30
+ theme: kcc-gem-theme-original
31
+ ```
32
+
33
+ -----
34
+
35
+ <br>
36
+
37
+ ## Contributing
38
+
39
+ 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.
40
+
41
+ -----
42
+
43
+ <br>
44
+
45
+ ## Development
46
+
47
+ 1. Run the command below to work on development of the theme and live preview it at http://localhost:3000.
48
+
49
+ ```bash
50
+ $ npm run dev
51
+
52
+ # A convenient alias:
53
+ alias npm-d="npm run dev"
54
+ ```
55
+
56
+ 2. Once satisfied with the changes run a production build and look at the preview (localhost:3000) to make sure everything is ok.
57
+
58
+ ```bash
59
+ $ npm run production
60
+
61
+ # A convenient alias:
62
+ alias npm-p="npm run production"
63
+ ```
64
+
65
+ 1. You must release a new version of the gem to use the updates in a project with the gem installed.
66
+
67
+ **Note:** _Releasing a new gem version is a one-time thing. **You cannot modify the gem once pushed to rubygems.org**
68
+ for this reason you should be thoroughly sure your updates are ready for release. **If you release a bad gem your only option is to yank it (`gem yank` command) which cannot be undone!**_
69
+
70
+ Bump the gem version by incrementing the appropriate major, minor, or patch version number:
71
+
72
+ ```bash
73
+ ### Example .gemspec file ###
74
+ # frozen_string_literal: true
75
+
76
+ Gem::Specification.new do |spec|
77
+ spec.name = "kcc-gem-theme-original"
78
+ spec.version = "1.0.1" # increase the appropriate number following semantic versioning
79
+ # ...
80
+ ### Remainder of .gemspec file omitted. ###
81
+ ```
82
+
83
+ 4. Push the changes to GitHub.
84
+
85
+ ```bash
86
+ git add .
87
+ git commit -m "<your commit message>"
88
+ git push -u origin master
89
+ ```
90
+
91
+ 5. Build the gem.
92
+
93
+ ```bash
94
+ $ gem build kcc-gem-theme-original.gemspec
95
+
96
+ # should return something like:
97
+ Successfully built RubyGem
98
+ Name: kcc-gem-theme-original
99
+ Version: 1.0.1
100
+ File: kcc-gem-theme-original-1.0.1.gem
101
+ ```
102
+
103
+ 6. Push the resulting gem to RubyGems.
104
+
105
+ ```bash
106
+ gem push kcc-gem-theme-original-1.0.1.gem
107
+
108
+ # should return something like:
109
+ Pushing gem to https://rubygems.org...
110
+ Successfully registered gem: kcc-gem-theme-original (1.0.1)
111
+ ```
112
+
113
+ 7. Install the new version of the gem.
114
+
115
+ ```bash
116
+ gem i kcc-gem-theme-original
117
+ ```
118
+
119
+ 8. Update projects using the gem.
120
+
121
+ ```bash
122
+ <username> @ <computername> in ~repositories/kcc-startup-template
123
+ $ bundle update kcc-gem-theme-original
124
+ Fetching gem metadata from https://rubygems.org/...........
125
+ Fetching gem metadata from https://rubygems.org/.
126
+ # ...
127
+ ```
128
+
129
+ On your next build you should see any new changes to gem theme.
130
+
131
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
132
+ To add a custom directory to your theme-gem, please edit the regexp in `kcc-gem-theme.gemspec` accordingly.
133
+
134
+ -----
135
+
136
+ <br>
137
+
138
+ ## License
139
+
140
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
141
+
142
+ -----
@@ -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-bs-target="#{{ this_accordion_id }}" data-bs-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,5 @@
1
+ <!-- Custom CSS Stylesheet for CloudCannon -->
2
+ <link rel="stylesheet" href="{{page.baseurl}}assets/css/content.css">
3
+ </head>
4
+ <body{% if page.homepage == true %} id="homePage"{% endif %} data-bs-no-jquery>
5
+ <h1 class="visually-hidden">{%- if page.outline_title -%}{{ page.outline_title }}{% else %}{{ page.title }}{%- endif -%}</h1>
@@ -0,0 +1,44 @@
1
+
2
+ <nav aria-label="breadcrumb">
3
+ <ol class="breadcrumb breadcrumbs">
4
+ {% if site.core_root == true %}
5
+ <li class="breadcrumb-item">Home</li>
6
+ {% else %}
7
+ {% if page.url == "/" %}
8
+ <li class="breadcrumb-item">
9
+ <a href="../">
10
+ <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">
11
+ <title lang="en" id="home-icon-title">Home</title>
12
+ <path class="breadcrumbs--home--border" d="M0,0h24v24H0V0z"/>
13
+ <polygon class="breadcrumbs--home--house" points="14.5,19.5 14.5,13.5 9.5,13.5
14
+ 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 "/>
15
+ </svg>
16
+ </a>
17
+ </li>
18
+ <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
19
+ {% else %}
20
+ {% assign url_arr = page.url | split: "/" %}
21
+ <li class="breadcrumb-item">
22
+ <a href="../{{ page.baseurl }}">
23
+ <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">
24
+ <title lang="en" id="home-icon-title">Home</title>
25
+ <path class="breadcrumbs--home--border" d="M0,0h24v24H0V0z"/>
26
+ <polygon class="breadcrumbs--home--house" points="14.5,19.5 14.5,13.5 9.5,13.5
27
+ 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 "/>
28
+ </svg>
29
+ </a>
30
+ </li>
31
+ <li class="breadcrumb-item"><a href="{{ page.baseurl }}">{{ site.site_name }}</a></li>
32
+ {% for item in url_arr %}
33
+ {% if item != '' %}
34
+ {% if forloop.last %}
35
+ <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
36
+ {% else %}
37
+ <li class="breadcrumb-item"><a href="../">{{ item | capitalize }}</a></li>
38
+ {% endif %}
39
+ {% endif %}
40
+ {% endfor %}
41
+ {% endif %}
42
+ {% endif %}
43
+ </ol>
44
+ </nav>
@@ -0,0 +1,26 @@
1
+ <section>
2
+ <div class="container">
3
+ <div class="row">
4
+ <div class="col margins__col--top section__heading-underline">
5
+ <h3 class="typography__section--heading margins__heading--btm">{{ page.card_section }}</h3>
6
+ </div>
7
+ </div>
8
+ <div class="row">{% for card in page.cards %}
9
+ <div class="col-md-6 col-lg-4 text-center mx-auto card-section__col--margin-btm">
10
+ <div class="mb-3">
11
+ <a href="{{ card.link }}" class="links__block"><img alt="{{ card.thumb_alt_text }}" class="img-fluid rounded-circle w-50 img__shadow--border" src="{{ page.baseurl }}assets/img/kcc-placeholder-square.png" data-src="{{ page.baseurl }}{{ card.thumb }}" /></a>
12
+ </div>
13
+ <a class="links__no-underline" href="{{ card.link }}">
14
+ <h4 class="typography__orange-h4">{{ card.name }}</h4>
15
+ </a>
16
+ <div class="row card-section__text-wrapper">
17
+ <div class="col align-self-start">
18
+ <p class="typography__p--bold">{{ card.description }}</p>
19
+ </div>
20
+ </div>
21
+ <a href="{{ card.link }}" class="btn btn-primary">{{ card.button_text }}</a>
22
+ </div>
23
+ {%- endfor -%}
24
+ </div>
25
+ </div>
26
+ </section>
@@ -0,0 +1,8 @@
1
+ <div class="row">
2
+ <div class="col">
3
+ <div class="editable">
4
+ <h4 class="typography__h4">Need help?</h4>
5
+ <a href="https://direct.lc.chat/9258945/" class="btn btn-primary" target="_blank" rel="noopener noreferrer">Chat now</a>&nbsp;with a Student Services representative or call <a href="tel:+18158028500">815-802-8500</a>.
6
+ </div>
7
+ </div>
8
+ </div>
@@ -0,0 +1,94 @@
1
+ {%- assign sorted_contacts = site.contacts | sort: "display_order" -%}
2
+ <section>
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col mt-1 home__col--heading-underline home__col--heading-underline-tan">
6
+ <h3 id="contact" class="typography__section--heading margins__heading--btm links__offset">Contacts</h3>
7
+ </div>
8
+ </div>
9
+ </div>
10
+ <div class="container contacts__padding-top background__color--tan">
11
+ <div class="row editor-link">
12
+ <div class="col editor-link mb-3">
13
+ <a href="cloudcannon:collections/_contacts/" class="btn btn-success editor-button">Edit Contacts</a>
14
+ </div>
15
+ </div>
16
+ <div class="row">
17
+ {%- for contact in sorted_contacts -%}
18
+ {%- assign contact_name = contact.name | split: " " -%}
19
+ {%- assign first = contact_name[0] -%}
20
+ {%- assign last = contact_name[1] -%}
21
+ {% if contact.portrait_image != "For departments with no contact photos, do not change this field." %}
22
+ <div class="col-md-6 contacts__col-bottom-margin">
23
+ <div class="row">
24
+ <div class="col-4 contacts__col--img">
25
+ {% if contact.portrait_image != 'none' %}<img
26
+ src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
27
+ height="150px"
28
+ width="150px"
29
+ data-src="{{ page.baseurl }}{{ contact.portrait_image }}"
30
+ alt="Photo of {{ contact.name }}"
31
+ class="img-fluid contacts__portrait"
32
+ />{% endif %}
33
+ </div>
34
+ <div class="col-8 float-right">
35
+ <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
36
+ {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
37
+ <p class="notranslate">
38
+ {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
39
+ {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
40
+ {%- if contact.fax -%}Fax: {{ contact.fax }}{% endif %}
41
+ {%- if contact.bio == true -%}<button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
42
+ </p>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ {% else %}
47
+ <div class="col-sm-6 col-md-4 mb-3">
48
+ <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
49
+ {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
50
+ <p class="notranslate">
51
+ {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
52
+ {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
53
+ {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
54
+ {% if contact.bio == true %}<button type="button" class="btn btn-primary mt-2" data-toggle="modal" data-target="#{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}">View Bio</button>{% endif %}
55
+ </p>
56
+ </div>
57
+ {%- endif -%}
58
+ {%- endfor -%}
59
+ </div>
60
+ </div>
61
+ </section>
62
+ {% for contact in sorted_contacts %}
63
+ {%- if contact.bio == true -%}
64
+ <!-- Modal -->
65
+ <div class="modal fade" id="{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}" tabindex="-1" aria-labelledby="{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}-label" aria-hidden="true">
66
+ <div class="modal-dialog">
67
+ <div class="modal-content">
68
+ <div class="modal-header">
69
+ <h5 class="typography__h6" id="{{ contact.name | downcase | replace: ' ', '-' | remove: '.' | remove: '/' | remove: "'" | remove: '’' }}-label">{{ contact.name }} Bio</h5>
70
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
71
+ <span aria-hidden="true">&times;</span>
72
+ </button>
73
+ </div>
74
+ <div class="modal-body">
75
+ {% if contact.portrait_image != 'For departments with no contact photos, do not change this field.' and contact.portrait_image != 'none' %}<img
76
+ src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
77
+ height="150px"
78
+ width="150px"
79
+ data-src="{{ page.baseurl }}{{ contact.portrait_image }}"
80
+ class="img-fluid float-left mr-2 mb-2"
81
+ alt="Photo of {{ contact.name }} KCC's {{ contact.contacts_title }}"
82
+ >{% endif %}
83
+ <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
84
+ {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
85
+ {{ contact.content }}
86
+ </div>
87
+ <div class="modal-footer">
88
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </div>
93
+ {%- endif -%}
94
+ {% endfor %}