jekyll-theme-ethereal 0.4.4 → 0.5.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/contact_script.html +2 -2
- data/_includes/head.html +8 -1
- data/_includes/panel_map.html +70 -96
- data/_includes/scripts.html +8 -19
- data/_includes/search.html +8 -6
- data/_layouts/default.html +4 -4
- data/_sass/large/base/_page.scss +0 -0
- data/_sass/large/base/_reset.scss +0 -0
- data/_sass/large/base/_typography.scss +11 -0
- data/_sass/large/components/_actions.scss +0 -0
- data/_sass/large/components/_button.scss +0 -0
- data/_sass/large/components/_contact-icons.scss +0 -0
- data/_sass/{components → large/components}/_cookieconsent.scss +0 -0
- data/_sass/large/components/_form.scss +0 -0
- data/_sass/large/components/_gallery.scss +0 -0
- data/_sass/large/components/_grid-icons.scss +0 -0
- data/_sass/large/components/_icon.scss +0 -0
- data/_sass/large/components/_icons.scss +0 -0
- data/_sass/large/components/_image.scss +0 -0
- data/_sass/large/components/_list.scss +0 -0
- data/_sass/large/components/_panel-banner.scss +0 -0
- data/_sass/large/components/_panel-spotlight.scss +0 -0
- data/_sass/large/components/_panel.scss +0 -0
- data/_sass/large/components/_table.scss +0 -0
- data/_sass/large/layout/_footer.scss +0 -0
- data/_sass/large/layout/_header.scss +0 -0
- data/_sass/large/layout/_page-wrapper.scss +0 -0
- data/_sass/large/layout/_wrapper.scss +0 -0
- data/_sass/large.scss +48 -0
- data/_sass/libs/_breakpoints.scss +164 -164
- data/_sass/libs/_functions.scss +32 -32
- data/_sass/libs/_mixins.scss +225 -49
- data/_sass/libs/_vars.scss +40 -40
- data/_sass/libs/_vendor.scss +331 -331
- data/_sass/main/base/_page.scss +99 -0
- data/_sass/main/base/_reset.scss +76 -0
- data/_sass/main/base/_typography.scss +193 -0
- data/_sass/main/components/_actions.scss +63 -0
- data/_sass/main/components/_button.scss +154 -0
- data/_sass/main/components/_contact-icons.scss +72 -0
- data/_sass/main/components/_cookieconsent.scss +403 -0
- data/_sass/main/components/_form.scss +253 -0
- data/_sass/main/components/_gallery.scss +167 -0
- data/_sass/main/components/_grid-icons.scss +139 -0
- data/_sass/main/components/_icon.scss +33 -0
- data/_sass/main/components/_icons.scss +28 -0
- data/_sass/main/components/_image.scss +169 -0
- data/_sass/main/components/_list.scss +56 -0
- data/_sass/main/components/_panel-banner.scss +52 -0
- data/_sass/main/components/_panel-spotlight.scss +62 -0
- data/_sass/main/components/_panel.scss +224 -0
- data/_sass/main/components/_table.scss +81 -0
- data/_sass/main/layout/_footer.scss +30 -0
- data/_sass/main/layout/_header.scss +35 -0
- data/_sass/main/layout/_page-wrapper.scss +22 -0
- data/_sass/main/layout/_wrapper.scss +85 -0
- data/_sass/main.scss +24 -118
- data/_sass/medium/base/_page.scss +0 -0
- data/_sass/medium/base/_reset.scss +0 -0
- data/_sass/medium/base/_typography.scss +0 -0
- data/_sass/medium/components/_actions.scss +0 -0
- data/_sass/medium/components/_button.scss +0 -0
- data/_sass/medium/components/_contact-icons.scss +0 -0
- data/_sass/medium/components/_cookieconsent.scss +403 -0
- data/_sass/medium/components/_form.scss +0 -0
- data/_sass/medium/components/_gallery.scss +11 -0
- data/_sass/medium/components/_grid-icons.scss +0 -0
- data/_sass/medium/components/_icon.scss +0 -0
- data/_sass/medium/components/_icons.scss +0 -0
- data/_sass/medium/components/_image.scss +0 -0
- data/_sass/medium/components/_list.scss +0 -0
- data/_sass/medium/components/_panel-banner.scss +0 -0
- data/_sass/medium/components/_panel-spotlight.scss +0 -0
- data/_sass/medium/components/_panel.scss +0 -0
- data/_sass/medium/components/_table.scss +0 -0
- data/_sass/medium/layout/_footer.scss +0 -0
- data/_sass/medium/layout/_header.scss +0 -0
- data/_sass/medium/layout/_page-wrapper.scss +0 -0
- data/_sass/medium/layout/_wrapper.scss +0 -0
- data/_sass/medium.scss +47 -0
- data/_sass/noscript.scss +12 -12
- data/_sass/short/base/_page.scss +0 -0
- data/_sass/short/base/_reset.scss +0 -0
- data/_sass/short/base/_typography.scss +0 -0
- data/_sass/short/components/_actions.scss +0 -0
- data/_sass/short/components/_button.scss +0 -0
- data/_sass/short/components/_contact-icons.scss +0 -0
- data/_sass/short/components/_cookieconsent.scss +403 -0
- data/_sass/short/components/_form.scss +1 -0
- data/_sass/short/components/_gallery.scss +0 -0
- data/_sass/short/components/_grid-icons.scss +0 -0
- data/_sass/short/components/_icon.scss +0 -0
- data/_sass/short/components/_icons.scss +0 -0
- data/_sass/short/components/_image.scss +0 -0
- data/_sass/short/components/_list.scss +0 -0
- data/_sass/short/components/_panel-banner.scss +0 -0
- data/_sass/short/components/_panel-spotlight.scss +0 -0
- data/_sass/short/components/_panel.scss +0 -0
- data/_sass/short/components/_table.scss +0 -0
- data/_sass/short/layout/_footer.scss +0 -0
- data/_sass/short/layout/_header.scss +0 -0
- data/_sass/short/layout/_page-wrapper.scss +9 -0
- data/_sass/short/layout/_wrapper.scss +0 -0
- data/_sass/short.scss +48 -0
- data/_sass/small/base/_page.scss +17 -0
- data/_sass/small/base/_reset.scss +0 -0
- data/_sass/small/base/_typography.scss +67 -0
- data/_sass/small/components/_actions.scss +0 -0
- data/_sass/small/components/_button.scss +0 -0
- data/_sass/small/components/_contact-icons.scss +0 -0
- data/_sass/small/components/_cookieconsent.scss +403 -0
- data/_sass/small/components/_form.scss +27 -0
- data/_sass/small/components/_gallery.scss +38 -0
- data/_sass/small/components/_grid-icons.scss +29 -0
- data/_sass/small/components/_icon.scss +0 -0
- data/_sass/small/components/_icons.scss +0 -0
- data/_sass/small/components/_image.scss +0 -0
- data/_sass/small/components/_list.scss +0 -0
- data/_sass/small/components/_panel-banner.scss +37 -0
- data/_sass/small/components/_panel-spotlight.scss +18 -0
- data/_sass/small/components/_panel.scss +80 -0
- data/_sass/small/components/_table.scss +0 -0
- data/_sass/small/layout/_footer.scss +34 -0
- data/_sass/small/layout/_header.scss +0 -0
- data/_sass/small/layout/_page-wrapper.scss +12 -0
- data/_sass/small/layout/_wrapper.scss +26 -0
- data/_sass/small.scss +49 -0
- data/assets/css/cookieconsent.css +404 -0
- data/assets/css/fontawesome-all.min.css +1 -1
- data/assets/css/large.scss +5 -0
- data/assets/css/mapbox-gl.panel.css +27 -0
- data/assets/css/medium.scss +5 -0
- data/assets/css/short.scss +5 -0
- data/assets/css/small.scss +5 -0
- data/assets/js/cookieconsent.style.min.js +1 -0
- data/assets/js/{mapbox-gl.js → mapbox-gl.min.js} +0 -0
- metadata +124 -25
- data/_sass/base/_page.scss +0 -117
- data/_sass/base/_reset.scss +0 -76
- data/_sass/base/_typography.scss +0 -271
- data/_sass/components/_actions.scss +0 -63
- data/_sass/components/_button.scss +0 -154
- data/_sass/components/_contact-icons.scss +0 -72
- data/_sass/components/_form.scss +0 -279
- data/_sass/components/_gallery.scss +0 -218
- data/_sass/components/_grid-icons.scss +0 -166
- data/_sass/components/_icon.scss +0 -33
- data/_sass/components/_icons.scss +0 -28
- data/_sass/components/_image.scss +0 -169
- data/_sass/components/_list.scss +0 -56
- data/_sass/components/_panel-banner.scss +0 -90
- data/_sass/components/_panel-spotlight.scss +0 -81
- data/_sass/components/_panel.scss +0 -300
- data/_sass/components/_table.scss +0 -81
- data/_sass/layout/_footer.scss +0 -49
- data/_sass/layout/_header.scss +0 -37
- data/_sass/layout/_page-wrapper.scss +0 -43
- data/_sass/layout/_wrapper.scss +0 -118
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0538aea84f31c26de9427c683131e533d10a48fcd2ba27f57b71a9a378b77cc4'
|
|
4
|
+
data.tar.gz: d524d247a7d8fd95041613f43aa3db2c35862345aabea82845718fc12e778eea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6dd5bfe81371dd59d541508a218712f6e0aa3d5e99245b1055c56424461bcea706dec112f9f90b1e7e0a2c09f82c754f2142b1e0b7b37915fefeff5c6689684b
|
|
7
|
+
data.tar.gz: 96d4ebf5ad61645991ff0557827f2f12bf07cca96af5bce2d96d71311ff122262ef3c6073efdbd6be1ebca6ea4a6e0c9ec6c60c68671a64339156b5b0fc19319
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<script type="text/javascript">
|
|
1
|
+
<script type="text/javascript" >
|
|
2
2
|
const contactFormElement = document.getElementById("{{ include.form_id | default: 'contact-form' }}");
|
|
3
3
|
const nameInputElement = document.getElementById("{{ include.name_input_id | default: 'contact-name' }}");
|
|
4
4
|
const emailInputElement = document.getElementById("{{ include.email_input_id | default: 'contact-email' }}");
|
|
@@ -49,4 +49,4 @@
|
|
|
49
49
|
});
|
|
50
50
|
};
|
|
51
51
|
</script>
|
|
52
|
-
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit"
|
|
52
|
+
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" defer></script>
|
data/_includes/head.html
CHANGED
|
@@ -4,7 +4,14 @@
|
|
|
4
4
|
<title>{{ include.title }} - {{ include.subtitle }}</title>
|
|
5
5
|
<meta charset="utf-8" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
7
|
-
<link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" />
|
|
7
|
+
<link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" media="all" />
|
|
8
|
+
<link rel="stylesheet" href="{{ 'assets/css/large.css' | absolute_url }}" media="screen and (min-width: 981px) and (max-width:1680px)" />
|
|
9
|
+
<link rel="stylesheet" href="{{ 'assets/css/medium.css' | absolute_url }}" media="screen and (min-width: 737px) and (max-width:980px)" />
|
|
10
|
+
<link rel="stylesheet" href="{{ 'assets/css/small.css' | absolute_url }}" media="screen and (max-width:736px)" />
|
|
11
|
+
<link rel="stylesheet" href="{{ 'assets/css/short.css' | absolute_url }}" media="screen and (min-aspect-ratio:16/7)" />
|
|
12
|
+
<link rel="preload" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet';this.media='all'">
|
|
13
|
+
<link rel="preload" href="{{ 'assets/css/fontawesome-all.min.css' | absolute_url }}" as="style" onload="this.onload=null;this.rel='stylesheet';this.media='all'">
|
|
14
|
+
<link rel="preload" href="{{ 'assets/css/cookieconsent.css' | absolute_url }}" as="style" onload="this.onload=null;this.rel='stylesheet';this.media='all'">
|
|
8
15
|
{%- if include.stylesheets -%}
|
|
9
16
|
{%- for file in include.stylesheets -%}
|
|
10
17
|
<link rel="stylesheet" href="{{ file.url | absolute_url }}" />
|
data/_includes/panel_map.html
CHANGED
|
@@ -1,111 +1,85 @@
|
|
|
1
1
|
<link rel="stylesheet" href="{{ 'assets/css/mapbox-gl.css' | absolute_url }}" />
|
|
2
|
-
<
|
|
3
|
-
body { margin: 0; padding: 0; }
|
|
4
|
-
#map-container { position: relative; top: 0; bottom: 0; width: 100%; };
|
|
5
|
-
|
|
6
|
-
#marker {
|
|
7
|
-
background-size: cover;
|
|
8
|
-
width: 50px;
|
|
9
|
-
height: 50px;
|
|
10
|
-
border-radius: 50%;
|
|
11
|
-
cursor: pointer;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.mapboxgl-popup {
|
|
15
|
-
max-width: 240px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.mapboxgl-popup-close-button {
|
|
19
|
-
display: none;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.mapboxgl-popup-content {
|
|
23
|
-
color: #000000;
|
|
24
|
-
max-width: 220px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.mapboxgl-popup-content-wrapper {
|
|
28
|
-
padding: 1%;
|
|
29
|
-
}
|
|
30
|
-
</style>
|
|
2
|
+
<link rel="stylesheet" href="{{ 'assets/css/mapbox-gl.panel.css' | absolute_url }}" />
|
|
31
3
|
<div class="intro {{ include.style.header.joined }} {{ include.style.header.color }}">
|
|
32
4
|
<h2 class="major">{{ include.header.title }}</h2>
|
|
33
5
|
<p>{{ include.header.description }}</p>
|
|
34
6
|
</div>
|
|
35
7
|
<div id='map-container'></div>
|
|
36
|
-
<script
|
|
37
|
-
<script defer>
|
|
38
|
-
mapboxgl.accessToken = "{{ include.data.token }}";
|
|
39
|
-
var map = new mapboxgl.Map({
|
|
40
|
-
container: "map-container",
|
|
41
|
-
style: "{{ include.data.style }}",
|
|
42
|
-
center: [{{ include.data.center.longitude | default: 0.0 }}, {{ include.data.center.latitude | default: 0.0 }}],
|
|
43
|
-
zoom: {{ include.data.zoom | default: 1 }},
|
|
44
|
-
dragPan: true
|
|
45
|
-
});
|
|
46
|
-
|
|
8
|
+
<script>
|
|
47
9
|
var data_points;
|
|
48
|
-
fetch("{{ include.data.file | absolute_url }}")
|
|
49
|
-
.then(response => data_points = response.json())
|
|
50
|
-
.then(json => data_points = json);
|
|
51
10
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
},
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"icon-image": ["concat", ["get", "icon"], "-15"],
|
|
65
|
-
"icon-size": 1,
|
|
66
|
-
"icon-allow-overlap": true,
|
|
67
|
-
// get the title name from the source's "title" property
|
|
68
|
-
"text-field": ["get", "{{ include.data.markers.title | default: 'name' }}"],
|
|
69
|
-
"text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"],
|
|
70
|
-
"text-offset": [0, 0.6],
|
|
71
|
-
"text-anchor": "top"
|
|
72
|
-
},
|
|
73
|
-
"paint": {
|
|
74
|
-
"icon-color": "#ffcc00",
|
|
75
|
-
"icon-halo-color": "#2266AA",
|
|
76
|
-
"text-color": "#ffffff"
|
|
77
|
-
}
|
|
11
|
+
function fillMapContainer() {
|
|
12
|
+
fetch("{{ include.data.file | absolute_url }}")
|
|
13
|
+
.then(response => data_points = response.json())
|
|
14
|
+
.then(json => data_points = json);
|
|
15
|
+
|
|
16
|
+
mapboxgl.accessToken = "{{ include.data.token }}";
|
|
17
|
+
var map = new mapboxgl.Map({
|
|
18
|
+
container: "map-container",
|
|
19
|
+
style: "{{ include.data.style }}",
|
|
20
|
+
center: [{{ include.data.center.longitude | default: 0.0 }}, {{ include.data.center.latitude | default: 0.0 }}],
|
|
21
|
+
zoom: {{ include.data.zoom | default: 1 }},
|
|
22
|
+
dragPan: true
|
|
78
23
|
});
|
|
79
24
|
|
|
80
|
-
|
|
25
|
+
map.on('load', function () {
|
|
81
26
|
|
|
27
|
+
map.addLayer({
|
|
28
|
+
"id": "points",
|
|
29
|
+
"type": "symbol",
|
|
30
|
+
"source": {
|
|
31
|
+
"type": "geojson",
|
|
32
|
+
"data": data_points
|
|
33
|
+
},
|
|
34
|
+
"layout": {
|
|
35
|
+
// get the icon name from the source's "icon" property
|
|
36
|
+
// concatenate the name to get an icon from the style's sprite sheet
|
|
37
|
+
"icon-image": ["concat", ["get", "icon"], "-15"],
|
|
38
|
+
"icon-size": 1,
|
|
39
|
+
"icon-allow-overlap": true,
|
|
40
|
+
// get the title name from the source's "title" property
|
|
41
|
+
"text-field": ["get", "{{ include.data.markers.title | default: 'name' }}"],
|
|
42
|
+
"text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"],
|
|
43
|
+
"text-offset": [0, 0.6],
|
|
44
|
+
"text-anchor": "top"
|
|
45
|
+
},
|
|
46
|
+
"paint": {
|
|
47
|
+
"icon-color": "#ffcc00",
|
|
48
|
+
"icon-halo-color": "#2266AA",
|
|
49
|
+
"text-color": "#ffffff"
|
|
50
|
+
}
|
|
51
|
+
});
|
|
82
52
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
.
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
// When a click event occurs on a feature in the places layer, open a popup at the
|
|
56
|
+
// location of the feature, with description HTML from its properties.
|
|
57
|
+
map.on('click', 'points', function(e) {
|
|
58
|
+
var coordinates = e.features[0].geometry.coordinates.slice();
|
|
59
|
+
var description = e.features[0].properties.{{ include.data.markers.popup.text }};
|
|
60
|
+
|
|
61
|
+
// Ensure that if the map is zoomed out such that multiple
|
|
62
|
+
// copies of the feature are visible, the popup appears
|
|
63
|
+
// over the copy being pointed to.
|
|
64
|
+
while (Math.abs(e.lngLat.lng - coordinates[0]) > 180) {
|
|
65
|
+
coordinates[0] += e.lngLat.lng > coordinates[0] ? 360 : -360;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
new mapboxgl.Popup()
|
|
69
|
+
.setLngLat(coordinates)
|
|
70
|
+
.setHTML(description)
|
|
71
|
+
.addTo(map);
|
|
72
|
+
});
|
|
73
|
+
|
|
102
74
|
// Change the cursor to a pointer when the mouse is over the places layer.
|
|
103
|
-
map.on('mouseenter', 'points', function() {
|
|
104
|
-
|
|
105
|
-
});
|
|
106
|
-
|
|
75
|
+
map.on('mouseenter', 'points', function() {
|
|
76
|
+
map.getCanvas().style.cursor = 'pointer';
|
|
77
|
+
});
|
|
78
|
+
|
|
107
79
|
// Change it back to a pointer when it leaves.
|
|
108
|
-
map.on('mouseleave', 'points', function() {
|
|
109
|
-
|
|
110
|
-
});
|
|
80
|
+
map.on('mouseleave', 'points', function() {
|
|
81
|
+
map.getCanvas().style.cursor = '';
|
|
82
|
+
});
|
|
83
|
+
}
|
|
111
84
|
</script>
|
|
85
|
+
<script src="{{ 'assets/js/mapbox-gl.min.js' | absolute_url }}" onload="fillMapContainer()" defer ></script>
|
data/_includes/scripts.html
CHANGED
|
@@ -1,24 +1,13 @@
|
|
|
1
1
|
<!-- Scripts -->
|
|
2
|
-
<script src="{{ 'assets/js/jquery.min.js' | absolute_url }}" type="text/javascript" ></script>
|
|
3
|
-
<script src="{{ 'assets/js/browser.min.js' | absolute_url }}" type="text/javascript" ></script>
|
|
4
|
-
<script src="{{ 'assets/js/breakpoints.min.js' | absolute_url }}" type="text/javascript" ></script>
|
|
5
|
-
<script src="{{ 'assets/js/lazy-loading.js' | absolute_url }}" type="text/javascript" ></script>
|
|
6
|
-
<script src="{{ 'assets/js/main.js' | absolute_url }}" type="text/javascript" ></script>
|
|
7
|
-
<script src="{{ 'assets/js/cookieconsent.min.js' | absolute_url }}" data-cfasync="false" type="text/javascript" ></script>
|
|
8
|
-
<script>
|
|
9
|
-
window.cookieconsent.initialise({
|
|
10
|
-
"palette": {
|
|
11
|
-
"popup": {
|
|
12
|
-
"background": "#252e39"
|
|
13
|
-
},
|
|
14
|
-
"button": {
|
|
15
|
-
"background": "#14a7d0"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
</script>
|
|
2
|
+
<script src="{{ 'assets/js/jquery.min.js' | absolute_url }}" type="text/javascript" defer ></script>
|
|
3
|
+
<script src="{{ 'assets/js/browser.min.js' | absolute_url }}" type="text/javascript" defer ></script>
|
|
4
|
+
<script src="{{ 'assets/js/breakpoints.min.js' | absolute_url }}" type="text/javascript" defer ></script>
|
|
5
|
+
<script src="{{ 'assets/js/lazy-loading.js' | absolute_url }}" type="text/javascript" defer ></script>
|
|
6
|
+
<script src="{{ 'assets/js/main.js' | absolute_url }}" type="text/javascript" defer ></script>
|
|
7
|
+
<script src="{{ 'assets/js/cookieconsent.min.js' | absolute_url }}" data-cfasync="false" type="text/javascript" defer ></script>
|
|
8
|
+
<script src="{{ 'assets/js/cookieconsent.style.min.js' | absolute_url }}" type="text/javascript" defer ></script>
|
|
20
9
|
{%- if include.scripts -%}
|
|
21
10
|
{%- for file in include.scripts -%}
|
|
22
|
-
<script src="{{ file.url | absolute_url }}" type="text/javascript" ></script>
|
|
11
|
+
<script src="{{ file.url | absolute_url }}" type="text/javascript" defer ></script>
|
|
23
12
|
{%- endfor -%}
|
|
24
13
|
{%- endif -%}
|
data/_includes/search.html
CHANGED
|
@@ -8,11 +8,13 @@
|
|
|
8
8
|
<ul id="search-results">
|
|
9
9
|
</ul>
|
|
10
10
|
</nav>
|
|
11
|
-
<script src="{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}" type="text/javascript" ></script>
|
|
12
11
|
<script>
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
12
|
+
function attachSearchFunction() {
|
|
13
|
+
SimpleJekyllSearch({
|
|
14
|
+
searchInput: document.getElementById('search-input'),
|
|
15
|
+
resultsContainer: document.getElementById('search-results'),
|
|
16
|
+
json: "{{ '/index.json' | absolute_url }}"
|
|
17
|
+
});
|
|
18
|
+
}
|
|
18
19
|
</script>
|
|
20
|
+
<script src="{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}" onload="attachSearchFunction()" type="text/javascript" defer ></script>
|
data/_layouts/default.html
CHANGED
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
<!-- Page Wrapper -->
|
|
24
24
|
<div id="page-wrapper">
|
|
25
25
|
|
|
26
|
-
{% include language.html %}
|
|
27
|
-
|
|
28
26
|
<!-- Wrapper -->
|
|
29
27
|
<div id="wrapper">
|
|
30
28
|
|
|
29
|
+
{% include language.html %}
|
|
30
|
+
|
|
31
31
|
{{ content }}
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
{% include footer.html %}
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
</div>
|
|
36
36
|
|
|
37
37
|
</div>
|
|
38
38
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/_sass/large.scss
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
@import 'libs/vars';
|
|
2
|
+
@import 'libs/functions';
|
|
3
|
+
@import 'libs/mixins';
|
|
4
|
+
@import 'libs/vendor';
|
|
5
|
+
@import 'libs/breakpoints';
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
Ethereal by HTML5 UP
|
|
9
|
+
html5up.net | @ajlkn
|
|
10
|
+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
// Breakpoints.
|
|
14
|
+
|
|
15
|
+
@include breakpoints((
|
|
16
|
+
xlarge: ( 1281px, 1680px ),
|
|
17
|
+
large: ( 981px, 1280px )
|
|
18
|
+
));
|
|
19
|
+
|
|
20
|
+
// Base.
|
|
21
|
+
|
|
22
|
+
@import 'large/base/reset';
|
|
23
|
+
@import 'large/base/page';
|
|
24
|
+
@import 'large/base/typography';
|
|
25
|
+
|
|
26
|
+
// Component.
|
|
27
|
+
|
|
28
|
+
@import 'large/components/form';
|
|
29
|
+
@import 'large/components/icon';
|
|
30
|
+
@import 'large/components/image';
|
|
31
|
+
@import 'large/components/list';
|
|
32
|
+
@import 'large/components/actions';
|
|
33
|
+
@import 'large/components/icons';
|
|
34
|
+
@import 'large/components/grid-icons';
|
|
35
|
+
@import 'large/components/contact-icons';
|
|
36
|
+
@import 'large/components/table';
|
|
37
|
+
@import 'large/components/button';
|
|
38
|
+
@import 'large/components/gallery';
|
|
39
|
+
@import 'large/components/panel';
|
|
40
|
+
@import 'large/components/panel-banner';
|
|
41
|
+
@import 'large/components/panel-spotlight';
|
|
42
|
+
|
|
43
|
+
// Layout.
|
|
44
|
+
|
|
45
|
+
@import 'large/layout/footer';
|
|
46
|
+
@import 'large/layout/header';
|
|
47
|
+
@import 'large/layout/page-wrapper';
|
|
48
|
+
@import 'large/layout/wrapper';
|