kcc-gem-theme 3.3.0 → 3.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +2 -0
- data/_includes/header-global.html +1 -28
- data/_includes/trending-searches.html +28 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f45d89481ea88a79d37e2cba378f4dcb8c4eebaa9ee9fae73beabb68eee68c19
|
4
|
+
data.tar.gz: 44808253e119fb7baf76db68450fa7c0c3af44cf2a2a919b3b9e3056b72ef3b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d995b89cada006b7e9ad1946ea38dc809150deac667c651e272594782e46201ab62a26474196181149d27711260a08fc2fbc7f80dae119a7ef332fdb13a81035
|
7
|
+
data.tar.gz: 76eb01e168d56f858585356ca4eea46a1a3743124cf99401c17f671c0a34c1d84d42a08e502eab36fac232a2a1a23e8020d21069fbe7f82895f4ef3de60c7d4d
|
data/_config.yml
CHANGED
@@ -102,6 +102,8 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
102
102
|
href: 'https://kcc.smartcatalogiq.com/current/Academic-Catalog'
|
103
103
|
- text: "Exam Make-ups"
|
104
104
|
href: exam-makeups
|
105
|
+
- text: "Online Learning"
|
106
|
+
href: online-learning
|
105
107
|
## Admissions ##
|
106
108
|
- link_text: Admissions
|
107
109
|
link_href: admissions
|
@@ -17,34 +17,7 @@
|
|
17
17
|
</button>
|
18
18
|
<div id="searchCollapse" aria-hidden="true" class="header-global__search-collapse">
|
19
19
|
<gcse:searchbox-only resultsUrl="/search/"></gcse:searchbox-only>
|
20
|
-
|
21
|
-
xmlns="http://www.w3.org/2000/svg"
|
22
|
-
height="24px"
|
23
|
-
viewBox="0 0 24 24"
|
24
|
-
width="24px"
|
25
|
-
fill="#e8eaed"
|
26
|
-
aria-hidden="true"
|
27
|
-
>
|
28
|
-
<path d="M0 0h24v24H0z" fill="none" />
|
29
|
-
<path d="M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z" />
|
30
|
-
</svg></p>
|
31
|
-
<ul class="header-global__search-suggestions">
|
32
|
-
<li><a href="https://books.kcc.edu/">Bookstore</a></li>
|
33
|
-
<li><a href="https://foundation.kcc.edu/scholarships/">Scholarships</a></li>
|
34
|
-
<li><a href="https://www.kcc.edu/about/visitor-information/#campus-maps">Maps</a></li>
|
35
|
-
<li><a href="https://news.kcc.edu">News</a></li>
|
36
|
-
<li><a href="https://www.kcc.edu/academics/calendar/">Academic Calendar</a></li>
|
37
|
-
<li><a href="https://www.kcc.edu/admissions/#request-your-transcript">Transcript Request</a></li>
|
38
|
-
<li><a href="https://foundation.kcc.edu/">Give</a></li>
|
39
|
-
<li><a href="https://kcc.instructure.com/login/saml">Canvas</a></li>
|
40
|
-
<li><a href="https://www.kcc.edu/tuition-and-aid/financial-aid/">Financial Aid</a></li>
|
41
|
-
<li><a href="https://www.kcc.edu/student-resources/clubs/">Clubs</a></li>
|
42
|
-
<li><a href="https://athletics.kcc.edu/facilities/fitness-center/">Fitness Center</a></li>
|
43
|
-
<li><a href="https://www.kcc.edu/student-resources/advising/">Advising</a></li>
|
44
|
-
<li><a href="https://library.kcc.edu/tutoring/">Tutoring</a></li>
|
45
|
-
<li><a href="https://catalog.kcc.edu">Course Catalog</a></li>
|
46
|
-
<li><a href="https://www.kcc.edu/about/directories/">Directory</a></li>
|
47
|
-
</ul>
|
20
|
+
{% include trending-searches.html %}
|
48
21
|
</div>
|
49
22
|
<button id="closeSearchButton"
|
50
23
|
role="button"
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<p class="header-global__trending-label mb-0">Trending Searches <svg
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
3
|
+
height="24px"
|
4
|
+
viewBox="0 0 24 24"
|
5
|
+
width="24px"
|
6
|
+
fill="#e8eaed"
|
7
|
+
aria-hidden="true"
|
8
|
+
>
|
9
|
+
<path d="M0 0h24v24H0z" fill="none" />
|
10
|
+
<path d="M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z" />
|
11
|
+
</svg></p>
|
12
|
+
<ul class="header-global__search-suggestions">
|
13
|
+
<li><a href="https://books.kcc.edu/">Bookstore</a></li>
|
14
|
+
<li><a href="https://foundation.kcc.edu/scholarships/">Scholarships</a></li>
|
15
|
+
<li><a href="https://www.kcc.edu/about/visitor-information/#campus-maps">Maps</a></li>
|
16
|
+
<li><a href="https://news.kcc.edu">News</a></li>
|
17
|
+
<li><a href="https://www.kcc.edu/academics/calendar/">Academic Calendar</a></li>
|
18
|
+
<li><a href="https://www.kcc.edu/admissions/#request-your-transcript">Transcript Request</a></li>
|
19
|
+
<li><a href="https://foundation.kcc.edu/">Give</a></li>
|
20
|
+
<li><a href="https://kcc.instructure.com/login/saml">Canvas</a></li>
|
21
|
+
<li><a href="https://www.kcc.edu/tuition-and-aid/financial-aid/">Financial Aid</a></li>
|
22
|
+
<li><a href="https://www.kcc.edu/student-resources/clubs/">Clubs</a></li>
|
23
|
+
<li><a href="https://athletics.kcc.edu/facilities/fitness-center/">Fitness Center</a></li>
|
24
|
+
<li><a href="https://www.kcc.edu/student-resources/advising/">Advising</a></li>
|
25
|
+
<li><a href="https://library.kcc.edu/tutoring/">Tutoring</a></li>
|
26
|
+
<li><a href="https://catalog.kcc.edu">Course Catalog</a></li>
|
27
|
+
<li><a href="https://www.kcc.edu/about/directories/">Directory</a></li>
|
28
|
+
</ul>
|
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: 3.3.
|
4
|
+
version: 3.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -123,6 +123,7 @@ files:
|
|
123
123
|
- _includes/targetx-form.html
|
124
124
|
- _includes/targetx-head.html
|
125
125
|
- _includes/translate.html
|
126
|
+
- _includes/trending-searches.html
|
126
127
|
- _layouts/compress.html
|
127
128
|
- _layouts/default-core.html
|
128
129
|
- _layouts/default-landing.html
|