kcc-gem-theme 2.20.2 → 2.21.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 +4 -4
- data/_config.yml +2 -0
- data/_includes/footer.html +3 -3
- data/assets/img/placeholder_16x9.svg +6 -0
- data/assets/img/placeholder_300x171.svg +6 -0
- data/assets/img/placeholder_4x3.svg +6 -0
- data/assets/img/placholder_square.svg +6 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bedb5fced6e937a319db10c80f875cdf3da334e00c525e3777765eda2064a857
|
4
|
+
data.tar.gz: b806ce8f1121a94f24f0b77107d55dc9608a5340349755782021e40347e04e95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e90d834fde066ffb6d05df6d339455f02633faa60b27aa788795f96d129c7fe45cf316d12a1fad74068cfb5e02e7e9fb10a55a0aaca295c989a8b1272ed6c913
|
7
|
+
data.tar.gz: 27eb9b6ae70a1c39255d0e7cdd82642208bbd2d00729b96bedec9d906b6e8061269f157585435fdab2a8e38b17edeb976a807efd249e57160130d427a9c5c2f4
|
data/_config.yml
CHANGED
@@ -184,6 +184,8 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
184
184
|
href: handbook
|
185
185
|
- text: Childcare Discount
|
186
186
|
href: childcare
|
187
|
+
- text: Support Resources
|
188
|
+
href: support-resources
|
187
189
|
## Community ##
|
188
190
|
- link_text: Community
|
189
191
|
link_href: 'community'
|
data/_includes/footer.html
CHANGED
@@ -3,11 +3,11 @@
|
|
3
3
|
<div class="row">
|
4
4
|
<div class="col-lg-4 text-center mb-4">
|
5
5
|
<img
|
6
|
-
|
7
|
-
width="300"
|
6
|
+
src="{{ page.baseurl }}assets/img/placeholder_300x171.svg"
|
8
7
|
data-src="{{ page.baseurl }}assets/img/iccmc-logo_blue-transparent.png"
|
9
|
-
src="{{ page.baseurl }}assets/img/placeholder_16to9.jpg"
|
10
8
|
class="img-fluid"
|
9
|
+
height="171"
|
10
|
+
width="300"
|
11
11
|
alt="The Community Colleges of Illinois. For every student, for every community.">
|
12
12
|
</div>
|
13
13
|
<div class="col-lg-4 footer__mobile--margin-bottom mb-4 my-lg-auto">
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<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"
|
4
|
+
viewBox="0 0 160 90" enable-background="new 0 0 160 90" xml:space="preserve">
|
5
|
+
<rect fill="#A9A9A9" width="160" height="90"/>
|
6
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<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"
|
4
|
+
viewBox="0 0 300 171" enable-background="new 0 0 300 171" xml:space="preserve">
|
5
|
+
<rect fill="#A9A9A9" width="300" height="171"/>
|
6
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<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"
|
4
|
+
viewBox="0 0 40 30" enable-background="new 0 0 40 30" xml:space="preserve">
|
5
|
+
<rect fill="#A9A9A9" width="40" height="30"/>
|
6
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<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"
|
4
|
+
viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
|
5
|
+
<rect fill="#A9A9A9" width="50" height="50"/>
|
6
|
+
</svg>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -195,9 +195,13 @@ files:
|
|
195
195
|
- assets/img/pinterest-p_white.svg
|
196
196
|
- assets/img/placeholder.png
|
197
197
|
- assets/img/placeholder_16to9.jpg
|
198
|
+
- assets/img/placeholder_16x9.svg
|
199
|
+
- assets/img/placeholder_300x171.svg
|
198
200
|
- assets/img/placeholder_4by3.jpg
|
201
|
+
- assets/img/placeholder_4x3.svg
|
199
202
|
- assets/img/placeholder_square-1by1.jpg
|
200
203
|
- assets/img/placeholder_square.jpg
|
204
|
+
- assets/img/placholder_square.svg
|
201
205
|
- assets/img/play.svg
|
202
206
|
- assets/img/play_mobile.svg
|
203
207
|
- assets/img/riverfrontcampus.jpg
|