jumbo-jekyll-theme 2.5.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +26 -16
  3. data/_data/footer.yml +3 -1
  4. data/_data/nav.yml +1 -3
  5. data/_data/settings.yml +35 -93
  6. data/_includes/breadcrumb.html +92 -94
  7. data/_includes/carousel-header.html +15 -0
  8. data/_includes/display-blog-posts.html +9 -9
  9. data/_includes/disqus-comments.html +20 -14
  10. data/_includes/footer.html +62 -64
  11. data/_includes/jumbotron.html +30 -85
  12. data/_includes/linaro-404.html +0 -3
  13. data/_includes/nav.html +3 -3
  14. data/_includes/post-sidebar.html +6 -6
  15. data/_includes/sidebar.html +1 -1
  16. data/_includes/sticky-tab-bar.html +16 -18
  17. data/_layouts/author.html +1 -1
  18. data/_layouts/container-breadcrumb.html +16 -3
  19. data/_layouts/container.html +6 -7
  20. data/_layouts/default.html +8 -10
  21. data/_layouts/error.html +23 -0
  22. data/_layouts/jumbotron-container.html +19 -0
  23. data/_layouts/jumbotron.html +8 -0
  24. data/_layouts/post-index.html +0 -1
  25. data/_layouts/post.html +36 -122
  26. data/_sass/app/overrides.scss +9 -8
  27. data/_sass/blog.scss +1 -1
  28. data/_sass/bootstrap/_variables.scss +7 -6
  29. data/_sass/core.scss +4 -0
  30. data/_sass/core/blog.scss +6 -5
  31. data/_sass/core/breadcrumb.scss +2 -2
  32. data/_sass/core/carousel-header.scss +91 -0
  33. data/_sass/core/carousel-styles.scss +1 -0
  34. data/_sass/core/carousel.scss +0 -6
  35. data/_sass/core/cookieconsent.scss +3 -6
  36. data/_sass/core/{404.scss → error.scss} +5 -8
  37. data/_sass/core/featherlight.scss +158 -0
  38. data/_sass/core/footer.scss +19 -42
  39. data/_sass/core/homepage.scss +1 -88
  40. data/_sass/core/jumbotron.scss +58 -25
  41. data/_sass/core/nav.scss +67 -89
  42. data/_sass/core/theme.scss +10 -0
  43. data/_sass/core/universal-nav.scss +17 -10
  44. data/_sass/home.scss +0 -1
  45. data/assets/css/{main-404.scss → main-error.scss} +1 -5
  46. data/assets/images/content/background-image1.jpg +0 -0
  47. data/assets/images/content/background-image2.png +0 -0
  48. data/assets/images/content/background-image3.jpg +0 -0
  49. data/assets/js/app/facebook.js +1 -1
  50. data/assets/js/app/main.js +82 -62
  51. data/assets/js/app/search.js +29 -0
  52. data/assets/js/app/sticky-tab-bar.js +16 -17
  53. data/assets/js/package-blog.js +2 -1
  54. data/assets/js/package-extended.js +3 -1
  55. data/assets/js/package-home.js +4 -2
  56. data/assets/js/package-main.js +2 -0
  57. data/assets/js/package-search.js +2 -0
  58. data/assets/js/vendor/cookieconsent.js +0 -9
  59. data/assets/js/vendor/featherlight.js +641 -0
  60. metadata +59 -42
  61. data/_includes/post-comments.html +0 -9
  62. data/_includes/shape-divider.html +0 -12
  63. data/_includes/shape.html +0 -52
  64. data/_layouts/container-breadcrumb-left-sidebar.html +0 -10
  65. data/_layouts/container-breadcrumb-right-sidebar.html +0 -9
  66. data/_layouts/container-breadcrumb-tabs.html +0 -7
  67. data/_layouts/container-left-sidebar.html +0 -9
  68. data/_layouts/container-right-sidebar.html +0 -9
  69. data/_layouts/full-width-breadcrumb.html +0 -10
  70. data/_layouts/full-width.html +0 -9
  71. data/_layouts/home.html +0 -21
  72. data/_layouts/post-no-sidebar.html +0 -0
  73. data/_sass/app/home.scss +0 -18
  74. data/_sass/core/twitter-feed.scss +0 -414
  75. data/assets/css/main-contact.scss +0 -23
  76. data/assets/css/main-home.scss +0 -22
  77. data/assets/css/main-lightbox.scss +0 -29
  78. data/assets/images/background-image.jpg +0 -0
  79. data/assets/images/banner.jpg +0 -0
  80. data/assets/js/vendor/lightbox.js +0 -523
data/_sass/core.scss CHANGED
@@ -8,5 +8,9 @@
8
8
  @import "core/breadcrumb";
9
9
  @import "core/tables";
10
10
  @import "core/forms";
11
+ @import "core/fa";
12
+ @import "core/jumbotron";
13
+ @import "core/animations";
14
+ @import "core/carousel-styles";
11
15
  @import "core/owl.carousel.min";
12
16
  @import "core/owl.theme.default.min";
data/_sass/core/blog.scss CHANGED
@@ -248,9 +248,6 @@ div.tag_cloud {
248
248
  margin-bottom: 20px;
249
249
  margin-top: 20px;
250
250
  }
251
- div#featured-jumbotron.blog {
252
- margin-top: 0;
253
- }
254
251
  div.previous_post{
255
252
  display:none;
256
253
  }
@@ -437,5 +434,9 @@ img.large-inline.right {
437
434
  .featured_blog_post small em {
438
435
  color:black;
439
436
  }
440
-
441
-
437
+ #featured-jumbotron a:hover{
438
+ text-decoration: none;
439
+ }
440
+ #featured-jumbotron a:hover img{
441
+ border-color:$brand-primary;
442
+ }
@@ -79,8 +79,8 @@ ol.breadcrumb li span:hover {
79
79
 
80
80
  .breadcrumb-container{
81
81
  background-color: $breadcrumb-background-color;
82
- padding-top: 5px;
83
- padding-bottom: 5px;
82
+ padding-top: 10px;
83
+ padding-bottom: 10px;
84
84
  }
85
85
 
86
86
  .breadcrumb-container > p {
@@ -0,0 +1,91 @@
1
+ // Full Width Slider
2
+ .carousel-fade .carousel-inner .item {
3
+ opacity: 0;
4
+ transition-property: opacity;
5
+ }
6
+ .carousel-fade .carousel-inner .active {
7
+ opacity: 1;
8
+ }
9
+ .carousel-fade .carousel-inner .active.left,
10
+ .carousel-fade .carousel-inner .active.right {
11
+ left: 0;
12
+ opacity: 0;
13
+ z-index: 1;
14
+ }
15
+ .carousel-fade .carousel-inner .next.left,
16
+ .carousel-fade .carousel-inner .prev.right {
17
+ opacity: 1;
18
+ }
19
+ .carousel-fade .carousel-control {
20
+ z-index: 2;
21
+ }
22
+ @media all and (transform-3d),
23
+ (-webkit-transform-3d) {
24
+ .carousel-fade .carousel-inner > .item.next,
25
+ .carousel-fade .carousel-inner > .item.active.right {
26
+ opacity: 0;
27
+ }
28
+ .carousel-fade .carousel-inner > .item.prev,
29
+ .carousel-fade .carousel-inner > .item.active.left {
30
+ opacity: 0;
31
+ }
32
+ .carousel-fade .carousel-inner > .item.next.left,
33
+ .carousel-fade .carousel-inner > .item.prev.right,
34
+ .carousel-fade .carousel-inner > .item.active {
35
+ opacity: 1;
36
+ }
37
+ }
38
+ .item:nth-child(1) {
39
+ -webkit-background-size: cover;
40
+ -moz-background-size: cover;
41
+ -o-background-size: cover;
42
+ background-size: cover;
43
+ }
44
+ .item:nth-child(2) {
45
+ -webkit-background-size: cover;
46
+ -moz-background-size: cover;
47
+ -o-background-size: cover;
48
+ background-size: cover;
49
+ }
50
+ .item:nth-child(3) {
51
+ -webkit-background-size: cover;
52
+ -moz-background-size: cover;
53
+ -o-background-size: cover;
54
+ background-size: cover;
55
+ }
56
+ .carousel .item {
57
+ position: fixed;
58
+ z-index: 99999;
59
+ width: 100%;
60
+ height: $jumbotron-height + 100px;
61
+ margin-top: $navbar-height;
62
+ }
63
+ .carousel.slide.carousel-fade {
64
+ position: absolute;
65
+ top: 0px;
66
+ z-index: -1;
67
+ }
68
+ nav#universal-nav {
69
+ z-index: 2;
70
+ position: static;
71
+ }
72
+ nav#main-navigation {
73
+ z-index: 999999;
74
+ }
75
+ #content-container {
76
+ z-index: 99999;
77
+ background-color: $body-bg;
78
+ position: relative;
79
+ }
80
+ div#jumbotron {
81
+ text-align: center;
82
+ min-height: $jumbotron-height;
83
+ z-index: 0;
84
+ position: relative;
85
+ background: none;
86
+ }
87
+ @media (max-width: $screen-sm-min){
88
+ #jumbotron {
89
+ font-size: 32px;
90
+ }
91
+ }
@@ -1,3 +1,4 @@
1
1
  @import "owl.carousel.min";
2
2
  @import "owl.theme.default.min";
3
3
  @import "carousel";
4
+ @import 'carousel-header';
@@ -41,12 +41,6 @@
41
41
  min-width: 100%;
42
42
  height: 500px;
43
43
  }
44
-
45
-
46
- p.linaro-home-block-text {
47
- color: #fff;
48
- }
49
-
50
44
  a.carousel-control{
51
45
  border-radius: 50px;
52
46
  border: solid 1px white;
@@ -4,14 +4,12 @@
4
4
  @media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
5
5
  .cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
6
6
  .cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
7
-
8
7
  //Button
9
8
  a.cc-btn.cc-dismiss {
10
9
  border: 1px $brand-primary solid;
11
10
  background-color: $cookie-consent-bg;
12
11
  padding: 2px;
13
12
  }
14
-
15
13
  //Message
16
14
  .cc-floating .cc-message {
17
15
  display: block;
@@ -19,12 +17,10 @@ a.cc-btn.cc-dismiss {
19
17
  font-size: 14px;
20
18
  text-align: left;
21
19
  }
22
-
23
20
  // Learn More link
24
21
  a.cc-link {
25
22
  color: $brand-primary !important;
26
23
  }
27
-
28
24
  // Main Div
29
25
  .cc-window.cc-floating.cc-type-info.cc-theme-classic.cc-bottom.cc-right.cc-color-override-3938 {
30
26
  background-color: $navbar-inverse-bg !important;
@@ -33,10 +29,11 @@ a.cc-link {
33
29
  border-radius: 5px;
34
30
  height: auto;
35
31
  }
36
-
37
32
  //Got It! Div around button
38
33
  .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
39
34
  text-align: right !important;
40
35
  display: block !important;
41
-
42
36
  }
37
+ .cc-window.cc-banner {
38
+ z-index: 999999;
39
+ }
@@ -1,5 +1,8 @@
1
- svg#Linaro-Sprinkle {background-color: #fff;height: 350px;width: auto;}
2
-
1
+ svg#Linaro-Sprinkle {
2
+ background-color: #fff;
3
+ height: 350px;
4
+ width: auto;
5
+ }
3
6
  svg#Linaro-Sprinkle > path.purple{
4
7
  transform: translateY(0);
5
8
  animation: popup 10s linear infinite;
@@ -24,9 +27,6 @@ svg#Linaro-Sprinkle > path.pink{
24
27
  transform: translateY(0);
25
28
  animation: popup-small 11s linear infinite;
26
29
  }
27
-
28
-
29
-
30
30
  svg#Linaro-Sprinkle > path {
31
31
  opacity: .4;
32
32
  }
@@ -35,9 +35,7 @@ svg#Linaro-Sprinkle:hover > path {
35
35
  transform: translateY(0);
36
36
  opacity: .7;
37
37
  }
38
-
39
38
  @keyframes to-start {
40
-
41
39
  0% {
42
40
  transform: translateY(40px);
43
41
  opacity:.4;
@@ -167,7 +165,6 @@ svg#Linaro-Sprinkle:hover > path {
167
165
  transform: translateY(0);
168
166
  }
169
167
  }
170
-
171
168
  svg#Linaro-Sprinkle .cls-1,svg#Linaro-Sprinkle .cls-6
172
169
  {
173
170
  fill:#9c3 ;
@@ -0,0 +1,158 @@
1
+ /**
2
+ * Featherlight – ultra slim jQuery lightbox
3
+ * Version 1.7.13 - http://noelboss.github.io/featherlight/
4
+ *
5
+ * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
6
+ * MIT Licensed.
7
+ **/
8
+
9
+ html.with-featherlight {
10
+ /* disable global scrolling when featherlights are visible */
11
+ overflow: hidden;
12
+ }
13
+
14
+ .featherlight {
15
+ display: none;
16
+
17
+ /* dimensions: spanning the background from edge to edge */
18
+ position:fixed;
19
+ top: 0; right: 0; bottom: 0; left: 0;
20
+ z-index: 2147483647; /* z-index needs to be >= elements on the site. */
21
+
22
+ /* position: centering content */
23
+ text-align: center;
24
+
25
+ /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
26
+ white-space: nowrap;
27
+
28
+ /* styling */
29
+ cursor: pointer;
30
+ background: #333;
31
+ /* IE8 "hack" for nested featherlights */
32
+ background: rgba(0, 0, 0, 0);
33
+ }
34
+
35
+ /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
36
+ .featherlight:last-of-type {
37
+ background: rgba(0, 0, 0, 0.8);
38
+ }
39
+
40
+ .featherlight:before {
41
+ /* position: trick to center content vertically */
42
+ content: '';
43
+ display: inline-block;
44
+ height: 100%;
45
+ vertical-align: middle;
46
+ }
47
+
48
+ .featherlight .featherlight-content {
49
+ /* make content container for positioned elements (close button) */
50
+ position: relative;
51
+
52
+ /* position: centering vertical and horizontal */
53
+ text-align: left;
54
+ vertical-align: middle;
55
+ display: inline-block;
56
+
57
+ /* dimensions: cut off images */
58
+ overflow: auto;
59
+ padding: 25px 25px 0;
60
+ border-bottom: 25px solid transparent;
61
+
62
+ /* dimensions: handling large content */
63
+ margin-left: 5%;
64
+ margin-right: 5%;
65
+ max-height: 95%;
66
+
67
+ /* styling */
68
+ background: #fff;
69
+ cursor: auto;
70
+
71
+ /* reset white-space wrapping */
72
+ white-space: normal;
73
+ }
74
+
75
+ /* contains the content */
76
+ .featherlight .featherlight-inner {
77
+ /* make sure its visible */
78
+ display: block;
79
+ }
80
+
81
+ /* don't show these though */
82
+ .featherlight script.featherlight-inner,
83
+ .featherlight link.featherlight-inner,
84
+ .featherlight style.featherlight-inner {
85
+ display: none;
86
+ }
87
+
88
+ .featherlight .featherlight-close-icon {
89
+ /* position: centering vertical and horizontal */
90
+ position: absolute;
91
+ z-index: 9999;
92
+ top: 0;
93
+ right: 0;
94
+
95
+ /* dimensions: 25px x 25px */
96
+ line-height: 25px;
97
+ width: 25px;
98
+
99
+ /* styling */
100
+ cursor: pointer;
101
+ text-align: center;
102
+ font-family: Arial, sans-serif;
103
+ background: #fff; /* Set the background in case it overlaps the content */
104
+ background: rgba(255, 255, 255, 0.3);
105
+ color: #000;
106
+ border: none;
107
+ padding: 0;
108
+ }
109
+
110
+ /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
111
+ .featherlight .featherlight-close-icon::-moz-focus-inner {
112
+ border: 0;
113
+ padding: 0;
114
+ }
115
+
116
+ .featherlight .featherlight-image {
117
+ /* styling */
118
+ width: 100%;
119
+ }
120
+
121
+
122
+ .featherlight-iframe .featherlight-content {
123
+ /* removed the border for image croping since iframe is edge to edge */
124
+ border-bottom: 0;
125
+ padding: 0;
126
+ -webkit-overflow-scrolling: touch;
127
+ }
128
+
129
+ .featherlight iframe {
130
+ /* styling */
131
+ border: none;
132
+ }
133
+
134
+ .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
135
+ -webkit-box-sizing: border-box;
136
+ -moz-box-sizing: border-box;
137
+ box-sizing: border-box;
138
+ }
139
+
140
+ /* handling phones and small screens */
141
+ @media only screen and (max-width: 1024px) {
142
+ .featherlight .featherlight-content {
143
+ /* dimensions: maximize lightbox with for small screens */
144
+ margin-left: 0;
145
+ margin-right: 0;
146
+ max-height: 98%;
147
+
148
+ padding: 10px 10px 0;
149
+ border-bottom: 10px solid transparent;
150
+ }
151
+ }
152
+
153
+ /* hide non featherlight items when printing */
154
+ @media print {
155
+ html.with-featherlight > * > :not(.featherlight) {
156
+ display: none;
157
+ }
158
+ }
@@ -3,22 +3,18 @@
3
3
  padding-top: 40px;
4
4
  padding-bottom:30px;
5
5
  }
6
-
7
6
  #footer .col-md-6.company-footer-bottom a {
8
7
  color: $footer-text-color;
9
8
  }
10
-
11
9
  #footer .col-md-6.company-footer-bottom a:hover {
12
10
  color: $brand-primary;
13
- }
14
- //
11
+ }
15
12
  #footer a.footer-element {
16
13
  color: $footer-text-color;
17
14
  }
18
15
  #footer a.footer-element:hover {
19
16
  color: $brand-primary;
20
17
  }
21
-
22
18
  #content-container > div.row.sub-footer{
23
19
  margin-top: 20px;
24
20
  }
@@ -27,30 +23,26 @@ input#mc-embedded-subscribe {
27
23
  background-color: #717171;
28
24
  border-color: #95989A;
29
25
  }
30
- input#mc-embedded-subscribe:hover{
26
+ input#mc-embedded-subscribe:hover{
31
27
  color: #fff;
32
- }
33
-
28
+ }
34
29
  div.row.sub-footer > div.container {
35
30
  padding: 0;
36
31
  }
37
-
38
32
  footer {
39
- background-color: $footer-bg-color;
40
- height:auto;
41
- color: $footer-text-color;
42
- padding:20px;
43
- font-size: 16px;
44
- }
33
+ background-color: $footer-bg-color;
34
+ height:auto;
35
+ color: $footer-text-color;
36
+ padding:20px;
37
+ font-size: 16px;
38
+ }
45
39
  a.btn.btn-social-icon {
46
- margin-right: 0;
47
- padding-right: 0;
48
- }
49
-
50
- a.btn.btn-social-icon i {
51
- margin-right: 0;
52
- }
53
-
40
+ margin-right: 0;
41
+ padding-right: 0;
42
+ }
43
+ a.btn.btn-social-icon i {
44
+ margin-right: 0;
45
+ }
54
46
  footer a{
55
47
  color: $footer-text-color;
56
48
  font-size: 14px;
@@ -65,29 +57,22 @@ footer a:hover{
65
57
  -moz-transition: color .5s ease;
66
58
  -webkit-transition: color .5s ease;
67
59
  }
68
-
69
60
  footer b a {
70
61
  color: $brand-primary;
71
62
  }
72
63
  footer b a:hover{
73
64
  color: $brand-primary;
74
65
  }
75
-
76
66
  .footer-bottom {
77
67
  height:40px;
78
68
  line-height: 29px;
79
69
  background-color: darken($brand-primary, 20%);
80
70
  color: #FFF;
81
71
  }
82
-
83
-
84
72
  .footer-strip{
85
73
  background-color: $footer-bg-color;
86
74
  border-top: 1px $footer-border-color solid;
87
75
  }
88
-
89
-
90
-
91
76
  div.row.footer-strip > div > div.pull-right > ul {
92
77
  background-color: $gray-darker;
93
78
  }
@@ -105,23 +90,18 @@ div.row.footer-strip > div > div.pull-right > ul a:hover{
105
90
  line-height: 50px;
106
91
  color: $footer-text-color;
107
92
  }
108
-
109
-
110
-
111
93
  .coloured-bp{
112
94
  color: $brand-primary;
113
95
  }
114
96
  .main-footer-content{
115
- margin-bottom: 10px;
116
- padding: 40px 0px;
97
+ margin-bottom: 10px;
98
+ padding: 40px 0px;
117
99
  }
118
-
119
100
  .footer-logo {
120
101
  display:block;
121
102
  max-width: 100px;
122
103
  height: auto;
123
104
  }
124
-
125
105
  .company-footer-bottom {
126
106
  padding-left: 0px;
127
107
  font-size: 13px;
@@ -129,14 +109,12 @@ div.row.footer-strip > div > div.pull-right > ul a:hover{
129
109
  .company-footer-bottom .container {
130
110
  padding-left: 0px;
131
111
  }
132
-
133
112
  .social-footer-bottom{
134
113
  padding-left: 0px;
135
114
  }
136
115
  .social-footer-bottom .container{
137
116
  padding-left: 0px;
138
117
  }
139
-
140
118
  a.btn.btn-social-icon i {
141
119
  color: $footer-text-color;
142
120
  transition: color 1s ease;
@@ -145,15 +123,14 @@ a.btn.btn-social-icon:hover i {
145
123
  color: $brand-primary;
146
124
  transition: color 1s ease;
147
125
  }
148
-
149
- .company-footer-bottom img.linaro-logo {
126
+ .company-footer-bottom img.footer-logo {
150
127
  width:40px;
151
128
  height:100%;
129
+ display:inline;
152
130
  }
153
131
  .company-footer-bottom, .company-footer-bottom a{
154
132
  color: $footer-text-color;
155
133
  }
156
-
157
134
  @media(max-width:$screen-sm-min - 1){
158
135
  .footer-strip .container div, .footer-strip {
159
136
  text-align: center;