kcc-gem-theme 2.7.1 → 2.8.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 +228 -0
- data/_includes/nav-global-bottom.html +4 -2
- metadata +3 -3
- data/_data/navigation.yml +0 -166
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2942e9c50547fa8c7c507bfc7f3d10255e0270ea312dde87122f01b5d515e3a3
|
|
4
|
+
data.tar.gz: 4c101a5aa82e7339234a23b12954294d3c266380f4510766eb998e4523e1f744
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0a5a007544dab9d825924acf928a4fd07b9846edb912dfe4270082915bb9349d69007e696bf3710ba6244a8b0aea1052a5f3d80fa9d1d1a327e1b42b1c05264
|
|
7
|
+
data.tar.gz: 3c079f32932fab5ba3d0cca41c2af875663c9f2c56a7c4214fb54f8d3e82f034e45d58270beb3b48602a2701a722e754c9830d043297b7fb2cfe228bd1fa0655
|
data/_config.yml
ADDED
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
title: "KCC"
|
|
2
|
+
site_name: KCC Gem Theme
|
|
3
|
+
public-url: "http://www.kcc.edu"
|
|
4
|
+
url: 'URL is needed for robots.txt to work properly' ## NO TRAILING SLASHES!!/<--nope
|
|
5
|
+
port: 3000
|
|
6
|
+
timezone: America/Chicago
|
|
7
|
+
google-tag_key: Google Tag Manager key goes here
|
|
8
|
+
theme_config: true # This key should only be in the theme's _config.yml file and nowhere else # Otherwise you will get JS errors
|
|
9
|
+
core_site: true
|
|
10
|
+
#translate: true ## Uncomment to activate Google Translate Powers (unfortunately no cowpowers)!!
|
|
11
|
+
collections:
|
|
12
|
+
tabs:
|
|
13
|
+
people: false
|
|
14
|
+
accordions:
|
|
15
|
+
people: false
|
|
16
|
+
contacts:
|
|
17
|
+
people: true
|
|
18
|
+
permalink: pretty
|
|
19
|
+
description: > # this means to ignore newlines until "baseurl:"
|
|
20
|
+
# Delete this comment and place description on this line
|
|
21
|
+
baseurl: "" # the subpath of your site, e.g. /blog
|
|
22
|
+
#include:
|
|
23
|
+
# - "_pages"
|
|
24
|
+
# - "_posts"
|
|
25
|
+
|
|
26
|
+
# include future posts? (true or false)
|
|
27
|
+
future: true
|
|
28
|
+
# Build settings
|
|
29
|
+
markdown: kramdown
|
|
30
|
+
|
|
31
|
+
include:
|
|
32
|
+
- "_accordions/"
|
|
33
|
+
- "_tabs/"
|
|
34
|
+
|
|
35
|
+
exclude:
|
|
36
|
+
- "node_modules"
|
|
37
|
+
- "npm-debug.log"
|
|
38
|
+
- "package.json"
|
|
39
|
+
- "package-lock.json"
|
|
40
|
+
- "README.md"
|
|
41
|
+
- "Gemfile"
|
|
42
|
+
- "Gemfile.lock"
|
|
43
|
+
- "LICENSE.txt"
|
|
44
|
+
- "webpack.config.js"
|
|
45
|
+
- "*.gem"
|
|
46
|
+
- "*.gemspec"
|
|
47
|
+
- "ruby-version.txt"
|
|
48
|
+
- "buildtools/"
|
|
49
|
+
- "postcss.config.js"
|
|
50
|
+
|
|
51
|
+
uploads_dir: # specifies the default uploads directory for uploads in CloudCannon
|
|
52
|
+
- "uploads/"
|
|
53
|
+
|
|
54
|
+
## Global/Main Navigation configuration for kcc.edu
|
|
55
|
+
navigation: ## Add a navigation key to any project using kcc-gem-theme to locally override these settings
|
|
56
|
+
- link_text: Academics # @link_text becomes the main navigational categories
|
|
57
|
+
link_href: 'academics'
|
|
58
|
+
image: # The image element built into each dropdown menu
|
|
59
|
+
source: 'assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg' # Points to the image file
|
|
60
|
+
alt: 'Student working in an electrical technology lab' # YOU ALWAYS NEED ALT TEXT!!!
|
|
61
|
+
dropdown: # Defines the 'academics' items in the dropdown
|
|
62
|
+
## IMPORTANT: The first item in the 'dropdown' list is not sorted but stays as the first dropdown item...
|
|
63
|
+
## After the first item, the dropdown list is sorted alphabetically by the 'text' key.
|
|
64
|
+
- text: Academic Programs ## Text for the first dropdown item (stays at the top)
|
|
65
|
+
href: 'academics' ## Relative link that the first dropdown item should point to
|
|
66
|
+
- text: Class Schedule
|
|
67
|
+
href: 'schedule' # Relative link with hashes and queries work too 'page/#hash' or 'page/?id=some-heading#hash'
|
|
68
|
+
- text: Academic Calendar
|
|
69
|
+
href: 'calendar'
|
|
70
|
+
- text: Continuing Education
|
|
71
|
+
href: 'https://continuinged.kcc.edu/' ## Absolute URL with protocol works too
|
|
72
|
+
- text: High School Equivalency (GED/HiSET)
|
|
73
|
+
href: 'https://adulted.kcc.edu/programs/ged/'
|
|
74
|
+
- text: Commencement
|
|
75
|
+
href: 'commencement'
|
|
76
|
+
- text: Final Exam Schedule
|
|
77
|
+
href: 'final-exams'
|
|
78
|
+
- text: Register for Classes
|
|
79
|
+
href: 'register'
|
|
80
|
+
- text: Academic Catalog
|
|
81
|
+
href: 'https://kcc.smartcatalogiq.com/current/Academic-Catalog'
|
|
82
|
+
- link_text: Admissions
|
|
83
|
+
link_href: admissions
|
|
84
|
+
image:
|
|
85
|
+
source: 'assets/img/admissions-navigation-menu.jpg'
|
|
86
|
+
alt: "Student posing in front of the metal sculpture in KCC's courtyard"
|
|
87
|
+
dropdown:
|
|
88
|
+
- text: Admissions
|
|
89
|
+
href: admissions
|
|
90
|
+
- text: Placement Testing
|
|
91
|
+
href: 'testing'
|
|
92
|
+
- text: Apply
|
|
93
|
+
href: 'https://kccedu.force.com/portal/TX_SiteLogin?startURL=%2Fportal%2FTargetX_Base__Portal'
|
|
94
|
+
- text: Request Information
|
|
95
|
+
href: 'https://info.kcc.edu/'
|
|
96
|
+
- text: Visit/Explore
|
|
97
|
+
href: 'https://visit.kcc.edu'
|
|
98
|
+
- text: Cav Day
|
|
99
|
+
href: 'cav-day'
|
|
100
|
+
- text: 'Start in High School'
|
|
101
|
+
href: 'high-school'
|
|
102
|
+
- text: Request KCC Transcripts
|
|
103
|
+
href: '#request-your-transcript'
|
|
104
|
+
- text: 'Veterans Services'
|
|
105
|
+
href: 'veterans'
|
|
106
|
+
- link_text: Tuition & Aid
|
|
107
|
+
link_href: 'tuition-and-aid'
|
|
108
|
+
image:
|
|
109
|
+
source: 'assets/img/fafsa-early-bird-banner-18.jpg'
|
|
110
|
+
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'
|
|
111
|
+
dropdown:
|
|
112
|
+
- text: Tuition & Aid
|
|
113
|
+
href: 'tuition-and-aid'
|
|
114
|
+
- text: Financial Aid
|
|
115
|
+
href: 'financial-aid'
|
|
116
|
+
- text: Net Price Calculator
|
|
117
|
+
href: 'net-price-calculator'
|
|
118
|
+
- text: 'Cost to Attend KCC'
|
|
119
|
+
href: '#cost-to-attend'
|
|
120
|
+
- text: 'Tuition Payment & Deadlines'
|
|
121
|
+
href: '#tuition-payment-and-deadlines'
|
|
122
|
+
- text: 'Financial Aid Forms'
|
|
123
|
+
href: 'financial-aid/#financial-aid-forms'
|
|
124
|
+
- text: 'Student Employment'
|
|
125
|
+
href: 'financial-aid/#student-employment'
|
|
126
|
+
- link_text: Student Resources
|
|
127
|
+
link_href: 'student-resources'
|
|
128
|
+
image:
|
|
129
|
+
source: 'assets/img/DSC_5650_helpful.jpg'
|
|
130
|
+
alt: 'Receptionist answering the phone'
|
|
131
|
+
dropdown:
|
|
132
|
+
- text: Student Resources
|
|
133
|
+
href: 'student-resources'
|
|
134
|
+
- text: Bookstore
|
|
135
|
+
href: 'http://books.kcc.edu'
|
|
136
|
+
- text: Clubs & Organizations
|
|
137
|
+
href: 'clubs'
|
|
138
|
+
- text: 'Center for Equity, Diversity & Inclusion'
|
|
139
|
+
href: 'edi'
|
|
140
|
+
- text: Fitness Center
|
|
141
|
+
href: 'https://athletics.kcc.edu/facilities/fitness-center'
|
|
142
|
+
- text: Advising
|
|
143
|
+
href: 'advising'
|
|
144
|
+
- text: Transfer Services
|
|
145
|
+
href: 'transfer'
|
|
146
|
+
- text: 'Counseling & Referral Services'
|
|
147
|
+
href: 'counseling-and-referral-services'
|
|
148
|
+
- text: Disability Services
|
|
149
|
+
href: 'disability-services'
|
|
150
|
+
- text: Student Representatives
|
|
151
|
+
href: 'student-representatives'
|
|
152
|
+
- text: Student Complaint Policy
|
|
153
|
+
href: 'student-complaint-policy'
|
|
154
|
+
- text: Start the Semester Right
|
|
155
|
+
href: 'welcome'
|
|
156
|
+
- text: KCC Food Pantry
|
|
157
|
+
href: 'food-pantry'
|
|
158
|
+
- text: Tutoring
|
|
159
|
+
href: 'https://library.kcc.edu/tutoring/'
|
|
160
|
+
- text: TRIO Student Support Services
|
|
161
|
+
href: 'trio'
|
|
162
|
+
- text: Career Services
|
|
163
|
+
href: 'https://continuinged.kcc.edu/career-services/'
|
|
164
|
+
- text: Food Services
|
|
165
|
+
href: 'food-services'
|
|
166
|
+
- text: Workforce Services
|
|
167
|
+
href: 'https://wioa.kcc.edu/'
|
|
168
|
+
- text: Student Handbook
|
|
169
|
+
href: handbook
|
|
170
|
+
- link_text: Community
|
|
171
|
+
link_href: 'community'
|
|
172
|
+
image:
|
|
173
|
+
source: 'assets/img/go_cavs_20171002_193828-web.jpg'
|
|
174
|
+
alt: 'Group photo of students holding Cavalier signs'
|
|
175
|
+
dropdown:
|
|
176
|
+
- text: Community
|
|
177
|
+
href: 'community'
|
|
178
|
+
- text: Adult & Community Education
|
|
179
|
+
href: 'https://adulted.kcc.edu/'
|
|
180
|
+
- text: Continuing Education
|
|
181
|
+
href: 'https://continuinged.kcc.edu'
|
|
182
|
+
- text: Sustainability
|
|
183
|
+
href: 'sustainability'
|
|
184
|
+
- text: Arts & Culture
|
|
185
|
+
href: 'arts-and-culture'
|
|
186
|
+
- text: Workforce Services
|
|
187
|
+
href: 'https://wioa.kcc.edu/'
|
|
188
|
+
- link_text: About KCC
|
|
189
|
+
link_href: 'about'
|
|
190
|
+
link_nav: 'about'
|
|
191
|
+
image:
|
|
192
|
+
source: 'assets/img/ATEC-DSC_1033.jpeg'
|
|
193
|
+
alt: 'The new Advanced Technology Education Center building'
|
|
194
|
+
dropdown:
|
|
195
|
+
- text: About KCC
|
|
196
|
+
href: 'about'
|
|
197
|
+
- text: Newsroom
|
|
198
|
+
href: 'https://news.kcc.edu'
|
|
199
|
+
- text: Leadership
|
|
200
|
+
href: 'leadership'
|
|
201
|
+
- text: Board of Trustees
|
|
202
|
+
href: board-of-trustees
|
|
203
|
+
- text: Human Resources
|
|
204
|
+
href: 'human-resources'
|
|
205
|
+
- text: Job Openings
|
|
206
|
+
href: 'human-resources/job-openings'
|
|
207
|
+
- text: Directories
|
|
208
|
+
href: 'directories'
|
|
209
|
+
- text: Information Technology Services
|
|
210
|
+
href: 'its'
|
|
211
|
+
- text: Marketing
|
|
212
|
+
href: 'marketing'
|
|
213
|
+
- text: 'Institutional Effectiveness'
|
|
214
|
+
href: 'institutional-effectiveness'
|
|
215
|
+
- text: 'Police & Safety'
|
|
216
|
+
href: 'police-and-safety'
|
|
217
|
+
- text: 'Student Code of Conduct'
|
|
218
|
+
href: 'code-of-conduct'
|
|
219
|
+
- text: 'Title IX'
|
|
220
|
+
href: 'title-ix'
|
|
221
|
+
- text: 'Contact Us'
|
|
222
|
+
href: 'contact-us'
|
|
223
|
+
- text: Web Services
|
|
224
|
+
href: 'marketing/web-services'
|
|
225
|
+
- text: Consumer Info and Disclosures
|
|
226
|
+
href: 'consumer-info'
|
|
227
|
+
- text: ICCB Salary and Benefits Portal
|
|
228
|
+
href: 'http://iccbdbsrv.iccb.org/salarysearch/home.cfm'
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
<ul id="navGlobalBottom" class="navbar-nav header-global__nav-bottom justify-content-end header-global__navbar-nav--divider">
|
|
2
|
-
{% for item in site.
|
|
3
|
-
<li
|
|
2
|
+
{% for item in site.navigation %}
|
|
3
|
+
<li
|
|
4
|
+
data-nav="{{ item.link_text | downcase | replace: ' ', '-' | replace: '&', 'and' }}"
|
|
5
|
+
class="nav-item dropdown header-global__dropdown header-global__dropdown--position">
|
|
4
6
|
<a href="#"
|
|
5
7
|
id="{{ item.link_text | downcase | replace: ' ', '-' | replace: '&', 'and' }}-dropdown"
|
|
6
8
|
role="button"
|
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.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- wdzajicek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -61,8 +61,8 @@ extra_rdoc_files: []
|
|
|
61
61
|
files:
|
|
62
62
|
- LICENSE.txt
|
|
63
63
|
- README.md
|
|
64
|
+
- _config.yml
|
|
64
65
|
- _data/cache_bust_css.yml
|
|
65
|
-
- _data/navigation.yml
|
|
66
66
|
- _includes/accordion.html
|
|
67
67
|
- _includes/accordion_path-sorting.html
|
|
68
68
|
- _includes/alerts.html
|
data/_data/navigation.yml
DELETED
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
- link_text: Academics
|
|
2
|
-
link_href: 'academics'
|
|
3
|
-
image:
|
|
4
|
-
source: 'assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg'
|
|
5
|
-
alt: 'Student working in an electrical technology lab'
|
|
6
|
-
dropdown:
|
|
7
|
-
- text: Academic Programs
|
|
8
|
-
href: 'academics'
|
|
9
|
-
- text: Class Schedule
|
|
10
|
-
href: 'schedule'
|
|
11
|
-
- text: Academic Calendar
|
|
12
|
-
href: 'calendar'
|
|
13
|
-
- text: Continuing Education
|
|
14
|
-
href: 'https://continuinged.kcc.edu/'
|
|
15
|
-
- text: High School Equivalency (GED/HiSET)
|
|
16
|
-
href: 'https://adulted.kcc.edu/programs/ged/'
|
|
17
|
-
- text: Commencement
|
|
18
|
-
href: 'commencement'
|
|
19
|
-
- text: Final Exam Schedule
|
|
20
|
-
href: 'final-exams'
|
|
21
|
-
- text: Register for Classes
|
|
22
|
-
href: 'register'
|
|
23
|
-
- text: Academic Catalog
|
|
24
|
-
href: 'https://kcc.smartcatalogiq.com/current/Academic-Catalog'
|
|
25
|
-
- link_text: Admissions
|
|
26
|
-
link_href: admissions
|
|
27
|
-
image:
|
|
28
|
-
source: 'assets/img/admissions-navigation-menu.jpg'
|
|
29
|
-
alt: "Student posing in front of the metal sculpture in KCC's courtyard"
|
|
30
|
-
dropdown:
|
|
31
|
-
- text: Admissions
|
|
32
|
-
href: admissions
|
|
33
|
-
- text: Placement Testing
|
|
34
|
-
href: 'testing'
|
|
35
|
-
- text: Apply
|
|
36
|
-
href: 'https://kccedu.force.com/portal/TX_SiteLogin?startURL=%2Fportal%2FTargetX_Base__Portal'
|
|
37
|
-
- text: Request Information
|
|
38
|
-
href: 'https://info.kcc.edu/'
|
|
39
|
-
- text: Visit/Explore
|
|
40
|
-
href: 'https://visit.kcc.edu'
|
|
41
|
-
- text: Cav Day
|
|
42
|
-
href: 'cav-day'
|
|
43
|
-
- text: 'Start in High School'
|
|
44
|
-
href: 'high-school'
|
|
45
|
-
- text: Request KCC Transcripts
|
|
46
|
-
href: '#request-your-transcript'
|
|
47
|
-
- text: 'Veterans Services'
|
|
48
|
-
href: 'veterans'
|
|
49
|
-
- link_text: Tuition & Aid
|
|
50
|
-
link_href: 'tuition-and-aid'
|
|
51
|
-
image:
|
|
52
|
-
source: 'assets/img/fafsa-early-bird-banner-18.jpg'
|
|
53
|
-
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'
|
|
54
|
-
dropdown:
|
|
55
|
-
- text: Tuition & Aid
|
|
56
|
-
href: 'tuition-and-aid'
|
|
57
|
-
- text: Financial Aid
|
|
58
|
-
href: 'financial-aid'
|
|
59
|
-
- text: Net Price Calculator
|
|
60
|
-
href: 'net-price-calculator'
|
|
61
|
-
- text: 'Cost to Attend KCC'
|
|
62
|
-
href: '#cost-to-attend'
|
|
63
|
-
- text: 'Tuition Payment & Deadlines'
|
|
64
|
-
href: '#tuition-payment-and-deadlines'
|
|
65
|
-
- text: 'Financial Aid Forms'
|
|
66
|
-
href: 'financial-aid/#financial-aid-forms'
|
|
67
|
-
- text: 'Student Employment'
|
|
68
|
-
href: 'financial-aid/#student-employment'
|
|
69
|
-
- link_text: Student Resources
|
|
70
|
-
link_href: 'student-resources'
|
|
71
|
-
image:
|
|
72
|
-
source: 'assets/img/DSC_5650_helpful.jpg'
|
|
73
|
-
alt: 'Receptionist answering the phone'
|
|
74
|
-
dropdown:
|
|
75
|
-
- text: Student Resources
|
|
76
|
-
href: 'student-resources'
|
|
77
|
-
- text: Bookstore
|
|
78
|
-
href: 'http://books.kcc.edu'
|
|
79
|
-
- text: Clubs & Organizations
|
|
80
|
-
href: 'clubs'
|
|
81
|
-
- text: 'Center for Equity, Diversity & Inclusion'
|
|
82
|
-
href: 'edi'
|
|
83
|
-
- text: Fitness Center
|
|
84
|
-
href: 'https://athletics.kcc.edu/facilities/fitness-center'
|
|
85
|
-
- text: Advising
|
|
86
|
-
href: 'advising'
|
|
87
|
-
- text: Transfer Services
|
|
88
|
-
href: 'transfer'
|
|
89
|
-
- text: 'Counseling & Referral Services'
|
|
90
|
-
href: 'counseling-and-referral-services'
|
|
91
|
-
- text: Disability Services
|
|
92
|
-
href: 'disability-services'
|
|
93
|
-
- text: Student Representatives
|
|
94
|
-
href: 'student-representatives'
|
|
95
|
-
- text: Student Complaint Policy
|
|
96
|
-
href: 'student-complaint-policy'
|
|
97
|
-
- text: Start the Semester Right
|
|
98
|
-
href: 'welcome'
|
|
99
|
-
- text: KCC Food Pantry
|
|
100
|
-
href: 'food-pantry'
|
|
101
|
-
- text: Tutoring
|
|
102
|
-
href: 'https://library.kcc.edu/tutoring/'
|
|
103
|
-
- text: TRIO Student Support Services
|
|
104
|
-
href: 'trio'
|
|
105
|
-
- text: Career Services
|
|
106
|
-
href: 'https://continuinged.kcc.edu/career-services/'
|
|
107
|
-
- text: Food Services
|
|
108
|
-
href: 'food-services'
|
|
109
|
-
- text: Workforce Services
|
|
110
|
-
href: 'https://wioa.kcc.edu/'
|
|
111
|
-
- link_text: Community
|
|
112
|
-
link_href: 'community'
|
|
113
|
-
image:
|
|
114
|
-
source: 'assets/img/go_cavs_20171002_193828-web.jpg'
|
|
115
|
-
alt: 'Group photo of students holding Cavalier signs'
|
|
116
|
-
dropdown:
|
|
117
|
-
- text: Community
|
|
118
|
-
href: 'community'
|
|
119
|
-
- text: Adult & Community Education
|
|
120
|
-
href: 'https://adulted.kcc.edu/'
|
|
121
|
-
- text: Continuing Education
|
|
122
|
-
href: 'https://continuinged.kcc.edu'
|
|
123
|
-
- text: Sustainability
|
|
124
|
-
href: 'sustainability'
|
|
125
|
-
- text: Arts & Culture
|
|
126
|
-
href: 'arts-and-culture'
|
|
127
|
-
- text: Workforce Services
|
|
128
|
-
href: 'https://wioa.kcc.edu/'
|
|
129
|
-
- link_text: About KCC
|
|
130
|
-
link_href: 'about'
|
|
131
|
-
image:
|
|
132
|
-
source: 'assets/img/ATEC-DSC_1033.jpeg'
|
|
133
|
-
alt: 'The new Advanced Technology Education Center building'
|
|
134
|
-
dropdown:
|
|
135
|
-
- text: About KCC
|
|
136
|
-
href: 'about'
|
|
137
|
-
- text: Newsroom
|
|
138
|
-
href: 'https://news.kcc.edu'
|
|
139
|
-
- text: Leadership
|
|
140
|
-
href: 'leadership'
|
|
141
|
-
- text: Board of Trustees
|
|
142
|
-
href: board-of-trustees
|
|
143
|
-
- text: Human Resources
|
|
144
|
-
href: 'human-resources'
|
|
145
|
-
- text: Job Openings
|
|
146
|
-
href: 'human-resources/job-openings'
|
|
147
|
-
- text: Directories
|
|
148
|
-
href: 'directories'
|
|
149
|
-
- text: Information Technology Services
|
|
150
|
-
href: 'its'
|
|
151
|
-
- text: Marketing
|
|
152
|
-
href: 'marketing'
|
|
153
|
-
- text: 'Institutional Effectiveness'
|
|
154
|
-
href: 'institutional-effectiveness'
|
|
155
|
-
- text: 'Police & Safety'
|
|
156
|
-
href: 'police-and-safety'
|
|
157
|
-
- text: 'Student Code of Conduct'
|
|
158
|
-
href: 'code-of-conduct'
|
|
159
|
-
- text: 'Title IX'
|
|
160
|
-
href: 'title-ix'
|
|
161
|
-
- text: 'Contact Us'
|
|
162
|
-
href: 'contact-us'
|
|
163
|
-
- text: Web Services
|
|
164
|
-
href: 'marketing/web-services'
|
|
165
|
-
- text: Consumer Info and Disclosures
|
|
166
|
-
href: 'consumer-info'
|