slow-steps 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/_includes/env_filter.html +1 -1
- data/_layouts/env/data.html +1 -1
- data/_layouts/env/landing.html +2 -2
- data/_layouts/env/tmp-walk-only-landing.html +64 -0
- data/_layouts/env/walk.html +1 -1
- data/_sass/env/breakpoints/768.sass +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbf7001c12becce1447afe8808bbc4477e5570726455f89bf62397ba63f7e600
|
4
|
+
data.tar.gz: f431898db4bdf483f2e4aba09e0f2b06a30980a9a95d97c12fb47e0cc05e16a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 862e3ce7ebbda8466c374f675d0dae603ed4ee7fb18cfd4858bd2bf8f3d310c5614876cd3031dea0f0c1ac2e2f18a189d1eb69519e90756368554b2b883c4b89
|
7
|
+
data.tar.gz: 642588f3d0c36873194cd2457df075cb5c0294e16280c251ec6fb5a42f040acf9f9263910c8d5a326ae67f6fc16d04ebf003af263800f29c8bb6127c7877e591
|
data/README.md
CHANGED
@@ -117,8 +117,8 @@ https://github.com/madeslowly/slow-steps/
|
|
117
117
|
| | |
|
118
118
|
| | ├─ gaitq_global.sass # Global CSS, included on ALL pages
|
119
119
|
| | ├─ gaitq_gaitq.sass # GaitQ env CSS
|
120
|
-
| | ├─
|
121
|
-
| | ├─
|
120
|
+
| | ├─ gaitq_walk.sass # walk env CSS
|
121
|
+
| | ├─ gaitq_data.sass # data env CSS
|
122
122
|
| | ├─ gaitq_landing.sass # Landing page CSS
|
123
123
|
| |
|
124
124
|
| ├─ img/ # All our imagery
|
data/_includes/env_filter.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<!-- trying to figure out how to generate a feColorMatrix based on an input rgba -->
|
3
3
|
<svg id="env_filter">
|
4
4
|
<defs>
|
5
|
-
<filter id="
|
5
|
+
<filter id="walk_filter">
|
6
6
|
<feComponentTransfer>
|
7
7
|
<feFuncG type="table" tableValues="0.0 0.15 0.8 1.0" />
|
8
8
|
</feComponentTransfer>
|
data/_layouts/env/data.html
CHANGED
data/_layouts/env/landing.html
CHANGED
@@ -43,7 +43,7 @@ Last full read through 27/12/2020
|
|
43
43
|
|
44
44
|
<div class="hero__overlay env--walk">
|
45
45
|
{%- picture {{ page.walk.image | prepend: 'content/' }}
|
46
|
-
--img class="hero__image hero__filter
|
46
|
+
--img class="hero__image hero__filter walk__hero h-100"
|
47
47
|
--alt {{ page.walk.alt }} -%}</div>
|
48
48
|
|
49
49
|
</div>
|
@@ -77,7 +77,7 @@ Last full read through 27/12/2020
|
|
77
77
|
|
78
78
|
<div class="hero__overlay env--data">
|
79
79
|
{%- picture {{ page.data.image | prepend: 'content/' }}
|
80
|
-
--img class="hero__image hero__filter
|
80
|
+
--img class="hero__image hero__filter data__hero h-100"
|
81
81
|
--alt {{ page.data.alt }} -%}</div>
|
82
82
|
|
83
83
|
</div>
|
@@ -0,0 +1,64 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<!--
|
6
|
+
|
7
|
+
Last full read through 27/05/2021
|
8
|
+
|
9
|
+
##############################################
|
10
|
+
# Temp Landing Layout /_layouts/env/tmp-wal-only-landing.html
|
11
|
+
##############################################
|
12
|
+
|
13
|
+
Temp layout during the walk only period
|
14
|
+
|
15
|
+
-->
|
16
|
+
|
17
|
+
<div class="landing__page" style="justify-content: center">
|
18
|
+
<!-- setup liquid variables -->
|
19
|
+
{%- assign env = site.data.menu.navigation | where: 'env', 'walk' -%}
|
20
|
+
{%- assign env = env[0] -%}
|
21
|
+
|
22
|
+
{%- assign cta = env.submenu | where: 'cta', 'true' -%}
|
23
|
+
{%- assign cta = cta[0] -%}
|
24
|
+
|
25
|
+
{%- assign cta_2 = env.submenu | where: 'cta', 'landing' -%}
|
26
|
+
{%- assign cta_2 = cta_2[0] -%}
|
27
|
+
|
28
|
+
<div class="" style="justify-content: center;">
|
29
|
+
|
30
|
+
<div class="env__text env--walk" style="border-radius: 6px; position: inherit; margin-top: 45vh;">
|
31
|
+
|
32
|
+
<a class="landing__link" aria-label="{{ env.aria }}" href="{{ env.url | relative_url }}">
|
33
|
+
|
34
|
+
<h3 class="landing__title" style="text-align: center; ">{{ env.name | upcase }}</h3></a>
|
35
|
+
|
36
|
+
<div class="landing__strap" style="animation: cubic-bezier(0.42, 0, 0.32, 1) openUp 1s forwards; animation-delay: .8s;" >
|
37
|
+
<p>{{ site.data.copy.landing.landing.walk }}</p>
|
38
|
+
<div class="landing__cta">
|
39
|
+
<a class="primary__cta" aria-label="{{ cta.aria }}" href="{{ cta.url | relative_url }}">{{ cta.name }}</a>
|
40
|
+
<a class="secondary__cta" aria-label="{{ cta_2.aria }}" href="{{ cta_2.url | relative_url }}">More Info</a>
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div class="hero__overlay env--walk" style="width: 100%; left: 0">
|
47
|
+
{%- picture {{ page.walk.image | prepend: 'content/' }}
|
48
|
+
--img class="hero__image hero__filter walk__hero h-100"
|
49
|
+
--alt {{ page.walk.alt }} -%}</div>
|
50
|
+
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
<style>
|
56
|
+
@keyframes openUp {
|
57
|
+
from {
|
58
|
+
max-height: 0;
|
59
|
+
}
|
60
|
+
to {
|
61
|
+
max-height: 400px;
|
62
|
+
}
|
63
|
+
}
|
64
|
+
</style>
|
data/_layouts/env/walk.html
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slow-steps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Made Slowly
|
@@ -216,6 +216,7 @@ files:
|
|
216
216
|
- _layouts/default.html
|
217
217
|
- _layouts/env/data.html
|
218
218
|
- _layouts/env/landing.html
|
219
|
+
- _layouts/env/tmp-walk-only-landing.html
|
219
220
|
- _layouts/env/walk.html
|
220
221
|
- _layouts/error-page.html
|
221
222
|
- _layouts/faq.html
|