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.
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,44 +1,75 @@
1
- /* Banner */
2
-
3
- #banner {
4
- position: relative;
5
- color: _palette(fg);
6
- text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
7
- text-align: center;
8
- background: _palette(bg) url('images/banner.svg') bottom center no-repeat;
9
- padding: 5em 0 5em 0;
10
- margin: 0;
11
- background-size: 125% auto;
12
-
13
- .button {
14
- color: _palette(accent);
15
- text-shadow: 0 0 0.5px _palette(bg-light);
16
- }
17
-
18
- header {
19
- margin: 0 0 2em 0;
20
-
21
- h2 {
22
- font-weight: 400;
23
- font-size: 1.75em;
24
- letter-spacing: 8px;
25
- }
26
- }
27
-
28
- p {
29
- margin: 0;
30
- }
31
-
32
- footer {
33
- margin: 2em 0 0 0;
34
- }
35
-
36
- a {
37
- color: inherit;
38
- border-bottom-color: _palette(border);
39
-
40
- &:hover {
41
- border-bottom-color: _palette(border-light);
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
+ }
@@ -1,44 +1,18 @@
1
- /* Footer */
2
-
3
- #footer {
4
- position: relative;
5
- color: _palette(fg);
6
- text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
7
- text-align: center;
8
- margin: 4.5em 0 0 0;
9
-
10
- &:after {
11
- content: '';
12
- display: block;
13
- position: absolute;
14
- top: -4.5em;
15
- left: 50%;
16
- height: 4.5em;
17
- border-left: solid 1px _palette(accent);
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
+ }
@@ -1,85 +1,49 @@
1
- /* Header */
2
-
3
- #header {
4
- @include vendor('transition', 'opacity 2s ease-in-out');
5
- position: relative;
6
- color: _palette(fg);
7
- text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
8
- text-align: center;
9
- margin: 0;
10
- padding: 2em 0 14em 0;
11
- cursor: default;
12
-
13
- header {
14
- display: inline-block;
15
- padding: 0 0 4.5em 0;
16
-
17
- h1 {
18
- font-weight: 600;
19
- font-size: 2em;
20
- letter-spacing: 10px;
21
- }
22
-
23
- p {
24
- border-top: solid 1px rgba(255, 255, 255, 0.5);
25
- color: _palette(fg-light);
26
- text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.1875);
27
- font-size: 1em;
28
- text-transform: uppercase;
29
- letter-spacing: 3px;
30
- padding: 0;
31
- margin-top: 0.35em;
32
-
33
- &:before {
34
- content: '';
35
- display: block;
36
- border-top: solid 1px rgba(255, 255, 255, 0.5);
37
- margin: 4px 0 0.8em 0;
38
- }
39
- }
40
- }
41
-
42
- footer {
43
- @include vendor('transition', (
44
- 'opacity 2s ease-in-out',
45
- 'transform 1s ease-in-out'
46
- ));
47
- @include vendor('transition-delay', '1.25s');
48
- position: absolute;
49
- bottom: 9em;
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
+ }