jekyll-theme-consulting 0.7.2 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/contact.html +2 -2
  3. data/_includes/contact_form.html +5 -3
  4. data/_includes/head.html +10 -1
  5. data/_includes/scripts.html +9 -20
  6. data/_includes/search.html +8 -6
  7. data/_sass/large.scss +49 -0
  8. data/_sass/large/base/_page.scss +0 -0
  9. data/_sass/large/base/_reset.scss +0 -0
  10. data/_sass/large/base/_typography.scss +15 -0
  11. data/_sass/large/components/_actions.scss +0 -0
  12. data/_sass/large/components/_box.scss +0 -0
  13. data/_sass/large/components/_button.scss +0 -0
  14. data/_sass/large/components/_contact.scss +0 -0
  15. data/_sass/large/components/_facts.scss +0 -0
  16. data/_sass/large/components/_features.scss +0 -0
  17. data/_sass/large/components/_form.scss +0 -0
  18. data/_sass/large/components/_icon.scss +0 -0
  19. data/_sass/large/components/_icons.scss +0 -0
  20. data/_sass/large/components/_image.scss +0 -0
  21. data/_sass/large/components/_list.scss +0 -0
  22. data/_sass/large/components/_mini-posts.scss +0 -0
  23. data/_sass/large/components/_pagination.scss +0 -0
  24. data/_sass/large/components/_posts.scss +12 -0
  25. data/_sass/large/components/_row.scss +9 -0
  26. data/_sass/large/components/_section.scss +0 -0
  27. data/_sass/large/components/_table.scss +0 -0
  28. data/_sass/large/layout/_banner.scss +0 -0
  29. data/_sass/large/layout/_footer.scss +0 -0
  30. data/_sass/large/layout/_header.scss +0 -0
  31. data/_sass/large/layout/_main.scss +23 -0
  32. data/_sass/large/layout/_menu.scss +0 -0
  33. data/_sass/large/layout/_sidebar.scss +0 -0
  34. data/_sass/large/layout/_wrapper.scss +0 -0
  35. data/_sass/main.scss +27 -47
  36. data/_sass/main/base/_page.scss +33 -0
  37. data/_sass/main/base/_reset.scss +67 -0
  38. data/_sass/main/base/_typography.scss +200 -0
  39. data/_sass/main/components/_actions.scss +57 -0
  40. data/_sass/main/components/_box.scss +20 -0
  41. data/_sass/main/components/_button.scss +79 -0
  42. data/_sass/main/components/_contact.scss +41 -0
  43. data/_sass/main/components/_facts.scss +143 -0
  44. data/_sass/main/components/_features.scss +99 -0
  45. data/_sass/main/components/_form.scss +253 -0
  46. data/_sass/main/components/_icon.scss +27 -0
  47. data/_sass/main/components/_icons.scss +29 -0
  48. data/_sass/main/components/_image.scss +72 -0
  49. data/_sass/main/components/_list.scss +50 -0
  50. data/_sass/main/components/_mini-posts.scss +25 -0
  51. data/_sass/main/components/_pagination.scss +52 -0
  52. data/_sass/main/components/_posts.scss +54 -0
  53. data/_sass/main/components/_row.scss +3 -0
  54. data/_sass/main/components/_section.scss +47 -0
  55. data/_sass/main/components/_table.scss +75 -0
  56. data/_sass/main/layout/_banner.scss +66 -0
  57. data/_sass/{layout → main/layout}/_footer.scss +1 -7
  58. data/_sass/main/layout/_header.scss +65 -0
  59. data/_sass/main/layout/_main.scss +26 -0
  60. data/_sass/main/layout/_menu.scss +155 -0
  61. data/_sass/main/layout/_sidebar.scss +235 -0
  62. data/_sass/main/layout/_wrapper.scss +7 -0
  63. data/_sass/medium.scss +48 -0
  64. data/_sass/medium/base/_page.scss +0 -0
  65. data/_sass/medium/base/_reset.scss +0 -0
  66. data/_sass/medium/base/_typography.scss +5 -0
  67. data/_sass/medium/components/_actions.scss +0 -0
  68. data/_sass/medium/components/_box.scss +0 -0
  69. data/_sass/medium/components/_button.scss +0 -0
  70. data/_sass/medium/components/_contact.scss +0 -0
  71. data/_sass/medium/components/_facts.scss +0 -0
  72. data/_sass/medium/components/_features.scss +31 -0
  73. data/_sass/medium/components/_form.scss +0 -0
  74. data/_sass/medium/components/_icon.scss +0 -0
  75. data/_sass/medium/components/_icons.scss +0 -0
  76. data/_sass/medium/components/_image.scss +0 -0
  77. data/_sass/medium/components/_list.scss +0 -0
  78. data/_sass/medium/components/_mini-posts.scss +0 -0
  79. data/_sass/medium/components/_pagination.scss +0 -0
  80. data/_sass/medium/components/_posts.scss +0 -0
  81. data/_sass/medium/components/_row.scss +7 -0
  82. data/_sass/medium/components/_section.scss +0 -0
  83. data/_sass/medium/components/_table.scss +0 -0
  84. data/_sass/medium/layout/_banner.scss +0 -0
  85. data/_sass/medium/layout/_footer.scss +0 -0
  86. data/_sass/medium/layout/_header.scss +0 -0
  87. data/_sass/medium/layout/_main.scss +0 -0
  88. data/_sass/medium/layout/_menu.scss +0 -0
  89. data/_sass/medium/layout/_sidebar.scss +0 -0
  90. data/_sass/medium/layout/_wrapper.scss +0 -0
  91. data/_sass/small.scss +50 -0
  92. data/_sass/small/base/_page.scss +6 -0
  93. data/_sass/small/base/_reset.scss +0 -0
  94. data/_sass/small/base/_typography.scss +18 -0
  95. data/_sass/small/components/_actions.scss +0 -0
  96. data/_sass/small/components/_box.scss +0 -0
  97. data/_sass/small/components/_button.scss +0 -0
  98. data/_sass/small/components/_contact.scss +0 -0
  99. data/_sass/small/components/_facts.scss +45 -0
  100. data/_sass/small/components/_features.scss +29 -0
  101. data/_sass/small/components/_form.scss +0 -0
  102. data/_sass/small/components/_icon.scss +0 -0
  103. data/_sass/small/components/_icons.scss +0 -0
  104. data/_sass/small/components/_image.scss +0 -0
  105. data/_sass/small/components/_list.scss +0 -0
  106. data/_sass/small/components/_mini-posts.scss +0 -0
  107. data/_sass/small/components/_pagination.scss +15 -0
  108. data/_sass/small/components/_posts.scss +59 -0
  109. data/_sass/small/components/_row.scss +11 -0
  110. data/_sass/small/components/_section.scss +0 -0
  111. data/_sass/small/components/_table.scss +0 -0
  112. data/_sass/small/layout/_banner.scss +11 -0
  113. data/_sass/small/layout/_footer.scss +0 -0
  114. data/_sass/small/layout/_header.scss +0 -0
  115. data/_sass/small/layout/_main.scss +16 -0
  116. data/_sass/small/layout/_menu.scss +0 -0
  117. data/_sass/small/layout/_sidebar.scss +0 -0
  118. data/_sass/small/layout/_wrapper.scss +0 -0
  119. data/{_sass/components/_cookieconsent.scss → assets/css/cookieconsent.css} +4 -2
  120. data/assets/css/fontawesome-all.min.css +1 -1
  121. data/assets/css/large.scss +5 -0
  122. data/assets/css/medium.scss +5 -0
  123. data/assets/css/small.scss +5 -0
  124. data/assets/js/cookieconsent.style.min.js +1 -0
  125. metadata +118 -30
  126. data/_sass/base/_page.scss +0 -48
  127. data/_sass/base/_reset.scss +0 -76
  128. data/_sass/base/_typography.scss +0 -241
  129. data/_sass/components/_actions.scss +0 -63
  130. data/_sass/components/_box.scss +0 -26
  131. data/_sass/components/_button.scss +0 -85
  132. data/_sass/components/_contact.scss +0 -47
  133. data/_sass/components/_facts.scss +0 -183
  134. data/_sass/components/_features.scss +0 -155
  135. data/_sass/components/_form.scss +0 -259
  136. data/_sass/components/_icon.scss +0 -33
  137. data/_sass/components/_icons.scss +0 -35
  138. data/_sass/components/_image.scss +0 -78
  139. data/_sass/components/_list.scss +0 -56
  140. data/_sass/components/_mini-posts.scss +0 -31
  141. data/_sass/components/_pagination.scss +0 -70
  142. data/_sass/components/_posts.scss +0 -124
  143. data/_sass/components/_row.scss +0 -31
  144. data/_sass/components/_section.scss +0 -53
  145. data/_sass/components/_table.scss +0 -81
  146. data/_sass/layout/_banner.scss +0 -78
  147. data/_sass/layout/_header.scss +0 -71
  148. data/_sass/layout/_main.scss +0 -58
  149. data/_sass/layout/_menu.scss +0 -161
  150. data/_sass/layout/_sidebar.scss +0 -241
  151. data/_sass/layout/_wrapper.scss +0 -13
@@ -1,71 +0,0 @@
1
- ///
2
- /// Editorial 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
- /* Header */
8
-
9
- #header {
10
- @include vendor('display', 'flex');
11
- border-bottom: solid 5px _palette(accent);
12
- position: relative;
13
- background-size: 100% auto;
14
- background-position: center top;
15
- background-repeat: no-repeat;
16
-
17
- > * {
18
- margin-bottom: 0;
19
- }
20
-
21
- .logo {
22
- @include vendor('flex', '2');
23
- border-bottom: 0;
24
- color: inherit;
25
- font-family: _font(family-heading);
26
- font-size: 1.125em;
27
- }
28
-
29
- .icons {
30
- }
31
-
32
- .language {
33
- position: absolute;
34
- padding: 0 1em 0 0;
35
- right: 0;
36
- text-align: right;
37
-
38
- li {
39
- display: inline-block;
40
- margin: 0;
41
- padding: 0 1em 0 0;
42
-
43
- &:last-child {
44
- padding-right: 0;
45
- }
46
-
47
- .icon {
48
- color: inherit;
49
-
50
- &:before {
51
- font-size: 1.25em;
52
- }
53
- }
54
- }
55
-
56
- a {
57
- border: none;
58
- }
59
-
60
- .en:lang(en), .fr:lang(fr), .de:lang(de){
61
- font-weight: bold;
62
- }
63
- }
64
- }
65
-
66
- /* Inverted */
67
-
68
- #header.inverted {
69
- background-color: _palette(bg-alt-inverted);
70
- border-bottom: solid 5px _palette(accent-inverted);
71
- }
@@ -1,58 +0,0 @@
1
- ///
2
- /// Editorial 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
- /* Main */
8
-
9
- #main {
10
- @include vendor('flex-grow', '1');
11
- @include vendor('flex-shrink', '1');
12
- width: 100%;
13
-
14
- > .inner {
15
- margin: 0 auto;
16
- max-width: 110em;
17
-
18
- > section {
19
- @include padding(6em, 6em);
20
- border-top: solid 2px _palette(border);
21
-
22
- &:first-of-type {
23
- border-top: 0 !important;
24
- }
25
- }
26
-
27
- #header {
28
- padding: 2em 6em 1em 6em;
29
- margin: 0;
30
- }
31
-
32
- @include breakpoint('<=xlarge') {
33
- > section {
34
- @include padding(5em, 5em);
35
- }
36
-
37
- #header {
38
- padding: 2em 5em 1em 5em;
39
- }
40
- }
41
-
42
- @include breakpoint('<=large') {
43
- > section {
44
- @include padding(4em, 4em);
45
- }
46
-
47
- #header {
48
- padding: 2em 4em 1em 4em;
49
- }
50
- }
51
-
52
- @include breakpoint('<=small') {
53
- > .inner > section {
54
- @include padding(3em, 3em);
55
- }
56
- }
57
- }
58
- }
@@ -1,161 +0,0 @@
1
- ///
2
- /// Editorial 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
- /* Menu */
8
-
9
- #menu, #results {
10
- ul {
11
- @include vendor('user-select', 'none');
12
- color: _palette(fg-bold);
13
- font-family: _font(family-heading);
14
- font-family: _font(weight-heading-alt);
15
- letter-spacing: _font(kerning-heading);
16
- list-style: none;
17
- margin-bottom: 0;
18
- padding: 0;
19
- text-transform: uppercase;
20
-
21
- a, span {
22
- border-bottom: 0;
23
- color: inherit;
24
- cursor: pointer;
25
- display: block;
26
- font-size: 0.9em;
27
- padding: 0.625em 0;
28
-
29
- &:hover {
30
- color: _palette(accent);
31
- }
32
-
33
- &.opener {
34
- @include vendor('transition', 'color #{_duration(transition)} ease-in-out');
35
- @include icon(false, solid);
36
- -webkit-tap-highlight-color: rgba(255,255,255,0);
37
- position: relative;
38
-
39
- &:before {
40
- @include vendor('transition', (
41
- 'color #{_duration(transition)} ease-in-out',
42
- 'transform #{_duration(transition)} ease-in-out'
43
- ));
44
- color: _palette(fg-light);
45
- content: '\f078';
46
- position: absolute;
47
- right: 0;
48
- }
49
-
50
- &:hover {
51
- &:before {
52
- color: _palette(accent);
53
- }
54
- }
55
-
56
- &.active {
57
- & + ul {
58
- display: block;
59
- }
60
-
61
- &:before {
62
- @include vendor('transform', 'rotate(-180deg)');
63
- }
64
- }
65
- }
66
- }
67
- }
68
-
69
- > ul {
70
- > li {
71
- position: relative;
72
- border-top: solid 1px _palette(border);
73
- margin: 0.5em 0 0 0;
74
- padding: 0.5em 0 0 0;
75
-
76
- > ul {
77
- color: _palette(fg-light);
78
- display: none;
79
- margin: 0.5em 0 1.5em 0;
80
- padding-left: 1em;
81
-
82
- a, span {
83
- font-size: 0.8em;
84
- }
85
-
86
- > li {
87
- margin: 0.125em 0 0 0;
88
- padding: 0.125em 0 0 0;
89
- }
90
- }
91
-
92
- &:first-child {
93
- border-top: 0;
94
- margin-top: 0;
95
- padding-top: 0;
96
- }
97
-
98
- &::before {
99
- border-left: 6px solid transparent;
100
- content: "";
101
- display: block;
102
- position: absolute;
103
- left: -1em;
104
- top: 0;
105
- height: 100%;
106
- }
107
-
108
- &.current::before, &:hover::before {
109
- border-left: 6px solid _palette(accent);
110
- }
111
- }
112
- }
113
- }
114
-
115
- /* Inverted */
116
-
117
- .inverted #menu, .inverted #results {
118
- ul {
119
- color: _palette(fg-bold-inverted);
120
-
121
- a, span {
122
- color: inherit;
123
-
124
- &:hover {
125
- color: _palette(accent-inverted);
126
- }
127
-
128
- &.opener {
129
- &:before {
130
- color: _palette(fg-light-inverted);
131
- }
132
-
133
- &:hover {
134
- &:before {
135
- color: _palette(accent-inverted);
136
- }
137
- }
138
- }
139
- }
140
- }
141
-
142
- > ul {
143
- > li {
144
- border-top: solid 1px _palette(border-inverted);
145
-
146
- > ul {
147
- color: _palette(fg-light-inverted);
148
- }
149
-
150
- &:first-child {
151
- border-top: 0;
152
- margin-top: 0;
153
- padding-top: 0;
154
- }
155
-
156
- &.current::before, &:hover::before {
157
- border-left: 6px solid _palette(accent-inverted);
158
- }
159
- }
160
- }
161
- }
@@ -1,241 +0,0 @@
1
- ///
2
- /// Editorial 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
- /* Sidebar */
8
-
9
- #search {
10
- form {
11
- @include icon(false, solid);
12
- position: relative;
13
- margin-left: 4em;
14
-
15
- input[type="text"] {
16
- padding-right: _size(element-height);
17
- }
18
- }
19
- }
20
-
21
- #sidebar {
22
- $pad: 1.5em / 0.9;
23
-
24
- @include vendor('flex-grow', '0');
25
- @include vendor('flex-shrink', '0');
26
- @include vendor('transition', (
27
- 'margin-left 0.5s ease',
28
- 'box-shadow 0.5s ease'
29
- ));
30
-
31
- z-index: _misc(z-index-base);
32
- position: fixed;
33
- left: 0;
34
- top: 0;
35
- width: _size(sidebar-width-alt);
36
- height: 100%;
37
- box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
38
- background-color: _palette(bg-alt);
39
- font-size: 0.9em;
40
-
41
- h2 {
42
- font-size: (1.25em / 0.9);
43
- }
44
-
45
- > .inner {
46
- -webkit-overflow-scrolling: touch;
47
- overflow-x: hidden;
48
- overflow-y: auto;
49
- position: absolute;
50
- left: 0;
51
- top: 0;
52
- padding: $pad 0 $pad 0;
53
- width: _size(sidebar-width-alt);
54
- height: 100%;
55
- display: flex;
56
- flex-direction: column;
57
- justify-content: space-between;
58
-
59
- > * {
60
- flex: 0;
61
- border-bottom: 0;
62
- margin: 0;
63
- padding: 0 $pad 0 $pad;
64
-
65
- > :last-child {
66
- margin-bottom: 0;
67
- }
68
-
69
- &:last-child {
70
- margin-bottom: 0;
71
- padding-bottom: 0;
72
- }
73
- }
74
-
75
- > #menu {
76
- flex: 1;
77
- }
78
-
79
- > #results {
80
- top: 0;
81
- flex: 1;
82
- overflow-y: auto;
83
- padding-left: 4em;
84
- }
85
-
86
- > .alt {
87
- background-color: darken(_palette(bg-alt), 2);
88
- border-bottom: solid 2px _palette(border);
89
- margin: ($pad * -1) 0 0 ($pad * -1);
90
- padding: $pad;
91
- }
92
- }
93
-
94
- .toggle {
95
- @include icon(false, solid);
96
- @include vendor('transition', 'left 0.5s ease');
97
- -webkit-tap-highlight-color: rgba(255,255,255,0);
98
- position: fixed;
99
- left: 0;
100
- border: 0;
101
- display: block;
102
- width: 6em;
103
- height: 6.25em;
104
- outline: 0;
105
- overflow: hidden;
106
- line-height: 6.25em;
107
- text-align: center;
108
- text-indent: 6em;
109
- z-index: _misc(z-index-base);
110
-
111
- &#sidebar-toggle-button {
112
- top:0;
113
- }
114
-
115
- &#sidebar-search-button {
116
- top:6.25em;
117
- }
118
-
119
- &#sidebar-logo-button {
120
- top:12.5em;
121
- }
122
-
123
- &:before {
124
- position: absolute;
125
- left: 0;
126
- top: 0;
127
- width: inherit;
128
- height: inherit;
129
- margin-left: (-0.875em / 2);
130
- font-size: 1.5rem;
131
- line-height: inherit;
132
- text-indent: 0;
133
- }
134
-
135
- &#sidebar-toggle-button:before {
136
- content: '\f0c9';
137
- }
138
-
139
- &#sidebar-search-button:before {
140
- content: '\f002';
141
- }
142
-
143
- &#sidebar-logo-button:before {
144
- display: none;
145
- content: '';
146
- }
147
-
148
- &#sidebar-logo-button svg {
149
- position: absolute;
150
- top: 20%;
151
- left: 4%;
152
- width: 60%;
153
- height: 60%;
154
- font-size: 1.5rem;
155
- line-height: inherit;
156
- text-indent: 0;
157
- fill: _palette(accent);
158
- }
159
- }
160
-
161
- &.inactive {
162
- margin-left: (_size(sidebar-width-alt) * -1);
163
- box-shadow: none;
164
- }
165
-
166
- body.is-preload & {
167
- display: none;
168
- }
169
- }
170
-
171
- /* Inverted */
172
-
173
- .inverted #search {
174
- form {
175
- &:before {
176
- color: _palette(fg);
177
- }
178
-
179
- input[type="text"] {
180
- color: _palette(fg);
181
- }
182
- }
183
- }
184
-
185
- #sidebar.inverted {
186
- background-color: _palette(bg-inverted);
187
-
188
- header.major > :last-child {
189
- border-bottom: solid 3px _palette(fg-inverted);
190
- }
191
-
192
- a.toggle {
193
- color: _palette(accent-inverted);
194
-
195
- &:hover {
196
- color: _palette(accent-cp);
197
- }
198
-
199
- &#sidebar-logo-button svg {
200
- fill: _palette(accent-inverted);
201
- stroke: _palette(accent-inverted);
202
- }
203
-
204
- &#sidebar-logo-button:hover svg {
205
- fill: _palette(accent-cp);
206
- stroke: _palette(accent-cp);
207
- }
208
- }
209
-
210
- > .inner {
211
-
212
- > * {
213
- border-bottom: 0;
214
- }
215
-
216
- > .alt {
217
- background-color: darken(_palette(bg-inverted), 2);
218
- border-bottom: solid 2px _palette(border-inverted);
219
- }
220
- }
221
- }
222
-
223
- #sidebar.inverted.inactive {
224
- a.toggle {
225
- color: _palette(accent);
226
-
227
- &:hover {
228
- color: _palette(accent);
229
- }
230
-
231
- &#sidebar-logo-button svg {
232
- fill: _palette(accent);
233
- stroke: _palette(accent);
234
- }
235
-
236
- &#sidebar-logo-button:hover svg {
237
- fill: _palette(accent);
238
- stroke: _palette(accent);
239
- }
240
- }
241
- }