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.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +138 -0
- data/_config.yml +262 -0
- data/_data/cache_bust_css.yml +1 -0
- data/_includes/accordion.html +36 -0
- data/_includes/accordion_path-sorting.html +29 -0
- data/_includes/body.html +13 -0
- data/_includes/breadcrumbs.html +65 -0
- data/_includes/card-section.html +32 -0
- data/_includes/chat-now.html +15 -0
- data/_includes/contacts.html +90 -0
- data/_includes/document-head.html +22 -0
- data/_includes/emergency-alerts.html +27 -0
- data/_includes/foot.html +3 -0
- data/_includes/footer.html +278 -0
- data/_includes/hash/theme_hash.yml +1 -0
- data/_includes/header-global.html +56 -0
- data/_includes/hero-slider.html +42 -0
- data/_includes/main-call-to-action.html +32 -0
- data/_includes/nav-global-bottom.html +47 -0
- data/_includes/nav-global-top.html +34 -0
- data/_includes/nav-local.html +29 -0
- data/_includes/preconnect.html +22 -0
- data/_includes/scripts/custom.html +4 -0
- data/_includes/scripts/google-api.html +2 -0
- data/_includes/scripts/google-noscript.html +9 -0
- data/_includes/scripts/google-tag.html +23 -0
- data/_includes/scripts/kcc-theme.html +2 -0
- data/_includes/scripts/table-cdn.html +6 -0
- data/_includes/scripts/translate.html +11 -0
- data/_includes/scripts/vendor-cdn.html +5 -0
- data/_includes/styles/fonts.html +4 -0
- data/_includes/styles/main.html +12 -0
- data/_includes/styles/vendor.html +6 -0
- data/_includes/svg/check.html +11 -0
- data/_includes/svg/check_circle-24px.html +13 -0
- data/_includes/svg/dot.html +1 -0
- data/_includes/svg/earn-more.html +30 -0
- data/_includes/svg/email-24px.html +13 -0
- data/_includes/svg/goals.html +21 -0
- data/_includes/svg/kcc-copy.html +62 -0
- data/_includes/svg/kcc.html +65 -0
- data/_includes/svg/kcc.svg +59 -0
- data/_includes/svg/love.html +13 -0
- data/_includes/svg/place-24px.html +13 -0
- data/_includes/svg/save-money.html +26 -0
- data/_includes/tabbed-content.html +27 -0
- data/_includes/translate.html +3 -0
- data/_layouts/default-core.html +27 -0
- data/_layouts/default.html +32 -0
- data/_layouts/hero-banner.html +17 -0
- data/_layouts/hero-slider.html +17 -0
- data/_layouts/markdown.html +13 -0
- data/_layouts/page.html +8 -0
- data/assets/css/content.css +37 -0
- data/assets/img/2016-senior-viewbook.jpg +0 -0
- data/assets/img/ATEC-DSC_1033.jpeg +0 -0
- data/assets/img/DSC_5650_helpful.jpg +0 -0
- data/assets/img/admissions-navigation-menu.jpg +0 -0
- data/assets/img/ajax-loader.gif +0 -0
- data/assets/img/alert.svg +1 -0
- data/assets/img/arrow-right.svg +1 -0
- data/assets/img/arrow_right_alt.svg +1 -0
- data/assets/img/blue-next.svg +1 -0
- data/assets/img/blue-prev.svg +1 -0
- data/assets/img/d-daun2.jpg +0 -0
- data/assets/img/dbl-next.svg +1 -0
- data/assets/img/dbl-next_mobile.svg +1 -0
- data/assets/img/dbl-prev.svg +1 -0
- data/assets/img/dbl-prev_mobile.svg +1 -0
- data/assets/img/dot.svg +13 -0
- data/assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg +0 -0
- data/assets/img/facebook-f_white.svg +1 -0
- data/assets/img/fafsa-early-bird-banner-18.jpg +0 -0
- data/assets/img/go_cavs_20171002_193828-web.jpg +0 -0
- data/assets/img/heading-bg-underline-tan.png +0 -0
- data/assets/img/heading-bg-underline-transparent.png +0 -0
- data/assets/img/heading-bg-underline.png +0 -0
- data/assets/img/home.svg +8 -0
- data/assets/img/instagram-white.svg +1 -0
- data/assets/img/itransfer.png +0 -0
- data/assets/img/kankakee-community-college-word-logo.svg +1 -0
- data/assets/img/kcc-logo-inverse.svg +1 -0
- data/assets/img/kcc-logo.svg +1 -0
- data/assets/img/kcc-placeholder-square.png +0 -0
- data/assets/img/kcc-placeholder.png +0 -0
- data/assets/img/kcc-text-logo.svg +1 -0
- data/assets/img/keyboard_arrow_right.svg +1 -0
- data/assets/img/linkedin-white.svg +1 -0
- data/assets/img/loader.gif +0 -0
- data/assets/img/miguel2.jpg +0 -0
- data/assets/img/pause.svg +1 -0
- data/assets/img/pinterest-p_white.svg +1 -0
- data/assets/img/placeholder.png +0 -0
- data/assets/img/placeholder_16to9.jpg +0 -0
- data/assets/img/placeholder_4by3.jpg +0 -0
- data/assets/img/placeholder_square.jpg +0 -0
- data/assets/img/play.svg +1 -0
- data/assets/img/riverfrontcampus.jpg +0 -0
- data/assets/img/search.svg +1 -0
- data/assets/img/settings.svg +1 -0
- data/assets/img/settings_56.svg +1 -0
- data/assets/img/soccer.svg +1 -0
- data/assets/img/social-icon.svg +1 -0
- data/assets/img/toggle-off.svg +1 -0
- data/assets/img/toggle-on.svg +1 -0
- data/assets/img/twitter-white.svg +1 -0
- data/assets/img/video.svg +1 -0
- data/assets/img/x.svg +1 -0
- data/assets/img/youtube-white.svg +1 -0
- data/assets/img/yt-loading.png +0 -0
- data/assets/img/zippia.png +0 -0
- data/assets/js/alerts/addAccordionOrTabHistoryStates.js +50 -0
- data/assets/js/alerts/alerts.js +56 -0
- data/assets/js/alerts/cacheResponse.js +23 -0
- data/assets/js/alerts/checkForPrefersReducedMotion.js +19 -0
- data/assets/js/alerts/contentHashLink.js +94 -0
- data/assets/js/alerts/createAlertsHtml.js +73 -0
- data/assets/js/alerts/fetchNewAlert.js +33 -0
- data/assets/js/alerts/getCachedResponse.js +43 -0
- data/assets/js/alerts/parseMarkdownToHTML.js +85 -0
- data/assets/js/alerts/refreshAlertButton.js +37 -0
- data/assets/js/dist/102.bundle.js +1 -0
- data/assets/js/dist/126.bundle.js +1 -0
- data/assets/js/dist/154.bundle.js +1 -0
- data/assets/js/dist/238.bundle.js +1 -0
- data/assets/js/dist/282.bundle.js +1 -0
- data/assets/js/dist/315.bundle.js +1 -0
- data/assets/js/dist/381.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/381.bundle.js +1 -0
- data/assets/js/dist/391.bundle.js +1 -0
- data/assets/js/dist/45.bundle.js +1 -0
- data/assets/js/dist/504.bundle.js +1 -0
- data/assets/js/dist/526.bundle.js +2 -0
- data/assets/js/dist/526.bundle.js.LICENSE.txt +24 -0
- data/assets/js/dist/57.bundle.js +1 -0
- data/assets/js/dist/576.bundle.js +1 -0
- data/assets/js/dist/582.bundle.js +1 -0
- data/assets/js/dist/614.bundle.js +1 -0
- data/assets/js/dist/640.bundle.js +1 -0
- data/assets/js/dist/644.bundle.js +1 -0
- data/assets/js/dist/647.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/647.bundle.js +1 -0
- data/assets/js/dist/658.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/658.bundle.js +1 -0
- data/assets/js/dist/707.bundle.js +1 -0
- data/assets/js/dist/734.bundle.js +2 -0
- data/assets/js/dist/734.bundle.js.LICENSE.txt +30 -0
- data/assets/js/dist/747.bundle.js +1 -0
- data/assets/js/dist/755.bundle.js +1 -0
- data/assets/js/dist/795.bundle.js +1 -0
- data/assets/js/dist/814.bundle.js +1 -0
- data/assets/js/dist/83.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/83.bundle.js +1 -0
- data/assets/js/dist/853.bundle.js +1 -0
- data/assets/js/dist/859.bundle.js +1 -0
- data/assets/js/dist/862.bundle.js +1 -0
- data/assets/js/dist/909.bundle.js +1 -0
- data/assets/js/dist/92.bundle.js +1 -0
- data/assets/js/dist/936.bundle.js +1 -0
- data/assets/js/dist/968.bundle.js +1 -0
- data/assets/js/dist/987.bundle.js +1 -0
- data/assets/js/dist/kcc-theme.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/kcc-theme.bundle.js +1 -0
- data/assets/js/nav/megaNav/closeMegaNavOnClick.js +50 -0
- data/assets/js/nav/megaNav/googleCustomSearch.js +112 -0
- data/assets/js/nav/megaNav/megaNav.js +17 -0
- data/assets/js/nav/megaNav/searchToggleMegaNav.js +96 -0
- data/assets/js/nav/megaNav/toggleDropdownOnWindowResize.js +78 -0
- data/assets/js/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
- data/assets/js/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
- data/assets/js/nav/megaNav/underlineCurrentSite.js +22 -0
- data/assets/js/nav/nav/closeNavOnClick.js +50 -0
- data/assets/js/nav/nav/highlightCurrentNav.js +56 -0
- data/assets/js/nav/nav/moveSearchIcon.js +94 -0
- data/assets/js/nav/nav/nav.js +13 -0
- data/assets/js/nav/nav/searchToggleNav.js +40 -0
- data/assets/js/nav/nav/toggleNavSearchDropdownOnWindowResize.js +57 -0
- data/assets/js/src/addClassToOpenNavbar.js +20 -0
- data/assets/js/src/all.js +61 -0
- data/assets/js/src/darkMode.js +17 -0
- data/assets/js/src/errorPageSearch.js +16 -0
- data/assets/js/src/footerDate.js +7 -0
- data/assets/js/src/lazyLoad.js +13 -0
- data/assets/js/src/loadModule.js +13 -0
- data/assets/js/src/sliders.js +68 -0
- data/assets/js/src/test.js +7 -0
- data/assets/js/src/translate.js +1 -0
- data/assets/js/src/translateScript.js +54 -0
- data/assets/js/src/userSettings.js +53 -0
- data/assets/js/src/walkText.js +27 -0
- data/assets/js/src/wrapPowerText.js +21 -0
- data/assets/js/src/ytEmbed.js +30 -0
- data/assets/scss/0-tools/_bootstrap-overrides.scss +89 -0
- data/assets/scss/0-tools/_cloudcannon.scss +16 -0
- data/assets/scss/0-tools/_google-translate-overrides.scss +114 -0
- data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
- data/assets/scss/0-tools/_gsc-search-page-overrides.scss +275 -0
- data/assets/scss/0-tools/_slick-vars.scss +15 -0
- data/assets/scss/0-tools/_vars.scss +98 -0
- data/assets/scss/1-base/_background.scss +5 -0
- data/assets/scss/1-base/_buttons.scss +200 -0
- data/assets/scss/1-base/_header-global.scss +483 -0
- data/assets/scss/1-base/_html.scss +4 -0
- data/assets/scss/1-base/_img.scss +17 -0
- data/assets/scss/1-base/_links.scss +126 -0
- data/assets/scss/1-base/_svg.scss +89 -0
- data/assets/scss/1-base/_typography.scss +645 -0
- data/assets/scss/2-modules/_accordion.scss +43 -0
- data/assets/scss/2-modules/_benefits.scss +371 -0
- data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
- data/assets/scss/2-modules/_campus-alerts.scss +3 -0
- data/assets/scss/2-modules/_card-section.scss +9 -0
- data/assets/scss/2-modules/_contacts.scss +46 -0
- data/assets/scss/2-modules/_dark-mode.scss +350 -0
- data/assets/scss/2-modules/_error.scss +10 -0
- data/assets/scss/2-modules/_footer.scss +84 -0
- data/assets/scss/2-modules/_header.scss +21 -0
- data/assets/scss/2-modules/_hero-slider.scss +300 -0
- data/assets/scss/2-modules/_loader.scss +25 -0
- data/assets/scss/2-modules/_nav-content.scss +11 -0
- data/assets/scss/2-modules/_nav-landing.scss +203 -0
- data/assets/scss/2-modules/_nav-local.scss +45 -0
- data/assets/scss/2-modules/_setting.scss +78 -0
- data/assets/scss/2-modules/_sliders.scss +21 -0
- data/assets/scss/2-modules/_social-icons.scss +36 -0
- data/assets/scss/2-modules/_sub-nav.scss +32 -0
- data/assets/scss/2-modules/_yt-embed.scss +14 -0
- data/assets/scss/3-layout/_background.scss +3 -0
- data/assets/scss/3-layout/_margins.scss +2 -0
- data/assets/scss/3-layout/_padding.scss +2 -0
- data/assets/scss/3-layout/_positioning.scss +104 -0
- data/assets/scss/3-layout/_section.scss +23 -0
- data/assets/scss/3-layout/_tables.scss +8 -0
- data/assets/scss/4-pages/index/_home.scss +15 -0
- data/assets/scss/bootstrap.scss +75 -0
- data/assets/scss/darkMode.scss +5 -0
- data/assets/scss/kcc-theme.scss +47 -0
- data/assets/scss/searchPageOverrides.scss +2 -0
- data/assets/scss/slick-carousel.scss +9 -0
- data/assets/scss/translate.scss +4 -0
- 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
|
+
[](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>
|
data/_includes/body.html
ADDED
@@ -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>
|