kcc-gem-theme 2.16.1 → 2.16.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 246d2c283ee04421929e18d93062ce23f8d3ad8b3f625c662577c97038392e5b
4
- data.tar.gz: f11b3b15047c6d6ab3e956b24b4c5f2a5e5f348ed6b096d347f0391d3dde1927
3
+ metadata.gz: 6b19bfd9fafe474ce5cb7cebe92baa5e423b79a3b241f1c4d1b9740da0b58f1f
4
+ data.tar.gz: 2c22d637c8e014a164448158c1e1f0bdf661b12b5ffdb0c960cee52876ddcfce
5
5
  SHA512:
6
- metadata.gz: 82e0ddb84d4dd9e4cea2774292dd371b99bb7c454460a4b286d08861a89391ff102c2bdf3e47f8c50f2bd7415c48b79c907fb16647f42e9b412e65322f335352
7
- data.tar.gz: 923b6ce24c0beffb18df70111152c5d7d5f18ab33b4ab76c0fb8c0296857091ac2a632d0da663685e53e0caed11cdf537be57b52b56ee54b77294e9d14240982
6
+ metadata.gz: ec9bd37025046552ffbb1afc899e3f4fe0e8e106dd1c3a574cfad45761418854692d7b959cf802b4f12ccb597a433ee5f8e2cec51fc8a05ae3c7eff28c290383
7
+ data.tar.gz: 9549f399524cbacc674b19aec12985a80849578761434416d81bf4366fe8ded2ff653c8d8182ee9fde68289ff8ad0f93b7f26c4ad61b3861f442f67c38885575
data/_config.yml CHANGED
@@ -58,8 +58,11 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
58
58
  - link_text: Academics # @link_text becomes the main navigational categories
59
59
  link_href: 'academics'
60
60
  image: # The image element built into each dropdown menu
61
- source: 'assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg' # Points to the image file
62
- alt: 'Student working in an electrical technology lab' # YOU ALWAYS NEED ALT TEXT!!!
61
+ source: 'assets/img/menu-academics.jpg' # Points to the image file
62
+ # YOU ALWAYS NEED ALT TEXT!!!
63
+ alt: >-
64
+ Student in an electrical technology lab standing
65
+ in front of electrical equipment mounted to a wall
63
66
  dropdown: # Defines the 'academics' items in the dropdown
64
67
  ## IMPORTANT: The first item in the 'dropdown' list is not sorted but stays as the first dropdown item...
65
68
  ## After the first item, the dropdown list is sorted alphabetically by the 'text' key.
@@ -87,8 +90,8 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
87
90
  - link_text: Admissions
88
91
  link_href: admissions
89
92
  image:
90
- source: 'assets/img/admissions-navigation-menu.jpg'
91
- alt: "Student posing in front of the metal sculpture in KCC's courtyard"
93
+ source: 'assets/img/menu-admission.jpg'
94
+ alt: 'Smiling student inside the KCC main entrance'
92
95
  dropdown:
93
96
  - text: Admissions
94
97
  href: admissions
@@ -114,8 +117,10 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
114
117
  - link_text: Tuition & Aid
115
118
  link_href: 'tuition-and-aid'
116
119
  image:
117
- source: 'assets/img/fafsa-early-bird-banner-18.jpg'
118
- 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'
120
+ source: 'assets/img/menu-fafsa-early-bird-banner-18.jpg'
121
+ alt: >-
122
+ The early bird gets the money. FAFSA available Oct. 1. Apply at fafsa.gov.
123
+ More details and workshop info at www.kcc.edu/finaid
119
124
  dropdown:
120
125
  - text: Tuition & Aid
121
126
  href: 'tuition-and-aid'
@@ -135,8 +140,11 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
135
140
  - link_text: Student Resources
136
141
  link_href: 'student-resources'
137
142
  image:
138
- source: 'assets/img/DSC_5650_helpful.jpg'
139
- alt: 'Receptionist answering the phone'
143
+ source: 'assets/img/menu-student-resources.jpg'
144
+ alt: >-
145
+ KCC Veteran Services staff from left-to-right;
146
+ Kendra Souligne, Hassel Hernandez, Jason Rodriguez,
147
+ and Megan Ponton.
140
148
  dropdown:
141
149
  - text: Student Resources
142
150
  href: 'student-resources'
@@ -182,8 +190,8 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
182
190
  - link_text: Community
183
191
  link_href: 'community'
184
192
  image:
185
- source: 'assets/img/go_cavs_20171002_193828-web.jpg'
186
- alt: 'Group photo of students holding Cavalier signs'
193
+ source: 'assets/img/menu-community.jpg'
194
+ alt: 'The Criminal Justice Club posing on the metal sculpture in front of the KCC main entrance'
187
195
  dropdown:
188
196
  - text: Community
189
197
  href: 'community'
@@ -204,8 +212,8 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
204
212
  link_href: 'about'
205
213
  link_nav: 'about'
206
214
  image:
207
- source: 'assets/img/ATEC-DSC_1033.jpeg'
208
- alt: 'The new Advanced Technology Education Center building'
215
+ source: 'assets/img/menu-about-kcc.jpg'
216
+ alt: 'Two students posing in front of the KCC main entrance'
209
217
  dropdown:
210
218
  - text: About KCC
211
219
  href: 'about'
Binary file
Binary file
Binary file
Binary file
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.16.1
4
+ version: 2.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-20 00:00:00.000000000 Z
11
+ date: 2022-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -141,7 +141,6 @@ files:
141
141
  - assets/css/content.css
142
142
  - assets/img/2016-senior-viewbook.jpg
143
143
  - assets/img/ATEC-DSC_1033.jpeg
144
- - assets/img/DSC_5650_helpful.jpg
145
144
  - assets/img/DSC_8724_4x3.jpg
146
145
  - assets/img/admissions-navigation-menu.jpg
147
146
  - assets/img/alert.svg
@@ -163,7 +162,6 @@ files:
163
162
  - assets/img/dbl-prev_mobile.svg
164
163
  - assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg
165
164
  - assets/img/facebook-f_white.svg
166
- - assets/img/fafsa-early-bird-banner-18.jpg
167
165
  - assets/img/go_cavs_20171002_193828-web.jpg
168
166
  - assets/img/heading-bg-underline-tan.png
169
167
  - assets/img/heading-bg-underline-transparent.png
@@ -180,7 +178,13 @@ files:
180
178
  - assets/img/keyboard_arrow_right.svg
181
179
  - assets/img/linkedin-white.svg
182
180
  - assets/img/loader.gif
181
+ - assets/img/menu-about-kcc.jpg
182
+ - assets/img/menu-academics.jpg
183
+ - assets/img/menu-admission.jpg
183
184
  - assets/img/menu-bg.png
185
+ - assets/img/menu-community.jpg
186
+ - assets/img/menu-fafsa-early-bird-banner-18.jpg
187
+ - assets/img/menu-student-resources.jpg
184
188
  - assets/img/miguel2.jpg
185
189
  - assets/img/news.svg
186
190
  - assets/img/pause.svg
Binary file