jekyll-theme-consulting 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/banner.html +12 -6
  3. data/_includes/contact.html +13 -0
  4. data/_includes/footer.html +3 -38
  5. data/_includes/head.html +6 -5
  6. data/_includes/header.html +37 -9
  7. data/_includes/navigation.html +9 -5
  8. data/_includes/scripts.html +5 -7
  9. data/_includes/sidebar.html +17 -0
  10. data/_includes/thread.html +21 -0
  11. data/_layouts/default.html +32 -16
  12. data/_layouts/home.html +4 -2
  13. data/_layouts/landing.html +21 -0
  14. data/_layouts/page.html +1 -1
  15. data/_layouts/post.html +22 -7
  16. data/_sass/base/_page.scss +39 -0
  17. data/_sass/base/_typography.scss +186 -140
  18. data/_sass/components/_box.scss +26 -247
  19. data/_sass/components/_button.scss +87 -65
  20. data/_sass/components/_features.scss +156 -0
  21. data/_sass/components/_form.scss +182 -88
  22. data/_sass/components/_icon.scss +17 -0
  23. data/_sass/components/_image.scss +74 -37
  24. data/_sass/components/_list.scss +255 -25
  25. data/_sass/components/_mini-posts.scss +31 -0
  26. data/_sass/components/_posts.scss +179 -0
  27. data/_sass/components/_section.scss +39 -0
  28. data/_sass/components/_table.scss +81 -35
  29. data/_sass/ie8.scss +28 -0
  30. data/_sass/ie9.scss +84 -0
  31. data/_sass/layout/_banner.scss +75 -44
  32. data/_sass/layout/_footer.scss +18 -44
  33. data/_sass/layout/_header.scss +49 -85
  34. data/_sass/layout/_main.scss +58 -0
  35. data/_sass/layout/_menu.scss +98 -0
  36. data/_sass/layout/_sidebar.scss +222 -0
  37. data/_sass/layout/_wrapper.scss +13 -0
  38. data/_sass/libs/_functions.scss +0 -56
  39. data/_sass/libs/_mixins.scss +1 -8
  40. data/_sass/libs/_skel.scss +585 -0
  41. data/_sass/libs/_vars.scss +25 -15
  42. data/_sass/main.scss +58 -51
  43. data/assets/css/font-awesome.min.css +2 -2
  44. data/assets/css/ie8.scss +5 -0
  45. data/assets/css/ie9.scss +5 -0
  46. data/assets/css/main.scss +5 -0
  47. data/assets/fonts/FontAwesome.otf +0 -0
  48. data/assets/fonts/fontawesome-webfont.eot +0 -0
  49. data/assets/fonts/fontawesome-webfont.svg +682 -2668
  50. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  51. data/assets/fonts/fontawesome-webfont.woff +0 -0
  52. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  53. data/assets/images/pic01.jpg +0 -0
  54. data/assets/images/pic02.jpg +0 -0
  55. data/assets/images/pic03.jpg +0 -0
  56. data/assets/images/pic04.jpg +0 -0
  57. data/assets/images/pic05.jpg +0 -0
  58. data/assets/images/pic06.jpg +0 -0
  59. data/assets/images/pic07.jpg +0 -0
  60. data/assets/images/pic08.jpg +0 -0
  61. data/assets/images/pic09.jpg +0 -0
  62. data/assets/images/pic10.jpg +0 -0
  63. data/assets/images/pic11.jpg +0 -0
  64. data/assets/js/ie/.directory +3 -0
  65. data/assets/js/ie/html5shiv.js +8 -0
  66. data/assets/js/ie/respond.min.js +6 -0
  67. data/assets/js/jquery.min.js +5 -2
  68. data/assets/js/main.js +255 -76
  69. data/assets/js/skel.min.js +2 -0
  70. metadata +35 -30
  71. data/_sass/base/_reset.scss +0 -70
  72. data/_sass/components/_actions.scss +0 -18
  73. data/_sass/components/_container.scss +0 -14
  74. data/_sass/components/_icons.scss +0 -44
  75. data/_sass/components/_menu.scss +0 -21
  76. data/_sass/components/_poptrox.scss +0 -121
  77. data/_sass/components/_row.scss +0 -21
  78. data/_sass/components/_sections.scss +0 -18
  79. data/_sass/layout/_breakpoints.scss +0 -358
  80. data/_sass/libs/_breakpoints.scss +0 -223
  81. data/_sass/libs/_html-grid.scss +0 -149
  82. data/_sass/libs/_vendor.scss +0 -376
  83. data/_sass/noscript.scss +0 -25
  84. data/assets/css/images/arrow.svg +0 -17
  85. data/assets/css/images/banner.svg +0 -206
  86. data/assets/css/images/circles.svg +0 -30
  87. data/assets/css/images/falling.svg +0 -37
  88. data/assets/css/images/loader.gif +0 -0
  89. data/assets/css/images/overlay.png +0 -0
  90. data/assets/css/images/poptrox-closer.svg +0 -6
  91. data/assets/css/images/poptrox-nav.svg +0 -6
  92. data/assets/css/noscript.css +0 -19
  93. data/assets/css/styles.scss +0 -4
  94. data/assets/images/bouncing.svg +0 -50
  95. data/assets/js/breakpoints.min.js +0 -2
  96. data/assets/js/browser.min.js +0 -2
  97. data/assets/js/jquery.poptrox.min.js +0 -2
  98. data/assets/js/jquery.scrolly.min.js +0 -2
@@ -1,247 +1,26 @@
1
- /* Box */
2
-
3
- .box {
4
- position: relative;
5
- margin-top: 9em;
6
- margin-bottom: 0;
7
- margin-left: auto;
8
- margin-right: 3em;
9
-
10
- &:after {
11
- content: '';
12
- display: block;
13
- position: absolute;
14
- top: -9em;
15
- height: 9em;
16
- border-left: solid 1px _palette(accent);
17
- }
18
-
19
- &:before {
20
- content: '';
21
- display: block;
22
- width: 90px;
23
- height: 66px;
24
- position: absolute;
25
- top: -4.5em;
26
- margin-left: -45px;
27
- margin-top: -33px;
28
- background: url('images/circles.svg') no-repeat;
29
- }
30
-
31
- :last-child {
32
- margin-bottom: 0;
33
- }
34
-
35
- &.right {
36
- &:before, &:after {
37
- left: 3em;
38
- }
39
- }
40
-
41
- &.left {
42
- &:before, &:after {
43
- right: 3em;
44
- }
45
- }
46
-
47
- &.style1 {
48
- background: _palette(bg);
49
- padding: 3em;
50
-
51
- .image {
52
- display: block;
53
- position: absolute;
54
- top: 0;
55
- width: 50%;
56
- height: 100%;
57
- background: _palette(bg);
58
- overflow: hidden;
59
-
60
- img {
61
- position: absolute;
62
- top: 0;
63
- height: 100%;
64
- width: auto;
65
- }
66
- }
67
-
68
- .inner {
69
- > :last-child {
70
- margin: 0;
71
- }
72
- }
73
-
74
- &.right {
75
- .image {
76
- left: 0;
77
-
78
- img {
79
- right: 0;
80
- }
81
- }
82
-
83
- .inner {
84
- margin-left: 50%;
85
- padding-left: 3em;
86
- }
87
- }
88
-
89
- &.left {
90
- .image {
91
- right: 0;
92
-
93
- img {
94
- left: 0;
95
- }
96
- }
97
-
98
- .inner {
99
- margin-right: 50%;
100
- padding-right: 3em;
101
- }
102
- }
103
- }
104
-
105
- &.style2 {
106
- text-align: center;
107
-
108
- header {
109
- display: inline-block;
110
- background: _palette(bg);
111
- padding: 2em 3em 2em 3em;
112
- margin: 0;
113
-
114
- p {
115
- padding: 0;
116
- }
117
- }
118
-
119
- .inner {
120
- position: relative;
121
- padding: 40px 0 0px 0;
122
-
123
- &:after {
124
- content: '';
125
- display: block;
126
- position: absolute;
127
- top: 0;
128
- left: 50%;
129
- height: 100%;
130
- border-left: solid 1px _palette(border);
131
- }
132
-
133
- .row {
134
- position: relative;
135
-
136
- &:before {
137
- content: '';
138
- display: block;
139
- position: absolute;
140
- top: 50%;
141
- left: 20px;
142
- width: calc(100% - 40px);
143
- border-bottom: solid 1px _palette(border);
144
- }
145
- }
146
-
147
- .image {
148
- position: relative;
149
- z-index: 1;
150
- padding: 20px;
151
- }
152
- }
153
- }
154
-
155
- &.style3 {
156
- background: _palette(bg);
157
- padding: 3em;
158
-
159
- header {
160
- text-align: center;
161
- }
162
- }
163
-
164
-
165
- &.style4 {
166
- background: _palette(bg);
167
- padding: 0;
168
-
169
- svg {
170
- position: absolute;
171
- z-index: 0;
172
- }
173
-
174
- h2 {
175
- position: relative;
176
- z-index: 10;
177
- }
178
-
179
- p {
180
- position: relative;
181
- z-index: 10;
182
- }
183
-
184
- .upper, .lower {
185
- display: block;
186
- position: relative;
187
- width: 100%;
188
- height: auto;
189
- overflow: hidden;
190
- padding: 0;
191
- margin: 0;
192
- }
193
-
194
- .upper {
195
- color: _palette(bg);
196
- background-color: _palette(accent);
197
-
198
- svg {
199
- bottom: 0;
200
- }
201
- }
202
-
203
- .lower{
204
- color: _palette(accent);
205
- background-color: _palette(bg);
206
-
207
- svg {
208
- top: 0;
209
- }
210
- }
211
-
212
- &.right {
213
- svg {
214
- left: 0;
215
- }
216
-
217
- h2 {
218
- left: 0;
219
- margin-left: 2.4em;
220
- padding-left: 0.5em;
221
- border-left: solid 1px _palette(bg);
222
- }
223
-
224
- p {
225
- right: 0;
226
- margin-left: 12em;
227
- }
228
- }
229
-
230
- &.left {
231
- svg {
232
- right: 0;
233
- }
234
-
235
- h2 {
236
- right: 0;
237
- margin-right: 2.4em;
238
- padding-right: 0.5em;
239
- border-right: solid 1px _palette(bg);
240
- }
241
-
242
- p {
243
- left: 0;
244
- }
245
- }
246
- }
247
- }
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
+ /* Box */
8
+
9
+ .box {
10
+ border-radius: _size(border-radius);
11
+ border: solid 1px _palette(border);
12
+ margin-bottom: _size(element-margin);
13
+ padding: 1.5em;
14
+
15
+ > :last-child,
16
+ > :last-child > :last-child,
17
+ > :last-child > :last-child > :last-child {
18
+ margin-bottom: 0;
19
+ }
20
+
21
+ &.alt {
22
+ border: 0;
23
+ border-radius: 0;
24
+ padding: 0;
25
+ }
26
+ }
@@ -1,65 +1,87 @@
1
- /* Button */
2
-
3
- input[type="button"],
4
- input[type="submit"],
5
- input[type="reset"],
6
- button,
7
- .button {
8
- @include vendor('transition', ('background-color 0.35s ease-in-out', 'color 0.35s ease-in-out'));
9
- -webkit-appearance: none;
10
- position: relative;
11
- display: inline-block;
12
- background: _palette(bg);
13
- color: _palette(fg);
14
- cursor: pointer;
15
- outline: 0;
16
- padding: 1em 3em 1em 3em;
17
- font-weight: 400;
18
- text-align: center;
19
- text-decoration: none;
20
- text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
21
- border: 0;
22
- border-radius: 3em;
23
-
24
- &:hover {
25
- background: _palette(accent);
26
- }
27
-
28
- &.style2 {
29
- color: _palette(accent-light);
30
- background: _palette(bg);
31
- box-shadow: inset 0 0 0 1px _palette(accent);
32
-
33
- &:hover {
34
- background: _palette(bg-light);
35
- color: _palette(accent-light) !important;
36
- text-shadow: 0 0 0.5px _palette(accent) !important;
37
- }
38
- }
39
-
40
- &.style3 {
41
- background: none;
42
- color: _palette(accent);
43
- box-shadow: inset 0 0 0 1px #dad9d9;
44
-
45
- &:hover {
46
- background: rgba(58, 57, 57, 0.025);
47
- }
48
- }
49
-
50
- &:after {
51
- content: '';
52
- display: block;
53
- width: 100%;
54
- height: 32px;
55
- position: absolute;
56
- left: 0;
57
- bottom: -32px;
58
- padding-left: auto;
59
- padding-right: auto;
60
- z-index: 100;
61
- background-image: url('images/falling.svg');
62
- background-repeat: no-repeat;
63
- background-position: 50% 50%;
64
- }
65
- }
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
+ /* Button */
8
+
9
+ input[type="submit"],
10
+ input[type="reset"],
11
+ input[type="button"],
12
+ button,
13
+ .button {
14
+ @include vendor('appearance', 'none');
15
+ @include vendor('transition', (
16
+ 'background-color #{_duration(transition)} ease-in-out',
17
+ 'color #{_duration(transition)} ease-in-out'
18
+ ));
19
+ background-color: transparent;
20
+ border-radius: _size(border-radius);
21
+ border: 0;
22
+ box-shadow: inset 0 0 0 2px _palette(accent);
23
+ color: _palette(accent) !important;
24
+ cursor: pointer;
25
+ display: inline-block;
26
+ font-family: _font(family-heading);
27
+ font-size: 0.8em;
28
+ font-weight: _font(weight-heading);
29
+ height: 3.5em;
30
+ letter-spacing: _font(kerning-heading);
31
+ line-height: 3.5em;
32
+ padding: 0 2.25em;
33
+ text-align: center;
34
+ text-decoration: none;
35
+ text-transform: uppercase;
36
+ white-space: nowrap;
37
+
38
+ &:hover {
39
+ background-color: transparentize(_palette(accent), 0.95);
40
+ }
41
+
42
+ &:active {
43
+ background-color: transparentize(_palette(accent), 0.85);
44
+ }
45
+
46
+ &.icon {
47
+ &:before {
48
+ margin-right: 0.5em;
49
+ }
50
+ }
51
+
52
+ &.fit {
53
+ display: block;
54
+ margin: 0 0 (_size(element-margin) * 0.5) 0;
55
+ width: 100%;
56
+ }
57
+
58
+ &.small {
59
+ font-size: 0.6em;
60
+ }
61
+
62
+ &.big {
63
+ font-size: 1em;
64
+ height: 3.65em;
65
+ line-height: 3.65em;
66
+ }
67
+
68
+ &.special {
69
+ background-color: _palette(accent);
70
+ box-shadow: none;
71
+ color: _palette(bg) !important;
72
+
73
+ &:hover {
74
+ background-color: lighten(_palette(accent), 3);
75
+ }
76
+
77
+ &:active {
78
+ background-color: darken(_palette(accent), 3);
79
+ }
80
+ }
81
+
82
+ &.disabled,
83
+ &:disabled {
84
+ @include vendor('pointer-events', 'none');
85
+ opacity: 0.25;
86
+ }
87
+ }
@@ -0,0 +1,156 @@
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
+ /* Features */
8
+
9
+ .features {
10
+ $gutter: _size(gutter);
11
+
12
+ @include vendor('display', 'flex');
13
+ @include vendor('flex-wrap', 'wrap');
14
+ margin: 0 0 _size(element-margin) ($gutter * -1);
15
+ width: calc(100% + #{$gutter});
16
+
17
+ article {
18
+ @include vendor('align-items', 'center');
19
+ @include vendor('display', 'flex');
20
+ margin: 0 0 $gutter $gutter;
21
+ position: relative;
22
+ width: calc(50% - #{$gutter});
23
+
24
+ &:nth-child(2n - 1) {
25
+ margin-right: ($gutter * 0.5);
26
+ }
27
+
28
+ &:nth-child(2n) {
29
+ margin-left: ($gutter * 0.5);
30
+ }
31
+
32
+ &:nth-last-child(1),
33
+ &:nth-last-child(2) {
34
+ margin-bottom: 0;
35
+ }
36
+
37
+ .icon {
38
+ @include vendor('flex-grow', '0');
39
+ @include vendor('flex-shrink', '0');
40
+ display: block;
41
+ height: 10em;
42
+ line-height: 10em;
43
+ margin: 0 _size(element-margin) 0 0;
44
+ text-align: center;
45
+ width: 10em;
46
+
47
+ &:before {
48
+ color: _palette(accent);
49
+ font-size: 2.75rem;
50
+ position: relative;
51
+ top: 0.05em;
52
+ }
53
+
54
+ &:after {
55
+ @include vendor('transform', 'rotate(45deg)');
56
+ border-radius: 0.25rem;
57
+ border: solid 2px _palette(border);
58
+ content: '';
59
+ display: block;
60
+ height: 7em;
61
+ left: 50%;
62
+ margin: -3.5em 0 0 -3.5em;
63
+ position: absolute;
64
+ top: 50%;
65
+ width: 7em;
66
+ }
67
+ }
68
+
69
+ .content {
70
+ @include vendor('flex-grow', '1');
71
+ @include vendor('flex-shrink', '1');
72
+ width: 100%;
73
+
74
+ > :last-child {
75
+ margin-bottom: 0;
76
+ }
77
+ }
78
+ }
79
+
80
+ @include breakpoint(medium) {
81
+ margin: 0 0 _size(element-margin) 0;
82
+ width: 100%;
83
+
84
+ article {
85
+ margin: 0 0 $gutter 0;
86
+ width: 100%;
87
+
88
+ &:nth-child(2n - 1) {
89
+ margin-right: 0;
90
+ }
91
+
92
+ &:nth-child(2n) {
93
+ margin-left: 0;
94
+ }
95
+
96
+ &:nth-last-child(1),
97
+ &:nth-last-child(2) {
98
+ margin-bottom: $gutter;
99
+ }
100
+
101
+ &:last-child {
102
+ margin-bottom: 0;
103
+ }
104
+
105
+ .icon {
106
+ height: 8em;
107
+ line-height: 8em;
108
+ width: 8em;
109
+
110
+ &:before {
111
+ font-size: 2.25rem;
112
+ }
113
+
114
+ &:after {
115
+ height: 6em;
116
+ margin: -3em 0 0 -3em;
117
+ width: 6em;
118
+ }
119
+ }
120
+ }
121
+ }
122
+
123
+ @include breakpoint(xsmall) {
124
+ article {
125
+ @include vendor('flex-direction', 'column');
126
+ @include vendor('align-items', 'flex-start');
127
+
128
+ .icon {
129
+ height: 6em;
130
+ line-height: 6em;
131
+ margin: 0 0 (_size(element-margin) * 0.75) 0;
132
+ width: 6em;
133
+
134
+ &:before {
135
+ font-size: 1.5rem;
136
+ }
137
+
138
+ &:after {
139
+ height: 4em;
140
+ margin: -2em 0 0 -2em;
141
+ width: 4em;
142
+ }
143
+ }
144
+ }
145
+ }
146
+
147
+ @include breakpoint(xsmall) {
148
+ article {
149
+ .icon {
150
+ &:before {
151
+ font-size: 1.25rem;
152
+ }
153
+ }
154
+ }
155
+ }
156
+ }