kcc-gem-theme 1.48.26 → 1.49.26
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/_data/navigation.yml +15 -23
- data/_layouts/default.html +1 -1
- 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: 446eecca06ed848072ccc9ac66765c00354f4a9aa583c73c2117312b0b1b4b9c
|
4
|
+
data.tar.gz: fd1fd9207be2055ca055cb8cf9126df5842f6c9825349f14de61e482dd511560
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a364aee08e99e3b845b3b648f2298985ff85b180f05cba8477b25ba55d41c6d810603e6ad01be2fccf37031aff0596b829c393207bae6e567cc4f6752e62251
|
7
|
+
data.tar.gz: e756356ea6fbfd045cdce8171718eaf0b48bdbbc8beccef20cfee3b430afeb7deed127cd5a4e400325e32279cffda2d0a3e89840a54ee7a440b2b729160a37a9
|
data/_data/navigation.yml
CHANGED
@@ -5,45 +5,37 @@
|
|
5
5
|
alt: 'Student working in an electrical technology lab'
|
6
6
|
dropdown:
|
7
7
|
- text: Register for Classes
|
8
|
-
href: '
|
8
|
+
href: 'register'
|
9
9
|
- text: Courses & Areas of Study
|
10
|
-
href: '
|
10
|
+
href: 'courses'
|
11
11
|
- text: Class Schedule
|
12
|
-
href: '
|
12
|
+
href: 'schedule'
|
13
13
|
- text: Academic Calendar
|
14
|
-
href: '
|
14
|
+
href: 'calendar'
|
15
15
|
- text: Continuing Education
|
16
|
-
href: '
|
16
|
+
href: 'https://continuinged.kcc.edu/'
|
17
17
|
- text: High School Equivalency (GED/HiSET)
|
18
|
-
href: '
|
19
|
-
- text:
|
20
|
-
href: '
|
18
|
+
href: 'https://adulted.kcc.edu/programs/ged/'
|
19
|
+
- text: Commencement
|
20
|
+
href: 'commencement'
|
21
21
|
- text: Final Exam Schedule
|
22
|
-
href: '
|
23
|
-
- text: Divisions
|
24
|
-
href: '#'
|
22
|
+
href: 'final-exams'
|
25
23
|
- link_text: Admissions
|
26
24
|
link_href: admissions
|
27
25
|
image:
|
28
26
|
source: 'assets/img/2016-senior-viewbook.jpg'
|
29
27
|
alt: 'Take the first step to achieveing your goals, dreams & ambitions'
|
30
28
|
dropdown:
|
31
|
-
- text: Start Here
|
32
|
-
href: '#'
|
33
29
|
- text: Apply
|
34
|
-
href: '
|
30
|
+
href: 'https://kccedu.force.com/portal/TX_SiteLogin?startURL=%2Fportal%2FTargetX_Base__Portal'
|
35
31
|
- text: Request Information
|
36
|
-
href: '
|
32
|
+
href: 'https://info.kcc.edu/'
|
37
33
|
- text: Visit/Explore
|
38
|
-
href: '
|
39
|
-
- text: Transcripts & Forms
|
40
|
-
href: '#'
|
41
|
-
- text: Placement Testing
|
42
|
-
href: '#'
|
34
|
+
href: 'https://visit.kcc.edu'
|
43
35
|
- text: Cav Day
|
44
|
-
href: '
|
45
|
-
- text:
|
46
|
-
href: '
|
36
|
+
href: 'cav-day'
|
37
|
+
- text: 'College Credit in High School'
|
38
|
+
href: 'college-credit'
|
47
39
|
- link_text: Tuition & Aid
|
48
40
|
image:
|
49
41
|
source: 'assets/img/fafsa-early-bird-banner-18.jpg'
|
data/_layouts/default.html
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
{% include scripts/google-noscript.html %}
|
15
15
|
{% if site.translate == true %}{% include translate.html %}{% endif %}
|
16
16
|
{% include nav-global.html %}
|
17
|
-
{% include nav-local.html %}
|
17
|
+
{% if page.no_local_nav != true %}{% include nav-local.html %}{% endif %}
|
18
18
|
{{ content }}
|
19
19
|
{% include footer.html %}
|
20
20
|
{% include scripts/vendor-cdn.html %}
|
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: 1.
|
4
|
+
version: 1.49.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|