linaro-jekyll-theme 0.10.149 → 1.0
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/_theme-includes/_head/head.html +3 -0
- data/_includes/_theme-includes/_navigation/nav.html +118 -93
- data/_includes/_theme-includes/_script-includes/javascript.html +27 -27
- data/_layouts/blog.html +1 -1
- data/_layouts/default-plain.html +1 -1
- data/_layouts/default-stacked-breadcrumb.html +1 -1
- data/_layouts/default-stacked.html +1 -1
- data/_layouts/default.html +1 -1
- data/_layouts/post.html +4 -4
- data/_layouts/redirect.html +11 -0
- data/_sass/bootstrap/_variables.scss +2 -2
- data/_sass/core/blog.scss +123 -2
- data/_sass/core/breadcrumb.scss +53 -30
- data/_sass/core/carousel.scss +15 -0
- data/_sass/core/footer.scss +14 -2
- data/_sass/core/forms.scss +0 -0
- data/_sass/core/homepage.scss +5 -0
- data/_sass/core/nav.scss +405 -339
- data/_sass/core/old-search.scss +239 -0
- data/_sass/core/theme.scss +79 -170
- data/_sass/core/youtube.scss +65 -0
- data/assets/js/vendor/loadCSS.js +79 -0
- metadata +7 -8
- data/assets/css/main-blog.scss +0 -19
- data/assets/css/main-home.scss +0 -16
- data/assets/css/main-lightbox.scss +0 -22
- data/assets/css/main-openhours.scss +0 -19
- data/assets/css/main-products.scss +0 -20
- data/assets/css/main-projects.scss +0 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a78c9e81e11877bd443abf5b789b8351d27856d6
|
4
|
+
data.tar.gz: d9abee5c3f05bd7e2ae759b3eff93028c1043cd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a67be15bcaa9db64fa5eb79ec1740675844a0af2408b324eae4baf62e9d3f365f2fb9244c9ccbf5e08a9561a473057b7cc34b25eb7a403978dd9696f4e2e873
|
7
|
+
data.tar.gz: be3f158fd0b5196193d96aed77404b17fc2bf7c28aef9d36cdbeca51de879b59c2dc667f3fd07226038b3f29a93acc17e51afb568327c7a1b80bd42dd367b71b
|
@@ -1,103 +1,128 @@
|
|
1
1
|
{% if site.data.company.google.tag_manager %}
|
2
2
|
{% include _theme-includes/_script-includes/gtm/gtm-noscript.html %}
|
3
3
|
{% endif %}
|
4
|
-
|
5
|
-
|
6
|
-
|
4
|
+
{% if page.facebook %}
|
5
|
+
<div id="fb-root"></div>
|
6
|
+
<script>(function(d, s, id) {
|
7
|
+
var js, fjs = d.getElementsByTagName(s)[0];
|
8
|
+
if (d.getElementById(id)) return;
|
9
|
+
js = d.createElement(s); js.id = id;
|
10
|
+
js.src = 'https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.11';
|
11
|
+
fjs.parentNode.insertBefore(js, fjs);
|
12
|
+
}(document, 'script', 'facebook-jssdk'));</script>
|
13
|
+
{% endif %}
|
7
14
|
|
8
|
-
|
15
|
+
<nav class="{% if page.nav-dark %}nav-dark {% elsif page.nav-light %}nav-light {% endif %}{% if site.data.nav.style %}{{ site.data.nav.style }}{% else %}navbar-inverse navbar-fixed-top{% endif %} no-js" id="main-navigation">
|
9
16
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
17
|
+
<!-- NAVBAR HEADER-->
|
18
|
+
<div class="navbar-header">
|
19
|
+
<button for="navbar-toggle-cbox" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false" aria-controls="navbar">
|
20
|
+
<span class="sr-only">Toggle navigation</span>
|
21
|
+
<span class="icon-bar"></span>
|
22
|
+
<span class="icon-bar"></span>
|
23
|
+
<span class="icon-bar"></span>
|
24
|
+
</button>
|
25
|
+
|
26
|
+
{% if site.data.nav.brand %}
|
27
|
+
<a class="navbar-brand " href="{{site.data.nav.brand.url}}">
|
28
|
+
{% if site.data.nav.brand.image %}
|
29
|
+
<svg id="navbar_svg" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 240"><defs><style>.cls-1{fill:none;}.cls-2{fill:#666;}.cls-3,.cls-8{fill:#9c3;}.cls-4,.cls-5{fill:#c03;}.cls-5{opacity:0.6;}.cls-6,.cls-7{fill:#909;}.cls-7,.cls-8{opacity:0.7;}</style></defs><title>Linaro-Logo</title><g id="LinaroStandard"><path class="cls-1" d="M295.55,81.05a11.51,11.51,0,0,0-4,5,17.2,17.2,0,0,0-1.12,6.31,15,15,0,0,0,.66,4.81,7.78,7.78,0,0,0,1.88,3.1,6.89,6.89,0,0,0,2.94,1.68,13.62,13.62,0,0,0,3.76.49,37.57,37.57,0,0,0,3.8-.2,24.27,24.27,0,0,0,4-.76,25.78,25.78,0,0,0,4.16-1.55,29.25,29.25,0,0,0,4.29-2.51V75.94a59.56,59.56,0,0,0-12.57,1.65A22.93,22.93,0,0,0,295.55,81.05Z"/><path class="cls-1" d="M448,59.48a15.28,15.28,0,0,0-5.28-5,15.59,15.59,0,0,0-7.85-1.85,14.06,14.06,0,0,0-7.36,1.91,15.94,15.94,0,0,0-5.31,5.24,25.83,25.83,0,0,0-3.2,7.92,42.83,42.83,0,0,0-1.09,9.93,42.15,42.15,0,0,0,1,8.84,28.7,28.7,0,0,0,3,8.18,18.39,18.39,0,0,0,5.34,6,13.06,13.06,0,0,0,7.82,2.35,12.18,12.18,0,0,0,7.52-2.38,18.36,18.36,0,0,0,5.21-6.27,32.75,32.75,0,0,0,3-8.77,50,50,0,0,0,1-10A42.79,42.79,0,0,0,451,66.8,21.49,21.49,0,0,0,448,59.48Z"/><polygon class="cls-2" points="157.16 99.76 112.55 99.76 112.55 9.76 94.41 9.76 94.41 113.16 157.16 113.16 157.16 99.76"/><path class="cls-2" d="M166.41,26.29a10,10,0,0,0,3,2.18,8.58,8.58,0,0,0,3.73.83A9,9,0,0,0,177,28.5a9.6,9.6,0,0,0,3-2.11,9.11,9.11,0,0,0,1.91-3,10.09,10.09,0,0,0,.66-3.63,10.32,10.32,0,0,0-.66-3.66A8.69,8.69,0,0,0,180,13a9.26,9.26,0,0,0-6.8-2.81,10,10,0,0,0-3.73.69,9,9,0,0,0-3,1.95,9.39,9.39,0,0,0-2,3,9.22,9.22,0,0,0-.76,3.76,9,9,0,0,0,.76,3.6A10.51,10.51,0,0,0,166.41,26.29Z"/><rect class="cls-2" x="164.46" y="41.89" width="17.16" height="71.26"/><path class="cls-2" d="M227.51,54a28.87,28.87,0,0,1,4-.29,17.57,17.57,0,0,1,5.61.82,9.84,9.84,0,0,1,4.12,2.64A11.66,11.66,0,0,1,243.74,62a26.48,26.48,0,0,1,.86,7.26v43.95h17.16V66a26.35,26.35,0,0,0-2-10.63,23.13,23.13,0,0,0-5.58-7.92,24.24,24.24,0,0,0-8.31-4.95,30.37,30.37,0,0,0-10.33-1.72,29.73,29.73,0,0,0-6.47.69,32.66,32.66,0,0,0-5.77,1.85,33.69,33.69,0,0,0-4.91,2.61,28.89,28.89,0,0,0-3.83,2.9l-0.3-1.88q-0.17-1-.4-2c-0.16-.64-0.3-1.23-0.43-1.78a8.47,8.47,0,0,0-.4-1.29H196.83a43.07,43.07,0,0,1,.76,6.76q0.1,3.34.1,5.44v59.05h17.16V58.06a31.51,31.51,0,0,1,4-1.78q2.14-.79,4.35-1.38A36.38,36.38,0,0,1,227.51,54Z"/><path class="cls-2" d="M340.26,102.67a17.62,17.62,0,0,1-2,.2,7.09,7.09,0,0,1-2.44-.36,3.31,3.31,0,0,1-1.62-1.26,5.9,5.9,0,0,1-.89-2.44,23.58,23.58,0,0,1-.26-3.86V63.14a19.89,19.89,0,0,0-2.44-10.06,20.43,20.43,0,0,0-6.53-7,30,30,0,0,0-9.37-4,45.27,45.27,0,0,0-11-1.32,46.14,46.14,0,0,0-16.23,2.87,40.73,40.73,0,0,0-13.33,8l9,10.29a59.14,59.14,0,0,1,5.41-4.65,28.78,28.78,0,0,1,4.72-2.9,18.51,18.51,0,0,1,4.52-1.52,25.48,25.48,0,0,1,4.75-.43,18.26,18.26,0,0,1,5.41.76,11.07,11.07,0,0,1,4.19,2.34,10.74,10.74,0,0,1,2.74,4.09,16.36,16.36,0,0,1,1,6v2.57q-5.61,0-11,.46a73.07,73.07,0,0,0-10.26,1.58,43.76,43.76,0,0,0-8.94,3.06,25.23,25.23,0,0,0-7.06,4.92A21.32,21.32,0,0,0,274,85.28a25.36,25.36,0,0,0-1.68,9.6,23.1,23.1,0,0,0,1.45,8.54,16.32,16.32,0,0,0,4.16,6.13,17.66,17.66,0,0,0,6.53,3.73,27.7,27.7,0,0,0,8.64,1.26,44.68,44.68,0,0,0,5.84-.4,33,33,0,0,0,6-1.39,31.7,31.7,0,0,0,11.71-7,10.18,10.18,0,0,0,4.26,6.5,14.35,14.35,0,0,0,8.28,2.28,27.58,27.58,0,0,0,4.85-.4,28.82,28.82,0,0,0,4.09-1,23.92,23.92,0,0,0,3.53-1.48q1.65-.86,3.23-1.85L343,102.2Q341.71,102.47,340.26,102.67Zm-24.35-5.22a29.25,29.25,0,0,1-4.29,2.51,25.78,25.78,0,0,1-4.16,1.55,24.27,24.27,0,0,1-4,.76,37.57,37.57,0,0,1-3.8.2,13.62,13.62,0,0,1-3.76-.49,6.89,6.89,0,0,1-2.94-1.68,7.78,7.78,0,0,1-1.88-3.1,15,15,0,0,1-.66-4.81,17.2,17.2,0,0,1,1.12-6.31,11.51,11.51,0,0,1,4-5,22.93,22.93,0,0,1,7.79-3.46,59.56,59.56,0,0,1,12.57-1.65V97.45Z"/><path class="cls-2" d="M351,47.57q0,1.78.06,3.5c0,1.14,0,2.09,0,2.84v59.25h17.29l-0.13-46.65a22.76,22.76,0,0,1,7.16-7.65,19.87,19.87,0,0,1,14.12-2.54,17.56,17.56,0,0,1,3.92,1.35l3.69-15.51a19.56,19.56,0,0,0-2.84-.92,23.33,23.33,0,0,0-5.41-.46,16,16,0,0,0-6.1,1.32,28.65,28.65,0,0,0-6.1,3.46,32,32,0,0,0-5.28,4.92,22.42,22.42,0,0,0-3.63,5.67,126.22,126.22,0,0,0-2-14.25H350.59c0.09,0.53.16,1.31,0.23,2.34S350.93,46.38,351,47.57Z"/><path class="cls-2" d="M468,63.5a32.72,32.72,0,0,0-6.24-11.88A29.27,29.27,0,0,0,451,43.68a38.14,38.14,0,0,0-15.57-2.9,39.32,39.32,0,0,0-15.74,2.9,31.38,31.38,0,0,0-11.12,7.85A32.41,32.41,0,0,0,402,63a43.53,43.53,0,0,0-2.18,13.86,49.28,49.28,0,0,0,2.34,15.67,32.94,32.94,0,0,0,6.89,12,30.4,30.4,0,0,0,11.25,7.69,40.9,40.9,0,0,0,15.41,2.71A34.22,34.22,0,0,0,450,112a32.12,32.12,0,0,0,10.82-7.92,34.69,34.69,0,0,0,6.79-11.72A42.93,42.93,0,0,0,470,78.12,51.6,51.6,0,0,0,468,63.5ZM450.86,85.64a32.75,32.75,0,0,1-3,8.77,18.36,18.36,0,0,1-5.21,6.27,12.18,12.18,0,0,1-7.52,2.38,13.06,13.06,0,0,1-7.82-2.35,18.39,18.39,0,0,1-5.34-6,28.7,28.7,0,0,1-3-8.18,42.15,42.15,0,0,1-1-8.84A42.83,42.83,0,0,1,419,67.73a25.83,25.83,0,0,1,3.2-7.92,15.94,15.94,0,0,1,5.31-5.24,14.06,14.06,0,0,1,7.36-1.91,15.59,15.59,0,0,1,7.85,1.85,15.28,15.28,0,0,1,5.28,5A21.49,21.49,0,0,1,451,66.8a42.79,42.79,0,0,1,.89,8.88A50,50,0,0,1,450.86,85.64Z"/><path class="cls-3" d="M202.59,124.25H164.07a6.25,6.25,0,0,0-6.25,6.25V169a6.25,6.25,0,0,0,6.25,6.25h38.52a6.25,6.25,0,0,0,6.25-6.25V130.49A6.24,6.24,0,0,0,202.59,124.25Z"/><path class="cls-3" d="M266.66,124.25H228.15a6.25,6.25,0,0,0-6.25,6.25V169a6.25,6.25,0,0,0,6.25,6.25h38.52a6.25,6.25,0,0,0,6.25-6.25V130.49A6.25,6.25,0,0,0,266.66,124.25Z"/><path class="cls-3" d="M330.74,124.25H292.22a6.25,6.25,0,0,0-6.25,6.25V169a6.25,6.25,0,0,0,6.25,6.25h38.52A6.25,6.25,0,0,0,337,169V130.49A6.24,6.24,0,0,0,330.74,124.25Z"/><path class="cls-3" d="M394.8,124.25H356.29a6.25,6.25,0,0,0-6.25,6.25V169a6.25,6.25,0,0,0,6.25,6.25H394.8a6.25,6.25,0,0,0,6.25-6.25V130.49A6.25,6.25,0,0,0,394.8,124.25Z"/><path class="cls-3" d="M458.88,124.25H420.36a6.25,6.25,0,0,0-6.25,6.25V169a6.25,6.25,0,0,0,6.25,6.25h38.51a6.25,6.25,0,0,0,6.25-6.25V130.49A6.25,6.25,0,0,0,458.88,124.25Z"/><path class="cls-3" d="M138.65,124.32H100.07a6.26,6.26,0,0,0-6.26,6.26v38.58a6.26,6.26,0,0,0,6.26,6.26h38.58a6.26,6.26,0,0,0,6.26-6.26V130.57A6.25,6.25,0,0,0,138.65,124.32Z"/><path class="cls-4" d="M58.45,124.24H26.1a5.25,5.25,0,0,0-5.25,5.25v32.35a5.25,5.25,0,0,0,5.25,5.25H58.45a5.25,5.25,0,0,0,5.25-5.25V129.48A5.24,5.24,0,0,0,58.45,124.24Z"/><path class="cls-5" d="M66.1,195.29H39.71a4.28,4.28,0,0,0-4.28,4.28V226a4.28,4.28,0,0,0,4.28,4.28H66.1A4.28,4.28,0,0,0,70.38,226V199.57A4.28,4.28,0,0,0,66.1,195.29Z"/><rect class="cls-6" x="73.51" y="124.29" width="14.65" height="14.64" rx="1.79" ry="1.79"/><path class="cls-7" d="M107.27,150H61.68a7.39,7.39,0,0,0-7.4,7.39v45.59a7.4,7.4,0,0,0,7.4,7.39h45.59a7.39,7.39,0,0,0,7.39-7.39V157.34A7.39,7.39,0,0,0,107.27,150Z"/><rect class="cls-8" x="10" y="135.09" width="21.12" height="21.12" rx="2.59" ry="2.59"/></g></svg>
|
30
|
+
{% else %}
|
31
|
+
{{site.title}}
|
32
|
+
{% endif %}
|
33
|
+
</a>
|
34
|
+
{% endif %}
|
35
|
+
</div>
|
27
36
|
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
<
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
</
|
55
|
-
|
56
|
-
{% else %}
|
57
|
-
<li><a href="{{sub-option.url}}">{{sub-option.text}}</a></li>
|
58
|
-
{% endif %}
|
59
|
-
{% endfor %}
|
37
|
+
<!-- NAVBAR COLLAPSE-->
|
38
|
+
<div class="collapse navbar-collapse" id="navbar-collapse">
|
39
|
+
<ul class="nav navbar-nav navbar-right" id="navbar-buttons">
|
40
|
+
{% for section in site.data.nav.pages %}
|
41
|
+
{% if section.options %}
|
42
|
+
<li class="dropdown menu
|
43
|
+
{% for menu-item in section.options %}
|
44
|
+
{% if page.url == menu-item.url %}
|
45
|
+
active
|
46
|
+
{% endif %}
|
47
|
+
{% endfor %}">
|
48
|
+
<a href="{% if section.url %}{{section.url}}{% endif %}" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
49
|
+
{{section.title}} <span class="caret"></span>
|
50
|
+
</a>
|
51
|
+
<ul class="dropdown-menu menu">
|
52
|
+
{% for menu_option in section.options %}
|
53
|
+
{% if menu_option.options %}
|
54
|
+
<li class="dropdown-submenu sub-menu">
|
55
|
+
<a tabindex="-1" href="{% if menu_option.url %}{{menu_option.url}}{% endif %}" class="m\obile-link-inactive">{{menu_option.text}}</a>
|
56
|
+
<ul class="dropdown-menu sub-menu">
|
57
|
+
{% for sub-option in menu_option.options %}
|
58
|
+
{% if sub-option.options %}
|
59
|
+
<li class="dropdown-submenu">
|
60
|
+
<a href="{% if sub-option.url %}{{sub-option.url}}{% endif %}">{{sub-option.text}}</a>
|
61
|
+
<ul class="dropdown-menu">
|
62
|
+
{% for sub-sub-option in sub-option.options %}
|
63
|
+
<li><a href="{{sub-sub-option.url}}">{{sub-sub-option.text}}</a></li>
|
64
|
+
{% endfor %}
|
60
65
|
</ul>
|
61
66
|
</li>
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
{%
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
67
|
+
{% else %}
|
68
|
+
<li><a href="{{sub-option.url}}">{{sub-option.text}}</a></li>
|
69
|
+
{% endif %}
|
70
|
+
{% endfor %}
|
71
|
+
</ul>
|
72
|
+
</li>
|
73
|
+
{% else %}
|
74
|
+
<li>
|
75
|
+
<a target="_self" href="{{menu_option.url}}" class="dropdown-item " title="{{menu_option.txt}}">{{menu_option.text}} {% if menu_option.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
|
76
|
+
</li>
|
77
|
+
{% endif %}
|
78
|
+
{% endfor %}
|
79
|
+
</ul>
|
80
|
+
</li>
|
81
|
+
{% else %}
|
82
|
+
<li {% if section.url == page.permalink %}
|
83
|
+
class="active"
|
84
|
+
{% endif %}
|
85
|
+
><a href="{{section.url}}" title="{{section.title}}">{{section.title}}</a></li>
|
86
|
+
{% endif %}
|
87
|
+
{% endfor %}
|
88
|
+
|
89
|
+
<li id="search-menu-item">
|
90
|
+
<a href="#search" class="dropdown-toggle" id="search_icon">
|
91
|
+
<i class="glyphicon glyphicon-search"></i>
|
92
|
+
</a>
|
93
|
+
|
94
|
+
</li>
|
95
|
+
|
96
|
+
</ul>
|
97
|
+
|
98
|
+
<div id="search_bar">
|
99
|
+
|
100
|
+
<form class="form-inline" action="/search/" method="GET" target="_self" id="search_form">
|
101
|
+
<div class="input-group">
|
102
|
+
<input type="text" name="s" class="form-control" placeholder="Search...">
|
103
|
+
<span class="input-group-btn">
|
104
|
+
<!--Reset-->
|
105
|
+
<button type="reset" class="btn btn-default" id="search_close">
|
106
|
+
<span class="glyphicon glyphicon-remove">
|
107
|
+
<span class="sr-only">Close</span>
|
108
|
+
</span>
|
109
|
+
</button>
|
110
|
+
</span>
|
111
|
+
<span class="input-group-btn">
|
112
|
+
<!--Search-->
|
113
|
+
<button type="submit" class="btn btn-default" id="search_search">
|
114
|
+
<span class="glyphicon glyphicon-search">
|
115
|
+
<span class="sr-only">Close</span>
|
116
|
+
</span>
|
117
|
+
</button>
|
118
|
+
</span>
|
119
|
+
<input type="hidden" name="fields.label" value="{{ site.data.company.search-label }}">
|
120
|
+
</div>
|
121
|
+
</form>
|
122
|
+
|
97
123
|
</div>
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
</div>
|
124
|
+
|
125
|
+
</div>
|
126
|
+
</nav>
|
102
127
|
<!--- Page Start Main Container--->
|
103
|
-
<div id="main-container">
|
128
|
+
<div id="main-container" {% if page.home %}class="home-container"{% endif %}>
|
@@ -1,35 +1,35 @@
|
|
1
1
|
{% if site.using_assets == true %}
|
2
|
-
{% if page.js-
|
3
|
-
{% if page.js-
|
4
|
-
{% js
|
5
|
-
{% elsif page.js-
|
6
|
-
{% js
|
7
|
-
{% elsif page.js-
|
8
|
-
{% js
|
9
|
-
{% elsif page.js-
|
10
|
-
{% js
|
11
|
-
{% elsif page.js-
|
12
|
-
{% js
|
13
|
-
{% elsif page.js-
|
14
|
-
{% js
|
15
|
-
{% elsif page.js-
|
16
|
-
{% js
|
2
|
+
{% if page.js-package %}
|
3
|
+
{% if page.js-package == "extended" %}
|
4
|
+
{% js package-extended %}
|
5
|
+
{% elsif page.js-package == "openhours" %}
|
6
|
+
{% js package-openhours %}
|
7
|
+
{% elsif page.js-package == "home" %}
|
8
|
+
{% js package-home %}
|
9
|
+
{% elsif page.js-package == "search" %}
|
10
|
+
{% js package-search %}
|
11
|
+
{% elsif page.js-package == "contact" %}
|
12
|
+
{% js package-contact %}
|
13
|
+
{% elsif page.js-package == "work" %}
|
14
|
+
{% js package-work %}
|
15
|
+
{% elsif page.js-package == "blog" %}
|
16
|
+
{% js package-blog %}
|
17
17
|
{% else %}
|
18
|
-
{% js
|
18
|
+
{% js package %}
|
19
19
|
{% endif %}
|
20
20
|
{% else %}
|
21
|
-
{% if layout.js-
|
22
|
-
{% js
|
23
|
-
{% elsif layout.js-
|
24
|
-
{% js
|
25
|
-
{% elsif layout.js-
|
26
|
-
{% js
|
27
|
-
{% elsif layout.js-
|
28
|
-
{% js
|
29
|
-
{% elsif layout.js-
|
30
|
-
{% js
|
21
|
+
{% if layout.js-package == "extended" %}
|
22
|
+
{% js package-extended %}
|
23
|
+
{% elsif layout.js-package == "sticky" %}
|
24
|
+
{% js package-sticky %}
|
25
|
+
{% elsif layout.js-package == "work" %}
|
26
|
+
{% js package-work %}
|
27
|
+
{% elsif layout.js-package == "developer-services" %}
|
28
|
+
{% js package-developer-services %}
|
29
|
+
{% elsif layout.js-package == "blog" %}
|
30
|
+
{% js package-blog %}
|
31
31
|
{% else %}
|
32
|
-
{% js
|
32
|
+
{% js package %}
|
33
33
|
{% endif %}
|
34
34
|
{% endif %}
|
35
35
|
{% else %}
|
data/_layouts/blog.html
CHANGED
data/_layouts/default-plain.html
CHANGED
data/_layouts/default.html
CHANGED
data/_layouts/post.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
specific_css: /assets/css/blog-pages.css
|
3
3
|
specific_js: /assets/js/vendor/lightbox.min.js
|
4
|
-
js-
|
4
|
+
js-package: blog
|
5
5
|
css-pack: blog
|
6
6
|
layout: empty
|
7
7
|
---
|
@@ -86,7 +86,7 @@ layout: empty
|
|
86
86
|
{% if recent_post.featured_image %}
|
87
87
|
data-src="/assets{{recent_post.featured_image}}"
|
88
88
|
{% else %}
|
89
|
-
data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/placeholder
|
89
|
+
data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/{{site.data.company.placeholder}}{% endif %}"
|
90
90
|
{% endif %}
|
91
91
|
alt="{{recent_post.title}}" class="img-responsive lazyload"/>
|
92
92
|
</div>
|
@@ -118,13 +118,13 @@ layout: empty
|
|
118
118
|
{% if page.featured_image %}
|
119
119
|
data-src="{% asset_path '{{page.featured_image}}' %}"
|
120
120
|
{% else %}
|
121
|
-
data-src="{% asset_path 'placeholder
|
121
|
+
data-src="{% asset_path '{{site.data.company.placeholder}}' %}"
|
122
122
|
{% endif %}
|
123
123
|
{% else %}
|
124
124
|
{% if post.featured_image %}
|
125
125
|
data-src="/assets{{post.featured_image}}"
|
126
126
|
{% else %}
|
127
|
-
data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/placeholder
|
127
|
+
data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/{{site.data.company.placeholder}}{% endif %}"
|
128
128
|
{% endif %}
|
129
129
|
{% endif %}
|
130
130
|
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<meta charset="utf-8">
|
4
|
+
<title>Redirecting…</title>
|
5
|
+
<link rel="canonical" href="{{ page.redirect.to }}">
|
6
|
+
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
|
7
|
+
<meta name="robots" content="noindex">
|
8
|
+
<h1>Redirecting…</h1>
|
9
|
+
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
|
10
|
+
<script>location="{{ page.redirect.to }}"</script>
|
11
|
+
</html>
|
@@ -331,7 +331,7 @@ $screen-desktop: $screen-md-min !default;
|
|
331
331
|
|
332
332
|
// Large screen / wide desktop
|
333
333
|
//** Deprecated `$screen-lg` as of v3.0.1
|
334
|
-
$screen-lg:
|
334
|
+
$screen-lg: 1460px !default;
|
335
335
|
$screen-lg-min: $screen-lg !default;
|
336
336
|
//** Deprecated `$screen-lg-desktop` as of v3.0.1
|
337
337
|
$screen-lg-desktop: $screen-lg-min !default;
|
@@ -352,7 +352,7 @@ $grid-columns: 12 !default;
|
|
352
352
|
$grid-gutter-width: 30px !default;
|
353
353
|
// Navbar collapse
|
354
354
|
//** Point at which the navbar becomes uncollapsed.
|
355
|
-
$grid-float-breakpoint: $screen-
|
355
|
+
$grid-float-breakpoint: $screen-md !default;
|
356
356
|
//** Point at which the navbar begins collapsing.
|
357
357
|
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
358
358
|
|
data/_sass/core/blog.scss
CHANGED
@@ -14,12 +14,38 @@ div#pagination_panel > ul > li.active > a{
|
|
14
14
|
margin-right: 15px;
|
15
15
|
}
|
16
16
|
|
17
|
-
//Make post images responsive by default
|
18
17
|
|
18
|
+
|
19
|
+
|
20
|
+
#main-container small.blog-author.text-center > a > em {
|
21
|
+
color:white;
|
22
|
+
transition: all 500ms linear;
|
23
|
+
}
|
24
|
+
#main-container small.blog-author.text-center > a:hover > em {
|
25
|
+
color:#a681b8;
|
26
|
+
}
|
27
|
+
|
28
|
+
img.blog-author-image {
|
29
|
+
transition: all 100ms linear;
|
30
|
+
}
|
31
|
+
|
32
|
+
a:hover > img.blog-author-image {
|
33
|
+
border-color: #d4d4d4;
|
34
|
+
}
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
//Make post images responsive by default
|
19
40
|
.post-content img {
|
20
41
|
width: 100%;
|
21
42
|
height: auto;
|
22
43
|
}
|
44
|
+
|
45
|
+
//Img Thumbnail size
|
46
|
+
img.img-thumbnail {
|
47
|
+
width: 100px;
|
48
|
+
}
|
23
49
|
.blog-panel{
|
24
50
|
margin-top:30px;
|
25
51
|
}
|
@@ -64,7 +90,9 @@ div#pagination_panel > ul > li.active > a{
|
|
64
90
|
width: 83px;
|
65
91
|
border-radius:83px;
|
66
92
|
border: 4px solid white;
|
93
|
+
background-size: cover;
|
67
94
|
}
|
95
|
+
|
68
96
|
.full-page-image-text{
|
69
97
|
top:300px;
|
70
98
|
position:relative;
|
@@ -189,6 +217,99 @@ a.featured_blog_post_text:hover{
|
|
189
217
|
.pagination-centered { text-align: center;}
|
190
218
|
|
191
219
|
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
// Tag Cloud Style
|
225
|
+
div.tag_cloud {
|
226
|
+
margin-bottom: 20px;
|
227
|
+
margin-top: 20px;
|
228
|
+
}
|
229
|
+
|
230
|
+
div.previous_post{
|
231
|
+
display:none;
|
232
|
+
}
|
233
|
+
div.next_post{
|
234
|
+
display:none;
|
235
|
+
}
|
236
|
+
a.previous_post_anchor {
|
237
|
+
position: fixed;
|
238
|
+
top: 50%;
|
239
|
+
right:0;
|
240
|
+
}
|
241
|
+
a.next_post_anchor {
|
242
|
+
position: fixed;
|
243
|
+
top: 50%;
|
244
|
+
left:0;
|
245
|
+
}
|
246
|
+
|
247
|
+
//Small Inline Blog Images
|
248
|
+
img.small-inline {
|
249
|
+
width: 100px !important;
|
250
|
+
height: auto !important;
|
251
|
+
display: inline-block;
|
252
|
+
float: left;
|
253
|
+
margin-right: 30px;
|
254
|
+
margin-top: 5px;
|
255
|
+
margin-bottom: 30px;
|
256
|
+
}
|
257
|
+
|
258
|
+
// Medium Inline Blog Images
|
259
|
+
img.medium-inline {
|
260
|
+
width: 200px !important;
|
261
|
+
height: auto !important;
|
262
|
+
display: inline-block;
|
263
|
+
float: left;
|
264
|
+
margin-right: 30px;
|
265
|
+
margin-top: 5px;
|
266
|
+
margin-bottom: 30px;
|
267
|
+
}
|
268
|
+
|
269
|
+
//Large Inline Blog Images
|
270
|
+
img.large-inline {
|
271
|
+
width: 300px !important;
|
272
|
+
height: auto !important;
|
273
|
+
display: inline-block;
|
274
|
+
float: left;
|
275
|
+
margin-right: 30px;
|
276
|
+
margin-top: 5px;
|
277
|
+
margin-bottom: 30px;
|
278
|
+
}
|
279
|
+
|
280
|
+
img.medium-inline.right {
|
281
|
+
float: right;
|
282
|
+
}
|
283
|
+
|
284
|
+
img.small-inline.right {
|
285
|
+
float: right;
|
286
|
+
}
|
287
|
+
|
288
|
+
img.large-inline.right {
|
289
|
+
float: right;
|
290
|
+
}
|
291
|
+
|
292
|
+
// Previous and Next Post Style
|
293
|
+
@media(min-width:992px){
|
294
|
+
|
295
|
+
div.previous_post{
|
296
|
+
display:block;
|
297
|
+
width: 0;
|
298
|
+
height: 0;
|
299
|
+
border-top: 20px solid transparent;
|
300
|
+
border-bottom: 20px solid transparent;
|
301
|
+
border-left: 20px solid #eee;
|
302
|
+
}
|
303
|
+
div.next_post{
|
304
|
+
display:block;
|
305
|
+
width: 0;
|
306
|
+
height: 0;
|
307
|
+
border-top: 20px solid transparent;
|
308
|
+
border-bottom: 20px solid transparent;
|
309
|
+
border-right: 20px solid #eee;
|
310
|
+
}
|
311
|
+
}
|
312
|
+
|
192
313
|
//Responsive CSS for Blog
|
193
314
|
@media(max-width:767px){
|
194
315
|
|
@@ -214,4 +335,4 @@ a.featured_blog_post_text:hover{
|
|
214
335
|
font-size: 17px;
|
215
336
|
}
|
216
337
|
|
217
|
-
}
|
338
|
+
}
|