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,88 +1,182 @@
1
- /* Form */
2
-
3
- form {
4
- label {
5
- display: block;
6
- margin: 0 0 0.5em 0;
7
- }
8
-
9
- input[type="text"],
10
- input[type="email"],
11
- input[type="password"],
12
- select,
13
- textarea {
14
- @include vendor('transition', 'background-color 0.35s ease-in-out');
15
- -webkit-appearance: none;
16
- display: block;
17
- border: 0;
18
- background: #f1f1f1;
19
- width: 100%;
20
- padding: 0.75em;
21
-
22
- &:focus {
23
- background-color: _palette(bg-light);
24
- }
25
- }
26
-
27
- input[type="text"],
28
- input[type="email"],
29
- input[type="password"],
30
- select {
31
- line-height: 1em;
32
- }
33
-
34
- select {
35
- background-size: 1.25em;
36
- background-repeat: no-repeat;
37
- background-position: calc(100% - 1em) center;
38
- padding-right: 1.25em;
39
- text-overflow: ellipsis;
40
- background-image: svg-url("<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'><path d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='#5a5959' /></svg>");
41
-
42
- option {
43
- color: _palette(fg);
44
- background: _palette(bg);
45
- }
46
-
47
- &:focus {
48
- &::-ms-value {
49
- background-color: transparent;
50
- }
51
- }
52
-
53
- &::-ms-expand {
54
- display: none;
55
- }
56
- }
57
-
58
- textarea {
59
- min-height: 12em;
60
- }
61
-
62
- ::-webkit-input-placeholder {
63
- color: _palette(fg-light) !important;
64
- }
65
-
66
- :-moz-placeholder {
67
- color: _palette(fg-light) !important;
68
- }
69
-
70
- ::-moz-placeholder {
71
- color: _palette(fg-light) !important;
72
- }
73
-
74
- :-ms-input-placeholder {
75
- color: _palette(fg-light) !important;
76
- }
77
-
78
- ::-moz-focus-inner {
79
- border: 0;
80
- }
81
-
82
- ul {
83
- &.actions {
84
- margin-bottom: 0;
85
- text-align: center;
86
- }
87
- }
88
- }
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
+ /* Form */
8
+
9
+ form {
10
+ margin: 0 0 _size(element-margin) 0;
11
+ }
12
+
13
+ label {
14
+ color: _palette(fg-bold);
15
+ display: block;
16
+ font-size: 0.9em;
17
+ font-weight: _font(weight-bold);
18
+ margin: 0 0 (_size(element-margin) * 0.5) 0;
19
+ }
20
+
21
+ input[type="text"],
22
+ input[type="password"],
23
+ input[type="email"],
24
+ input[type="tel"],
25
+ input[type="search"],
26
+ input[type="url"],
27
+ select,
28
+ textarea {
29
+ @include vendor('appearance', 'none');
30
+ background: _palette(bg);
31
+ border-radius: _size(border-radius);
32
+ border: none;
33
+ border: solid 1px _palette(border);
34
+ color: inherit;
35
+ display: block;
36
+ outline: 0;
37
+ padding: 0 1em;
38
+ text-decoration: none;
39
+ width: 100%;
40
+
41
+ &:invalid {
42
+ box-shadow: none;
43
+ }
44
+
45
+ &:focus {
46
+ border-color: _palette(accent);
47
+ box-shadow: 0 0 0 1px _palette(accent);
48
+ }
49
+ }
50
+
51
+ .select-wrapper {
52
+ @include icon;
53
+ display: block;
54
+ position: relative;
55
+
56
+ &:before {
57
+ color: _palette(border);
58
+ content: '\f078';
59
+ display: block;
60
+ height: _size(element-height);
61
+ line-height: _size(element-height);
62
+ pointer-events: none;
63
+ position: absolute;
64
+ right: 0;
65
+ text-align: center;
66
+ top: 0;
67
+ width: _size(element-height);
68
+ }
69
+
70
+ select::-ms-expand {
71
+ display: none;
72
+ }
73
+ }
74
+
75
+ input[type="text"],
76
+ input[type="password"],
77
+ input[type="email"],
78
+ input[type="tel"],
79
+ input[type="search"],
80
+ input[type="url"],
81
+ select {
82
+ height: _size(element-height);
83
+ }
84
+
85
+ textarea {
86
+ padding: 0.75em 1em;
87
+ }
88
+
89
+ input[type="checkbox"],
90
+ input[type="radio"], {
91
+ @include vendor('appearance', 'none');
92
+ display: block;
93
+ float: left;
94
+ margin-right: -2em;
95
+ opacity: 0;
96
+ width: 1em;
97
+ z-index: -1;
98
+
99
+ & + label {
100
+ @include icon;
101
+ color: _palette(fg);
102
+ cursor: pointer;
103
+ display: inline-block;
104
+ font-size: 1em;
105
+ font-weight: _font(weight);
106
+ padding-left: (_size(element-height) * 0.6) + 0.75em;
107
+ padding-right: 0.75em;
108
+ position: relative;
109
+
110
+ &:before {
111
+ background: _palette(bg);
112
+ border-radius: _size(border-radius);
113
+ border: solid 1px _palette(border);
114
+ content: '';
115
+ display: inline-block;
116
+ height: (_size(element-height) * 0.6);
117
+ left: 0;
118
+ line-height: (_size(element-height) * 0.575);
119
+ position: absolute;
120
+ text-align: center;
121
+ top: 0;
122
+ width: (_size(element-height) * 0.6);
123
+ }
124
+ }
125
+
126
+ &:checked + label {
127
+ &:before {
128
+ background: _palette(fg-bold);
129
+ border-color: _palette(fg-bold);
130
+ color: _palette(bg);
131
+ content: '\f00c';
132
+ }
133
+ }
134
+
135
+ &:focus + label {
136
+ &:before {
137
+ border-color: _palette(accent);
138
+ box-shadow: 0 0 0 1px _palette(accent);
139
+ }
140
+ }
141
+ }
142
+
143
+ input[type="checkbox"] {
144
+ & + label {
145
+ &:before {
146
+ border-radius: _size(border-radius);
147
+ }
148
+ }
149
+ }
150
+
151
+ input[type="radio"] {
152
+ & + label {
153
+ &:before {
154
+ border-radius: 100%;
155
+ }
156
+ }
157
+ }
158
+
159
+ ::-webkit-input-placeholder {
160
+ color: _palette(fg-light) !important;
161
+ opacity: 1.0;
162
+ }
163
+
164
+ :-moz-placeholder {
165
+ color: _palette(fg-light) !important;
166
+ opacity: 1.0;
167
+ }
168
+
169
+ ::-moz-placeholder {
170
+ color: _palette(fg-light) !important;
171
+ opacity: 1.0;
172
+ }
173
+
174
+ :-ms-input-placeholder {
175
+ color: _palette(fg-light) !important;
176
+ opacity: 1.0;
177
+ }
178
+
179
+ .formerize-placeholder {
180
+ color: _palette(fg-light) !important;
181
+ opacity: 1.0;
182
+ }
@@ -0,0 +1,17 @@
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
+ /* Icon */
8
+
9
+ .icon {
10
+ @include icon;
11
+ border-bottom: none;
12
+ position: relative;
13
+
14
+ > .label {
15
+ display: none;
16
+ }
17
+ }
@@ -1,37 +1,74 @@
1
- /* Image */
2
-
3
- .image {
4
- display: inline-block;
5
- border: 0;
6
-
7
- img {
8
- display: block;
9
- width: 100%;
10
- }
11
-
12
- &.featured {
13
- display: block;
14
- width: 100%;
15
- margin: 0 0 2em 0;
16
- }
17
-
18
- &.fit {
19
- display: block;
20
- width: 100%;
21
- }
22
-
23
- &.left {
24
- float: left;
25
- margin: 0 2em 2em 0;
26
- }
27
-
28
- &.centered {
29
- display: block;
30
- margin: 0 0 2em 0;
31
-
32
- img {
33
- margin: 0 auto;
34
- width: auto;
35
- }
36
- }
37
- }
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
+ /* Image */
8
+
9
+ .image {
10
+ border-radius: _size(border-radius);
11
+ border: 0;
12
+ display: inline-block;
13
+ position: relative;
14
+
15
+ img {
16
+ border-radius: _size(border-radius);
17
+ display: block;
18
+ }
19
+
20
+ &.left,
21
+ &.right {
22
+ max-width: 40%;
23
+
24
+ img {
25
+ width: 100%;
26
+ }
27
+ }
28
+
29
+ &.left {
30
+ float: left;
31
+ padding: 0 1.5em 1em 0;
32
+ top: 0.25em;
33
+ }
34
+
35
+ &.right {
36
+ float: right;
37
+ padding: 0 0 1em 1.5em;
38
+ top: 0.25em;
39
+ }
40
+
41
+ &.fit {
42
+ display: block;
43
+ margin: 0 0 _size(element-margin) 0;
44
+ width: 100%;
45
+
46
+ img {
47
+ width: 100%;
48
+ }
49
+ }
50
+
51
+ &.main {
52
+ display: block;
53
+ margin: 0 0 (_size(element-margin) * 1.5) 0;
54
+ width: 100%;
55
+
56
+ img {
57
+ width: 100%;
58
+ }
59
+ }
60
+ }
61
+
62
+ a.image {
63
+ overflow: hidden;
64
+
65
+ img {
66
+ @include vendor('transition', 'transform #{_duration(transition)} ease');
67
+ }
68
+
69
+ &:hover {
70
+ img {
71
+ @include vendor('transform', 'scale(1.075)');
72
+ }
73
+ }
74
+ }
@@ -1,25 +1,255 @@
1
- /* List */
2
-
3
- ul {
4
- list-style: disc;
5
- padding-left: 1em;
6
-
7
- li {
8
- padding-left: 1.5em;
9
- margin-top: 1.5em;
10
-
11
- &:first-child {
12
- margin-top: 0;
13
- }
14
- }
15
- }
16
-
17
- ol {
18
- list-style: decimal;
19
- padding-left: 1.25em;
20
-
21
- li {
22
- padding-left: 1.25em;
23
- margin-top: 1.5em;
24
- }
25
- }
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
+ /* List */
8
+
9
+ ol {
10
+ list-style: decimal;
11
+ margin: 0 0 _size(element-margin) 0;
12
+ padding-left: 1.25em;
13
+
14
+ li {
15
+ padding-left: 0.25em;
16
+ }
17
+ }
18
+
19
+ ul {
20
+ list-style: disc;
21
+ margin: 0 0 _size(element-margin) 0;
22
+ padding-left: 1em;
23
+
24
+ li {
25
+ padding-left: 0.5em;
26
+ }
27
+
28
+ &.alt {
29
+ list-style: none;
30
+ padding-left: 0;
31
+
32
+ li {
33
+ border-top: solid 1px _palette(border);
34
+ padding: 0.5em 0;
35
+
36
+ &:first-child {
37
+ border-top: 0;
38
+ padding-top: 0;
39
+ }
40
+ }
41
+ }
42
+
43
+ &.icons {
44
+ cursor: default;
45
+ list-style: none;
46
+ padding-left: 0;
47
+
48
+ li {
49
+ display: inline-block;
50
+ padding: 0 1em 0 0;
51
+
52
+ &:last-child {
53
+ padding-right: 0;
54
+ }
55
+
56
+ .icon {
57
+ color: inherit;
58
+
59
+ &:before {
60
+ font-size: 1.25em;
61
+ }
62
+ }
63
+ }
64
+ }
65
+
66
+ &.contact {
67
+ list-style: none;
68
+ padding: 0;
69
+
70
+ li {
71
+ @include icon;
72
+ border-top: solid 1px _palette(border);
73
+ margin: 1.5em 0 0 0;
74
+ padding: 1.5em 0 0 3em;
75
+ position: relative;
76
+
77
+ &:before {
78
+ color: _palette(accent);
79
+ display: inline-block;
80
+ font-size: 1.5em;
81
+ height: 1.125em;
82
+ left: 0;
83
+ line-height: 1.125em;
84
+ position: absolute;
85
+ text-align: center;
86
+ top: (1.5em / 1.5);
87
+ width: 1.5em;
88
+ }
89
+
90
+ &:first-child {
91
+ border-top: 0;
92
+ margin-top: 0;
93
+ padding-top: 0;
94
+
95
+ &:before {
96
+ top: 0;
97
+ }
98
+ }
99
+
100
+ a {
101
+ color: inherit;
102
+ }
103
+ }
104
+ }
105
+
106
+ &.actions {
107
+ cursor: default;
108
+ list-style: none;
109
+ padding-left: 0;
110
+
111
+ li {
112
+ display: inline-block;
113
+ padding: 0 (_size(element-margin) * 0.5) 0 0;
114
+ vertical-align: middle;
115
+
116
+ &:last-child {
117
+ padding-right: 0;
118
+ }
119
+ }
120
+
121
+ &.small {
122
+ li {
123
+ padding: 0 (_size(element-margin) * 0.25) 0 0;
124
+ }
125
+ }
126
+
127
+ &.vertical {
128
+ li {
129
+ display: block;
130
+ padding: (_size(element-margin) * 0.5) 0 0 0;
131
+
132
+ &:first-child {
133
+ padding-top: 0;
134
+ }
135
+
136
+ > * {
137
+ margin-bottom: 0;
138
+ }
139
+ }
140
+
141
+ &.small {
142
+ li {
143
+ padding: (_size(element-margin) * 0.25) 0 0 0;
144
+
145
+ &:first-child {
146
+ padding-top: 0;
147
+ }
148
+ }
149
+ }
150
+ }
151
+
152
+ &.fit {
153
+ display: table;
154
+ margin-left: (_size(element-margin) * -0.5);
155
+ padding: 0;
156
+ table-layout: fixed;
157
+ width: calc(100% + #{(_size(element-margin) * 0.5)});
158
+
159
+ li {
160
+ display: table-cell;
161
+ padding: 0 0 0 (_size(element-margin) * 0.5);
162
+
163
+ > * {
164
+ margin-bottom: 0;
165
+ }
166
+ }
167
+
168
+ &.small {
169
+ margin-left: (_size(element-margin) * -0.25);
170
+ width: calc(100% + #{(_size(element-margin) * 0.25)});
171
+
172
+ li {
173
+ padding: 0 0 0 (_size(element-margin) * 0.25);
174
+ }
175
+ }
176
+ }
177
+ }
178
+
179
+ &.pagination {
180
+ cursor: default;
181
+ list-style: none;
182
+ padding-left: 0;
183
+
184
+ li {
185
+ display: inline-block;
186
+ padding-left: 0;
187
+ vertical-align: middle;
188
+
189
+ > .page {
190
+ @include vendor('transition', (
191
+ 'background-color #{_duration(transition)} ease-in-out',
192
+ 'color #{_duration(transition)} ease-in-out'
193
+ ));
194
+ border-bottom: 0;
195
+ border-radius: _size(border-radius);
196
+ display: inline-block;
197
+ font-size: 0.8em;
198
+ font-weight: _font(weight-bold);
199
+ height: 2em;
200
+ line-height: 2em;
201
+ margin: 0 0.125em;
202
+ min-width: 2em;
203
+ padding: 0 0.5em;
204
+ text-align: center;
205
+
206
+ &.active {
207
+ background-color: _palette(accent);
208
+ color: _palette(bg) !important;
209
+
210
+ &:hover {
211
+ background-color: lighten(_palette(accent), 3);
212
+ }
213
+
214
+ &:active {
215
+ background-color: darken(_palette(accent), 3);
216
+ }
217
+ }
218
+ }
219
+
220
+ &:first-child {
221
+ padding-right: 0.75em;
222
+ }
223
+
224
+ &:last-child {
225
+ padding-left: 0.75em;
226
+ }
227
+ }
228
+
229
+ @include breakpoint(xsmall) {
230
+ li {
231
+ &:nth-child(n+2):nth-last-child(n+2) {
232
+ display: none;
233
+ }
234
+
235
+ &:first-child {
236
+ padding-right: 0;
237
+ }
238
+ }
239
+ }
240
+ }
241
+ }
242
+
243
+ dl {
244
+ margin: 0 0 _size(element-margin) 0;
245
+
246
+ dt {
247
+ display: block;
248
+ font-weight: _font(weight-bold);
249
+ margin: 0 0 (_size(element-margin) * 0.5) 0;
250
+ }
251
+
252
+ dd {
253
+ margin-left: _size(element-margin);
254
+ }
255
+ }