futuro 0.1.2 → 0.1.3
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/html/overlay-load.html +3 -9
- data/_includes/html/overlay.html +13 -0
- data/_layouts/demo.html +1 -1
- data/_sass/_helpers.scss +1 -1
- data/_sass/_titles.scss +2 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffbe96678a29b9be4ef8a9d28111a298528724e45f24eb2466e5743a9e5e5f85
|
|
4
|
+
data.tar.gz: d786663dcf812e2691b0679e28b07c6bfb2c1454a48a6ac9f06431a4a1c317eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dd1f94959f13513e86158e1aeda19055ec61df8ec6df638a3a8340017cfb3c38b05321ddbf309ee87feaea66b4ec2baa606b64994d6ecc3fc02c8bd0e3ce2ef
|
|
7
|
+
data.tar.gz: cab452fd77642594b4b1822260646d5e0ed4f8a7857d9f234456bc1f4a8975c54d9d7c1d91b7ffcc16a1cceb7913f18d4a281eb15ab3143a0a0d613f7aad9154
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
<div class="
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<div class="title _load">loading</div>
|
|
6
|
-
<div class="box _load">
|
|
7
|
-
<div class="bar _load"></div>
|
|
8
|
-
</div>
|
|
9
|
-
</div>
|
|
10
|
-
</div>
|
|
2
|
+
<div class="title _load">loading</div>
|
|
3
|
+
<div class="box _load">
|
|
4
|
+
<div class="bar _load"></div>
|
|
11
5
|
</div>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
{% if include.state %}
|
|
3
|
+
<div class="overlay{{ include.title | downcase | prepend: ' _' }}{{ include.state | downcase | prepend: ' --' }}">
|
|
4
|
+
{% else %}
|
|
5
|
+
<div class="overlay{{ include.title | downcase | prepend: ' _' }}">
|
|
6
|
+
{% endif %}
|
|
7
|
+
{% unless page.type == 'overlay' %}
|
|
8
|
+
<div class="exit"></div>
|
|
9
|
+
{% endunless %}
|
|
10
|
+
<div class="wrap _overlay{{ include.title | prepend: ' --' }}">
|
|
11
|
+
{% include {{ include.title | downcase | prepend: 'html/overlay-' | append: '.html' }} %}
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
data/_layouts/demo.html
CHANGED
data/_sass/_helpers.scss
CHANGED
data/_sass/_titles.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: futuro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Heading
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -93,6 +93,7 @@ files:
|
|
|
93
93
|
- _includes/html/analytics.html
|
|
94
94
|
- _includes/html/head.html
|
|
95
95
|
- _includes/html/overlay-load.html
|
|
96
|
+
- _includes/html/overlay.html
|
|
96
97
|
- _includes/html/scripts.html
|
|
97
98
|
- _layouts/demo.html
|
|
98
99
|
- _sass/_area.scss
|