jekyll-theme-ethereal 0.4.4 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +54 -1
  3. data/_includes/contact_form.html +11 -7
  4. data/_includes/contact_script.html +60 -22
  5. data/_includes/head.html +11 -1
  6. data/_includes/panel_contact.html +4 -4
  7. data/_includes/panel_map.html +71 -97
  8. data/_includes/scripts.html +8 -19
  9. data/_includes/search.html +8 -6
  10. data/_layouts/default.html +4 -4
  11. data/_sass/large.scss +49 -0
  12. data/_sass/large/base/_page.scss +0 -0
  13. data/_sass/large/base/_reset.scss +0 -0
  14. data/_sass/large/base/_typography.scss +11 -0
  15. data/_sass/large/components/_actions.scss +0 -0
  16. data/_sass/large/components/_button.scss +0 -0
  17. data/_sass/large/components/_contact-icons.scss +0 -0
  18. data/_sass/large/components/_form.scss +0 -0
  19. data/_sass/large/components/_gallery.scss +0 -0
  20. data/_sass/large/components/_grid-icons.scss +0 -0
  21. data/_sass/large/components/_icon.scss +0 -0
  22. data/_sass/large/components/_icons.scss +0 -0
  23. data/_sass/large/components/_image.scss +0 -0
  24. data/_sass/large/components/_list.scss +0 -0
  25. data/_sass/large/components/_panel-banner.scss +0 -0
  26. data/_sass/large/components/_panel-map.scss +0 -0
  27. data/_sass/large/components/_panel-spotlight.scss +0 -0
  28. data/_sass/large/components/_panel.scss +0 -0
  29. data/_sass/large/components/_table.scss +0 -0
  30. data/_sass/large/layout/_footer.scss +0 -0
  31. data/_sass/large/layout/_header.scss +0 -0
  32. data/_sass/large/layout/_page-wrapper.scss +0 -0
  33. data/_sass/large/layout/_wrapper.scss +0 -0
  34. data/_sass/libs/_breakpoints.scss +164 -164
  35. data/_sass/libs/_functions.scss +32 -32
  36. data/_sass/libs/_mixins.scss +225 -49
  37. data/_sass/libs/_vars.scss +40 -40
  38. data/_sass/libs/_vendor.scss +331 -331
  39. data/_sass/main.scss +25 -118
  40. data/_sass/main/base/_page.scss +99 -0
  41. data/_sass/main/base/_reset.scss +76 -0
  42. data/_sass/main/base/_typography.scss +193 -0
  43. data/_sass/main/components/_actions.scss +63 -0
  44. data/_sass/main/components/_button.scss +154 -0
  45. data/_sass/main/components/_contact-icons.scss +72 -0
  46. data/_sass/main/components/_form.scss +253 -0
  47. data/_sass/main/components/_gallery.scss +168 -0
  48. data/_sass/main/components/_grid-icons.scss +139 -0
  49. data/_sass/main/components/_icon.scss +33 -0
  50. data/_sass/main/components/_icons.scss +28 -0
  51. data/_sass/main/components/_image.scss +169 -0
  52. data/_sass/main/components/_list.scss +56 -0
  53. data/_sass/main/components/_panel-banner.scss +52 -0
  54. data/_sass/main/components/_panel-map.scss +0 -0
  55. data/_sass/main/components/_panel-spotlight.scss +62 -0
  56. data/_sass/main/components/_panel.scss +224 -0
  57. data/_sass/main/components/_table.scss +81 -0
  58. data/_sass/main/layout/_footer.scss +30 -0
  59. data/_sass/main/layout/_header.scss +35 -0
  60. data/_sass/main/layout/_page-wrapper.scss +22 -0
  61. data/_sass/main/layout/_wrapper.scss +85 -0
  62. data/_sass/medium.scss +48 -0
  63. data/_sass/medium/base/_page.scss +0 -0
  64. data/_sass/medium/base/_reset.scss +0 -0
  65. data/_sass/medium/base/_typography.scss +0 -0
  66. data/_sass/medium/components/_actions.scss +0 -0
  67. data/_sass/medium/components/_button.scss +0 -0
  68. data/_sass/medium/components/_contact-icons.scss +0 -0
  69. data/_sass/medium/components/_form.scss +0 -0
  70. data/_sass/medium/components/_gallery.scss +11 -0
  71. data/_sass/medium/components/_grid-icons.scss +0 -0
  72. data/_sass/medium/components/_icon.scss +0 -0
  73. data/_sass/medium/components/_icons.scss +0 -0
  74. data/_sass/medium/components/_image.scss +0 -0
  75. data/_sass/medium/components/_list.scss +0 -0
  76. data/_sass/medium/components/_panel-banner.scss +0 -0
  77. data/_sass/medium/components/_panel-map.scss +0 -0
  78. data/_sass/medium/components/_panel-spotlight.scss +0 -0
  79. data/_sass/medium/components/_panel.scss +0 -0
  80. data/_sass/medium/components/_table.scss +0 -0
  81. data/_sass/medium/layout/_footer.scss +0 -0
  82. data/_sass/medium/layout/_header.scss +0 -0
  83. data/_sass/medium/layout/_page-wrapper.scss +0 -0
  84. data/_sass/medium/layout/_wrapper.scss +0 -0
  85. data/_sass/noscript.scss +12 -12
  86. data/_sass/short.scss +49 -0
  87. data/_sass/short/base/_page.scss +0 -0
  88. data/_sass/short/base/_reset.scss +0 -0
  89. data/_sass/short/base/_typography.scss +0 -0
  90. data/_sass/short/components/_actions.scss +0 -0
  91. data/_sass/short/components/_button.scss +0 -0
  92. data/_sass/short/components/_contact-icons.scss +0 -0
  93. data/_sass/short/components/_form.scss +1 -0
  94. data/_sass/short/components/_gallery.scss +0 -0
  95. data/_sass/short/components/_grid-icons.scss +0 -0
  96. data/_sass/short/components/_icon.scss +0 -0
  97. data/_sass/short/components/_icons.scss +0 -0
  98. data/_sass/short/components/_image.scss +0 -0
  99. data/_sass/short/components/_list.scss +0 -0
  100. data/_sass/short/components/_panel-banner.scss +0 -0
  101. data/_sass/short/components/_panel-map.scss +0 -0
  102. data/_sass/short/components/_panel-spotlight.scss +0 -0
  103. data/_sass/short/components/_panel.scss +0 -0
  104. data/_sass/short/components/_table.scss +0 -0
  105. data/_sass/short/layout/_footer.scss +0 -0
  106. data/_sass/short/layout/_header.scss +0 -0
  107. data/_sass/short/layout/_page-wrapper.scss +9 -0
  108. data/_sass/short/layout/_wrapper.scss +0 -0
  109. data/_sass/small.scss +50 -0
  110. data/_sass/small/base/_page.scss +18 -0
  111. data/_sass/small/base/_reset.scss +0 -0
  112. data/_sass/small/base/_typography.scss +67 -0
  113. data/_sass/small/components/_actions.scss +0 -0
  114. data/_sass/small/components/_button.scss +0 -0
  115. data/_sass/small/components/_contact-icons.scss +0 -0
  116. data/_sass/small/components/_form.scss +27 -0
  117. data/_sass/small/components/_gallery.scss +38 -0
  118. data/_sass/small/components/_grid-icons.scss +29 -0
  119. data/_sass/small/components/_icon.scss +0 -0
  120. data/_sass/small/components/_icons.scss +0 -0
  121. data/_sass/small/components/_image.scss +0 -0
  122. data/_sass/small/components/_list.scss +0 -0
  123. data/_sass/small/components/_panel-banner.scss +37 -0
  124. data/_sass/small/components/_panel-map.scss +13 -0
  125. data/_sass/small/components/_panel-spotlight.scss +18 -0
  126. data/_sass/small/components/_panel.scss +80 -0
  127. data/_sass/small/components/_table.scss +0 -0
  128. data/_sass/small/layout/_footer.scss +34 -0
  129. data/_sass/small/layout/_header.scss +0 -0
  130. data/_sass/small/layout/_page-wrapper.scss +12 -0
  131. data/_sass/small/layout/_wrapper.scss +26 -0
  132. data/{_sass/components/_cookieconsent.scss → assets/css/cookieconsent.css} +3 -2
  133. data/assets/css/cookieconsent.min.css +1 -0
  134. data/assets/css/fontawesome-all.min.css +1 -1
  135. data/assets/css/large.scss +5 -0
  136. data/assets/css/mapbox-gl.css +1 -600
  137. data/assets/css/mapbox-gl.min.css +1 -0
  138. data/assets/css/mapbox-gl.panel.css +27 -0
  139. data/assets/css/mapbox-gl.panel.min.css +1 -0
  140. data/assets/css/medium.scss +5 -0
  141. data/assets/css/short.scss +5 -0
  142. data/assets/css/small.scss +5 -0
  143. data/assets/js/cookieconsent.style.min.js +1 -0
  144. data/assets/js/lazy-loading.min.js +1 -0
  145. data/assets/js/main.js +2 -2
  146. data/assets/js/main.min.js +42 -0
  147. data/assets/js/mapbox-gl.min.js +40 -0
  148. metadata +129 -25
  149. data/_sass/base/_page.scss +0 -117
  150. data/_sass/base/_reset.scss +0 -76
  151. data/_sass/base/_typography.scss +0 -271
  152. data/_sass/components/_actions.scss +0 -63
  153. data/_sass/components/_button.scss +0 -154
  154. data/_sass/components/_contact-icons.scss +0 -72
  155. data/_sass/components/_form.scss +0 -279
  156. data/_sass/components/_gallery.scss +0 -218
  157. data/_sass/components/_grid-icons.scss +0 -166
  158. data/_sass/components/_icon.scss +0 -33
  159. data/_sass/components/_icons.scss +0 -28
  160. data/_sass/components/_image.scss +0 -169
  161. data/_sass/components/_list.scss +0 -56
  162. data/_sass/components/_panel-banner.scss +0 -90
  163. data/_sass/components/_panel-spotlight.scss +0 -81
  164. data/_sass/components/_panel.scss +0 -300
  165. data/_sass/components/_table.scss +0 -81
  166. data/_sass/layout/_footer.scss +0 -49
  167. data/_sass/layout/_header.scss +0 -37
  168. data/_sass/layout/_page-wrapper.scss +0 -43
  169. data/_sass/layout/_wrapper.scss +0 -118
  170. data/assets/js/mapbox-gl.js +0 -40
@@ -0,0 +1,30 @@
1
+ /* Header */
2
+
3
+ #footer {
4
+ z-index: 1000;
5
+ position: fixed;
6
+ bottom: 0;
7
+ right: 0;
8
+ width: 100%;
9
+ margin: 0;
10
+ padding: 0;
11
+ @include vendor('display', 'flex');
12
+ @include vendor('justify-content', 'space-between');
13
+ color: _palette(accent4);
14
+
15
+ .copyright {
16
+ li {
17
+ display: inline-block;
18
+ margin-left: 1em;
19
+ padding-left: 1em;
20
+ border-left: solid 1px rgba(255, 255, 255, 0.25);
21
+ line-height: 1em;
22
+
23
+ &:first-child {
24
+ border-left: 0;
25
+ margin-left: 0;
26
+ padding-left: 0;
27
+ }
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,35 @@
1
+ #language-selector {
2
+ z-index: 10002;
3
+ position: fixed;
4
+ top: 0;
5
+ right: 0;
6
+ text-align: right;
7
+ color: _palette(accent4);
8
+
9
+ li {
10
+ display: inline-block;
11
+ margin: 0;
12
+ margin-right: 1em;
13
+ padding: 0 1em 0 0;
14
+
15
+ &:last-child {
16
+ padding-right: 0;
17
+ }
18
+
19
+ .icon {
20
+ color: inherit;
21
+
22
+ &:before {
23
+ font-size: 1.25em;
24
+ }
25
+ }
26
+ }
27
+
28
+ a {
29
+ border: none;
30
+ }
31
+
32
+ .en:lang(en), .fr:lang(fr), .de:lang(de){
33
+ font-weight: bold;
34
+ }
35
+ }
@@ -0,0 +1,22 @@
1
+ ///
2
+ /// Ethereal by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Page Wrapper */
8
+
9
+ #page-wrapper {
10
+ @include vendor('display', 'flex');
11
+ @include vendor('align-items', 'center');
12
+ @include vendor('justify-content', 'flex-start');
13
+ @include vendor('flex-grow', '1');
14
+ @include vendor('flex-shrink', '1');
15
+ height: 100%;
16
+ padding: 5rem;
17
+
18
+ @include orientation(portrait) {
19
+ padding-left: 2rem;
20
+ padding-right: 2rem;
21
+ }
22
+ }
@@ -0,0 +1,85 @@
1
+ ///
2
+ /// Ethereal by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Wrapper */
8
+
9
+ #wrapper {
10
+ @include vendor('display', 'flex');
11
+ @include vendor('flex-direction', 'row');
12
+ @include vendor('transition', (
13
+ 'opacity 1s ease-out',
14
+ 'transform 0.75s ease-out'
15
+ ));
16
+ @include vendor('transition-delay', '0.25s');
17
+ cursor: default;
18
+ position: relative;
19
+ height: 32rem;
20
+ box-shadow: 0 2rem 4rem 0.25rem transparentize(_palette(bg), 0.425);
21
+
22
+ > .scrollZone {
23
+ position: fixed;
24
+ width: 6rem;
25
+ height: inherit;
26
+ cursor: -moz-grab;
27
+ cursor: -webkit-grab;
28
+ cursor: -ms-grab;
29
+ cursor: grab;
30
+ z-index: _misc(z-index-base) + 100;
31
+
32
+ &.left {
33
+ left: 0;
34
+ }
35
+
36
+ &.right {
37
+ right: 0;
38
+ }
39
+ }
40
+
41
+ > .copyright {
42
+ position: absolute;
43
+ bottom: -3rem;
44
+ right: 0;
45
+ font-size: 0.8rem;
46
+ color: transparentize(_palette(bg), 0.625);
47
+ margin-bottom: 0;
48
+
49
+ a {
50
+ &:hover {
51
+ color: inherit;
52
+ }
53
+ }
54
+ }
55
+
56
+ &.is-dragging {
57
+ @include vendor('user-select', 'none');
58
+ cursor: -moz-grab;
59
+ cursor: -webkit-grab;
60
+ cursor: -ms-grab;
61
+ cursor: grab;
62
+
63
+ * {
64
+ @include vendor('user-select', 'none');
65
+ }
66
+
67
+ *:not(a, .image) {
68
+ cursor: -moz-grab;
69
+ cursor: -webkit-grab;
70
+ cursor: -ms-grab;
71
+ cursor: grab;
72
+ }
73
+ }
74
+
75
+ &.is-dragged {
76
+ * {
77
+ @include vendor('pointer-events', 'none');
78
+ }
79
+ }
80
+
81
+ body.is-preload & {
82
+ @include vendor('transform', 'translateX(2rem)');
83
+ opacity: 0;
84
+ }
85
+ }
@@ -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
+ medium: ( 737px, 980px )
17
+ ));
18
+
19
+ // Base.
20
+
21
+ @import 'medium/base/reset';
22
+ @import 'medium/base/page';
23
+ @import 'medium/base/typography';
24
+
25
+ // Component.
26
+
27
+ @import 'medium/components/form';
28
+ @import 'medium/components/icon';
29
+ @import 'medium/components/image';
30
+ @import 'medium/components/list';
31
+ @import 'medium/components/actions';
32
+ @import 'medium/components/icons';
33
+ @import 'medium/components/grid-icons';
34
+ @import 'medium/components/contact-icons';
35
+ @import 'medium/components/table';
36
+ @import 'medium/components/button';
37
+ @import 'medium/components/gallery';
38
+ @import 'medium/components/panel';
39
+ @import 'medium/components/panel-map';
40
+ @import 'medium/components/panel-banner';
41
+ @import 'medium/components/panel-spotlight';
42
+
43
+ // Layout.
44
+
45
+ @import 'medium/layout/footer';
46
+ @import 'medium/layout/header';
47
+ @import 'medium/layout/page-wrapper';
48
+ @import 'medium/layout/wrapper';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,11 @@
1
+ @include breakpoint('<=medium') {
2
+ .gallery {
3
+ .modal {
4
+ .inner {
5
+ img {
6
+ max-width: 100vw;
7
+ }
8
+ }
9
+ }
10
+ }
11
+ }
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
@@ -5,22 +5,22 @@
5
5
  @import 'libs/breakpoints';
6
6
 
7
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)
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
11
  */
12
12
 
13
13
  /* Page */
14
14
 
15
- body {
16
- overflow-x: scroll;
17
- }
15
+ body {
16
+ overflow-x: scroll;
17
+ }
18
18
 
19
19
  /* Wrapper */
20
20
 
21
- #wrapper {
22
- body.is-preload & {
23
- @include vendor('transform', 'none');
24
- opacity: 1;
25
- }
26
- }
21
+ #wrapper {
22
+ body.is-preload & {
23
+ @include vendor('transform', 'none');
24
+ opacity: 1;
25
+ }
26
+ }
@@ -0,0 +1,49 @@
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
+ short: '(min-aspect-ratio: 16/7)',
17
+ xshort: '(min-aspect-ratio: 16/6)'
18
+ ));
19
+
20
+ // Base.
21
+
22
+ @import 'short/base/reset';
23
+ @import 'short/base/page';
24
+ @import 'short/base/typography';
25
+
26
+ // Component.
27
+
28
+ @import 'short/components/form';
29
+ @import 'short/components/icon';
30
+ @import 'short/components/image';
31
+ @import 'short/components/list';
32
+ @import 'short/components/actions';
33
+ @import 'short/components/icons';
34
+ @import 'short/components/grid-icons';
35
+ @import 'short/components/contact-icons';
36
+ @import 'short/components/table';
37
+ @import 'short/components/button';
38
+ @import 'short/components/gallery';
39
+ @import 'short/components/panel';
40
+ @import 'short/components/panel-banner';
41
+ @import 'short/components/panel-map';
42
+ @import 'short/components/panel-spotlight';
43
+
44
+ // Layout.
45
+
46
+ @import 'short/layout/footer';
47
+ @import 'short/layout/header';
48
+ @import 'short/layout/page-wrapper';
49
+ @import 'short/layout/wrapper';
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
@@ -0,0 +1,9 @@
1
+ #page-wrapper {
2
+ @include breakpoint('short') {
3
+ padding: 6vh;
4
+ }
5
+
6
+ @include breakpoint('xshort') {
7
+ padding: 0;
8
+ }
9
+ }
File without changes
@@ -0,0 +1,50 @@
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
+ small: ( 481px, 736px ),
17
+ xsmall: ( 361px, 480px ),
18
+ xxsmall: ( null, 360px )
19
+ ));
20
+
21
+ // Base.
22
+
23
+ @import 'small/base/reset';
24
+ @import 'small/base/page';
25
+ @import 'small/base/typography';
26
+
27
+ // Component.
28
+
29
+ @import 'small/components/form';
30
+ @import 'small/components/icon';
31
+ @import 'small/components/image';
32
+ @import 'small/components/list';
33
+ @import 'small/components/actions';
34
+ @import 'small/components/icons';
35
+ @import 'small/components/grid-icons';
36
+ @import 'small/components/contact-icons';
37
+ @import 'small/components/table';
38
+ @import 'small/components/button';
39
+ @import 'small/components/gallery';
40
+ @import 'small/components/panel';
41
+ @import 'small/components/panel-banner';
42
+ @import 'small/components/panel-map';
43
+ @import 'small/components/panel-spotlight';
44
+
45
+ // Layout.
46
+
47
+ @import 'small/layout/footer';
48
+ @import 'small/layout/header';
49
+ @import 'small/layout/page-wrapper';
50
+ @import 'small/layout/wrapper';