linaro-jekyll-theme 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/company.yml +3 -1
- data/_includes/_theme-includes/_page-structure/breadcrumb.html +9 -1
- data/_includes/_theme-includes/_page-structure/home-hero-shape.html +12 -1
- data/_includes/_theme-includes/_page-structure/home-hero.html +12 -1
- data/_sass/core/homepage.scss +7 -0
- data/assets/images/background-image.jpg +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6a81da42a6e716cdd13b98ed1e3083a36cc859c
|
4
|
+
data.tar.gz: 98214db781a86c7b726bc6110806844327265f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6eafed6ca1b6567e5707179e9be9dd20e72e57dc0e9c980f2f109a72f5a80ac8b8e05f0709756ab9143d6de43986cc482520f2207c2d948476f6076e6daabb0d
|
7
|
+
data.tar.gz: a1a02f6d8052a860b6894535cb59b9df6515c5ee73478de17ed88d493856f96cddeadc3172917bb2fa212f02d414be753a04391cfd05cc405309807edc879995
|
data/_data/company.yml
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
favicon: /assets/images/favion.png?v=2
|
2
2
|
search-label: 96Boards
|
3
|
-
breadcrumb-banner: "../images/banner.jpg"
|
4
3
|
slogan: A theme for Linaro Static Sites
|
5
4
|
mailchimp:
|
6
5
|
enabled: false
|
@@ -15,3 +14,6 @@ twitter_username: 96Boards
|
|
15
14
|
disqus:
|
16
15
|
enabled: true
|
17
16
|
shortname: 96boards
|
17
|
+
|
18
|
+
homepage_image: /assets/images/background-image.jpg
|
19
|
+
breadcrumb-image: /assets/images/background-image.jpg
|
@@ -1,4 +1,12 @@
|
|
1
|
-
<div class="container-fluid breadcrumb-container"
|
1
|
+
<div class="container-fluid breadcrumb-container"
|
2
|
+
{% if site.data.company.breadcrumb-image %}
|
3
|
+
style="background-image: url('{{site.data.company.breadcrumb-image}}');
|
4
|
+
background-size: cover;
|
5
|
+
-webkit-background-size: cover;
|
6
|
+
-moz-background-size: cover;
|
7
|
+
-o-background-size: cover;
|
8
|
+
"
|
9
|
+
{% endif %}><!--- Main fluid container start ---->
|
2
10
|
<div class="row"> <!--- Row Start ---->
|
3
11
|
<div class="container"><!--- Container Start ---->
|
4
12
|
<h1>
|
@@ -1,4 +1,15 @@
|
|
1
|
-
<div
|
1
|
+
<div id="homepage-jumbotron"
|
2
|
+
{% if site.data.company.homepage_image %}
|
3
|
+
style="background: #000 url({{site.data.company.homepage_image}}) no-repeat center center fixed;
|
4
|
+
background-size: cover;
|
5
|
+
-webkit-background-size: cover;
|
6
|
+
-moz-background-size: cover;
|
7
|
+
-o-background-size: cover;
|
8
|
+
background-position-y: 80px;"
|
9
|
+
class="jumbotron text-center homepage-jumbotron homepage-image-jumbotron"
|
10
|
+
{% else %}
|
11
|
+
class="jumbotron text-center homepage-jumbotron"
|
12
|
+
{% endif %} >
|
2
13
|
<div class="container">
|
3
14
|
<h1 class="fade-in-one" id="homepage-heading">Welcome to the<br />
|
4
15
|
<b>Linaro Jekyll Theme</b></h1>
|
@@ -1,4 +1,15 @@
|
|
1
|
-
<div
|
1
|
+
<div id="homepage-jumbotron"
|
2
|
+
{% if site.data.company.homepage_image %}
|
3
|
+
style="background: #000 url({{site.data.company.homepage_image}}) no-repeat center center fixed;
|
4
|
+
background-size: cover;
|
5
|
+
-webkit-background-size: cover;
|
6
|
+
-moz-background-size: cover;
|
7
|
+
-o-background-size: cover;
|
8
|
+
background-position-y: 80px;"
|
9
|
+
class="jumbotron text-center homepage-jumbotron homepage-image-jumbotron"
|
10
|
+
{% else %}
|
11
|
+
class="jumbotron text-center homepage-jumbotron"
|
12
|
+
{% endif %} >
|
2
13
|
<div class="container">
|
3
14
|
<h1 class="fade-in-one" id="homepage-heading">Welcome to the<br />
|
4
15
|
<b>Linaro Jekyll Theme</b></h1>
|
data/_sass/core/homepage.scss
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
@@ -360,6 +360,7 @@ files:
|
|
360
360
|
- assets/images/Linaro-Logo_standard.svg
|
361
361
|
- assets/images/Linaro-Sprinkle.svg
|
362
362
|
- assets/images/avatar-placeholder.png
|
363
|
+
- assets/images/background-image.jpg
|
363
364
|
- assets/images/banner.jpg
|
364
365
|
- assets/images/close.png
|
365
366
|
- assets/images/css3.png
|