kcc-gem-theme 2.20.2 → 2.20.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1062c7c5786182e891110b96a596e01296d4ff2892e536dd6914fff0cc897d6f
|
|
4
|
+
data.tar.gz: 25415f8370dc0f0d5d61e61167cab79fcf712df11a80dcc579933536f3d73c46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4f97fc37afc51f93418a7a09dafdde6563b95c525c79d42ed160a596f1b8949951e1788afbae05f1fe84c73f7b976176820d87a5cb5e975fcc0e3002795ab33
|
|
7
|
+
data.tar.gz: 4c1f463bbf3f1e9ba2464fde76b8693e6b4bd1fb10790373c4e5e7be7150bceff8a8cd305b281a5ef2562a3078b4a3010b52ad1ccc0265201d10f212ad1c291e
|
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.20.
|
|
4
|
+
version: 2.20.3
|
|
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
|