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
@@ -1,414 +0,0 @@
1
-
2
- div#birds-container {
3
- top: 200px;
4
- position: relative;
5
- }
6
-
7
- @media(max-width:$screen-xs-min){
8
- div#birds-container {
9
- top: -80px;
10
- position: relative;
11
- }
12
- }
13
-
14
-
15
- #linaro-latest-tweets .linaro-tweet {
16
- padding: 20px;
17
- }
18
-
19
- #linaro-latest-tweets .tweet-header {
20
- overflow: auto;
21
- padding: 5px;
22
- border-bottom: 1px solid #eee;
23
- }
24
-
25
- #linaro-latest-tweets .tweet-inner-content {
26
- padding-top: 0;
27
- padding: 5px;
28
- padding-top:0px;
29
- padding-right:0px;
30
- border-bottom: 1px solid #eee;
31
- overflow: hidden;
32
- }
33
- #linaro-latest-tweets .tweet-footer {
34
- overflow: auto;
35
- padding-top: 0;
36
- padding: 5px;
37
- }
38
-
39
- // Anything below the large container size
40
- @media(min-width:$screen-lg-min){
41
- #linaro-latest-tweets .tweet-user-name {
42
- padding-left: 35px;
43
- }
44
- }
45
-
46
-
47
-
48
- p.tweet-content::-webkit-scrollbar {
49
- width: 10px;
50
- }
51
-
52
- p.tweet-content::-webkit-scrollbar-track {
53
- border: 1px solid #eee;
54
- }
55
-
56
- p.tweet-content::-webkit-scrollbar-thumb {
57
- border-radius: 0px;
58
- border: 1px solid #eee;
59
- background-color: #eee;
60
- }
61
-
62
-
63
- #linaro-latest-tweets p.tweet-content{
64
- font-size: 16px;
65
- margin-bottom: 0;
66
- height: 130px;
67
- padding-right: 5px;
68
- overflow-y: scroll;
69
- }
70
-
71
-
72
- #linaro-latest-tweets div.tweet-img{
73
- width: 100%;
74
- padding:0px;
75
- margin-top: 0px;
76
- height: 170px;
77
- }
78
-
79
- #linaro-latest-tweets div.tweet-img > img {
80
- width: 100%;
81
- height: auto;
82
- margin-top: 5px;
83
- }
84
-
85
- #linaro-latest-tweets .tweet-inner {
86
- border: 1px solid #eee;
87
- overflow: auto;
88
- background-color: white;
89
- z-index: 99999;
90
- }
91
-
92
- .row.tweet-row {
93
- padding: 10px;
94
- margin-top:100px;
95
- margin-bottom: 100px;
96
- }
97
-
98
- #linaro-latest-tweets p.interact {
99
- margin-bottom: 0;
100
- float: left;
101
- width: auto;
102
- padding-left:5px;
103
- font-size: 12px;
104
- }
105
- #linaro-latest-tweets p.interact > a {
106
- color: #b3b3b3;
107
- transition: all .5s linear;
108
- }
109
- #linaro-latest-tweets p.interact > a:hover {
110
- color: #252525;
111
- }
112
- #linaro-latest-tweets p.interact > a > i {
113
- margin-bottom: 0;
114
- float: left;
115
- width: 20px;
116
- margin-right:5px;
117
- }
118
-
119
-
120
- #linaro-latest-tweets p.tweet-infos {
121
- margin-bottom: 0px;
122
- font-size: 12px;
123
- text-align: right;
124
- }
125
-
126
- #linaro-latest-tweets .tweet-user-img {
127
- padding: 0;
128
- }
129
- #linaro-latest-tweets .tweet-user-img > img {
130
- border: 1px solid #eee;
131
- }
132
- #linaro-latest-tweets .tweet-user-name {
133
- padding:0;
134
- padding-left: 20px;
135
- }
136
- #linaro-latest-tweets .tweet-user-name a {
137
- color: #252525;
138
- }
139
- #linaro-latest-tweets .tweet-user-name a > h3 {
140
- padding: 0;
141
- margin: 0;
142
- margin-top: 5px;
143
- font-size: 16px;
144
- }
145
-
146
- #linaro-latest-tweets .tweet-user-name a > small {
147
- padding: 0;
148
- margin: 0;
149
- margin-top: 5px;
150
- font-size: 12px;
151
- }
152
- #linaro-latest-tweets .tweet-user-img > a > img {
153
- border: 1px solid #eee;
154
- height: 50px;
155
- }
156
-
157
- #linaro-latest-tweets .twitter-bird {
158
-
159
- padding: 0;
160
- margin: 0;
161
- margin-top: 5px;
162
- font-size: 12px;
163
- color: #1da1f2;
164
- transition: all .5s linear;
165
- }
166
- #linaro-latest-tweets .twitter-bird > a {
167
- color: #1da1f2;
168
- transition: all .5s linear;
169
- }
170
-
171
- #linaro-latest-tweets .twitter-bird > a:hover {
172
- color: #106ca5;
173
- }
174
-
175
-
176
-
177
-
178
- .flying-twitter-bird > svg > g > path {
179
- fill: #dae1e5;
180
- }
181
-
182
- .flying-twitter-bird > svg {
183
- transform: rotate(22deg);
184
- }
185
-
186
-
187
- .flying-twitter-bird {
188
- position: absolute;
189
- left: 0px;
190
-
191
- opacity: 0;
192
-
193
- animation: movement 30s linear infinite;
194
-
195
- transition: all 100ms ease;
196
-
197
- }
198
-
199
- .flying-twitter-bird.small {
200
- animation-delay: 6s;
201
- }
202
- .flying-twitter-bird.small {
203
- width: 20px;
204
- height: 20px;
205
- }
206
- .flying-twitter-bird.small.two{
207
- margin-top: 200px;
208
- animation-delay: 12s;
209
- }
210
- .flying-twitter-bird.small.three {
211
- margin-top: 160px;
212
- animation-delay: 18s;
213
- }
214
- .flying-twitter-bird.small.four {
215
- margin-top: 70px;
216
- animation-delay: 24s;
217
- }
218
- .flying-twitter-bird.small.five {
219
- margin-top: 200px;
220
- animation-delay: 30s;
221
- }
222
-
223
- .flying-twitter-bird.big {
224
- height: 60px;
225
- width: 60px;
226
- }
227
- .flying-twitter-bird.big.two {
228
- margin-top: 200px;
229
- animation-delay: 10s;
230
- }
231
-
232
- .flying-twitter-bird.big.three {
233
- margin-top: 150px;
234
- animation-delay: 15s;
235
- }
236
-
237
- .flying-twitter-bird.big.four {
238
- margin-top: 70px;
239
- animation-delay: 20s;
240
- }
241
-
242
- .flying-twitter-bird.big.five {
243
- margin-top: 180px;
244
- animation-delay: 22s;
245
- }
246
-
247
-
248
-
249
-
250
- @keyframes movement{
251
- 0% {
252
- left: 0px;
253
- transform: rotate(30deg);
254
- transform: translateY(0px);
255
- }
256
- 1%{
257
- opacity: 0;
258
- }
259
- 2%{
260
- opacity: .1;
261
- }
262
- 3%{
263
- opacity: .3;
264
- }
265
- 4%{
266
- opacity: .5;
267
- }
268
- 5%{
269
- opacity: .7;
270
- }
271
- 10% {
272
- opacity: 1;
273
- transform: rotate(29deg);
274
- transform: translateY(2px);
275
- }
276
- 20% {
277
- transform: rotate(28deg);
278
- transform: translateY(5px);
279
- }
280
- 30% {
281
- transform: rotate(27deg);
282
- transform: translateY(10px);
283
- }
284
- 40% {
285
- transform: rotate(26deg);
286
- transform: translateY(15px);
287
- }
288
- 50% {
289
- transform: rotate(26deg);
290
- transform: translateY(15px);
291
- left: 50vw
292
- }
293
- 60% {
294
- transform: rotate(26deg);
295
- transform: translateY(15px);
296
- }
297
- 70% {
298
- transform: rotate(27deg);
299
- transform: translateY(10px);
300
- }
301
- 80% {
302
- transform: rotate(28deg);
303
- transform: translateY(5px);
304
- }
305
- 90% {
306
- transform: rotate(29deg);
307
- transform: translateY(2px);
308
- }
309
- 95%{
310
- opacity: 1;
311
- }
312
- 96%{
313
- opacity: .7;
314
- }
315
- 97%{
316
- opacity: .5;
317
- }
318
- 98%{
319
- opacity: .3;
320
- }
321
- 99%{
322
- opacity: .1;
323
- }
324
- 100% {
325
- transform: rotate(30deg);
326
- transform: translateY(0px);
327
- opacity: 0;
328
- left: 90vw;
329
- }
330
- }
331
-
332
- @media(max-width:$screen-xs-min){
333
- @keyframes movement{
334
- 0% {
335
- left: 0px;
336
- transform: rotate(30deg);
337
- transform: translateY(0px);
338
- }
339
- 1%{
340
- opacity: 0;
341
- }
342
- 2%{
343
- opacity: .1;
344
- }
345
- 3%{
346
- opacity: .3;
347
- }
348
- 4%{
349
- opacity: .5;
350
- }
351
- 5%{
352
- opacity: .7;
353
- }
354
- 10% {
355
- opacity: 1;
356
- transform: rotate(29deg);
357
- transform: translateY(2px);
358
- }
359
- 20% {
360
- transform: rotate(28deg);
361
- transform: translateY(5px);
362
- }
363
- 30% {
364
- transform: rotate(27deg);
365
- transform: translateY(10px);
366
- }
367
- 40% {
368
- transform: rotate(26deg);
369
- transform: translateY(15px);
370
- }
371
- 50% {
372
- transform: rotate(26deg);
373
- transform: translateY(15px);
374
- left: 50vw
375
- }
376
- 60% {
377
- transform: rotate(26deg);
378
- transform: translateY(15px);
379
- }
380
- 70% {
381
- transform: rotate(27deg);
382
- transform: translateY(10px);
383
- }
384
- 80% {
385
- transform: rotate(28deg);
386
- transform: translateY(5px);
387
- }
388
- 90% {
389
- transform: rotate(29deg);transform: translateY(2px);
390
- transform: translateY(2px);
391
- }
392
- 95%{
393
- opacity: 1;
394
- }
395
- 96%{
396
- opacity: .7;
397
- }
398
- 97%{
399
- opacity: .5;
400
- }
401
- 98%{
402
- opacity: .3;
403
- }
404
- 99%{
405
- opacity: .1;
406
- }
407
- 100% {
408
- transform: rotate(30deg);
409
- transform: translateY(0px);
410
- opacity: 0;
411
- left: 80vw;
412
- }
413
- }
414
- }
@@ -1,23 +0,0 @@
1
- ---
2
- ---
3
- @charset "UTF-8";
4
- //Bootstrap Overrides
5
- @import "app/overrides";
6
-
7
-
8
- //Boostrap Includes
9
- @import 'bootstrap';
10
- @import 'bootstrap/variables';
11
-
12
- // Linaro Jekyll Theme Includes
13
- @import "core";
14
-
15
-
16
- @import "core/font-awesome.min";
17
- @import "core/owl.theme.default.min";
18
- @import "core/owl.carousel.min";
19
- @import "core/animations";
20
-
21
- // App Includes
22
- @import "app/custom";
23
- @import "app/contact";
@@ -1,22 +0,0 @@
1
- ---
2
- ---
3
- @charset "UTF-8";
4
- //Bootstrap Overrides
5
- @import "app/overrides";
6
-
7
- //Boostrap Includes
8
- @import 'bootstrap';
9
- @import 'bootstrap/variables';
10
-
11
- // Linaro Jekyll Theme Includes
12
-
13
- @import 'core';
14
-
15
- // Include the home sass partials
16
-
17
- @import 'home';
18
-
19
- // App Includes
20
- // Page specific styling
21
- // @import "app/home";
22
- @import "app/custom";