kcc-gem-theme-core 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 (243) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +138 -0
  4. data/_config.yml +262 -0
  5. data/_data/cache_bust_css.yml +1 -0
  6. data/_includes/accordion.html +36 -0
  7. data/_includes/accordion_path-sorting.html +29 -0
  8. data/_includes/body.html +13 -0
  9. data/_includes/breadcrumbs.html +65 -0
  10. data/_includes/card-section.html +32 -0
  11. data/_includes/chat-now.html +15 -0
  12. data/_includes/contacts.html +90 -0
  13. data/_includes/document-head.html +22 -0
  14. data/_includes/emergency-alerts.html +27 -0
  15. data/_includes/foot.html +3 -0
  16. data/_includes/footer.html +278 -0
  17. data/_includes/hash/theme_hash.yml +1 -0
  18. data/_includes/header-global.html +56 -0
  19. data/_includes/hero-slider.html +42 -0
  20. data/_includes/main-call-to-action.html +32 -0
  21. data/_includes/nav-global-bottom.html +47 -0
  22. data/_includes/nav-global-top.html +34 -0
  23. data/_includes/nav-local.html +29 -0
  24. data/_includes/preconnect.html +22 -0
  25. data/_includes/scripts/custom.html +4 -0
  26. data/_includes/scripts/google-api.html +2 -0
  27. data/_includes/scripts/google-noscript.html +9 -0
  28. data/_includes/scripts/google-tag.html +23 -0
  29. data/_includes/scripts/kcc-theme.html +2 -0
  30. data/_includes/scripts/table-cdn.html +6 -0
  31. data/_includes/scripts/translate.html +11 -0
  32. data/_includes/scripts/vendor-cdn.html +5 -0
  33. data/_includes/styles/fonts.html +4 -0
  34. data/_includes/styles/main.html +12 -0
  35. data/_includes/styles/vendor.html +6 -0
  36. data/_includes/svg/check.html +11 -0
  37. data/_includes/svg/check_circle-24px.html +13 -0
  38. data/_includes/svg/dot.html +1 -0
  39. data/_includes/svg/earn-more.html +30 -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-core.html +27 -0
  51. data/_layouts/default.html +32 -0
  52. data/_layouts/hero-banner.html +17 -0
  53. data/_layouts/hero-slider.html +17 -0
  54. data/_layouts/markdown.html +13 -0
  55. data/_layouts/page.html +8 -0
  56. data/assets/css/content.css +37 -0
  57. data/assets/img/2016-senior-viewbook.jpg +0 -0
  58. data/assets/img/ATEC-DSC_1033.jpeg +0 -0
  59. data/assets/img/DSC_5650_helpful.jpg +0 -0
  60. data/assets/img/admissions-navigation-menu.jpg +0 -0
  61. data/assets/img/ajax-loader.gif +0 -0
  62. data/assets/img/alert.svg +1 -0
  63. data/assets/img/arrow-right.svg +1 -0
  64. data/assets/img/arrow_right_alt.svg +1 -0
  65. data/assets/img/blue-next.svg +1 -0
  66. data/assets/img/blue-prev.svg +1 -0
  67. data/assets/img/d-daun2.jpg +0 -0
  68. data/assets/img/dbl-next.svg +1 -0
  69. data/assets/img/dbl-next_mobile.svg +1 -0
  70. data/assets/img/dbl-prev.svg +1 -0
  71. data/assets/img/dbl-prev_mobile.svg +1 -0
  72. data/assets/img/dot.svg +13 -0
  73. data/assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg +0 -0
  74. data/assets/img/facebook-f_white.svg +1 -0
  75. data/assets/img/fafsa-early-bird-banner-18.jpg +0 -0
  76. data/assets/img/go_cavs_20171002_193828-web.jpg +0 -0
  77. data/assets/img/heading-bg-underline-tan.png +0 -0
  78. data/assets/img/heading-bg-underline-transparent.png +0 -0
  79. data/assets/img/heading-bg-underline.png +0 -0
  80. data/assets/img/home.svg +8 -0
  81. data/assets/img/instagram-white.svg +1 -0
  82. data/assets/img/itransfer.png +0 -0
  83. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  84. data/assets/img/kcc-logo-inverse.svg +1 -0
  85. data/assets/img/kcc-logo.svg +1 -0
  86. data/assets/img/kcc-placeholder-square.png +0 -0
  87. data/assets/img/kcc-placeholder.png +0 -0
  88. data/assets/img/kcc-text-logo.svg +1 -0
  89. data/assets/img/keyboard_arrow_right.svg +1 -0
  90. data/assets/img/linkedin-white.svg +1 -0
  91. data/assets/img/loader.gif +0 -0
  92. data/assets/img/miguel2.jpg +0 -0
  93. data/assets/img/pause.svg +1 -0
  94. data/assets/img/pinterest-p_white.svg +1 -0
  95. data/assets/img/placeholder.png +0 -0
  96. data/assets/img/placeholder_16to9.jpg +0 -0
  97. data/assets/img/placeholder_4by3.jpg +0 -0
  98. data/assets/img/placeholder_square.jpg +0 -0
  99. data/assets/img/play.svg +1 -0
  100. data/assets/img/riverfrontcampus.jpg +0 -0
  101. data/assets/img/search.svg +1 -0
  102. data/assets/img/settings.svg +1 -0
  103. data/assets/img/settings_56.svg +1 -0
  104. data/assets/img/soccer.svg +1 -0
  105. data/assets/img/social-icon.svg +1 -0
  106. data/assets/img/toggle-off.svg +1 -0
  107. data/assets/img/toggle-on.svg +1 -0
  108. data/assets/img/twitter-white.svg +1 -0
  109. data/assets/img/video.svg +1 -0
  110. data/assets/img/x.svg +1 -0
  111. data/assets/img/youtube-white.svg +1 -0
  112. data/assets/img/yt-loading.png +0 -0
  113. data/assets/img/zippia.png +0 -0
  114. data/assets/js/alerts/addAccordionOrTabHistoryStates.js +50 -0
  115. data/assets/js/alerts/alerts.js +56 -0
  116. data/assets/js/alerts/cacheResponse.js +23 -0
  117. data/assets/js/alerts/checkForPrefersReducedMotion.js +19 -0
  118. data/assets/js/alerts/contentHashLink.js +94 -0
  119. data/assets/js/alerts/createAlertsHtml.js +73 -0
  120. data/assets/js/alerts/fetchNewAlert.js +33 -0
  121. data/assets/js/alerts/getCachedResponse.js +43 -0
  122. data/assets/js/alerts/parseMarkdownToHTML.js +85 -0
  123. data/assets/js/alerts/refreshAlertButton.js +37 -0
  124. data/assets/js/dist/102.bundle.js +1 -0
  125. data/assets/js/dist/126.bundle.js +1 -0
  126. data/assets/js/dist/154.bundle.js +1 -0
  127. data/assets/js/dist/238.bundle.js +1 -0
  128. data/assets/js/dist/282.bundle.js +1 -0
  129. data/assets/js/dist/315.bundle.js +1 -0
  130. data/assets/js/dist/381.798ee77dce545b7c224a.css +2 -0
  131. data/assets/js/dist/381.bundle.js +1 -0
  132. data/assets/js/dist/391.bundle.js +1 -0
  133. data/assets/js/dist/45.bundle.js +1 -0
  134. data/assets/js/dist/504.bundle.js +1 -0
  135. data/assets/js/dist/526.bundle.js +2 -0
  136. data/assets/js/dist/526.bundle.js.LICENSE.txt +24 -0
  137. data/assets/js/dist/57.bundle.js +1 -0
  138. data/assets/js/dist/576.bundle.js +1 -0
  139. data/assets/js/dist/582.bundle.js +1 -0
  140. data/assets/js/dist/614.bundle.js +1 -0
  141. data/assets/js/dist/640.bundle.js +1 -0
  142. data/assets/js/dist/644.bundle.js +1 -0
  143. data/assets/js/dist/647.798ee77dce545b7c224a.css +2 -0
  144. data/assets/js/dist/647.bundle.js +1 -0
  145. data/assets/js/dist/658.798ee77dce545b7c224a.css +2 -0
  146. data/assets/js/dist/658.bundle.js +1 -0
  147. data/assets/js/dist/707.bundle.js +1 -0
  148. data/assets/js/dist/734.bundle.js +2 -0
  149. data/assets/js/dist/734.bundle.js.LICENSE.txt +30 -0
  150. data/assets/js/dist/747.bundle.js +1 -0
  151. data/assets/js/dist/755.bundle.js +1 -0
  152. data/assets/js/dist/795.bundle.js +1 -0
  153. data/assets/js/dist/814.bundle.js +1 -0
  154. data/assets/js/dist/83.798ee77dce545b7c224a.css +2 -0
  155. data/assets/js/dist/83.bundle.js +1 -0
  156. data/assets/js/dist/853.bundle.js +1 -0
  157. data/assets/js/dist/859.bundle.js +1 -0
  158. data/assets/js/dist/862.bundle.js +1 -0
  159. data/assets/js/dist/909.bundle.js +1 -0
  160. data/assets/js/dist/92.bundle.js +1 -0
  161. data/assets/js/dist/936.bundle.js +1 -0
  162. data/assets/js/dist/968.bundle.js +1 -0
  163. data/assets/js/dist/987.bundle.js +1 -0
  164. data/assets/js/dist/kcc-theme.798ee77dce545b7c224a.css +2 -0
  165. data/assets/js/dist/kcc-theme.bundle.js +1 -0
  166. data/assets/js/nav/megaNav/closeMegaNavOnClick.js +50 -0
  167. data/assets/js/nav/megaNav/googleCustomSearch.js +112 -0
  168. data/assets/js/nav/megaNav/megaNav.js +17 -0
  169. data/assets/js/nav/megaNav/searchToggleMegaNav.js +96 -0
  170. data/assets/js/nav/megaNav/toggleDropdownOnWindowResize.js +78 -0
  171. data/assets/js/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
  172. data/assets/js/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
  173. data/assets/js/nav/megaNav/underlineCurrentSite.js +22 -0
  174. data/assets/js/nav/nav/closeNavOnClick.js +50 -0
  175. data/assets/js/nav/nav/highlightCurrentNav.js +56 -0
  176. data/assets/js/nav/nav/moveSearchIcon.js +94 -0
  177. data/assets/js/nav/nav/nav.js +13 -0
  178. data/assets/js/nav/nav/searchToggleNav.js +40 -0
  179. data/assets/js/nav/nav/toggleNavSearchDropdownOnWindowResize.js +57 -0
  180. data/assets/js/src/addClassToOpenNavbar.js +20 -0
  181. data/assets/js/src/all.js +61 -0
  182. data/assets/js/src/darkMode.js +17 -0
  183. data/assets/js/src/errorPageSearch.js +16 -0
  184. data/assets/js/src/footerDate.js +7 -0
  185. data/assets/js/src/lazyLoad.js +13 -0
  186. data/assets/js/src/loadModule.js +13 -0
  187. data/assets/js/src/sliders.js +68 -0
  188. data/assets/js/src/test.js +7 -0
  189. data/assets/js/src/translate.js +1 -0
  190. data/assets/js/src/translateScript.js +54 -0
  191. data/assets/js/src/userSettings.js +53 -0
  192. data/assets/js/src/walkText.js +27 -0
  193. data/assets/js/src/wrapPowerText.js +21 -0
  194. data/assets/js/src/ytEmbed.js +30 -0
  195. data/assets/scss/0-tools/_bootstrap-overrides.scss +89 -0
  196. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  197. data/assets/scss/0-tools/_google-translate-overrides.scss +114 -0
  198. data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
  199. data/assets/scss/0-tools/_gsc-search-page-overrides.scss +275 -0
  200. data/assets/scss/0-tools/_slick-vars.scss +15 -0
  201. data/assets/scss/0-tools/_vars.scss +98 -0
  202. data/assets/scss/1-base/_background.scss +5 -0
  203. data/assets/scss/1-base/_buttons.scss +200 -0
  204. data/assets/scss/1-base/_header-global.scss +483 -0
  205. data/assets/scss/1-base/_html.scss +4 -0
  206. data/assets/scss/1-base/_img.scss +17 -0
  207. data/assets/scss/1-base/_links.scss +126 -0
  208. data/assets/scss/1-base/_svg.scss +89 -0
  209. data/assets/scss/1-base/_typography.scss +645 -0
  210. data/assets/scss/2-modules/_accordion.scss +43 -0
  211. data/assets/scss/2-modules/_benefits.scss +371 -0
  212. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  213. data/assets/scss/2-modules/_campus-alerts.scss +3 -0
  214. data/assets/scss/2-modules/_card-section.scss +9 -0
  215. data/assets/scss/2-modules/_contacts.scss +46 -0
  216. data/assets/scss/2-modules/_dark-mode.scss +350 -0
  217. data/assets/scss/2-modules/_error.scss +10 -0
  218. data/assets/scss/2-modules/_footer.scss +84 -0
  219. data/assets/scss/2-modules/_header.scss +21 -0
  220. data/assets/scss/2-modules/_hero-slider.scss +300 -0
  221. data/assets/scss/2-modules/_loader.scss +25 -0
  222. data/assets/scss/2-modules/_nav-content.scss +11 -0
  223. data/assets/scss/2-modules/_nav-landing.scss +203 -0
  224. data/assets/scss/2-modules/_nav-local.scss +45 -0
  225. data/assets/scss/2-modules/_setting.scss +78 -0
  226. data/assets/scss/2-modules/_sliders.scss +21 -0
  227. data/assets/scss/2-modules/_social-icons.scss +36 -0
  228. data/assets/scss/2-modules/_sub-nav.scss +32 -0
  229. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  230. data/assets/scss/3-layout/_background.scss +3 -0
  231. data/assets/scss/3-layout/_margins.scss +2 -0
  232. data/assets/scss/3-layout/_padding.scss +2 -0
  233. data/assets/scss/3-layout/_positioning.scss +104 -0
  234. data/assets/scss/3-layout/_section.scss +23 -0
  235. data/assets/scss/3-layout/_tables.scss +8 -0
  236. data/assets/scss/4-pages/index/_home.scss +15 -0
  237. data/assets/scss/bootstrap.scss +75 -0
  238. data/assets/scss/darkMode.scss +5 -0
  239. data/assets/scss/kcc-theme.scss +47 -0
  240. data/assets/scss/searchPageOverrides.scss +2 -0
  241. data/assets/scss/slick-carousel.scss +9 -0
  242. data/assets/scss/translate.scss +4 -0
  243. metadata +326 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 444ea62209488acd569a5f4775e707fd20354ab2520d81817aea4b4a2c6d25ac
4
+ data.tar.gz: bfd6f9c7b0e3feceb9f85b4b8213901c0e34316d5043a62a186b7ff8938dc59f
5
+ SHA512:
6
+ metadata.gz: 7a55f6294114ba7ede281a18f4b1368088943ecf52f9f2d73111112ad6321e3d87e5e9ec21532dd870acb926e4589b501ede9aef4fdebdaffea043c5bf96d0d3
7
+ data.tar.gz: 33ed4bfa7d59a3169c4df71270e297439061715a2c843dd59f8c209e45fca89d3ed6dd348392469cfe08ce8d4bf47bcbb29085816199d9bf25e301d5aa0c2ef0
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-core
2
+
3
+ ### A 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-core"
21
+ ```
22
+
23
+ And add this line to your Jekyll site's `_config.yml`:
24
+
25
+ ```yaml
26
+ theme: kcc-gem-theme-core
27
+ ```
28
+
29
+ And then execute:
30
+
31
+ $ bundle
32
+
33
+ Or install it yourself as:
34
+
35
+ $ gem install kcc-gem-theme-core
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-core.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-core"
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-core.gemspec
97
+
98
+ # should return something like:
99
+ Successfully built RubyGem
100
+ Name: kcc-gem-theme-core
101
+ Version: 0.4.4
102
+ File: kcc-gem-theme-core-0.4.4.gem
103
+ ```
104
+
105
+ 6. Push the resulting gem to RubyGems.
106
+
107
+ ```shell
108
+ gem push kcc-gem-theme-core-0.4.4.gem
109
+
110
+ # should return something like:
111
+ Pushing gem to https://rubygems.org...
112
+ Successfully registered gem: kcc-gem-theme-core (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-core.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
+ -----
data/_config.yml ADDED
@@ -0,0 +1,262 @@
1
+ title: "KCC"
2
+ site_name: Library
3
+ public-url: "http://www.kcc.edu"
4
+ url: 'URL is needed for robots.txt to work properly' ## NO TRAILING SLASHES!!/<--nope
5
+ port: 3000
6
+ timezone: America/Chicago
7
+ google-tag_key: Google Tag Manager key goes here
8
+ theme_config: true # This key should only be in the theme's _config.yml file and nowhere else # Otherwise you will get JS errors
9
+ core_site: true
10
+ core_site_subsite: true
11
+ #translate: true ## Uncomment to activate Google Translate Powers (unfortunately no cowpowers)!!
12
+ collections:
13
+ tabs:
14
+ people: false
15
+ accordions:
16
+ people: false
17
+ contacts:
18
+ people: true
19
+ icons:
20
+ output: false
21
+ permalink: pretty
22
+ description: > # this means to ignore newlines until "baseurl:"
23
+ # Delete this comment and place description on this line
24
+ baseurl: "" # the subpath of your site, e.g. /blog
25
+ #include:
26
+ # - "_pages"
27
+ # - "_posts"
28
+
29
+ # include future posts? (true or false)
30
+ future: true
31
+ # Build settings
32
+ markdown: kramdown
33
+
34
+ include:
35
+ - "_accordions/"
36
+ - "_tabs/"
37
+
38
+ exclude:
39
+ - "node_modules"
40
+ - "npm-debug.log"
41
+ - "package.json"
42
+ - "package-lock.json"
43
+ - "README.md"
44
+ - "Gemfile"
45
+ - "Gemfile.lock"
46
+ - "LICENSE.txt"
47
+ - "webpack.config.js"
48
+ - "*.gem"
49
+ - "*.gemspec"
50
+ - "ruby-version.txt"
51
+ - "buildtools/"
52
+ - "postcss.config.js"
53
+
54
+ uploads_dir: # specifies the default uploads directory for uploads in CloudCannon
55
+ - "uploads/"
56
+
57
+ nav_links:
58
+ - link_text: Tutoring
59
+ link_href: tutoring
60
+ button: false
61
+ - link_text: Policies
62
+ link_href: 'policies'
63
+ button: false
64
+ - link_text: About
65
+ link_href: 'about'
66
+ button: false
67
+ - link_text: Faculty Resources
68
+ link_href: 'https://kcc.libguides.com/facultyservices'
69
+ external: true
70
+ button: false
71
+ - link_text: Contact
72
+ link_href: '#contact'
73
+ button: false
74
+ external: false
75
+ - link_text: Get Help
76
+ button: true
77
+ dropdown:
78
+ - text: Library Help
79
+ href: 'https://kcc.libguides.com/canvas'
80
+ - text: Tutoring Help
81
+ href: 'http://kcc.libguides.com/tutoringhelp'
82
+
83
+
84
+ ## Global/Main Navigation configuration for kcc.edu
85
+ navigation: ## Add a navigation key to any project using kcc-gem-theme to locally override these settings
86
+ - link_text: Academics # @link_text becomes the main navigational categories
87
+ link_href: 'academics'
88
+ image: # The image element built into each dropdown menu
89
+ source: 'assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg' # Points to the image file
90
+ alt: 'Student working in an electrical technology lab' # YOU ALWAYS NEED ALT TEXT!!!
91
+ dropdown: # Defines the 'academics' items in the dropdown
92
+ ## IMPORTANT: The first item in the 'dropdown' list is not sorted but stays as the first dropdown item...
93
+ ## After the first item, the dropdown list is sorted alphabetically by the 'text' key.
94
+ - text: Academic Programs ## Text for the first dropdown item (stays at the top)
95
+ href: 'academics' ## Relative link that the first dropdown item should point to
96
+ - text: Class Schedule
97
+ href: 'schedule' # Relative link with hashes and queries work too 'page/#hash' or 'page/?id=some-heading#hash'
98
+ - text: Academic Calendar
99
+ href: 'calendar'
100
+ - text: Continuing Education
101
+ href: 'https://continuinged.kcc.edu/' ## Absolute URL with protocol works too
102
+ - text: High School Equivalency (GED/HiSET)
103
+ href: 'https://adulted.kcc.edu/programs/ged/'
104
+ - text: Commencement
105
+ href: 'commencement'
106
+ - text: Final Exam Schedule
107
+ href: 'final-exams'
108
+ - text: Register for Classes
109
+ href: 'register'
110
+ - text: Academic Catalog
111
+ href: 'https://kcc.smartcatalogiq.com/current/Academic-Catalog'
112
+ - text: "Exam Make-ups"
113
+ href: exam-makeups
114
+ - link_text: Admissions
115
+ link_href: admissions
116
+ image:
117
+ source: 'assets/img/admissions-navigation-menu.jpg'
118
+ alt: "Student posing in front of the metal sculpture in KCC's courtyard"
119
+ dropdown:
120
+ - text: Admissions
121
+ href: admissions
122
+ - text: Placement Testing
123
+ href: 'testing'
124
+ - text: Apply
125
+ href: 'https://kccedu.force.com/portal/TX_SiteLogin?startURL=%2Fportal%2FTargetX_Base__Portal'
126
+ - text: Request Information
127
+ href: 'https://info.kcc.edu/'
128
+ - text: Visit/Explore
129
+ href: 'https://visit.kcc.edu'
130
+ - text: Cav Day
131
+ href: 'cav-day'
132
+ - text: 'Start in High School'
133
+ href: 'high-school'
134
+ - text: Request KCC Transcripts
135
+ href: '#request-your-transcript'
136
+ - text: 'Veterans Services'
137
+ href: 'veterans'
138
+ - link_text: Tuition & Aid
139
+ link_href: 'tuition-and-aid'
140
+ image:
141
+ source: 'assets/img/fafsa-early-bird-banner-18.jpg'
142
+ 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'
143
+ dropdown:
144
+ - text: Tuition & Aid
145
+ href: 'tuition-and-aid'
146
+ - text: Financial Aid
147
+ href: 'financial-aid'
148
+ - text: Net Price Calculator
149
+ href: 'net-price-calculator'
150
+ - text: 'Cost to Attend KCC'
151
+ href: '#cost-to-attend'
152
+ - text: 'Tuition Payment & Deadlines'
153
+ href: '#tuition-payment-and-deadlines'
154
+ - text: 'Financial Aid Forms'
155
+ href: 'financial-aid/#financial-aid-forms'
156
+ - text: 'Student Employment'
157
+ href: 'financial-aid/#student-employment'
158
+ - link_text: Student Resources
159
+ link_href: 'student-resources'
160
+ image:
161
+ source: 'assets/img/DSC_5650_helpful.jpg'
162
+ alt: 'Receptionist answering the phone'
163
+ dropdown:
164
+ - text: Student Resources
165
+ href: 'student-resources'
166
+ - text: Bookstore
167
+ href: 'http://books.kcc.edu'
168
+ - text: Clubs & Organizations
169
+ href: 'clubs'
170
+ - text: 'Center for Equity, Diversity & Inclusion'
171
+ href: 'edi'
172
+ - text: Fitness Center
173
+ href: 'https://athletics.kcc.edu/facilities/fitness-center'
174
+ - text: Advising
175
+ href: 'advising'
176
+ - text: Transfer Services
177
+ href: 'transfer'
178
+ - text: 'Counseling & Referral Services'
179
+ href: 'counseling-and-referral-services'
180
+ - text: Disability Services
181
+ href: 'disability-services'
182
+ - text: Student Representatives
183
+ href: 'student-representatives'
184
+ - text: Student Complaint Policy
185
+ href: 'student-complaint-policy'
186
+ - text: Start the Semester Right
187
+ href: 'welcome'
188
+ - text: KCC Food Pantry
189
+ href: 'food-pantry'
190
+ - text: Tutoring
191
+ href: 'https://library.kcc.edu/tutoring/'
192
+ - text: TRIO Student Support Services
193
+ href: 'trio'
194
+ - text: Career Services
195
+ href: 'https://continuinged.kcc.edu/career-services/'
196
+ - text: Food Services
197
+ href: 'food-services'
198
+ - text: Workforce Services
199
+ href: 'https://wioa.kcc.edu/'
200
+ - text: Student Handbook
201
+ href: handbook
202
+ - link_text: Community
203
+ link_href: 'community'
204
+ image:
205
+ source: 'assets/img/go_cavs_20171002_193828-web.jpg'
206
+ alt: 'Group photo of students holding Cavalier signs'
207
+ dropdown:
208
+ - text: Community
209
+ href: 'community'
210
+ - text: Adult & Community Education
211
+ href: 'https://adulted.kcc.edu/'
212
+ - text: Continuing Education
213
+ href: 'https://continuinged.kcc.edu'
214
+ - text: Sustainability
215
+ href: 'sustainability'
216
+ - text: Arts & Culture
217
+ href: 'arts-and-culture'
218
+ - text: Workforce Services
219
+ href: 'https://wioa.kcc.edu/'
220
+ - text: Community Testing Center
221
+ href: testing-center
222
+ - link_text: About KCC
223
+ link_href: 'about'
224
+ link_nav: 'about'
225
+ image:
226
+ source: 'assets/img/ATEC-DSC_1033.jpeg'
227
+ alt: 'The new Advanced Technology Education Center building'
228
+ dropdown:
229
+ - text: About KCC
230
+ href: 'about'
231
+ - text: Newsroom
232
+ href: 'https://news.kcc.edu'
233
+ - text: Leadership
234
+ href: 'leadership'
235
+ - text: Board of Trustees
236
+ href: board-of-trustees
237
+ - text: Human Resources
238
+ href: 'human-resources'
239
+ - text: Job Openings
240
+ href: 'human-resources/job-openings'
241
+ - text: Directories
242
+ href: 'directories'
243
+ - text: Information Technology Services
244
+ href: 'its'
245
+ - text: Marketing
246
+ href: 'marketing'
247
+ - text: 'Institutional Effectiveness'
248
+ href: 'institutional-effectiveness'
249
+ - text: 'Police & Safety'
250
+ href: 'police-and-safety'
251
+ - text: 'Student Code of Conduct'
252
+ href: 'code-of-conduct'
253
+ - text: 'Title IX'
254
+ href: 'title-ix'
255
+ - text: 'Contact Us'
256
+ href: 'contact-us'
257
+ - text: Web Services
258
+ href: 'marketing/web-services'
259
+ - text: Consumer Info and Disclosures
260
+ href: 'consumer-info'
261
+ - text: ICCB Salary and Benefits Portal
262
+ href: 'http://iccbdbsrv.iccb.org/salarysearch/home.cfm'
@@ -0,0 +1 @@
1
+ a8eaac1c192cb9d1083572e4752662e5 ../assets/scss/kcc-theme.css
@@ -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,13 @@
1
+ {% unless jekyll.environment == "production" or jekyll.environment == "publish" %}
2
+ <!-- Custom CSS Stylesheet for CloudCannon -->
3
+ <link rel="stylesheet" href="{{page.baseurl}}assets/css/content.css">
4
+ {% endunless %}
5
+ <!-- Scripts loaded dynamically via JS -->
6
+ {%- comment -%}
7
+ <!-- Uncomment to prevent IE-11 caching (for IE testing) -->
8
+ <!-- <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
9
+ <META HTTP-EQUIV="Expires" CONTENT="-1"> -->
10
+ {% endcomment %}
11
+ </head>
12
+ <body{% if page.homepage == true %} id="homePage"{% endif %}>
13
+ <h1 class="sr-only">{%- if page.outline_title -%}{{ page.outline_title }}{% else %}{{ page.title }}{%- endif -%}</h1>
@@ -0,0 +1,65 @@
1
+
2
+ <nav aria-label="breadcrumb">
3
+ <ol class="breadcrumb breadcrumbs">
4
+ {% if site.core_root == true %}
5
+ {% if page.title != '404' and page.title != 'Settings' %}
6
+ <li class="breadcrumb-item">
7
+ <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">
8
+ <title lang="en" id="home-icon-title">Home</title>
9
+ <path class="breadcrumbs--home--border" d="M0,0h24v24H0V0z"/>
10
+ <polygon class="breadcrumbs--home--house" points="14.5,19.5 14.5,13.5 9.5,13.5
11
+ 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 "/>
12
+ </svg>
13
+ </li>
14
+ {% else if page.title == '404' or page.title == 'Settings' %}
15
+ <li class="breadcrumb-item">
16
+ <a href="../">
17
+ <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">
18
+ <title lang="en" id="home-icon-title">Home</title>
19
+ <path class="breadcrumbs--home--border" d="M0,0h24v24H0V0z"/>
20
+ <polygon class="breadcrumbs--home--house" points="14.5,19.5 14.5,13.5 9.5,13.5
21
+ 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 "/>
22
+ </svg>
23
+ </a>
24
+ </li>
25
+ <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
26
+ {% endif %}
27
+ {% else %}
28
+ {% if page.url == "/" %}
29
+ <li class="breadcrumb-item">
30
+ <a href="../">
31
+ <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">
32
+ <title lang="en" id="home-icon-title">Home</title>
33
+ <path class="breadcrumbs--home--border" d="M0,0h24v24H0V0z"/>
34
+ <polygon class="breadcrumbs--home--house" points="14.5,19.5 14.5,13.5 9.5,13.5
35
+ 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 "/>
36
+ </svg>
37
+ </a>
38
+ </li>
39
+ <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
40
+ {% else %}
41
+ {% assign url_arr = page.url | split: "/" %}
42
+ <li class="breadcrumb-item">
43
+ <a href="../{{ page.baseurl }}">
44
+ <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">
45
+ <title lang="en" id="home-icon-title">Home</title>
46
+ <path class="breadcrumbs--home--border" d="M0,0h24v24H0V0z"/>
47
+ <polygon class="breadcrumbs--home--house" points="14.5,19.5 14.5,13.5 9.5,13.5
48
+ 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 "/>
49
+ </svg>
50
+ </a>
51
+ </li>
52
+ <li class="breadcrumb-item"><a href="{{ page.baseurl }}">{{ site.site_name }}</a></li>
53
+ {% for item in url_arr %}
54
+ {% if item != '' %}
55
+ {% if forloop.last %}
56
+ <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
57
+ {% else %}
58
+ <li class="breadcrumb-item"><a href="../">{{ item | capitalize }}</a></li>
59
+ {% endif %}
60
+ {% endif %}
61
+ {% endfor %}
62
+ {% endif %}
63
+ {% endif %}
64
+ </ol>
65
+ </nav>
@@ -0,0 +1,32 @@
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">
12
+ <img
13
+ alt="{{ card.thumb_alt_text }}"
14
+ class="img-fluid rounded-circle w-50 img__shadow--border"
15
+ src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
16
+ data-src="{{ page.baseurl }}{{ card.thumb }}" />
17
+ </a>
18
+ </div>
19
+ <a class="links__no-underline" href="{{ card.link }}">
20
+ <h4 class="typography__orange-h4">{{ card.name }}</h4>
21
+ </a>
22
+ <div class="row card-section__text-wrapper">
23
+ <div class="col align-self-start">
24
+ <p class="typography__p--bold">{{ card.description }}</p>
25
+ </div>
26
+ </div>
27
+ <a href="{{ card.link }}" class="btn btn-primary">{{ card.button_text }}</a>
28
+ </div>
29
+ {%- endfor -%}
30
+ </div>
31
+ </div>
32
+ </section>
@@ -0,0 +1,15 @@
1
+ <div class="row mt-3">
2
+ <div class="col margins__col--top section__heading-underline">
3
+ <h3 class="typography__section--heading margins__heading--btm">Need help?</h3>
4
+ </div>
5
+ </div>
6
+ <p>
7
+ <a
8
+ href="https://direct.lc.chat/9258945/"
9
+ target="_blank"
10
+ rel="noopener noreferrer"
11
+ class="btn btn-primary"
12
+ >
13
+ Chat Now
14
+ </a> with a Student Affairs representative or call <a href="tel:+18158028500">815-802-8500</a>.
15
+ </p>