slow-steps 0.4.12 → 1.0.2
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/README.md +8 -8
- data/_includes/env_filter.html +1 -1
- data/_includes/footer/footer_redesign.html +1 -1
- data/_includes/forms/formspree-contact.html +16 -0
- data/_includes/forms/kwes-contact.html +1 -0
- data/_includes/forms/mc-register.html +2 -2
- data/_includes/head/README.md +1 -1
- data/_includes/navigation/global.html +1 -1
- data/_includes/scripts.html +12 -3
- data/_layouts/contact.html +4 -1
- data/_layouts/env/{clinician.html → data.html} +7 -7
- data/_layouts/env/landing.html +14 -14
- data/_layouts/env/tmp-walk-only-landing.html +64 -0
- data/_layouts/env/{pwp.html → walk.html} +7 -7
- data/_layouts/faq.html +4 -2
- data/_sass/_colors/README.md +4 -4
- data/_sass/_colors/{_clinician.sass → _data.sass} +1 -1
- data/_sass/_colors/{_pwp.sass → _walk.sass} +1 -1
- data/_sass/_colors/collection.sass +2 -0
- data/_sass/_colors/global.sass +5 -0
- data/_sass/contact.sass +0 -6
- data/_sass/env/breakpoints/768.sass +1 -1
- data/_sass/env/{clinician.sass → data.sass} +1 -1
- data/_sass/env/landing.sass +6 -6
- data/_sass/env/{pwp.sass → walk.sass} +1 -1
- data/_sass/faq.sass +1 -0
- data/_sass/navigation/README.md +4 -4
- data/_sass/navigation/breakpoints/1024.sass +1 -1
- data/_sass/navigation/{clinician.sass → data.sass} +3 -3
- data/_sass/navigation/{pwp.sass → walk.sass} +4 -4
- data/assets/css/env/{gaitq_clinician.sass → gaitq_data.sass} +3 -3
- data/assets/css/env/{gaitq_pwp.sass → gaitq_walk.sass} +3 -3
- data/assets/css/gaitq_post.sass +1 -1
- data/assets/js/checkALL.js +14 -0
- metadata +16 -14
- data/_includes/contact-form-faq.html +0 -24
- data/_includes/contact-form.html +0 -18
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
|
@@ -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
|
[](https://badge.fury.io/rb/slow-steps)
|
|
6
6
|
|
|
@@ -69,8 +69,8 @@ https://github.com/madeslowly/slow-steps/
|
|
|
69
69
|
| |
|
|
70
70
|
| ├─ env/ # Environmental specific layouts
|
|
71
71
|
| | |
|
|
72
|
-
| | ├─
|
|
73
|
-
| | ├─
|
|
72
|
+
| | ├─ data.html # Professionals and press
|
|
73
|
+
| | ├─ walk.html # Patients and carers
|
|
74
74
|
| | ├─ landing.html # Landing page only
|
|
75
75
|
| |
|
|
76
76
|
| ├─ compress.html # Final step for all pages. Strips html comments, carriage returns and white space.
|
|
@@ -89,7 +89,7 @@ https://github.com/madeslowly/slow-steps/
|
|
|
89
89
|
| | |
|
|
90
90
|
| | ├─ env/ # Environmental specific colors
|
|
91
91
|
| | | |
|
|
92
|
-
| | | ├─
|
|
92
|
+
| | | ├─ walk.sass # walk environmental colors
|
|
93
93
|
| | |
|
|
94
94
|
| | ├─ _variable.sass # <nav> settings
|
|
95
95
|
| | ├─ burger.sass # Mobile burger
|
|
@@ -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>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!-- formspree contact form only, header and styling in laytout -->
|
|
2
|
+
|
|
3
|
+
<form action="https://formspree.io/f/{{ site.formspree }}" method="post" >
|
|
4
|
+
|
|
5
|
+
<label for="name">Enter your full name</label>
|
|
6
|
+
<input type="text" class="form-element" name="name" id="name" placeholder="Your Name" required>
|
|
7
|
+
|
|
8
|
+
<label for="email">Enter your email</label>
|
|
9
|
+
<input type="text" class="form-element" name="email" id="email" placeholder="Your email" required>
|
|
10
|
+
|
|
11
|
+
<label for="message">Enter your message</label>
|
|
12
|
+
<textarea class="form-element" rows="5" name="message" id="message" placeholder="Your Message" required></textarea>
|
|
13
|
+
|
|
14
|
+
<button class="btn btn-pop btn-outline btn-contact" type="submit">SEND</button>
|
|
15
|
+
|
|
16
|
+
</form>
|
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
|
|
118
118
|
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
|
119
119
|
<div style="position: absolute; left: -5000px;" aria-hidden="true">
|
|
120
|
-
<input type="text" name="{{ site.data.forms.
|
|
120
|
+
<input type="text" name="{{ site.data.forms.walk.botspot-name }}" tabindex="-1" value="">
|
|
121
121
|
</div>
|
|
122
122
|
|
|
123
123
|
<div class="mc-field-group input-group" style="position: absolute; left: -5000px;" aria-hidden="true">
|
|
124
124
|
<select name="USERTYPE" class="required" id="mce-USERTYPE" >
|
|
125
|
-
{% if page.env == '
|
|
125
|
+
{% if page.env == 'walk' %}
|
|
126
126
|
<option value="PwP" selected></option>
|
|
127
127
|
{% else %}
|
|
128
128
|
<option value="Clinician" selected></option>
|
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:
|
|
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
|
|
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
|
|
data/_includes/scripts.html
CHANGED
|
@@ -12,6 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
{% endif %}
|
|
14
14
|
|
|
15
|
+
{% if scripts contains 'kwes' %}
|
|
16
|
+
|
|
17
|
+
<script src="https://kwes.io/v2/kwes-script.js" async></script>
|
|
18
|
+
|
|
19
|
+
{% endif %}
|
|
20
|
+
|
|
21
|
+
{% if scripts contains 'checkAll' %}
|
|
22
|
+
|
|
23
|
+
<script type="text/javascript" src="{{ '/assets/js/checkAll.js' | relative_url }}" async></script>
|
|
24
|
+
|
|
25
|
+
{% endif %}
|
|
26
|
+
|
|
15
27
|
<script type="text/javascript" src="{{ '/assets/js/animate_after_load.js' | relative_url }}" async></script>
|
|
16
28
|
|
|
17
29
|
<script type="text/javascript" src="{{ '/assets/js/calc-mobile-viewport.js' | relative_url}}" async></script>
|
|
@@ -26,9 +38,6 @@
|
|
|
26
38
|
|
|
27
39
|
<script type="text/javascript" src="{{ '/assets/vendor/aos/aos.js' | relative_url }}" ></script>
|
|
28
40
|
|
|
29
|
-
<!-- need to conditional load this. will sort that out after tyding up content repo 25 May 2021 Arran -->
|
|
30
|
-
<script src="https://kwes.io/v2/kwes-script.js" async></script>
|
|
31
|
-
|
|
32
41
|
{% include cookie-consent.html %}
|
|
33
42
|
|
|
34
43
|
<script>
|
data/_layouts/contact.html
CHANGED
|
@@ -31,7 +31,10 @@ layout: default
|
|
|
31
31
|
<div class="contact__wrapper" id="content">
|
|
32
32
|
|
|
33
33
|
<div class="contact--left">
|
|
34
|
-
|
|
34
|
+
<div class="contact-form">
|
|
35
|
+
<h4 class="form-instruction blue">Get in touch using the form below</h4>
|
|
36
|
+
{% include forms/kwes-contact.html %}
|
|
37
|
+
</div>
|
|
35
38
|
</div>
|
|
36
39
|
|
|
37
40
|
<div class="contact--right">
|
|
@@ -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
|
@@ -14,7 +14,7 @@ Last full read through 27/12/2020
|
|
|
14
14
|
|
|
15
15
|
<div class="landing__page">
|
|
16
16
|
<!-- setup liquid variables -->
|
|
17
|
-
{%- assign env = site.data.menu.navigation | where: 'env', '
|
|
17
|
+
{%- assign env = site.data.menu.navigation | where: 'env', 'walk' -%}
|
|
18
18
|
{%- assign env = env[0] -%}
|
|
19
19
|
|
|
20
20
|
{%- assign cta = env.submenu | where: 'cta', 'true' -%}
|
|
@@ -25,14 +25,14 @@ Last full read through 27/12/2020
|
|
|
25
25
|
|
|
26
26
|
<div class="page__half">
|
|
27
27
|
|
|
28
|
-
<div class="env__text env--
|
|
28
|
+
<div class="env__text env--walk">
|
|
29
29
|
|
|
30
30
|
<a class="landing__link" aria-label="{{ env.aria }}" href="{{ env.url | relative_url }}">
|
|
31
31
|
|
|
32
32
|
<h3 class="landing__title">{{ env.name | upcase }}</h3></a>
|
|
33
33
|
|
|
34
34
|
<div class="landing__strap">
|
|
35
|
-
<p>{{ site.data.copy.landing.landing.
|
|
35
|
+
<p>{{ site.data.copy.landing.landing.walk }}</p>
|
|
36
36
|
<div class="landing__cta">
|
|
37
37
|
<a class="primary__cta" aria-label="{{ cta.aria }}" href="{{ cta.url | relative_url }}">{{ cta.name }}</a>
|
|
38
38
|
<a class="secondary__cta" aria-label="{{ cta_2.aria }}" href="{{ cta_2.url | relative_url }}">More Info</a>
|
|
@@ -41,14 +41,14 @@ Last full read through 27/12/2020
|
|
|
41
41
|
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
|
-
<div class="hero__overlay env--
|
|
45
|
-
{%- picture {{ page.
|
|
46
|
-
--img class="hero__image hero__filter
|
|
47
|
-
--alt {{ page.
|
|
44
|
+
<div class="hero__overlay env--walk">
|
|
45
|
+
{%- picture {{ page.walk.image | prepend: 'content/' }}
|
|
46
|
+
--img class="hero__image hero__filter walk__hero h-100"
|
|
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>
|
|
@@ -7,7 +7,7 @@ layout: default
|
|
|
7
7
|
Last full read through 27/12/2020
|
|
8
8
|
|
|
9
9
|
##############################################
|
|
10
|
-
#
|
|
10
|
+
# walk Layout /_layouts/env/walk.html
|
|
11
11
|
##############################################
|
|
12
12
|
|
|
13
13
|
-->
|
|
@@ -15,8 +15,8 @@ Last full read through 27/12/2020
|
|
|
15
15
|
|
|
16
16
|
<!-- assign description with site decsription as fallback -->
|
|
17
17
|
|
|
18
|
-
{% if site.data.copy.landing.
|
|
19
|
-
{% assign description = site.data.copy.landing.
|
|
18
|
+
{% if site.data.copy.landing.walk.description %}
|
|
19
|
+
{% assign description = site.data.copy.landing.walk.description %}
|
|
20
20
|
{% else %}
|
|
21
21
|
{% assign description = site.description %}
|
|
22
22
|
{% endif %}
|
|
@@ -31,7 +31,7 @@ Last full read through 27/12/2020
|
|
|
31
31
|
<div class="hero__strap hero__strap--center hero__strap--env">
|
|
32
32
|
<h1>
|
|
33
33
|
<span class="hero__strap--start">
|
|
34
|
-
{% assign header = site.data.copy.landing.
|
|
34
|
+
{% assign header = site.data.copy.landing.walk %}
|
|
35
35
|
{% assign title = header.title | split: " " %}
|
|
36
36
|
{% assign n = header.split %}
|
|
37
37
|
{% for word in (1..title.size) %}
|
|
@@ -79,8 +79,8 @@ Last full read through 27/12/2020
|
|
|
79
79
|
</div>
|
|
80
80
|
|
|
81
81
|
<div class="center-text strap__100 strap--opd-trust" id="content">
|
|
82
|
-
<h2>{{ site.data.copy.landing.
|
|
83
|
-
<p data-aos="fade-in">{{ site.data.copy.landing.
|
|
82
|
+
<h2>{{ site.data.copy.landing.walk.subtitle }}</h2>
|
|
83
|
+
<p data-aos="fade-in">{{ site.data.copy.landing.walk.strap }}</p>
|
|
84
84
|
</div>
|
|
85
85
|
|
|
86
86
|
<div class="segment__wrap">
|
|
@@ -93,7 +93,7 @@ Last full read through 27/12/2020
|
|
|
93
93
|
{{ description }}</p></div>
|
|
94
94
|
|
|
95
95
|
<div class="center-text segment__keywords strap--opd-trust">
|
|
96
|
-
{% assign keyword = site.data.copy.landing.
|
|
96
|
+
{% assign keyword = site.data.copy.landing.walk.keywords | split: ", " %}
|
|
97
97
|
{% for word in (1..keyword.size) %}
|
|
98
98
|
<h3 data-aos="fade-in">{{ keyword[forloop.index0] }}</h3>
|
|
99
99
|
{% endfor %}</div>
|
data/_layouts/faq.html
CHANGED
|
@@ -69,7 +69,9 @@ document.querySelectorAll('.faq__question').forEach(function(el){
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
<div class="faq__contact">
|
|
72
|
+
<div class="contact-form">
|
|
72
73
|
<h2 class="faq__contact--strap">Not found the answer?</h2>
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
<h4 class="form-instruction white">Get in touch using the form below</h4>
|
|
75
|
+
{% include forms/kwes-contact.html %}
|
|
76
|
+
</div>
|
|
75
77
|
</div>
|
data/_sass/_colors/README.md
CHANGED
|
@@ -18,10 +18,10 @@ 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
|
|
|
27
|
-
Theme colouring for
|
|
27
|
+
Theme colouring for walk environments. We import collection.sass and define `$env-primary` and `$env-secondary`.
|
data/_sass/contact.sass
CHANGED
data/_sass/env/landing.sass
CHANGED
|
@@ -59,10 +59,10 @@ body
|
|
|
59
59
|
.hero__filter
|
|
60
60
|
@include image-filter--mix
|
|
61
61
|
|
|
62
|
-
.env--
|
|
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 )
|
|
@@ -135,7 +135,7 @@ body
|
|
|
135
135
|
&:hover
|
|
136
136
|
box-shadow: 0 10px 15px -5px rgba($pure-black, .5)
|
|
137
137
|
|
|
138
|
-
.env__text.env--
|
|
138
|
+
.env__text.env--walk
|
|
139
139
|
@include build-in(slide-from-left)
|
|
140
140
|
border-radius: 6px 0 0 6px
|
|
141
141
|
box-shadow: -12px 10px 10px -10px $grey
|
|
@@ -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
|
|
@@ -162,11 +162,11 @@ body
|
|
|
162
162
|
height: 100%
|
|
163
163
|
top: 0
|
|
164
164
|
|
|
165
|
-
.env--
|
|
165
|
+
.env--walk
|
|
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/faq.sass
CHANGED
data/_sass/navigation/README.md
CHANGED
|
@@ -26,10 +26,10 @@ Burger specific sass.
|
|
|
26
26
|
|
|
27
27
|
Unique settings for the landing page
|
|
28
28
|
|
|
29
|
-
##
|
|
29
|
+
## data.sass
|
|
30
30
|
|
|
31
|
-
Unique settings for the
|
|
31
|
+
Unique settings for the data pages
|
|
32
32
|
|
|
33
|
-
##
|
|
33
|
+
## walk.sass
|
|
34
34
|
|
|
35
|
-
Unique settings for the
|
|
35
|
+
Unique settings for the walk pages
|
|
@@ -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
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
background-color: $env-primary
|
|
15
15
|
|
|
16
16
|
// on mobile and within an env we hide the other submenus
|
|
17
|
-
.
|
|
17
|
+
.walk-group
|
|
18
18
|
display: none
|
|
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
|
|
@@ -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,13 +13,13 @@
|
|
|
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 )
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.walk-group
|
|
23
23
|
display: flex
|
|
24
24
|
align-items: center
|
|
25
25
|
width: 100vw
|
|
@@ -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
|
|
|
@@ -18,20 +18,20 @@ $baseurl: '{{ site.baseurl }}/'
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
@import '_colors/
|
|
21
|
+
@import '_colors/walk'
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
@import 'navigation/
|
|
27
|
+
@import 'navigation/walk'
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
@import 'env/
|
|
34
|
+
@import 'env/walk'
|
|
35
35
|
|
|
36
36
|
@import 'env/breakpoints/768'
|
|
37
37
|
|
data/assets/css/gaitq_post.sass
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Check other options if all is checked
|
|
2
|
+
// This needs to be made more generic
|
|
3
|
+
function checkAll() {
|
|
4
|
+
var videoCall = document.getElementById("Video-call");
|
|
5
|
+
var phone = document.getElementById("phone");
|
|
6
|
+
var any = document.getElementById("Any");
|
|
7
|
+
if (any.checked == true ) {
|
|
8
|
+
videoCall.checked = true;
|
|
9
|
+
phone.checked = true;
|
|
10
|
+
} else {
|
|
11
|
+
videoCall.checked = false;
|
|
12
|
+
phone.checked = false;
|
|
13
|
+
}
|
|
14
|
+
}
|
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: 0.
|
|
4
|
+
version: 1.0.2
|
|
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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -183,8 +183,6 @@ files:
|
|
|
183
183
|
- _includes/branding/site-logo.svg
|
|
184
184
|
- _includes/build-version.html
|
|
185
185
|
- _includes/contact-details.html
|
|
186
|
-
- _includes/contact-form-faq.html
|
|
187
|
-
- _includes/contact-form.html
|
|
188
186
|
- _includes/cookie-consent.html
|
|
189
187
|
- _includes/env_filter.html
|
|
190
188
|
- _includes/errors/robot-403.svg
|
|
@@ -192,6 +190,7 @@ files:
|
|
|
192
190
|
- _includes/errors/robot-405.svg
|
|
193
191
|
- _includes/footer/footer.html
|
|
194
192
|
- _includes/footer/footer_redesign.html
|
|
193
|
+
- _includes/forms/formspree-contact.html
|
|
195
194
|
- _includes/forms/kwes-contact.html
|
|
196
195
|
- _includes/forms/mc-register.html
|
|
197
196
|
- _includes/functions/calc-svg-coord.html
|
|
@@ -215,9 +214,10 @@ files:
|
|
|
215
214
|
- _layouts/compress.html
|
|
216
215
|
- _layouts/contact.html
|
|
217
216
|
- _layouts/default.html
|
|
218
|
-
- _layouts/env/
|
|
217
|
+
- _layouts/env/data.html
|
|
219
218
|
- _layouts/env/landing.html
|
|
220
|
-
- _layouts/env/
|
|
219
|
+
- _layouts/env/tmp-walk-only-landing.html
|
|
220
|
+
- _layouts/env/walk.html
|
|
221
221
|
- _layouts/error-page.html
|
|
222
222
|
- _layouts/faq.html
|
|
223
223
|
- _layouts/feed.html
|
|
@@ -226,11 +226,12 @@ files:
|
|
|
226
226
|
- _layouts/product.html
|
|
227
227
|
- _layouts/register.html
|
|
228
228
|
- _sass/_colors/README.md
|
|
229
|
-
- _sass/_colors/
|
|
229
|
+
- _sass/_colors/_data.sass
|
|
230
230
|
- _sass/_colors/_mixins.sass
|
|
231
|
-
- _sass/_colors/_pwp.sass
|
|
232
231
|
- _sass/_colors/_variables.sass
|
|
232
|
+
- _sass/_colors/_walk.sass
|
|
233
233
|
- _sass/_colors/collection.sass
|
|
234
|
+
- _sass/_colors/global.sass
|
|
234
235
|
- _sass/_functions.sass
|
|
235
236
|
- _sass/_mixins.sass
|
|
236
237
|
- _sass/_variables.sass
|
|
@@ -240,9 +241,9 @@ 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
|
-
- _sass/env/
|
|
246
|
+
- _sass/env/walk.sass
|
|
246
247
|
- _sass/error-page.sass
|
|
247
248
|
- _sass/faq.sass
|
|
248
249
|
- _sass/feed.sass
|
|
@@ -255,19 +256,19 @@ 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
|
-
- _sass/navigation/
|
|
263
|
+
- _sass/navigation/walk.sass
|
|
263
264
|
- _sass/post.sass
|
|
264
265
|
- _sass/product.sass
|
|
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
|
-
- assets/css/env/
|
|
271
|
+
- assets/css/env/gaitq_walk.sass
|
|
271
272
|
- assets/css/gaitq_errors.sass
|
|
272
273
|
- assets/css/gaitq_post.sass
|
|
273
274
|
- assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css
|
|
@@ -289,6 +290,7 @@ files:
|
|
|
289
290
|
- assets/images/augmented_image.png
|
|
290
291
|
- assets/js/animate_after_load.js
|
|
291
292
|
- assets/js/calc-mobile-viewport.js
|
|
293
|
+
- assets/js/checkALL.js
|
|
292
294
|
- assets/js/mobile-nav-slider.js
|
|
293
295
|
- assets/js/nav-scroll.js
|
|
294
296
|
- assets/js/svg_aos.js
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
changed from formspree to kwes 25 May 2021 Arran
|
|
3
|
-
-->
|
|
4
|
-
|
|
5
|
-
<!-- script has been moved to slow-steps/_includes/scripts.html -->
|
|
6
|
-
<!--<script src="https://kwes.io/v2/kwes-script.js" defer></script>-->
|
|
7
|
-
<div class="contact-form">
|
|
8
|
-
<h4 class="form-instruction-FAQ">Get in touch using the form below</h4>
|
|
9
|
-
|
|
10
|
-
<form class="kwes-form" action="https://kwes.io/api/foreign/forms/{{ site.kwes }}">
|
|
11
|
-
|
|
12
|
-
<label for="name">Enter your full name</label>
|
|
13
|
-
<input type="text" class="form-element" name="name" id="name" placeholder="Your Name" required>
|
|
14
|
-
|
|
15
|
-
<label for="email">Enter your email</label>
|
|
16
|
-
<input type="text" class="form-element" name="email" id="email" placeholder="Your email" required>
|
|
17
|
-
|
|
18
|
-
<label for="message">Enter your message</label>
|
|
19
|
-
<textarea class="form-element" rows="5" name="message" id="message" placeholder="Your Message" required></textarea>
|
|
20
|
-
|
|
21
|
-
<button class="btn btn-pop btn-outline btn-contact" type="submit">SEND</button>
|
|
22
|
-
|
|
23
|
-
</form>
|
|
24
|
-
</div>
|
data/_includes/contact-form.html
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<div class="contact-form">
|
|
2
|
-
<h4 class="form-instruction">Get in touch using the form below</h4>
|
|
3
|
-
|
|
4
|
-
<form action="https://formspree.io/f/{{ site.formspree }}" method="post" >
|
|
5
|
-
|
|
6
|
-
<label for="name">Enter your full name</label>
|
|
7
|
-
<input type="text" class="form-element" name="name" id="name" placeholder="Your Name" required>
|
|
8
|
-
|
|
9
|
-
<label for="email">Enter your email</label>
|
|
10
|
-
<input type="text" class="form-element" name="email" id="email" placeholder="Your email" required>
|
|
11
|
-
|
|
12
|
-
<label for="message">Enter your message</label>
|
|
13
|
-
<textarea class="form-element" rows="5" name="message" id="message" placeholder="Your Message" required></textarea>
|
|
14
|
-
|
|
15
|
-
<button class="btn btn-pop btn-outline btn-contact" type="submit">SEND</button>
|
|
16
|
-
|
|
17
|
-
</form>
|
|
18
|
-
</div>
|