kcc-gem-theme 0.1.0
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 +52 -0
- data/_includes/announcement.html +13 -0
- data/_includes/facebook-script.html +8 -0
- data/_includes/facebook-widget.html +5 -0
- data/_includes/foot.html +3 -0
- data/_includes/footer.html +55 -0
- data/_includes/global-nav.html +15 -0
- data/_includes/google-noscript.html +6 -0
- data/_includes/google-tag.html +6 -0
- data/_includes/head.html +38 -0
- data/_includes/header.html +82 -0
- data/_includes/local-nav.html +27 -0
- data/_includes/local-stylesheets.html +15 -0
- data/_includes/scripts/custom.html +2 -0
- data/_includes/scripts/slim.html +2 -0
- data/_includes/scripts/vendor-cdn.html +6 -0
- data/_includes/scripts/vendor-local.html +6 -0
- data/_includes/social-icons.html +32 -0
- data/_includes/stylesheets.html +17 -0
- data/_includes/timeline.html +4 -0
- data/_includes/vendor-scripts.html +9 -0
- data/_layouts/default.html +12 -0
- data/assets/css/content.css +1 -0
- data/assets/css/main.css +1 -0
- data/assets/img/alert.svg +13 -0
- data/assets/img/baseball.svg +40 -0
- data/assets/img/basketball.svg +17 -0
- data/assets/img/blue-next.svg +9 -0
- data/assets/img/blue-prev.svg +9 -0
- data/assets/img/calendar.svg +24 -0
- data/assets/img/cavaliers-16x9-thumb.png +0 -0
- data/assets/img/cavaliers-logo.png +0 -0
- data/assets/img/cavaliers-logo_white.png +0 -0
- data/assets/img/dbl-next.svg +15 -0
- data/assets/img/dbl-prev.svg +14 -0
- data/assets/img/facebook-f_white.svg +9 -0
- data/assets/img/instagram-white.svg +20 -0
- data/assets/img/kankakee-community-college-word-logo.svg +88 -0
- data/assets/img/kcc-logo-inverse.svg +21 -0
- data/assets/img/kcc-logo.svg +74 -0
- data/assets/img/kcc-placeholder.png +0 -0
- data/assets/img/kcc-text-logo.svg +89 -0
- data/assets/img/linkedin-white.svg +13 -0
- data/assets/img/menu-bg.png +0 -0
- data/assets/img/news.svg +19 -0
- data/assets/img/pinterest-p_white.svg +16 -0
- data/assets/img/placeholder.png +0 -0
- data/assets/img/search.svg +18 -0
- data/assets/img/soccer.svg +17 -0
- data/assets/img/social-icon.svg +13 -0
- data/assets/img/twitter-white.svg +14 -0
- data/assets/img/video.svg +10 -0
- data/assets/img/volleyball.svg +15 -0
- data/assets/img/youtube-white.svg +9 -0
- data/assets/img/yt-loading.png +0 -0
- data/assets/js/dist/main.b800e1a5795dbc051d49.bundle.js +1 -0
- data/assets/js/dist/slim.b800e1a5795dbc051d49.bundle.js +1 -0
- data/assets/js/script/all.js +5 -0
- data/assets/js/script/babelTest.js +17 -0
- data/assets/js/script/footerDate.js +10 -0
- data/assets/js/script/lazyLoad.js +14 -0
- data/assets/js/script/searchToggle.js +41 -0
- data/assets/js/script/test.js +1 -0
- data/assets/js/slim/slim.js +1 -0
- data/assets/js/slim/test.js +1 -0
- data/assets/scss/0-tools/_ie-only.scss +37 -0
- data/assets/scss/0-tools/_vars.scss +58 -0
- data/assets/scss/1-base/_buttons.scss +35 -0
- data/assets/scss/1-base/_links.scss +86 -0
- data/assets/scss/1-base/_typography.scss +399 -0
- data/assets/scss/2-modules/_archive.scss +13 -0
- data/assets/scss/2-modules/_bios.scss +22 -0
- data/assets/scss/2-modules/_error.scss +10 -0
- data/assets/scss/2-modules/_events.scss +6 -0
- data/assets/scss/2-modules/_fb-widget.scss +4 -0
- data/assets/scss/2-modules/_featured-videos.scss +17 -0
- data/assets/scss/2-modules/_footer.scss +76 -0
- data/assets/scss/2-modules/_global-nav.scss +320 -0
- data/assets/scss/2-modules/_header.scss +2 -0
- data/assets/scss/2-modules/_latest-news-widget.scss +1045 -0
- data/assets/scss/2-modules/_local-nav.scss +111 -0
- data/assets/scss/2-modules/_playlist.scss +272 -0
- data/assets/scss/2-modules/_sliders.scss +191 -0
- data/assets/scss/2-modules/_social-icons.scss +36 -0
- data/assets/scss/2-modules/_timeline.scss +28 -0
- data/assets/scss/3-layout/_content.scss +37 -0
- data/assets/scss/3-layout/_positioning.scss +74 -0
- data/assets/scss/3-layout/_posts.scss +3 -0
- data/assets/scss/4-pages/index/_home.scss +2 -0
- data/assets/scss/content.scss +4 -0
- data/assets/scss/main.scss +37 -0
- data/assets/vendor/css/ajax-loader.gif +0 -0
- data/assets/vendor/css/bootstrap.min.css +7 -0
- data/assets/vendor/css/fonts/slick.eot +0 -0
- data/assets/vendor/css/fonts/slick.ttf +0 -0
- data/assets/vendor/css/fonts/slick.woff +0 -0
- data/assets/vendor/css/mli7lsm.css +22 -0
- data/assets/vendor/css/slick-theme.min.css +8 -0
- data/assets/vendor/css/slick.min.css +8 -0
- data/assets/vendor/font/slick.woff +0 -0
- data/assets/vendor/js/bootstrap.min.js +7 -0
- data/assets/vendor/js/jquery.min.js +2 -0
- data/assets/vendor/js/popper.min.js +5 -0
- data/assets/vendor/js/slick.min.js +1 -0
- metadata +190 -0
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
|
6
|
+
<g>
|
7
|
+
<path fill="#FFFFFF" d="M142.394,216.601h48.7v156.684h-48.7V216.601z M166.755,138.716c15.567,0,28.219,12.651,28.219,28.226
|
8
|
+
c0,15.588-12.651,28.24-28.219,28.24c-15.608,0-28.242-12.652-28.242-28.24C138.513,151.368,151.146,138.716,166.755,138.716"/>
|
9
|
+
<path fill="#FFFFFF" d="M221.638,216.601h46.707v21.408h0.65c6.502-12.316,22.385-25.305,46.076-25.305
|
10
|
+
c49.314,0,58.416,32.454,58.416,74.639v85.941h-48.664v-76.199c0-18.168-0.334-41.54-25.302-41.54
|
11
|
+
c-25.339,0-29.23,19.792-29.23,40.227v77.512h-48.653V216.601z"/>
|
12
|
+
</g>
|
13
|
+
</svg>
|
Binary file
|
data/assets/img/news.svg
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
|
6
|
+
<path fill="#C61F48" d="M19.062,15.574v-1.149c0-0.316,0.255-0.574,0.574-0.574h4.983c0.316,0,0.572,0.258,0.572,0.574v1.149
|
7
|
+
c0,0.317-0.256,0.575-0.572,0.575h-4.983C19.316,16.149,19.062,15.892,19.062,15.574z M19.062,11.129V9.979
|
8
|
+
c0-0.317,0.255-0.574,0.574-0.574h4.983c0.316,0,0.572,0.257,0.572,0.574v1.149c0,0.317-0.256,0.577-0.572,0.577h-4.983
|
9
|
+
C19.316,11.706,19.062,11.446,19.062,11.129z M19.062,20.02v-1.148c0-0.319,0.255-0.577,0.574-0.577h4.983
|
10
|
+
c0.316,0,0.572,0.258,0.572,0.577v1.148c0,0.316-0.256,0.575-0.572,0.575h-4.983C19.316,20.595,19.062,20.336,19.062,20.02z
|
11
|
+
M9.866,20.02v-1.148c0-0.319,0.256-0.577,0.574-0.577h6.513c0.318,0,0.573,0.258,0.573,0.577v1.148
|
12
|
+
c0,0.316-0.255,0.575-0.573,0.575H10.44C10.123,20.595,9.866,20.336,9.866,20.02z M11.781,11.32h3.833v2.913h-3.833V11.32z
|
13
|
+
M10.44,16.149h6.513c0.318,0,0.573-0.258,0.573-0.575V9.979c0-0.317-0.255-0.574-0.573-0.574H10.44
|
14
|
+
c-0.318,0-0.574,0.257-0.574,0.574v5.595C9.866,15.892,10.123,16.149,10.44,16.149z M27.49,22.893H7.539
|
15
|
+
c0.017-0.126,0.028-0.252,0.028-0.383V7.107H27.49V22.893z M2.508,22.51V8.639h2.76V22.51c-0.015,0.706-2.166,0.383-2.377,0.383
|
16
|
+
C2.679,22.893,2.508,22.722,2.508,22.51z M28.641,4.809H7.567c-0.999,0-1.851,0.639-2.167,1.531h-4.04
|
17
|
+
c-0.635,0-1.149,0.516-1.149,1.15v15.02c0,1.483,1.2,2.682,2.681,2.682h25.75c0.634,0,1.149-0.514,1.149-1.148V5.957
|
18
|
+
C29.79,5.322,29.274,4.809,28.641,4.809z"/>
|
19
|
+
</svg>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
|
6
|
+
<path fill="#FFFFFF" d="M256.005,105.086c-83.343,0-150.915,67.566-150.915,150.912c0,61.795,37.159,114.882,90.332,138.223
|
7
|
+
c-0.425-10.538-0.076-23.188,2.627-34.653c2.901-12.252,19.418-82.231,19.418-82.231s-4.821-9.636-4.821-23.878
|
8
|
+
c0-22.363,12.962-39.066,29.104-39.066c13.727,0,20.357,10.311,20.357,22.656c0,13.8-8.8,34.439-13.326,53.557
|
9
|
+
c-3.781,16.008,8.026,29.065,23.819,29.065c28.593,0,47.85-36.724,47.85-80.234c0-33.075-22.276-57.832-62.794-57.832
|
10
|
+
c-45.778,0-74.297,34.139-74.297,72.271c0,13.147,3.877,22.42,9.949,29.599c2.791,3.298,3.18,4.625,2.168,8.411
|
11
|
+
c-0.723,2.777-2.386,9.462-3.074,12.111c-1.005,3.821-4.102,5.188-7.556,3.776c-21.085-8.607-30.905-31.698-30.905-57.654
|
12
|
+
c0-42.869,36.155-94.272,107.856-94.272c57.617,0,95.537,41.693,95.537,86.449c0,59.2-32.912,103.428-81.427,103.428
|
13
|
+
c-16.293,0-31.618-8.808-36.868-18.811c0,0-8.761,34.771-10.617,41.484c-3.198,11.636-9.462,23.264-15.188,32.328
|
14
|
+
c13.573,4.007,27.91,6.188,42.771,6.188c83.336,0,150.904-67.565,150.904-150.915C406.909,172.652,339.341,105.086,256.005,105.086z
|
15
|
+
"/>
|
16
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="128px" height="128px" viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve">
|
6
|
+
<g>
|
7
|
+
<path fill="#FFFFFF" d="M125.393,115.948c0,2.557-0.936,4.771-2.805,6.641c-1.87,1.868-4.082,2.804-6.639,2.804
|
8
|
+
c-2.657,0-4.871-0.936-6.643-2.804L83.996,97.354c-8.807,6.101-18.62,9.15-29.441,9.15c-7.035,0-13.762-1.365-20.182-4.096
|
9
|
+
c-6.419-2.732-11.953-6.422-16.602-11.068c-4.648-4.65-8.338-10.184-11.068-16.604c-2.731-6.42-4.096-13.146-4.096-20.182
|
10
|
+
c0-7.034,1.365-13.761,4.096-20.181c2.73-6.419,6.419-11.954,11.068-16.602c4.649-4.649,10.183-8.338,16.602-11.069
|
11
|
+
c6.42-2.73,13.147-4.095,20.182-4.095c7.034,0,13.761,1.365,20.181,4.095s11.953,6.42,16.603,11.069
|
12
|
+
c4.647,4.648,8.338,10.183,11.069,16.602c2.729,6.42,4.095,13.147,4.095,20.181c0,10.822-3.051,20.637-9.149,29.442l25.312,25.311
|
13
|
+
C124.482,111.125,125.393,113.34,125.393,115.948z M77.909,77.91c6.468-6.469,9.704-14.254,9.704-23.355
|
14
|
+
c0-9.1-3.236-16.885-9.704-23.354c-6.47-6.469-14.253-9.704-23.354-9.704c-9.102,0-16.886,3.235-23.355,9.704
|
15
|
+
c-6.469,6.469-9.703,14.253-9.703,23.354c0,9.102,3.234,16.888,9.703,23.355c6.469,6.468,14.253,9.701,23.355,9.701
|
16
|
+
C63.656,87.611,71.439,84.378,77.909,77.91z"/>
|
17
|
+
</g>
|
18
|
+
</svg>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
|
6
|
+
<path fill="#C61F48" d="M28.811,10.512C26.818,4.371,21.123,0.469,15.006,0.469c-9.779,0-16.881,9.574-13.816,19.02
|
7
|
+
C3.182,25.629,8.889,29.531,15,29.531C24.779,29.531,31.875,19.957,28.811,10.512z M26.291,20.689l-5.525,0.68l-1.043-1.459
|
8
|
+
l1.975-6.1l1.693-0.527l4.078,3.809C27.258,18.328,26.865,19.541,26.291,20.689z M2.555,17.08l4.066-3.803l1.693,0.527l1.986,6.076
|
9
|
+
L9.24,21.357l-5.52-0.68C2.959,19.154,2.713,18.029,2.555,17.08z M14.068,6.492V8.42l-5.033,3.65l-1.846-0.574L6.135,5.994
|
10
|
+
c0.896-0.885,1.922-1.629,3.047-2.215L14.068,6.492z M22.822,11.496l-1.846,0.574l-5.033-3.65V6.492l4.898-2.719
|
11
|
+
c1.119,0.586,2.15,1.33,3.047,2.221L22.822,11.496z M10.201,13.547l4.805-3.486l4.811,3.492l-1.822,5.625h-5.953L10.201,13.547z
|
12
|
+
M27.645,14.689l-2.994-2.795l0.779-4.002C27.451,10.869,27.615,13.588,27.645,14.689z M18.586,2.883l-3.58,1.986l-3.574-1.98
|
13
|
+
C15.621,1.646,18.58,2.883,18.586,2.883z M4.588,7.857l0.773,4.037l-2.994,2.783c0.047-1.863,0.51-3.715,1.383-5.426
|
14
|
+
C3.996,8.766,4.283,8.303,4.588,7.857z M5.027,22.74l4.025,0.492l1.711,3.674C8.49,26.098,6.504,24.65,5.027,22.74z M13.107,27.504
|
15
|
+
l-2.35-5.039l1.02-1.418h6.457l1.014,1.418l-2.35,5.039C15.568,27.709,14.414,27.703,13.107,27.504z M19.248,26.906l1.711-3.674
|
16
|
+
l4.043-0.498C23.537,24.645,21.557,26.08,19.248,26.906z"/>
|
17
|
+
</svg>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
|
6
|
+
<path fill="#C61F48" d="M25.085,3.863c0-0.654-0.562-1.181-1.252-1.181H1.413c-0.69,0-1.25,0.526-1.25,1.181v16.426
|
7
|
+
c0,0.654,0.561,1.184,1.25,1.184h1.251V5.042h22.421V3.863z M25.594,23.075H9.555v-3.75l4.868-4.867
|
8
|
+
c0.139-0.137,0.366-0.137,0.505,0l2.745,2.745c0.14,0.138,0.365,0.138,0.504,0l2.046-2.046c0.139-0.136,0.365-0.139,0.504,0
|
9
|
+
l4.868,4.866V23.075z M26.603,10.175c0.558,0,1.008,0.45,1.008,1.007v12.902c0,0.556-0.45,1.008-1.008,1.008H8.546
|
10
|
+
c-0.558,0-1.008-0.452-1.008-1.008V11.182c0-0.557,0.45-1.007,1.008-1.007H26.603 M26.603,7.948H8.546
|
11
|
+
c-1.784,0-3.236,1.45-3.236,3.233v12.902c0,1.782,1.452,3.233,3.236,3.233h18.056c1.783,0,3.235-1.451,3.235-3.233V11.182
|
12
|
+
C29.838,9.398,28.386,7.948,26.603,7.948L26.603,7.948z"/>
|
13
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
|
6
|
+
<path fill="#FFFFFF" d="M393.859,170.531c-10.142,4.498-21.039,7.539-32.479,8.905c11.677-6.998,20.642-18.081,24.865-31.286
|
7
|
+
c-10.925,6.48-23.028,11.187-35.91,13.723c-10.315-10.991-25.015-17.858-41.278-17.858c-31.234,0-56.554,25.32-56.554,56.55
|
8
|
+
c0,4.433,0.501,8.749,1.465,12.888c-47-2.358-88.67-24.873-116.562-59.087c-4.868,8.354-7.656,18.067-7.656,28.432
|
9
|
+
c0,19.618,9.984,36.929,25.158,47.069c-9.271-0.293-17.99-2.837-25.615-7.073c-0.004,0.236-0.005,0.473-0.005,0.712
|
10
|
+
c0,27.399,19.493,50.256,45.364,55.451c-4.746,1.292-9.742,1.982-14.899,1.982c-3.645,0-7.187-0.354-10.64-1.014
|
11
|
+
c7.196,22.467,28.081,38.816,52.827,39.274c-19.354,15.166-43.738,24.208-70.233,24.208c-4.564,0-9.066-0.269-13.489-0.79
|
12
|
+
c25.026,16.045,54.751,25.406,86.688,25.406c104.021,0,160.9-86.171,160.9-160.901c0-2.452-0.054-4.891-0.163-7.315
|
13
|
+
C376.689,191.833,386.278,181.873,393.859,170.531z"/>
|
14
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="32px" height="21.52px" viewBox="0 0 32 21.52" enable-background="new 0 0 32 21.52" xml:space="preserve">
|
6
|
+
<path fill="#C61F48" d="M29.046,18.585h-0.659l-7.169-7.167v-1.317l7.169-7.169h0.659V18.585z M18.607,18.585H2.955V2.932h15.653
|
7
|
+
V18.585z M29.046,0.324h-0.659c-0.72,0-1.336,0.255-1.846,0.765l-5.323,5.323v-3.48c0-1.44-1.168-2.607-2.61-2.607H2.955
|
8
|
+
c-1.44,0-2.608,1.167-2.608,2.607v15.653c0,1.444,1.167,2.61,2.608,2.61h15.653c1.442,0,2.61-1.166,2.61-2.61v-3.479l5.323,5.325
|
9
|
+
c0.51,0.509,1.126,0.764,1.846,0.764h0.659c1.439,0,2.607-1.166,2.607-2.61V2.932C31.653,1.491,30.485,0.324,29.046,0.324z"/>
|
10
|
+
</svg>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
|
6
|
+
<path fill="#C61F48" d="M15,0.469C6.984,0.469,0.469,6.984,0.469,15S6.984,29.531,15,29.531S29.531,23.016,29.531,15
|
7
|
+
S23.016,0.469,15,0.469z M25.078,22.623c-5.016,1.312-10.342,0.281-14.514-2.748c1.248-1.5,2.76-2.783,4.482-3.797
|
8
|
+
c4.939,2.76,9.363,2.643,12.158,2.221C26.777,19.881,26.045,21.346,25.078,22.623z M27.586,16.342
|
9
|
+
c-1.43,0.27-2.865,0.375-4.289,0.287c0.51-4.781-0.797-9.545-3.621-13.377C23.145,4.635,28.359,9.006,27.586,16.342z M16.547,2.449
|
10
|
+
c3.65,3.686,5.426,8.812,4.887,13.951c-1.922-0.328-3.779-0.996-5.52-1.975c-0.059-4.266-1.506-8.332-4.154-11.654
|
11
|
+
C14.115,2.156,15.82,2.361,16.547,2.449z M9.873,3.439c0.943,1.102,1.758,2.291,2.391,3.562C7.875,8.947,4.4,12.463,2.49,16.816
|
12
|
+
C1.289,8.543,7.688,4.412,9.873,3.439z M3.352,19.945c1.365-5.01,4.922-9.117,9.645-11.221c0.674,1.828,1.025,3.773,1.049,5.766
|
13
|
+
c-3.668,2.18-6.463,5.479-8.016,9.428C4.904,22.781,3.984,21.439,3.352,19.945z M7.553,25.213c0.475-1.359,1.102-2.648,1.881-3.826
|
14
|
+
c2.783,2.027,7.365,4.213,13.389,3.545C19.746,27.357,13.406,29.496,7.553,25.213z"/>
|
15
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
|
6
|
+
<path fill="#FFFFFF" d="M339.306,134.92H172.691c-91.187,0-91.187,25.977-91.187,89.865v62.432
|
7
|
+
c0,60.757,12.915,89.864,91.187,89.864h166.614c70.7,0,91.19-17.012,91.19-89.864v-62.432
|
8
|
+
C430.496,157.537,427.053,134.92,339.306,134.92z M220.347,303.457v-98.009l94.064,48.846L220.347,303.457z"/>
|
9
|
+
</svg>
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";n.r(t);n(1),n(2),n(3),n(4),n(5)},function(e,t){document.addEventListener("DOMContentLoaded",function(){var e;e=(new Date).getFullYear(),document.getElementById("currentYear").innerHTML=e})},function(e,t){$("#searchImg").attr("src");$("#searchIcon").click(function(){-1!=$("#searchImg").css("background-image").indexOf("assets/img/search.svg")?$("#searchImg").css("background-image",'url("http://news.kcc.edu/assets/img/x.svg")'):$("#searchImg").css("background-image",'url("http://news.kcc.edu/assets/img/search.svg")'),$("#searchCollapse").toggleClass("global-nav__search-collapse--visible"),$("#mainNav").toggleClass("local-nav--search-toggle"),$("#globalNav").toggleClass("global-nav--search-toggle")}),$("document").ready(function(){window.setTimeout(function(){$("input.gsc-input").attr("placeholder","Search KCC...")},3e3)})},function(e,t){document.addEventListener("DOMContentLoaded",function(){[].forEach.call(document.querySelectorAll("img[data-src]"),function(e){e.setAttribute("src",e.getAttribute("data-src")),e.onload=function(){e.removeAttribute("data-src")}})})},function(e,t){},function(e,t){document.addEventListener("DOMContentLoaded",function(){var e;e=["Hydrogen","Helium","Lithium","Beryllium","Boron","Carbon","Nitrogen"].map(function(e){return e.length+"<br>"+e+" <br><hr>"}),document.getElementById("theDiv").innerHTML=e})}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=6)}({6:function(e,t,r){"use strict";r.r(t);r(7)},7:function(e,t){}});
|
@@ -0,0 +1,17 @@
|
|
1
|
+
function doStuff() {
|
2
|
+
const materials = [
|
3
|
+
'Hydrogen',
|
4
|
+
'Helium',
|
5
|
+
'Lithium',
|
6
|
+
'Beryllium',
|
7
|
+
'Boron',
|
8
|
+
'Carbon',
|
9
|
+
'Nitrogen'
|
10
|
+
];
|
11
|
+
const data = materials.map(material => material.length + '<br>' + material + ' <br><hr>');
|
12
|
+
const theDiv = document.getElementById('theDiv');
|
13
|
+
theDiv.innerHTML = data;
|
14
|
+
}
|
15
|
+
document.addEventListener('DOMContentLoaded', function() {
|
16
|
+
doStuff();
|
17
|
+
});
|
@@ -0,0 +1,10 @@
|
|
1
|
+
// Sets copyright year
|
2
|
+
function footerDate() {
|
3
|
+
const d = new Date();
|
4
|
+
const fullYear = d.getFullYear();
|
5
|
+
document.getElementById('currentYear').innerHTML = fullYear;
|
6
|
+
}
|
7
|
+
|
8
|
+
document.addEventListener('DOMContentLoaded', function() {
|
9
|
+
footerDate();
|
10
|
+
});
|
@@ -0,0 +1,14 @@
|
|
1
|
+
// Lazy load images
|
2
|
+
// ex. <img data-src="/path/to/image.jpg" alt="">
|
3
|
+
function lazyLoad() {
|
4
|
+
[].forEach.call(document.querySelectorAll('img[data-src]'), function(img) {
|
5
|
+
img.setAttribute('src', img.getAttribute('data-src'));
|
6
|
+
img.onload = function() {
|
7
|
+
img.removeAttribute('data-src');
|
8
|
+
};
|
9
|
+
});
|
10
|
+
}
|
11
|
+
|
12
|
+
document.addEventListener('DOMContentLoaded', function() {
|
13
|
+
lazyLoad();
|
14
|
+
});
|
@@ -0,0 +1,41 @@
|
|
1
|
+
// Custom JS to toggle the search form on mobile devices
|
2
|
+
var imgsrc = $('#searchImg').attr('src');
|
3
|
+
//function toggler() {
|
4
|
+
// if (imgsrc.indexOf('assets/img/search.svg') != -1) {
|
5
|
+
// console.log('true');
|
6
|
+
// $('#searchImg').attr('src', 'assets/img/x.svg');
|
7
|
+
// } else {
|
8
|
+
// $('#searchImg').attr('src', 'assets/img/search.svg');
|
9
|
+
// console.log('false');
|
10
|
+
// }
|
11
|
+
//}
|
12
|
+
$('#searchIcon').click(function () {
|
13
|
+
function searchCheck() {
|
14
|
+
var imgUrl = $('#searchImg').css('background-image');
|
15
|
+
if ( imgUrl.indexOf('assets/img/search.svg') != -1 ) {
|
16
|
+
// $('#searchImg').css('background-image', '../../../../x.svg');
|
17
|
+
// console.log('search');
|
18
|
+
$('#searchImg').css('background-image', 'url("http://news.kcc.edu/assets/img/x.svg")');
|
19
|
+
} else {
|
20
|
+
$('#searchImg').css('background-image', 'url("http://news.kcc.edu/assets/img/search.svg")');
|
21
|
+
}
|
22
|
+
}
|
23
|
+
searchCheck();
|
24
|
+
$('#searchCollapse').toggleClass('global-nav__search-collapse--visible');
|
25
|
+
// $('#searchImg').css('background-image', 'url('')')
|
26
|
+
// toggler();
|
27
|
+
$('#mainNav').toggleClass('local-nav--search-toggle');
|
28
|
+
$('#globalNav').toggleClass('global-nav--search-toggle');
|
29
|
+
});
|
30
|
+
|
31
|
+
|
32
|
+
$('document').ready(function () {
|
33
|
+
// Inject custom text into Google Custom Search input-field's placeholder text.
|
34
|
+
function placeholderText() {
|
35
|
+
// Write the "placeholder" attribute . . .
|
36
|
+
$('input.gsc-input').attr('placeholder', 'Search KCC...');
|
37
|
+
}
|
38
|
+
// HOWEVER!! Don't do it for 3,000 milliseconds after document.ready has fired (give Google Custom Search's script time finish). . .
|
39
|
+
// otherwise the Google's script overwrites any JS injected customization like this.
|
40
|
+
window.setTimeout(placeholderText, 3000);
|
41
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
// THIS IS A TEST
|
@@ -0,0 +1 @@
|
|
1
|
+
import './test.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
// Test
|
@@ -0,0 +1,37 @@
|
|
1
|
+
.ie-only__no-flex {
|
2
|
+
display: inline !important;
|
3
|
+
}
|
4
|
+
|
5
|
+
.ie-only__float-right {
|
6
|
+
float: right;
|
7
|
+
}
|
8
|
+
|
9
|
+
@media screen and (min-width: 980px) and (max-width: 1448px) {
|
10
|
+
.ie-only__hgroup {
|
11
|
+
max-width: 240px !important;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
@media screen and (min-width: 1000px) and (max-width: 1448px) {
|
16
|
+
.ie-only__hgroup {
|
17
|
+
max-width: 270px !important;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
|
21
|
+
@media screen and (min-width: 1100px) and (max-width: 1448px) {
|
22
|
+
.ie-only__hgroup {
|
23
|
+
max-width: 300px !important;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
@media screen and (min-width: 1200px) and (max-width: 1448px) {
|
28
|
+
.ie-only__hgroup {
|
29
|
+
max-width: 230px !important;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
@media screen and (min-width: 1300px) and (max-width: 1448px) {
|
34
|
+
.ie-only__hgroup {
|
35
|
+
max-width: 240px !important;
|
36
|
+
}
|
37
|
+
}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
// TO USE GOOGLE FONTS FOR SITE:
|
2
|
+
//==============================================
|
3
|
+
//fall back font stack for site
|
4
|
+
$basefont-stack: 'Open Sans', sans-serif;
|
5
|
+
$base-font-size: 1em;
|
6
|
+
$base-font-weight: 400;
|
7
|
+
$base-font-weigth-bold: 600;
|
8
|
+
//secondary font stack for site
|
9
|
+
$secondaryfont-stack: 'Roboto', sans-serif;
|
10
|
+
$secondaryfont-weight-regular: 400;
|
11
|
+
$secondaryfont-weight-boldish: 500;
|
12
|
+
$secondaryfont-weight-bold: 700;
|
13
|
+
$secondaryfont-weight-black: 900;
|
14
|
+
|
15
|
+
$powerfont-family: 'Libre Franklin', sans-serif;
|
16
|
+
$powerfont-weight-light: 300;
|
17
|
+
$powerfont-weight-bold: 700;
|
18
|
+
|
19
|
+
//Image path for most of global style sheet
|
20
|
+
$imagedir:'/assets/img/';
|
21
|
+
|
22
|
+
//KCC colors
|
23
|
+
$primary-blue: #0f3b63; // Primary red-color
|
24
|
+
$primary-red: #c61f48; // Primary blue-color
|
25
|
+
$accent-blue: #005bac; // Accent blue-color used in all links and link buttons;
|
26
|
+
|
27
|
+
$black: #000;
|
28
|
+
$grey-1: #666;
|
29
|
+
$grey-2: #e5e8ed;
|
30
|
+
$grey-3: #f1f2f7; // Background color for slick tracks
|
31
|
+
$grey-4: #f8f9fa; // Background color for footer (and Bootstrap 4 light navbar)
|
32
|
+
$grey-5: #b1b1b1; // Border-bottom for local-nav navigation bar
|
33
|
+
$grey-6: #58585b;
|
34
|
+
$grey-7: #868686;
|
35
|
+
|
36
|
+
$white: #fff;
|
37
|
+
|
38
|
+
|
39
|
+
$landing-bg: $grey-2; // Landing page's background-color
|
40
|
+
$default-bg: $white; // Background color for non-landing pages
|
41
|
+
$footer-bg: $white; // Footer's background color
|
42
|
+
$grey-heading: $grey-1; // Grey headings used within page content
|
43
|
+
$fa-color: $primary-red;
|
44
|
+
$slide-bg: $white; // Background color for the upcoming games slick slides
|
45
|
+
$sub-nav-heading: $white; // Font color for h1.page-heading heading of sub-nav
|
46
|
+
$nav-link: $white; // Color for nav-link-main links in mega-nav
|
47
|
+
|
48
|
+
$btn-primary-bg: #0051a7;
|
49
|
+
$btn-primary-border: #003773;
|
50
|
+
$btn-hover-bg: #022b55;
|
51
|
+
$btn-hover-border: #021e3d;
|
52
|
+
$darker-link: #006ce0;
|
53
|
+
$orange-heading: #f99e1b;
|
54
|
+
|
55
|
+
html,
|
56
|
+
body {
|
57
|
+
overflow-x: hidden;
|
58
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom {
|
2
|
+
background-color: $primary-red;
|
3
|
+
color: $white;
|
4
|
+
&:hover {
|
5
|
+
background-color: $primary-blue;
|
6
|
+
}
|
7
|
+
}
|
8
|
+
|
9
|
+
.buttons__yt-subscribe {
|
10
|
+
display: inline-block;
|
11
|
+
height: 1rem;
|
12
|
+
margin-top: -4px;
|
13
|
+
margin-right: 5px;
|
14
|
+
transform: scale(1.8,1.8);
|
15
|
+
vertical-align: middle;
|
16
|
+
width: 1rem;
|
17
|
+
}
|
18
|
+
|
19
|
+
.buttons__custom-danger {
|
20
|
+
margin-right: 20px;
|
21
|
+
}
|
22
|
+
|
23
|
+
.buttons__btn-margin-top {
|
24
|
+
margin-top: 20px;
|
25
|
+
}
|
26
|
+
|
27
|
+
.btn-primary {
|
28
|
+
background-color: $btn-primary-bg;
|
29
|
+
border-color: $btn-primary-border;
|
30
|
+
}
|
31
|
+
|
32
|
+
.btn-primary:hover {
|
33
|
+
background-color: $btn-hover-bg;
|
34
|
+
border-color: $btn-hover-border;
|
35
|
+
}
|
@@ -0,0 +1,86 @@
|
|
1
|
+
.blue-link {
|
2
|
+
color: $primary-blue;
|
3
|
+
font-family: $secondaryfont-stack;
|
4
|
+
font-size: 1.1em;
|
5
|
+
font-weight: $secondaryfont-weight-bold;
|
6
|
+
}
|
7
|
+
|
8
|
+
.blue-link:hover {
|
9
|
+
color: $primary-red;
|
10
|
+
text-decoration: none;
|
11
|
+
}
|
12
|
+
|
13
|
+
.schedule-link {
|
14
|
+
margin-left: -20px;
|
15
|
+
}
|
16
|
+
|
17
|
+
// News rollup Styles
|
18
|
+
// =========================================
|
19
|
+
.news__link {
|
20
|
+
text-decoration: none !important; // IMPORTANT NEEDED TO PREVENT UNDERLINE ON LINK HOVER
|
21
|
+
}
|
22
|
+
|
23
|
+
// Change the news heading's color to blue when hovering any part of the news item
|
24
|
+
.news__cell-left:hover .news__heading, //this selector isn't functioning properly on hover
|
25
|
+
.news__cell-right:hover .news__heading,
|
26
|
+
.news__cell-left:focus .news__heading, //this selector isn't functioning properly on hover
|
27
|
+
.news__cell-right:focus .news__heading {
|
28
|
+
// Change the news headings color to blue when hovering any part of the news item
|
29
|
+
color: $primary-blue;
|
30
|
+
}
|
31
|
+
|
32
|
+
// link__offset class used to offset anchor jump-links via CSS only method
|
33
|
+
// Links need offseting to compensate for fixed nav menu
|
34
|
+
// ===========================================================================================
|
35
|
+
.link__offset::before {
|
36
|
+
// mobile devices get slightly different offset w/ different sized fixed header
|
37
|
+
content: " ";
|
38
|
+
display: block;
|
39
|
+
height: 371px; // defining a height increases the size
|
40
|
+
margin-top: -371px; // negative margin offsets hight to pull it back down
|
41
|
+
pointer-events: none;
|
42
|
+
visibility: hidden;
|
43
|
+
}
|
44
|
+
|
45
|
+
@media screen and (min-width: 768px) {
|
46
|
+
.link__offset::before {
|
47
|
+
height: 271px;
|
48
|
+
margin-top: -271px;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
.links__kcc-logo {
|
53
|
+
display: inline;
|
54
|
+
float: left;
|
55
|
+
width: 120px;
|
56
|
+
height:80px;
|
57
|
+
}
|
58
|
+
|
59
|
+
.link__more-padding {
|
60
|
+
margin-left: 20px;
|
61
|
+
margin-right: 20px;
|
62
|
+
}
|
63
|
+
|
64
|
+
.links__local-nav__newsroom-heading-link {
|
65
|
+
text-decoration: none;
|
66
|
+
&:hover {
|
67
|
+
text-decoration: none;
|
68
|
+
}
|
69
|
+
}
|
70
|
+
|
71
|
+
.navbar-light .navbar-nav .links__local-nav__nav-link--color { // Ugly (chain of) selectors needed to overide bootstrap's "nav-link" color:
|
72
|
+
// Overide bootstrap 4's "nav-link" color:
|
73
|
+
color: $primary-blue;
|
74
|
+
}
|
75
|
+
|
76
|
+
.navbar-light .navbar-nav .active>.nav-link {
|
77
|
+
color: $primary-red;
|
78
|
+
}
|
79
|
+
|
80
|
+
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
|
81
|
+
color: $primary-red;
|
82
|
+
}
|
83
|
+
|
84
|
+
.links__darker-link {
|
85
|
+
color: $darker-link;
|
86
|
+
}
|