slow-steps 1.0.0 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/_includes/env_filter.html +1 -1
- data/_includes/footer/footer_redesign.html +1 -1
- data/_includes/head/README.md +1 -1
- data/_includes/navigation/global.html +1 -1
- data/_layouts/env/{clinician.html → data.html} +7 -7
- data/_layouts/env/landing.html +8 -8
- data/_layouts/env/tmp-walk-only-landing.html +64 -0
- data/_layouts/env/walk.html +1 -1
- data/_sass/_colors/README.md +2 -2
- data/_sass/_colors/{_clinician.sass → _data.sass} +1 -1
- data/_sass/env/breakpoints/768.sass +1 -1
- data/_sass/env/{clinician.sass → data.sass} +1 -1
- data/_sass/env/landing.sass +3 -3
- data/_sass/navigation/README.md +2 -2
- data/_sass/navigation/breakpoints/1024.sass +1 -1
- data/_sass/navigation/{clinician.sass → data.sass} +2 -2
- data/_sass/navigation/walk.sass +3 -3
- data/assets/css/env/{gaitq_clinician.sass → gaitq_data.sass} +3 -3
- data/assets/css/gaitq_post.sass +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5866546a1832aa7200f453173c85223ffd81b5e9a6a06d7583bd6a3d065d653c
|
4
|
+
data.tar.gz: 73ca0f36e6d58c816991c9dae70c601769a04f8eff082d45d27fe7b0914d86e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22383ed980cbdeaaf9652abbb51967f484ead6ae7dea6f1bd6053f8e43c847b0a4c78df1233c83967b674f87d178fe2cb4c3e464c3628add1e4d6011ad64df4a
|
7
|
+
data.tar.gz: b28d150236e17db2341a8e28028853319aeba46619d4327f95f007d2e5a4e8b742a3e6fd7af1938fc95b8a542af20c87d2d6544ad17657493a12704f58350d64
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
---
|
3
|
-
# [Slow Steps, a Jekyll theme](https://www.gaitq.madeslowly.xyz/
|
3
|
+
# [Slow Steps, a Jekyll theme](https://www.gaitq.madeslowly.xyz/data/about/)
|
4
4
|
|
5
5
|
[![Ruby gem](https://badge.fury.io/rb/slow-steps.svg)](https://badge.fury.io/rb/slow-steps)
|
6
6
|
|
@@ -69,7 +69,7 @@ https://github.com/madeslowly/slow-steps/
|
|
69
69
|
| |
|
70
70
|
| ├─ env/ # Environmental specific layouts
|
71
71
|
| | |
|
72
|
-
| | ├─
|
72
|
+
| | ├─ data.html # Professionals and press
|
73
73
|
| | ├─ walk.html # Patients and carers
|
74
74
|
| | ├─ landing.html # Landing page only
|
75
75
|
| |
|
@@ -100,7 +100,7 @@ https://github.com/madeslowly/slow-steps/
|
|
100
100
|
| | ├─ burger.sass # Mobile burger
|
101
101
|
| | ├─ mobile.sass # Default nav CSS
|
102
102
|
| | ├─ desktop.sass # Breakpoint 768 CSS
|
103
|
-
| | ├─
|
103
|
+
| | ├─ data.sass # data nav CSS & Breakpoint 768
|
104
104
|
| | ├─ patients.sass # Patients nav CSS & Breakpoint 768
|
105
105
|
| | ├─ gaitq.sass # GaitQ nav CSS & Breakpoint 768
|
106
106
|
| |
|
@@ -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
|
@@ -208,6 +208,6 @@ group_name:
|
|
208
208
|
url: /pageURL.html
|
209
209
|
```
|
210
210
|
|
211
|
-
We for loop `group_name` = `navigation`. The `env:` controls where and how we see the navigation link and it's submenu contents. Currently we have three allowable `envs:`, `gaitq`, `
|
211
|
+
We for loop `group_name` = `navigation`. The `env:` controls where and how we see the navigation link and it's submenu contents. Currently we have three allowable `envs:`, `gaitq`, `data` and `patients`.
|
212
212
|
|
213
213
|
---
|
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/_includes/head/README.md
CHANGED
@@ -28,4 +28,4 @@ This is how we control the indexing of our pages with search engines, in particu
|
|
28
28
|
|
29
29
|
### conditional.html
|
30
30
|
|
31
|
-
Conditional `<link rel="stylesheet"` to style each environment. We do this so that we only load the css needed for a given page. All pages get gaitq_global.css. With front matter we include environmental stylesheet with `env: walk |
|
31
|
+
Conditional `<link rel="stylesheet"` to style each environment. We do this so that we only load the css needed for a given page. All pages get gaitq_global.css. With front matter we include environmental stylesheet with `env: walk | data`. The existence of `page.env` triggers conditional.html.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
<!-- No navigation on landing, we split the diplay with <a's pointing to walk or
|
2
|
+
<!-- No navigation on landing, we split the diplay with <a's pointing to walk or data. This is done in the landing.html layout. -->
|
3
3
|
|
4
4
|
<nav class="navbar">
|
5
5
|
|
@@ -7,15 +7,15 @@ layout: default
|
|
7
7
|
Last full read through 27/12/2020
|
8
8
|
|
9
9
|
##############################################
|
10
|
-
#
|
10
|
+
# Data Layout/_layouts/env/data.html
|
11
11
|
##############################################
|
12
12
|
|
13
13
|
-->
|
14
14
|
|
15
15
|
<!-- assign description with site.decsription fallback -->
|
16
16
|
|
17
|
-
{% if site.data.copy.landing.
|
18
|
-
{% assign description = site.data.copy.landing.
|
17
|
+
{% if site.data.copy.landing.data.description %}
|
18
|
+
{% assign description = site.data.copy.landing.data.description %}
|
19
19
|
{% else %}
|
20
20
|
{% assign description = site.description %}
|
21
21
|
{% endif %}
|
@@ -28,8 +28,8 @@ Last full read through 27/12/2020
|
|
28
28
|
--alt {{ page.hero.alt }} %}</div>
|
29
29
|
|
30
30
|
<div class="hero__strap hero__strap--baseline bg--env-100">
|
31
|
-
<h2>{{ site.data.copy.landing.
|
32
|
-
<p>{{ site.data.copy.landing.
|
31
|
+
<h2>{{ site.data.copy.landing.data.title }}</h2>
|
32
|
+
<p>{{ site.data.copy.landing.data.description }}</p>
|
33
33
|
</div>
|
34
34
|
|
35
35
|
<div class="hero__follow"></div>
|
@@ -72,13 +72,13 @@ Last full read through 27/12/2020
|
|
72
72
|
|
73
73
|
|
74
74
|
<div class="center-text segment__keywords ">
|
75
|
-
{% assign keyword = site.data.copy.landing.
|
75
|
+
{% assign keyword = site.data.copy.landing.data.keywords | split: ", " %}
|
76
76
|
{% for word in (1..keyword.size) %}
|
77
77
|
<h3 data-aos="fade-in">{{ keyword[forloop.index0] }}</h3>
|
78
78
|
{% endfor %}</div>
|
79
79
|
|
80
80
|
<!-- setup liquid variables -->
|
81
|
-
{%- assign env = site.data.menu.navigation | where: 'env', '
|
81
|
+
{%- assign env = site.data.menu.navigation | where: 'env', 'data' -%}
|
82
82
|
{%- assign env = env[0] -%}
|
83
83
|
|
84
84
|
{%- assign cta = env.submenu | where: 'cta', 'true' -%}
|
data/_layouts/env/landing.html
CHANGED
@@ -43,12 +43,12 @@ 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>
|
50
50
|
|
51
|
-
{%- assign env = site.data.menu.navigation | where: 'env', '
|
51
|
+
{%- assign env = site.data.menu.navigation | where: 'env', 'data' -%}
|
52
52
|
{%- assign env = env[0] -%}
|
53
53
|
|
54
54
|
{%- assign cta = env.submenu | where: 'cta', 'true' -%}
|
@@ -59,14 +59,14 @@ Last full read through 27/12/2020
|
|
59
59
|
|
60
60
|
<div class="page__half">
|
61
61
|
|
62
|
-
<div class="env__text env--
|
62
|
+
<div class="env__text env--data">
|
63
63
|
|
64
64
|
<a class="landing__link" aria-label="{{ env.aria }}" href="{{ env.url | relative_url }}">
|
65
65
|
|
66
66
|
<h3 class="landing__title">{{ env.name | upcase }}</h3></a>
|
67
67
|
|
68
68
|
<div class="landing__strap">
|
69
|
-
<p>{{ site.data.copy.landing.landing.
|
69
|
+
<p>{{ site.data.copy.landing.landing.data }}</p>
|
70
70
|
<div class="landing__cta">
|
71
71
|
<a class="primary__cta" aria-label="{{ cta.aria }}" href="{{ cta.url | relative_url }}">{{ cta.name }}</a>
|
72
72
|
<a class="secondary__cta" aria-label="{{ cta_2.aria }}" href="{{ cta_2.url | relative_url }}">More Info</a>
|
@@ -75,10 +75,10 @@ Last full read through 27/12/2020
|
|
75
75
|
|
76
76
|
</div>
|
77
77
|
|
78
|
-
<div class="hero__overlay env--
|
79
|
-
{%- picture {{ page.
|
80
|
-
--img class="hero__image hero__filter
|
81
|
-
--alt {{ page.
|
78
|
+
<div class="hero__overlay env--data">
|
79
|
+
{%- picture {{ page.data.image | prepend: 'content/' }}
|
80
|
+
--img class="hero__image hero__filter data__hero h-100"
|
81
|
+
--alt {{ page.data.alt }} -%}</div>
|
82
82
|
|
83
83
|
</div>
|
84
84
|
|
@@ -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
data/_sass/_colors/README.md
CHANGED
@@ -18,9 +18,9 @@ Color combination mixins.
|
|
18
18
|
|
19
19
|
Collection of the above definitions.
|
20
20
|
|
21
|
-
##
|
21
|
+
## data.sass
|
22
22
|
|
23
|
-
Theme colouring for
|
23
|
+
Theme colouring for data environments. We import collection.sass and define `$env-primary` and `$env-secondary`.
|
24
24
|
|
25
25
|
## walk.sass
|
26
26
|
|
data/_sass/env/landing.sass
CHANGED
@@ -62,7 +62,7 @@ body
|
|
62
62
|
.env--walk
|
63
63
|
background-color: $opd-coral
|
64
64
|
|
65
|
-
.env--
|
65
|
+
.env--data
|
66
66
|
background-color: $opd-blue
|
67
67
|
|
68
68
|
@media screen and ( min-width: 768px )
|
@@ -144,7 +144,7 @@ body
|
|
144
144
|
&:hover
|
145
145
|
box-shadow: -20px 20px 20px -10px $grey
|
146
146
|
|
147
|
-
.env__text.env--
|
147
|
+
.env__text.env--data
|
148
148
|
@include build-in(slide-from-right)
|
149
149
|
border-radius: 0 6px 6px 0
|
150
150
|
box-shadow: 12px 10px 10px -10px $grey
|
@@ -166,7 +166,7 @@ body
|
|
166
166
|
.landing__title
|
167
167
|
text-align: right
|
168
168
|
|
169
|
-
.env--
|
169
|
+
.env--data
|
170
170
|
.landing__title
|
171
171
|
text-align: left
|
172
172
|
|
data/_sass/navigation/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// Theme specific for
|
1
|
+
// Theme specific for data env
|
2
2
|
|
3
3
|
// Navbar site logo
|
4
4
|
.nav-brand
|
@@ -19,7 +19,7 @@
|
|
19
19
|
|
20
20
|
@media screen and ( min-width: 1024px )
|
21
21
|
|
22
|
-
.
|
22
|
+
.data-group
|
23
23
|
display: flex
|
24
24
|
align-items: center
|
25
25
|
width: 100vw
|
data/_sass/navigation/walk.sass
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// Theme specific for
|
1
|
+
// Theme specific for data env
|
2
2
|
|
3
3
|
// Navbar site logo
|
4
4
|
// make sure we don't style any other instance so nest with .nav-brand
|
@@ -13,8 +13,8 @@
|
|
13
13
|
.burger > div
|
14
14
|
background-color: $env-primary
|
15
15
|
|
16
|
-
// on mobile and within the
|
17
|
-
.
|
16
|
+
// on mobile and within the data env we hide the other submenus and show the gaitq env .nav-group-link
|
17
|
+
.data-group
|
18
18
|
display: none
|
19
19
|
|
20
20
|
@media screen and ( min-width: 1024px )
|
@@ -18,19 +18,19 @@ $baseurl: '{{ site.baseurl }}/'
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
@import '_colors/
|
21
|
+
@import '_colors/data'
|
22
22
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
@import 'navigation/
|
27
|
+
@import 'navigation/data'
|
28
28
|
|
29
29
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
-
@import 'env/
|
33
|
+
@import 'env/data'
|
34
34
|
|
35
35
|
@import 'env/breakpoints/768'
|
36
36
|
|
data/assets/css/gaitq_post.sass
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Made Slowly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05-
|
11
|
+
date: 2021-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -214,8 +214,9 @@ files:
|
|
214
214
|
- _layouts/compress.html
|
215
215
|
- _layouts/contact.html
|
216
216
|
- _layouts/default.html
|
217
|
-
- _layouts/env/
|
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
|
@@ -225,7 +226,7 @@ files:
|
|
225
226
|
- _layouts/product.html
|
226
227
|
- _layouts/register.html
|
227
228
|
- _sass/_colors/README.md
|
228
|
-
- _sass/_colors/
|
229
|
+
- _sass/_colors/_data.sass
|
229
230
|
- _sass/_colors/_mixins.sass
|
230
231
|
- _sass/_colors/_variables.sass
|
231
232
|
- _sass/_colors/_walk.sass
|
@@ -240,7 +241,7 @@ files:
|
|
240
241
|
- _sass/collage.sass
|
241
242
|
- _sass/contact.sass
|
242
243
|
- _sass/env/breakpoints/768.sass
|
243
|
-
- _sass/env/
|
244
|
+
- _sass/env/data.sass
|
244
245
|
- _sass/env/landing.sass
|
245
246
|
- _sass/env/walk.sass
|
246
247
|
- _sass/error-page.sass
|
@@ -255,9 +256,9 @@ files:
|
|
255
256
|
- _sass/navigation/base.sass
|
256
257
|
- _sass/navigation/breakpoints/1024.sass
|
257
258
|
- _sass/navigation/burger.sass
|
258
|
-
- _sass/navigation/clinician.sass
|
259
259
|
- _sass/navigation/collection.sass
|
260
260
|
- _sass/navigation/colors.sass
|
261
|
+
- _sass/navigation/data.sass
|
261
262
|
- _sass/navigation/no-nav.sass
|
262
263
|
- _sass/navigation/walk.sass
|
263
264
|
- _sass/post.sass
|
@@ -265,7 +266,7 @@ files:
|
|
265
266
|
- _sass/typography/_variables.sass
|
266
267
|
- _sass/typography/branding.sass
|
267
268
|
- _sass/typography/resets.sass
|
268
|
-
- assets/css/env/
|
269
|
+
- assets/css/env/gaitq_data.sass
|
269
270
|
- assets/css/env/gaitq_landing.sass
|
270
271
|
- assets/css/env/gaitq_walk.sass
|
271
272
|
- assets/css/gaitq_errors.sass
|
@@ -316,7 +317,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
316
317
|
- !ruby/object:Gem::Version
|
317
318
|
version: '0'
|
318
319
|
requirements: []
|
319
|
-
rubygems_version: 3.
|
320
|
+
rubygems_version: 3.0.8
|
320
321
|
signing_key:
|
321
322
|
specification_version: 4
|
322
323
|
summary: A bold jekyll theme
|