jekyll-theme-consulting 0.1.0 → 0.1.1
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/banner.html +12 -6
- data/_includes/contact.html +13 -0
- data/_includes/footer.html +3 -38
- data/_includes/head.html +6 -5
- data/_includes/header.html +37 -9
- data/_includes/navigation.html +9 -5
- data/_includes/scripts.html +5 -7
- data/_includes/sidebar.html +17 -0
- data/_includes/thread.html +21 -0
- data/_layouts/default.html +32 -16
- data/_layouts/home.html +4 -2
- data/_layouts/landing.html +21 -0
- data/_layouts/page.html +1 -1
- data/_layouts/post.html +22 -7
- data/_sass/base/_page.scss +39 -0
- data/_sass/base/_typography.scss +186 -140
- data/_sass/components/_box.scss +26 -247
- data/_sass/components/_button.scss +87 -65
- data/_sass/components/_features.scss +156 -0
- data/_sass/components/_form.scss +182 -88
- data/_sass/components/_icon.scss +17 -0
- data/_sass/components/_image.scss +74 -37
- data/_sass/components/_list.scss +255 -25
- data/_sass/components/_mini-posts.scss +31 -0
- data/_sass/components/_posts.scss +179 -0
- data/_sass/components/_section.scss +39 -0
- data/_sass/components/_table.scss +81 -35
- data/_sass/ie8.scss +28 -0
- data/_sass/ie9.scss +84 -0
- data/_sass/layout/_banner.scss +75 -44
- data/_sass/layout/_footer.scss +18 -44
- data/_sass/layout/_header.scss +49 -85
- data/_sass/layout/_main.scss +58 -0
- data/_sass/layout/_menu.scss +98 -0
- data/_sass/layout/_sidebar.scss +222 -0
- data/_sass/layout/_wrapper.scss +13 -0
- data/_sass/libs/_functions.scss +0 -56
- data/_sass/libs/_mixins.scss +1 -8
- data/_sass/libs/_skel.scss +585 -0
- data/_sass/libs/_vars.scss +25 -15
- data/_sass/main.scss +58 -51
- data/assets/css/font-awesome.min.css +2 -2
- data/assets/css/ie8.scss +5 -0
- data/assets/css/ie9.scss +5 -0
- data/assets/css/main.scss +5 -0
- data/assets/fonts/FontAwesome.otf +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +682 -2668
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/images/pic01.jpg +0 -0
- data/assets/images/pic02.jpg +0 -0
- data/assets/images/pic03.jpg +0 -0
- data/assets/images/pic04.jpg +0 -0
- data/assets/images/pic05.jpg +0 -0
- data/assets/images/pic06.jpg +0 -0
- data/assets/images/pic07.jpg +0 -0
- data/assets/images/pic08.jpg +0 -0
- data/assets/images/pic09.jpg +0 -0
- data/assets/images/pic10.jpg +0 -0
- data/assets/images/pic11.jpg +0 -0
- data/assets/js/ie/.directory +3 -0
- data/assets/js/ie/html5shiv.js +8 -0
- data/assets/js/ie/respond.min.js +6 -0
- data/assets/js/jquery.min.js +5 -2
- data/assets/js/main.js +255 -76
- data/assets/js/skel.min.js +2 -0
- metadata +35 -30
- data/_sass/base/_reset.scss +0 -70
- data/_sass/components/_actions.scss +0 -18
- data/_sass/components/_container.scss +0 -14
- data/_sass/components/_icons.scss +0 -44
- data/_sass/components/_menu.scss +0 -21
- data/_sass/components/_poptrox.scss +0 -121
- data/_sass/components/_row.scss +0 -21
- data/_sass/components/_sections.scss +0 -18
- data/_sass/layout/_breakpoints.scss +0 -358
- data/_sass/libs/_breakpoints.scss +0 -223
- data/_sass/libs/_html-grid.scss +0 -149
- data/_sass/libs/_vendor.scss +0 -376
- data/_sass/noscript.scss +0 -25
- data/assets/css/images/arrow.svg +0 -17
- data/assets/css/images/banner.svg +0 -206
- data/assets/css/images/circles.svg +0 -30
- data/assets/css/images/falling.svg +0 -37
- data/assets/css/images/loader.gif +0 -0
- data/assets/css/images/overlay.png +0 -0
- data/assets/css/images/poptrox-closer.svg +0 -6
- data/assets/css/images/poptrox-nav.svg +0 -6
- data/assets/css/noscript.css +0 -19
- data/assets/css/styles.scss +0 -4
- data/assets/images/bouncing.svg +0 -50
- data/assets/js/breakpoints.min.js +0 -2
- data/assets/js/browser.min.js +0 -2
- data/assets/js/jquery.poptrox.min.js +0 -2
- data/assets/js/jquery.scrolly.min.js +0 -2
data/_sass/layout/_banner.scss
CHANGED
@@ -1,44 +1,75 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
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
|
+
/* Banner */
|
8
|
+
|
9
|
+
#banner {
|
10
|
+
@include padding(6em, 0);
|
11
|
+
@include vendor('display', 'flex');
|
12
|
+
|
13
|
+
h1 {
|
14
|
+
margin-top: -0.125em;
|
15
|
+
}
|
16
|
+
|
17
|
+
.content {
|
18
|
+
@include vendor('flex-grow', '1');
|
19
|
+
@include vendor('flex-shrink', '1');
|
20
|
+
width: 50%;
|
21
|
+
}
|
22
|
+
|
23
|
+
.image {
|
24
|
+
@include vendor('flex-grow', '0');
|
25
|
+
@include vendor('flex-shrink', '0');
|
26
|
+
display: block;
|
27
|
+
margin: 0 0 _size(element-margin) (_size(element-margin) * 2);
|
28
|
+
width: 50%;
|
29
|
+
|
30
|
+
img {
|
31
|
+
height: 100%;
|
32
|
+
-moz-object-fit: cover;
|
33
|
+
-webkit-object-fit: cover;
|
34
|
+
-ms-object-fit: cover;
|
35
|
+
object-fit: cover;
|
36
|
+
-moz-object-position: center;
|
37
|
+
-webkit-object-position: center;
|
38
|
+
-ms-object-position: center;
|
39
|
+
object-position: center;
|
40
|
+
width: 100%;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
@include orientation(portrait) {
|
45
|
+
@include vendor('flex-direction', 'column-reverse');
|
46
|
+
|
47
|
+
h1 {
|
48
|
+
br {
|
49
|
+
display: none;
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
.content {
|
54
|
+
@include vendor('flex-grow', '0');
|
55
|
+
@include vendor('flex-shrink', '0');
|
56
|
+
width: 100%;
|
57
|
+
}
|
58
|
+
|
59
|
+
.image {
|
60
|
+
@include vendor('flex-grow', '0');
|
61
|
+
@include vendor('flex-shrink', '0');
|
62
|
+
margin: 0 0 (_size(element-margin) * 2) 0;
|
63
|
+
height: 25em;
|
64
|
+
max-height: 50vh;
|
65
|
+
min-height: 18em;
|
66
|
+
width: 100%;
|
67
|
+
}
|
68
|
+
|
69
|
+
@include breakpoint(xsmall) {
|
70
|
+
.image {
|
71
|
+
max-height: 35vh;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
}
|
75
|
+
}
|
data/_sass/layout/_footer.scss
CHANGED
@@ -1,44 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
a {
|
21
|
-
color: _palette(accent-light);
|
22
|
-
text-shadow: 0 0 0.5px _palette(accent-light);
|
23
|
-
border-bottom-color: _palette(accent-light);
|
24
|
-
|
25
|
-
&:hover {
|
26
|
-
color: _palette(accent);
|
27
|
-
text-shadow: 0 0 0.5px _palette(accent);
|
28
|
-
border-bottom-color: _palette(accent);
|
29
|
-
}
|
30
|
-
}
|
31
|
-
|
32
|
-
.icons {
|
33
|
-
padding: 0.75em 2em 0.75em 2em;
|
34
|
-
border-radius: 3em;
|
35
|
-
border: solid 1px _palette(accent);
|
36
|
-
display: inline-block;
|
37
|
-
margin: 0 0 3em 0;
|
38
|
-
}
|
39
|
-
|
40
|
-
.copyright {
|
41
|
-
margin: 0 0 9em 0;
|
42
|
-
font-size: 0.8em;
|
43
|
-
}
|
44
|
-
}
|
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
|
+
/* Footer */
|
8
|
+
|
9
|
+
#footer {
|
10
|
+
.copyright {
|
11
|
+
color: _palette(fg-light);
|
12
|
+
font-size: 0.9em;
|
13
|
+
|
14
|
+
a {
|
15
|
+
color: inherit;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
}
|
data/_sass/layout/_header.scss
CHANGED
@@ -1,85 +1,49 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
margin: 0;
|
51
|
-
width: 100%;
|
52
|
-
|
53
|
-
&:after {
|
54
|
-
content: '';
|
55
|
-
display: block;
|
56
|
-
position: absolute;
|
57
|
-
bottom: -9em;
|
58
|
-
left: 50%;
|
59
|
-
height: 9em;
|
60
|
-
border-left: solid 1px _palette(accent);
|
61
|
-
}
|
62
|
-
|
63
|
-
&:before {
|
64
|
-
content: '';
|
65
|
-
display: block;
|
66
|
-
width: 90px;
|
67
|
-
height: 66px;
|
68
|
-
position: absolute;
|
69
|
-
left: 50%;
|
70
|
-
bottom: -4.5em;
|
71
|
-
margin-left: -45px;
|
72
|
-
margin-bottom: -33px;
|
73
|
-
background: url('images/circles.svg') no-repeat;
|
74
|
-
}
|
75
|
-
}
|
76
|
-
|
77
|
-
body.is-preload & {
|
78
|
-
opacity: 0;
|
79
|
-
|
80
|
-
footer {
|
81
|
-
@include vendor('transform', 'translateY(1em)');
|
82
|
-
opacity: 0;
|
83
|
-
}
|
84
|
-
}
|
85
|
-
}
|
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
|
+
padding: 2.6em 0 1em 0;
|
13
|
+
position: relative;
|
14
|
+
|
15
|
+
> * {
|
16
|
+
@include vendor('flex', '1');
|
17
|
+
margin-bottom: 0;
|
18
|
+
}
|
19
|
+
|
20
|
+
.logo {
|
21
|
+
border-bottom: 0;
|
22
|
+
color: inherit;
|
23
|
+
font-family: _font(family-heading);
|
24
|
+
font-size: 1.125em;
|
25
|
+
}
|
26
|
+
|
27
|
+
.icons {
|
28
|
+
text-align: right;
|
29
|
+
}
|
30
|
+
|
31
|
+
@include breakpoint(xlarge) {
|
32
|
+
|
33
|
+
}
|
34
|
+
|
35
|
+
@include breakpoint(small) {
|
36
|
+
.logo {
|
37
|
+
font-size: 1.25em;
|
38
|
+
margin: 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
.icons {
|
42
|
+
height: (6.25em / 1.25);
|
43
|
+
line-height: (6.25em / 1.25);
|
44
|
+
position: absolute;
|
45
|
+
right: (-0.625em / 1.25);
|
46
|
+
top: 0;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
@@ -0,0 +1,58 @@
|
|
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
|
+
@include padding(0, 6em);
|
16
|
+
margin: 0 auto;
|
17
|
+
max-width: 110em;
|
18
|
+
|
19
|
+
> section {
|
20
|
+
@include padding(6em, 0);
|
21
|
+
border-top: solid 2px _palette(border);
|
22
|
+
|
23
|
+
&:first-of-type {
|
24
|
+
border-top: 0 !important;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
@include breakpoint(xlarge) {
|
30
|
+
> .inner {
|
31
|
+
@include padding(0, 5em);
|
32
|
+
|
33
|
+
> section {
|
34
|
+
@include padding(5em, 0);
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
38
|
+
|
39
|
+
@include breakpoint(large) {
|
40
|
+
> .inner {
|
41
|
+
@include padding(0, 4em);
|
42
|
+
|
43
|
+
> section {
|
44
|
+
@include padding(4em, 0);
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
@include breakpoint(small) {
|
50
|
+
> .inner {
|
51
|
+
@include padding(0, 2em);
|
52
|
+
|
53
|
+
> section {
|
54
|
+
@include padding(3em, 0);
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
@@ -0,0 +1,98 @@
|
|
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 {
|
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;
|
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
|
+
border-top: solid 1px _palette(border);
|
72
|
+
margin: 0.5em 0 0 0;
|
73
|
+
padding: 0.5em 0 0 0;
|
74
|
+
|
75
|
+
> ul {
|
76
|
+
color: _palette(fg-light);
|
77
|
+
display: none;
|
78
|
+
margin: 0.5em 0 1.5em 0;
|
79
|
+
padding-left: 1em;
|
80
|
+
|
81
|
+
a, span {
|
82
|
+
font-size: 0.8em;
|
83
|
+
}
|
84
|
+
|
85
|
+
> li {
|
86
|
+
margin: 0.125em 0 0 0;
|
87
|
+
padding: 0.125em 0 0 0;
|
88
|
+
}
|
89
|
+
}
|
90
|
+
|
91
|
+
&:first-child {
|
92
|
+
border-top: 0;
|
93
|
+
margin-top: 0;
|
94
|
+
padding-top: 0;
|
95
|
+
}
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|