jekyll-theme-open-project 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/home-hero.html +1 -1
- data/_includes/legal.html +1 -1
- data/_layouts/default.html +1 -1
- data/_sass/jekyll-theme-open-project.scss +1 -0
- data/_sass/open-project-base.scss +1 -0
- data/_sass/open-project-header-footer.scss +29 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3c897353a435514f98652293cc39995936e4dfd
|
4
|
+
data.tar.gz: '0532001594999a58214a8dd122148a669f56440b'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cccc373397141e21ab3101536ea5d548e75c26ed845221e96e9fa3c61a07aab9362e878c8ac7e13c9c26b191bb3ca93b7b114f425957230626a6e6ef6d4970d
|
7
|
+
data.tar.gz: b79b53ff3ba054dd4fdb0392665fd4019b6367a8e57f5ed1053babb14eb3a6e818b046a15aea6889efc344ca5ac06c7b888410e5ea87a902c215b639f0e93d53
|
data/_includes/home-hero.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
{% if site.parent_hub %}
|
23
23
|
<div class="parent-hub-plug" role="presentation">
|
24
|
-
<span class="label">
|
24
|
+
<span class="label">{% include title.html %} is</span>
|
25
25
|
<a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}">
|
26
26
|
{% include parent-hub/assets/symbol.svg %} <span class="title">{% include parent-hub/title.html %}</span>
|
27
27
|
</a>
|
data/_includes/legal.html
CHANGED
data/_layouts/default.html
CHANGED
@@ -75,7 +75,7 @@
|
|
75
75
|
<div class="site-logo">{% include logo.html %}</div>
|
76
76
|
{% else %}
|
77
77
|
<div class="parent-hub-plug" role="presentation">
|
78
|
-
<span class="label">
|
78
|
+
<span class="label">{% include title.html %} is</span>
|
79
79
|
<a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}">
|
80
80
|
{% include parent-hub/assets/symbol.svg %} <span class="title">{% include parent-hub/title.html %}</span>
|
81
81
|
</a>
|
@@ -72,7 +72,6 @@ body > .underlay > footer {
|
|
72
72
|
|
73
73
|
> .hero {
|
74
74
|
padding-top: 20px;
|
75
|
-
padding-bottom: 60px;
|
76
75
|
|
77
76
|
@media screen and (min-width: $widescreen-breakpoint) {
|
78
77
|
padding-top: 55px;
|
@@ -148,23 +147,16 @@ body > .underlay > footer {
|
|
148
147
|
|
149
148
|
> .hero {
|
150
149
|
> .text {
|
151
|
-
padding-bottom:
|
150
|
+
padding-bottom: 95px;
|
151
|
+
@media screen and (min-width: $bigscreen-breakpoint) {
|
152
|
+
padding-bottom: 130px;
|
153
|
+
}
|
152
154
|
}
|
153
155
|
}
|
154
156
|
}
|
155
157
|
|
156
|
-
body.
|
157
|
-
> .hero {
|
158
|
-
text-align: center;
|
159
|
-
|
160
|
-
> .text {
|
161
|
-
> .desc {
|
162
|
-
@media screen and (min-width: $bigscreen-breakpoint) {
|
163
|
-
margin: 0 7em;
|
164
|
-
}
|
165
|
-
}
|
166
|
-
}
|
167
|
-
}
|
158
|
+
body.hub > & {
|
159
|
+
> .hero { text-align: center; }
|
168
160
|
}
|
169
161
|
|
170
162
|
body.hub.layout-home > & {
|
@@ -191,6 +183,29 @@ body > .underlay > footer {
|
|
191
183
|
}
|
192
184
|
}
|
193
185
|
}
|
186
|
+
|
187
|
+
body.project > & {
|
188
|
+
> .hero {
|
189
|
+
text-align: center;
|
190
|
+
|
191
|
+
> .text {
|
192
|
+
> .desc {
|
193
|
+
@media screen and (min-width: $bigscreen-breakpoint) {
|
194
|
+
margin: 0 7em;
|
195
|
+
}
|
196
|
+
}
|
197
|
+
}
|
198
|
+
}
|
199
|
+
}
|
200
|
+
|
201
|
+
body.project.layout-home > & {
|
202
|
+
> .hero {
|
203
|
+
padding-bottom: 30px;
|
204
|
+
@media screen and (min-width: $widescreen-breakpoint) {
|
205
|
+
padding-bottom: 40px;
|
206
|
+
}
|
207
|
+
}
|
208
|
+
}
|
194
209
|
}
|
195
210
|
|
196
211
|
body > .underlay.footer {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-open-project
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|