kcc-gem-theme 0.1.0 → 0.2.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/_includes/head.html +1 -13
- data/_layouts/default.html +1 -5
- data/assets/js/dist/{main.b800e1a5795dbc051d49.bundle.js → kcc-theme.bundle.js} +0 -0
- metadata +2 -8
- data/_includes/header.html +0 -82
- data/_includes/scripts/slim.html +0 -2
- data/_includes/scripts/vendor-local.html +0 -6
- data/assets/js/dist/slim.b800e1a5795dbc051d49.bundle.js +0 -1
- data/assets/js/slim/slim.js +0 -1
- data/assets/js/slim/test.js +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ed1aff1e99854d766bcab2fdbdd93cab88503caba9b60d6e89ae45e5613015b
|
4
|
+
data.tar.gz: 3561d640eb3f06356aa342c4572c192375d33477244b338920c057796037a393
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83486ea0d1c2f7a94b9e95913d996385b226e48f335a68b2a016f1ed110a02cd50e41c30f80626f8ac2ee9ab8973a3e481cd29276d588dc5e76106e9a8ffdab7
|
7
|
+
data.tar.gz: 70380cbbbbf03f2ad008cf6f49e1f037cc4bb2e9a1627493b5fb9f8164c767bfd3767abeb923510f69dcc336796f1c1a2376688d2d186c6482236cf078ce8732
|
data/_includes/head.html
CHANGED
@@ -7,18 +7,10 @@
|
|
7
7
|
<title>{{page.title}} - {{site.title}}</title>
|
8
8
|
<meta name="description" content="{{page.description}}">
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
10
|
-
{% if jekyll.environment == "publish" %}
|
11
|
-
<!-- include Google Tag Manager script on production -->
|
12
|
-
{% include google-tag.html %}
|
13
|
-
{% endif %}
|
14
10
|
<!-- YouTube API -->
|
15
11
|
<meta name="yt-api-k" value="AIzaSyBpxv9JNl4AX816ScNmZcqHkLncMUeiAws" />
|
16
12
|
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
17
|
-
{%
|
18
|
-
{% include stylesheets.html %}
|
19
|
-
{% else %}
|
20
|
-
{% include local-stylesheets.html %}
|
21
|
-
{% endif %}
|
13
|
+
{% include stylesheets.html %}
|
22
14
|
<!-- Standard Favicon -->
|
23
15
|
<link rel="icon" type="image/x-icon" href="{{page.baseurl}}favicon.ico" />
|
24
16
|
<!-- Custom CSS Stylesheet -->
|
@@ -32,7 +24,3 @@
|
|
32
24
|
<META HTTP-EQUIV="Expires" CONTENT="-1"> -->
|
33
25
|
</head>
|
34
26
|
<body id="page-top">
|
35
|
-
{% if jekyll.environment == "publish" %}
|
36
|
-
<!-- include Google Tag Manager noscript on production -->
|
37
|
-
{% include google-noscript.html %}
|
38
|
-
{% endif %}
|
data/_layouts/default.html
CHANGED
@@ -3,10 +3,6 @@
|
|
3
3
|
{% include local-nav.html %}
|
4
4
|
{{ content }}
|
5
5
|
{% include footer.html %}
|
6
|
-
{%
|
7
|
-
{% include scripts/vendor-local.html %}
|
8
|
-
{% else %}
|
9
|
-
{% include scripts/vendor-cdn.html %}
|
10
|
-
{% endif %}
|
6
|
+
{% include scripts/vendor-cdn.html %}
|
11
7
|
{% include scripts/custom.html %}
|
12
8
|
{% include foot.html %}
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
@@ -70,13 +70,10 @@ files:
|
|
70
70
|
- _includes/google-noscript.html
|
71
71
|
- _includes/google-tag.html
|
72
72
|
- _includes/head.html
|
73
|
-
- _includes/header.html
|
74
73
|
- _includes/local-nav.html
|
75
74
|
- _includes/local-stylesheets.html
|
76
75
|
- _includes/scripts/custom.html
|
77
|
-
- _includes/scripts/slim.html
|
78
76
|
- _includes/scripts/vendor-cdn.html
|
79
|
-
- _includes/scripts/vendor-local.html
|
80
77
|
- _includes/social-icons.html
|
81
78
|
- _includes/stylesheets.html
|
82
79
|
- _includes/timeline.html
|
@@ -115,16 +112,13 @@ files:
|
|
115
112
|
- assets/img/volleyball.svg
|
116
113
|
- assets/img/youtube-white.svg
|
117
114
|
- assets/img/yt-loading.png
|
118
|
-
- assets/js/dist/
|
119
|
-
- assets/js/dist/slim.b800e1a5795dbc051d49.bundle.js
|
115
|
+
- assets/js/dist/kcc-theme.bundle.js
|
120
116
|
- assets/js/script/all.js
|
121
117
|
- assets/js/script/babelTest.js
|
122
118
|
- assets/js/script/footerDate.js
|
123
119
|
- assets/js/script/lazyLoad.js
|
124
120
|
- assets/js/script/searchToggle.js
|
125
121
|
- assets/js/script/test.js
|
126
|
-
- assets/js/slim/slim.js
|
127
|
-
- assets/js/slim/test.js
|
128
122
|
- assets/scss/0-tools/_ie-only.scss
|
129
123
|
- assets/scss/0-tools/_vars.scss
|
130
124
|
- assets/scss/1-base/_buttons.scss
|
data/_includes/header.html
DELETED
@@ -1,82 +0,0 @@
|
|
1
|
-
<!-- Header -->
|
2
|
-
<header>
|
3
|
-
<div class="container-fluid">
|
4
|
-
<div class="row">
|
5
|
-
<div class="col text-center d-flex">
|
6
|
-
<a href="{{site.baseurl}}">
|
7
|
-
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
8
|
-
width="288px" height="144px" viewBox="0 0 288 144" enable-background="new 0 0 288 144" xml:space="preserve" class="links__kcc-logo">
|
9
|
-
<path fill="#0F3B63" d="M279.099,75.699c0,0-56.483,56.448-131.813,30.087C70.713,78.984,8.901,114.201,8.901,114.201
|
10
|
-
s61.992-54.387,135.315-29.709C218.556,109.512,279.099,75.699,279.099,75.699"/>
|
11
|
-
<path fill="#B6BBC3" d="M252.666,102.117c0,0-48.238,48.244-105.522,22.188c-63.299-28.799-118.325-12.41-118.325-12.41
|
12
|
-
s56.723-22.743,115.963-2.875C203.462,128.695,252.666,102.117,252.666,102.117"/>
|
13
|
-
<g>
|
14
|
-
<defs>
|
15
|
-
<polyline id="SVGID_1_" points="27.846,15.147 258.309,15.147 258.309,95.742 27.846,95.742 27.846,15.147 "/>
|
16
|
-
</defs>
|
17
|
-
<clipPath id="SVGID_2_">
|
18
|
-
<use xlink:href="#SVGID_1_" overflow="visible"/>
|
19
|
-
</clipPath>
|
20
|
-
<path clip-path="url(#SVGID_2_)" fill="#0F3B63" d="M44.916,91.926H28.521l-0.675,3.177h10.506
|
21
|
-
C40.45,94.033,42.635,92.971,44.916,91.926 M59.679,60.831h-6.345L46.92,91.023c1.06-0.469,2.143-0.936,3.239-1.394l5.443-25.622
|
22
|
-
h5.66L59.679,60.831 M65.853,15.786H62.91l-5.661,26.649h2.943L65.853,15.786 M118.206,15.786h-5.223L79.749,51.525l14.474,27.004
|
23
|
-
c0.992-0.084,1.987-0.157,2.99-0.219L83.781,53.154L118.206,15.786"/>
|
24
|
-
<path clip-path="url(#SVGID_2_)" fill="#0F3B63" d="M50.159,89.63c-1.096,0.458-2.179,0.925-3.239,1.394l-0.192,0.902h-1.812
|
25
|
-
c-2.281,1.045-4.466,2.107-6.563,3.177h10.644L50.159,89.63 M97.213,78.311c-1.003,0.062-1.998,0.135-2.99,0.219l7.18,13.396
|
26
|
-
H75.862l1.583,3.177l28.647-0.161L97.213,78.311"/>
|
27
|
-
<path clip-path="url(#SVGID_2_)" fill="#0F3B63" d="M175.203,65.07h-2.944c-1.779,8.335-3.707,15.85-11.906,21.681
|
28
|
-
c-0.894,0.626-1.792,1.186-2.692,1.685c1.774,0.445,3.549,0.86,5.303,1.243c8.183-5.988,9.934-13.726,11.745-22.287L175.203,65.07
|
29
|
-
M144.837,30.375c-12.051,0-14.004,3.699-16.407,15.021l-2.628,12.375c-1.694,7.964-2.448,12.628,1.098,14.829
|
30
|
-
c-0.648-2.62,0.059-6.425,1.17-11.652l2.628-12.375c2.403-11.322,4.356-15.021,16.407-15.021c3.78,0,6.913,0.147,8.926,1.312
|
31
|
-
C155.134,30.738,150.788,30.375,144.837,30.375 M177.566,20.006c1.833,3.875,1.981,9.585,0.346,17.983l-0.648,3.069h-18.861
|
32
|
-
c-0.004,0.036-0.008,0.072-0.012,0.108l-0.647,3.069h21.789l0.647-3.069C182.338,30.087,181.392,23.686,177.566,20.006"/>
|
33
|
-
<path clip-path="url(#SVGID_2_)" fill="#0F3B63" d="M105.867,86.582c4.455,8.696,16.081,9.16,30.348,9.16h1.039
|
34
|
-
c8.827-0.001,17.244-0.116,25.376-5.823c0.112-0.08,0.223-0.16,0.333-0.24c-1.754-0.383-3.528-0.798-5.303-1.243
|
35
|
-
c-7.293,4.038-14.817,4.129-22.673,4.13c-0.023,0-0.046,0-0.07,0c-0.323,0-0.646,0-0.971,0l0,0
|
36
|
-
C121.667,92.565,111.345,92.222,105.867,86.582"/>
|
37
|
-
<path clip-path="url(#SVGID_2_)" fill="#0F3B63" d="M252.198,65.07h-2.945c-1.786,8.335-3.706,15.85-11.905,21.681
|
38
|
-
c-8.132,5.698-16.548,5.813-25.366,5.814c-0.023,0-0.047,0-0.07,0c-0.322,0-0.646,0-0.969,0l0,0
|
39
|
-
c-12.281,0-22.604-0.345-28.084-5.985c1.74,3.396,4.573,5.537,8.231,6.886c3.195,0.169,6.339,0.249,9.415,0.249
|
40
|
-
c15.019,0,28.555-1.892,39.996-4.449c7.719-5.93,9.423-13.509,11.202-21.874L252.198,65.07 M221.832,30.375
|
41
|
-
c-12.06,0-14.004,3.699-16.407,15.021l-2.637,12.375c-1.688,7.964-2.441,12.628,1.105,14.829c-0.647-2.621,0.06-6.425,1.172-11.652
|
42
|
-
l2.628-12.375c2.402-11.322,4.355-15.021,16.406-15.021c3.778,0,6.912,0.147,8.926,1.313
|
43
|
-
C232.128,30.738,227.776,30.375,221.832,30.375 M254.562,20.007c0.97,2.049,1.468,4.615,1.479,7.818c0,0.076,0,0.15,0,0.227
|
44
|
-
c-0.01,2.803-0.384,6.087-1.134,9.938l-0.657,3.069h-18.853c-0.004,0.036-0.008,0.072-0.012,0.108l-0.647,3.069h21.779l0.657-3.069
|
45
|
-
c0.75-3.85,1.125-7.135,1.134-9.938v-0.226C258.29,25.866,257.021,22.373,254.562,20.007"/>
|
46
|
-
<path clip-path="url(#SVGID_2_)" fill="#0F3B63" d="M240.501,89.266c-11.441,2.558-24.978,4.449-39.996,4.449
|
47
|
-
c-3.076,0-6.22-0.08-9.415-0.249c5.708,2.104,13.423,2.276,22.12,2.276h1.038c8.819-0.001,17.235-0.116,25.368-5.823
|
48
|
-
C239.92,89.703,240.214,89.485,240.501,89.266"/>
|
49
|
-
</g>
|
50
|
-
<path fill="#C61F49" d="M134.987,92.565h-1.041l0,0c0.325,0,0.647,0,0.971,0C134.941,92.565,134.964,92.565,134.987,92.565"/>
|
51
|
-
<g>
|
52
|
-
<defs>
|
53
|
-
<polyline id="SVGID_3_" points="25.578,11.97 256.041,11.97 256.041,92.565 25.578,92.565 25.578,11.97 "/>
|
54
|
-
</defs>
|
55
|
-
<clipPath id="SVGID_4_">
|
56
|
-
<use xlink:href="#SVGID_3_" overflow="visible"/>
|
57
|
-
</clipPath>
|
58
|
-
<polygon clip-path="url(#SVGID_4_)" fill="#C61F49" points="115.938,12.609 90.342,12.609 63.594,42.435 60.192,42.435
|
59
|
-
57.249,42.435 62.91,15.786 63.585,12.609 42.435,12.609 25.578,91.926 28.521,91.926 44.916,91.926 46.728,91.926 46.92,91.023
|
60
|
-
53.334,60.831 59.679,60.831 61.262,64.008 70.566,82.674 75.177,91.926 75.862,91.926 101.403,91.926 94.223,78.529
|
61
|
-
79.749,51.525 112.983,15.786 "/>
|
62
|
-
<path clip-path="url(#SVGID_4_)" fill="#C61F49" d="M177.566,20.006c-3.361-7.105-12.39-8.036-26.483-8.036
|
63
|
-
c-23.274,0-38.142,3.816-43.722,30.042l-4.356,20.52c-1.382,6.493-1.673,11.583-1.051,15.574c0.573,3.681,1.924,6.428,3.913,8.476
|
64
|
-
c5.479,5.64,15.801,5.983,28.08,5.983h1.041c7.855-0.001,15.38-0.092,22.673-4.13c0.9-0.499,1.799-1.059,2.692-1.685
|
65
|
-
c8.199-5.831,10.127-13.346,11.906-21.681c0.061-0.284,0.121-0.569,0.182-0.855l0.494-2.322h-21.788l-0.486,2.322
|
66
|
-
c-1.98,9.307-6.345,9.945-15.129,9.945c-4.157,0-6.905-0.487-8.632-1.56c-3.546-2.201-2.792-6.865-1.098-14.829l2.628-12.375
|
67
|
-
c2.403-11.322,4.356-15.021,16.407-15.021c5.951,0,10.297,0.363,11.194,4.488c0.188,0.866,0.225,1.897,0.092,3.126l-0.648,3.069
|
68
|
-
h2.928h18.861l0.648-3.069C179.548,29.591,179.399,23.881,177.566,20.006z"/>
|
69
|
-
<path clip-path="url(#SVGID_4_)" fill="#C61F49" d="M254.562,20.007C251.2,12.9,242.17,11.97,228.069,11.97
|
70
|
-
c-23.266,0-38.143,3.816-43.713,30.042l-4.365,20.52c-2.651,12.479-1.279,19.779,2.867,24.048
|
71
|
-
c5.479,5.641,15.803,5.985,28.084,5.985h1.039c8.818-0.001,17.234-0.116,25.366-5.814c8.199-5.831,10.119-13.346,11.905-21.681
|
72
|
-
c0.061-0.284,0.121-0.569,0.182-0.855l0.495-2.322h-21.789l-0.494,2.322c-1.98,9.307-6.346,9.945-15.12,9.945
|
73
|
-
c-4.157,0-6.905-0.488-8.633-1.56c-3.547-2.201-2.794-6.865-1.105-14.829l2.637-12.375c2.403-11.322,4.348-15.021,16.407-15.021
|
74
|
-
c5.944,0,10.296,0.363,11.193,4.49c0.188,0.866,0.226,1.896,0.093,3.125l-0.657,3.069h2.937h18.853l0.657-3.069
|
75
|
-
c0.75-3.851,1.124-7.135,1.134-9.938v-0.227C256.029,24.623,255.531,22.057,254.562,20.007z"/>
|
76
|
-
</g>
|
77
|
-
</svg></a>
|
78
|
-
<h1 class="typography__news-room-main-heading">Newsroom</h1>
|
79
|
-
</div>
|
80
|
-
</div>
|
81
|
-
</div>
|
82
|
-
</header>
|
data/_includes/scripts/slim.html
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
<!-- CDN links to Bootstrap 4 beta dependancies -->
|
2
|
-
<script src="{{ page.baseurl }}assets/vendor/js/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
3
|
-
<script src="{{ page.baseurl }}assets/vendor/js/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
4
|
-
<script src="{{ page.baseurl }}assets/vendor/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
|
5
|
-
<!-- Link to Slick.js javascript (must occur after jquery) -->
|
6
|
-
<script type="text/javascript" src="{{ page.baseurl }}assets/vendor/js/slick.min.js"></script>
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=6)}({6:function(e,t,r){"use strict";r.r(t);r(7)},7:function(e,t){}});
|
data/assets/js/slim/slim.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
import './test.js';
|
data/assets/js/slim/test.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
// Test
|