kcc-gem-theme 2.35.2 → 2.35.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 +4 -4
- data/_config.yml +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0dc6dc35e61f27596d3418f0e967cc84a4186ad51cd41a81bf8d5e8d41c05497
|
|
4
|
+
data.tar.gz: 30cff01945c6aa239525713bd6e1c7f904cf81b155c19fa2c3182dadf800aa5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73283185410303bbc620bb1662c0e413856cf49bb9a125beb5976a5030537dacbe03e100bb28b180f92432fe6166ebd365f545c378579c954438cd4c5621adca
|
|
7
|
+
data.tar.gz: 95e615f00113e6d18d05d9cfab8b456c2eb7b57ed4dfee38594a147b55b9a1c72c0d8a1c45fef289afad8582c6a4247d0550b70c4e4975c58f90d5160505e4bf
|
data/_config.yml
CHANGED
|
@@ -66,7 +66,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
|
66
66
|
dropdown: # Defines the 'academics' items in the dropdown
|
|
67
67
|
## IMPORTANT: The first item in the 'dropdown' list is not sorted but stays as the first dropdown item...
|
|
68
68
|
## After the first item, the dropdown list is sorted alphabetically by the 'text' key.
|
|
69
|
-
- text: Academic Programs ## Text for the first dropdown item (stays at the top)
|
|
69
|
+
- text: Academic Programs Home ## Text for the first dropdown item (stays at the top)
|
|
70
70
|
href: 'academics' ## Relative link that the first dropdown item should point to
|
|
71
71
|
- text: Class Schedule
|
|
72
72
|
href: 'schedule' # Relative link with hashes and queries work too 'page/#hash' or 'page/?id=some-heading#hash'
|
|
@@ -93,7 +93,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
|
93
93
|
source: 'assets/img/menu-admission.jpg'
|
|
94
94
|
alt: 'Smiling student inside the KCC main entrance'
|
|
95
95
|
dropdown:
|
|
96
|
-
- text: Admissions
|
|
96
|
+
- text: Admissions Home
|
|
97
97
|
href: admissions
|
|
98
98
|
- text: Placement Testing
|
|
99
99
|
href: 'testing'
|
|
@@ -120,7 +120,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
|
120
120
|
The early bird gets the money. FAFSA available before Dec. 31. Apply at fafsa.gov.
|
|
121
121
|
More details and workshop info at www.kcc.edu/finaid
|
|
122
122
|
dropdown:
|
|
123
|
-
- text: Tuition & Aid
|
|
123
|
+
- text: Tuition & Aid Home
|
|
124
124
|
href: 'tuition-and-aid'
|
|
125
125
|
- text: Financial Aid
|
|
126
126
|
href: 'financial-aid'
|
|
@@ -144,7 +144,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
|
144
144
|
Kendra Souligne, Hassel Hernandez, Jason Rodriguez,
|
|
145
145
|
and Megan Ponton.
|
|
146
146
|
dropdown:
|
|
147
|
-
- text: Student Resources
|
|
147
|
+
- text: Student Resources Home
|
|
148
148
|
href: 'student-resources'
|
|
149
149
|
- text: Bookstore
|
|
150
150
|
href: 'http://books.kcc.edu'
|
|
@@ -193,7 +193,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
|
193
193
|
source: 'assets/img/menu-community.jpg'
|
|
194
194
|
alt: 'The Criminal Justice Club posing on the metal sculpture in front of the KCC main entrance'
|
|
195
195
|
dropdown:
|
|
196
|
-
- text: Community
|
|
196
|
+
- text: Community Home
|
|
197
197
|
href: 'community'
|
|
198
198
|
- text: Adult & Community Education
|
|
199
199
|
href: 'https://adulted.kcc.edu/'
|
|
@@ -217,7 +217,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
|
217
217
|
source: 'assets/img/menu-about-kcc.jpg'
|
|
218
218
|
alt: 'Two students posing in front of the KCC main entrance'
|
|
219
219
|
dropdown:
|
|
220
|
-
- text: About KCC
|
|
220
|
+
- text: About KCC Home
|
|
221
221
|
href: 'about'
|
|
222
222
|
- text: Newsroom
|
|
223
223
|
href: 'https://news.kcc.edu'
|
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.35.
|
|
4
|
+
version: 2.35.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- wdzajicek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|