slow-steps 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +215 -0
- data/_config.yml +55 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/branding/site-logo.svg +51 -0
- data/_includes/env_filter.html +10 -0
- data/_includes/errors/robot-403.svg +26 -0
- data/_includes/errors/robot-404.svg +28 -0
- data/_includes/errors/robot-405.svg +27 -0
- data/_includes/footer/footer.html +22 -0
- data/_includes/footer/footer_full.html +43 -0
- data/_includes/forms/mc-register.html +157 -0
- data/_includes/head/.DS_Store +0 -0
- data/_includes/head/README.md +31 -0
- data/_includes/head/descriptors/og-meta.html +74 -0
- data/_includes/head/descriptors/structured-data.html +124 -0
- data/_includes/head/descriptors/twitter-meta.html +17 -0
- data/_includes/head/env/conditional.html +2 -0
- data/_includes/head/head.html +78 -0
- data/_includes/image.html +10 -0
- data/_includes/link.html +1 -0
- data/_includes/navigation/global.html +48 -0
- data/_includes/scripts.html +21 -0
- data/_layouts/about.html +143 -0
- data/_layouts/compress.html +11 -0
- data/_layouts/default.html +19 -0
- data/_layouts/env/clinician.html +48 -0
- data/_layouts/env/landing.html +68 -0
- data/_layouts/env/pwp.html +83 -0
- data/_layouts/error-page.html +10 -0
- data/_layouts/feed.html +39 -0
- data/_layouts/post.html +26 -0
- data/_layouts/register.html +10 -0
- data/_sass/about.sass +178 -0
- data/_sass/aos-overrides.sass +5 -0
- data/_sass/breakpoints/about.sass +78 -0
- data/_sass/colors/_variables.sass +43 -0
- data/_sass/colors/breakpoints/768.sass +20 -0
- data/_sass/colors/burger.sass +22 -0
- data/_sass/colors/env/_clinician.sass +16 -0
- data/_sass/colors/env/_pwp.sass +16 -0
- data/_sass/colors/navigation.sass +13 -0
- data/_sass/env/breakpoints/768.sass +79 -0
- data/_sass/env/clinician.sass +150 -0
- data/_sass/env/landing.sass +180 -0
- data/_sass/env/pwp.sass +181 -0
- data/_sass/error-page.sass +109 -0
- data/_sass/feed.sass +58 -0
- data/_sass/footer.sass +23 -0
- data/_sass/footer_full.sass +82 -0
- data/_sass/forms/mc-forms.sass +193 -0
- data/_sass/global.sass +55 -0
- data/_sass/navigation/_variables.sass +30 -0
- data/_sass/navigation/breakpoints/768.sass +84 -0
- data/_sass/navigation/burger.sass +38 -0
- data/_sass/navigation/env/clinician.sass +45 -0
- data/_sass/navigation/env/landing.sass +19 -0
- data/_sass/navigation/env/pwp.sass +46 -0
- data/_sass/navigation/global.sass +69 -0
- data/_sass/post.sass +69 -0
- data/_sass/typography/_variables.sass +21 -0
- data/_sass/typography/branding.sass +1 -0
- data/_sass/typography/resets.sass +40 -0
- data/assets/css/env/gaitq_clinician.sass +30 -0
- data/assets/css/env/gaitq_landing.sass +13 -0
- data/assets/css/env/gaitq_pwp.sass +30 -0
- data/assets/css/gaitq_errors.sass +8 -0
- data/assets/css/gaitq_feed.sass +12 -0
- data/assets/css/gaitq_global.sass +30 -0
- data/assets/css/gaitq_post.sass +12 -0
- data/assets/css/img_handler.sass +5 -0
- data/assets/fonts/.DS_Store +0 -0
- data/assets/fonts/Quicksand/OFL.txt +93 -0
- data/assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf +0 -0
- data/assets/fonts/Quicksand/README.txt +67 -0
- data/assets/fonts/Quicksand/static/Quicksand-Bold.ttf +0 -0
- data/assets/fonts/Quicksand/static/Quicksand-Light.ttf +0 -0
- data/assets/fonts/Quicksand/static/Quicksand-Medium.ttf +0 -0
- data/assets/fonts/Quicksand/static/Quicksand-Regular.ttf +0 -0
- data/assets/fonts/Quicksand/static/Quicksand-SemiBold.ttf +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/.DS_Store +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/css/.DS_Store +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css +5856 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.eot +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.svg +3496 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.ttf +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.eot +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.svg +803 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.ttf +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.eot +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.svg +4667 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.ttf +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff +0 -0
- data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/js/animate_after_load.js +1 -0
- data/assets/js/calc-mobile-viewport.js +6 -0
- data/assets/js/mobile-nav-slider.js +24 -0
- data/assets/vendor/aos/aos.css +1 -0
- data/assets/vendor/aos/aos.js +546 -0
- metadata +306 -0
@@ -0,0 +1,193 @@
|
|
1
|
+
.form__wrap
|
2
|
+
padding: 5rem 2rem
|
3
|
+
background-color: $pure-white
|
4
|
+
|
5
|
+
.form__block
|
6
|
+
display: flex
|
7
|
+
flex-flow: wrap
|
8
|
+
justify-content: space-between
|
9
|
+
|
10
|
+
.form--title
|
11
|
+
padding-bottom: 2rem
|
12
|
+
|
13
|
+
.form--strap
|
14
|
+
padding-bottom: 5rem
|
15
|
+
|
16
|
+
.form__elem
|
17
|
+
display: flex
|
18
|
+
flex-direction: column
|
19
|
+
|
20
|
+
.form--elem
|
21
|
+
padding: 1.1rem 0
|
22
|
+
|
23
|
+
.form--label
|
24
|
+
padding: 1rem 0
|
25
|
+
padding-top: 2rem
|
26
|
+
|
27
|
+
.form--input
|
28
|
+
text-indent: 1rem
|
29
|
+
|
30
|
+
&:focus
|
31
|
+
background-color: rgba($env-primary , .1)
|
32
|
+
|
33
|
+
.form--textarea
|
34
|
+
padding-left: 1rem
|
35
|
+
|
36
|
+
|
37
|
+
/* Switch
|
38
|
+
.checkbox-label
|
39
|
+
display: none
|
40
|
+
|
41
|
+
.checkbox-label--mod
|
42
|
+
padding: 3rem 0 0
|
43
|
+
margin: 0
|
44
|
+
cursor: pointer
|
45
|
+
display: flex
|
46
|
+
flex-wrap: nowrap
|
47
|
+
flex-direction: row
|
48
|
+
justify-content: space-between
|
49
|
+
p
|
50
|
+
padding: 0
|
51
|
+
margin: 0
|
52
|
+
|
53
|
+
.styled-checkbox__block
|
54
|
+
display: flex
|
55
|
+
flex-direction: column
|
56
|
+
justify-content: center
|
57
|
+
|
58
|
+
.yes
|
59
|
+
display: none
|
60
|
+
padding: .8rem 0
|
61
|
+
width: 100%
|
62
|
+
text-align: center
|
63
|
+
|
64
|
+
.icon
|
65
|
+
cursor: pointer
|
66
|
+
//width: 10%
|
67
|
+
//margin: 2rem
|
68
|
+
|
69
|
+
input.switch
|
70
|
+
cursor: pointer
|
71
|
+
|
72
|
+
.checkbox-label--mod .no
|
73
|
+
text-align: center
|
74
|
+
padding: .8rem 0
|
75
|
+
width: 100%
|
76
|
+
|
77
|
+
input.switch
|
78
|
+
&:checked
|
79
|
+
+ .icon
|
80
|
+
background: $opd-blue-trust
|
81
|
+
|
82
|
+
~
|
83
|
+
.yes
|
84
|
+
display: block
|
85
|
+
transition: all .2s ease-in-out
|
86
|
+
|
87
|
+
.no
|
88
|
+
display: none
|
89
|
+
transition: all .2s ease-in-out
|
90
|
+
|
91
|
+
appearance: none
|
92
|
+
outline: none
|
93
|
+
display: none
|
94
|
+
|
95
|
+
.checkbox-label--mod .icon
|
96
|
+
position: relative
|
97
|
+
width: 40px
|
98
|
+
height: 24px
|
99
|
+
border-radius: 12px
|
100
|
+
background-color: $env-primary
|
101
|
+
box-shadow: inset 0px 0px 4px -2px rgba(0, 0, 0, 0.1)
|
102
|
+
cursor: pointer
|
103
|
+
outline: none
|
104
|
+
transition: all .2s ease-in-out
|
105
|
+
|
106
|
+
.icon--elem
|
107
|
+
position: absolute
|
108
|
+
content: ''
|
109
|
+
width: 25.72px
|
110
|
+
height: 25.72px
|
111
|
+
border-radius: 50%
|
112
|
+
background-color: $pure-white
|
113
|
+
transform: scale(0.7)
|
114
|
+
left: 0
|
115
|
+
top: calc(50% - 13px)
|
116
|
+
transition: all .2s ease-in-out
|
117
|
+
|
118
|
+
&:before
|
119
|
+
content: ''
|
120
|
+
position: absolute
|
121
|
+
width: 2px
|
122
|
+
height: 8px
|
123
|
+
background: blue
|
124
|
+
top: calc(50% - 4px)
|
125
|
+
left: calc(50% - 1px)
|
126
|
+
background: $env-primary
|
127
|
+
|
128
|
+
.styled-checkbox:checked
|
129
|
+
background: $opd-orange-confidence
|
130
|
+
|
131
|
+
+ .icon span
|
132
|
+
left: calc(100% - 25.732px)
|
133
|
+
|
134
|
+
&:before
|
135
|
+
background: $opd-blue-trust
|
136
|
+
|
137
|
+
.content__gdpr
|
138
|
+
display: flex
|
139
|
+
flex-wrap: wrap
|
140
|
+
|
141
|
+
.content__gdprBlock
|
142
|
+
border-top: solid 2px $env-primary
|
143
|
+
|
144
|
+
fieldset
|
145
|
+
border: none
|
146
|
+
padding: 0
|
147
|
+
width: 100%
|
148
|
+
|
149
|
+
.gdpr--title
|
150
|
+
padding: 4rem 0 2rem
|
151
|
+
|
152
|
+
.content__gdprLegal
|
153
|
+
font-size: 1.8rem
|
154
|
+
padding: 2rem 0
|
155
|
+
a
|
156
|
+
text-decoration: none
|
157
|
+
color: $env-primary
|
158
|
+
#mc-embedded-subscribe
|
159
|
+
border-radius: 6px
|
160
|
+
background-color: $pure-white
|
161
|
+
border: solid 1px $env-primary
|
162
|
+
color: $env-primary
|
163
|
+
padding: 1.6rem 5rem
|
164
|
+
text-align: center
|
165
|
+
text-decoration: none
|
166
|
+
cursor: pointer
|
167
|
+
//display: inline-block
|
168
|
+
font-size: 1.6rem
|
169
|
+
margin: 5rem 0 0
|
170
|
+
transition: .2s ease-in-out
|
171
|
+
&:hover
|
172
|
+
transform: scale(.99)
|
173
|
+
color: $pure-white
|
174
|
+
background-color: $env-primary
|
175
|
+
|
176
|
+
.mc--full
|
177
|
+
width: 100%
|
178
|
+
|
179
|
+
.mc--half
|
180
|
+
width: 100%
|
181
|
+
|
182
|
+
.mc-asterisk
|
183
|
+
color: $env-primary
|
184
|
+
|
185
|
+
|
186
|
+
@media screen and ( min-width: 768px )
|
187
|
+
.mc--half
|
188
|
+
width: 45%
|
189
|
+
|
190
|
+
.form__wrap
|
191
|
+
padding: 5rem
|
192
|
+
background-color: $pure-white
|
193
|
+
border-radius: 20px
|
data/_sass/global.sass
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
// Global CSS that doesnt fall into any of the categories set out by the _sass dir structure
|
2
|
+
|
3
|
+
// Stop any CSS animations on load. We remove this class from the body tag after load, using assets/js/animate_after_load.js
|
4
|
+
.preload *
|
5
|
+
-webkit-transition: none !important
|
6
|
+
-moz-transition: none !important
|
7
|
+
-ms-transition: none !important
|
8
|
+
-o-transition: none !important
|
9
|
+
|
10
|
+
.fullwidth__wrap
|
11
|
+
width: 100vw
|
12
|
+
|
13
|
+
.d-none
|
14
|
+
display: none
|
15
|
+
|
16
|
+
.d-block
|
17
|
+
display: block
|
18
|
+
|
19
|
+
.bg--dark
|
20
|
+
background-color: $opd-grey-neutral
|
21
|
+
|
22
|
+
.bg--light
|
23
|
+
background-color: $white
|
24
|
+
|
25
|
+
.no-touch__wrap
|
26
|
+
padding: 18vh 0 10vh 0
|
27
|
+
|
28
|
+
// Social icons wraped in <a's
|
29
|
+
.social
|
30
|
+
color: $grey
|
31
|
+
text-decoration: none
|
32
|
+
|
33
|
+
@media screen and ( min-width: 768px )
|
34
|
+
|
35
|
+
.narrow__wrap
|
36
|
+
width: 80vw
|
37
|
+
max-width: 600px
|
38
|
+
margin: 0 auto
|
39
|
+
|
40
|
+
.social--Twitter
|
41
|
+
&:hover
|
42
|
+
color: $twitter-primary
|
43
|
+
|
44
|
+
.social--LinkedIn
|
45
|
+
&:hover
|
46
|
+
color: $linkedin-primary
|
47
|
+
|
48
|
+
.social--Instagram
|
49
|
+
&:hover
|
50
|
+
color: $instagram-primary
|
51
|
+
|
52
|
+
.social--Website,
|
53
|
+
.social--Email
|
54
|
+
&:hover
|
55
|
+
color: $opd-blue-trust
|
@@ -0,0 +1,30 @@
|
|
1
|
+
// This is where we setup the apperance of the navigation. Note, the contents is picked up from _data/menu.yml and written into _inludes/navbar.html
|
2
|
+
|
3
|
+
// We have two key sass files, _sass/navbar/mobile.sass and .../desktop.sass
|
4
|
+
|
5
|
+
// The mobile.sass is loaded first whilst a breakpoint controls the desktop.sass
|
6
|
+
|
7
|
+
|
8
|
+
// ************* Dimesions *************
|
9
|
+
|
10
|
+
// Applies to ALL displays
|
11
|
+
$navbar-height: 5vh
|
12
|
+
|
13
|
+
$mobile-navbar-height: 10vh
|
14
|
+
|
15
|
+
$secondary-navbar-height: 10vh
|
16
|
+
|
17
|
+
// change .nav-list.height manually in _sass/navbar/mobile.sass, can't figure out how to use calc --vh whith sass var
|
18
|
+
$nav-list-height: 85vh
|
19
|
+
|
20
|
+
// ************* Colours *************
|
21
|
+
|
22
|
+
// see _sass/colors/_variables.sass
|
23
|
+
|
24
|
+
// ************* Animations *************
|
25
|
+
|
26
|
+
$nav-slider-transition: transform .4s ease-in
|
27
|
+
|
28
|
+
$nav-ani-bg-hover: background-color .2s ease-in
|
29
|
+
|
30
|
+
$nav-ani-color-hover: color .2s ease-in
|
@@ -0,0 +1,84 @@
|
|
1
|
+
// Navigation styling for breakpoint 768
|
2
|
+
|
3
|
+
// Avoid declaring any styling like color etc.
|
4
|
+
// These will be decalred in _sass/naviagtion/env/
|
5
|
+
|
6
|
+
// Everything here will be included in EVERY .html
|
7
|
+
|
8
|
+
@media screen and ( min-width: 768px )
|
9
|
+
|
10
|
+
.navbar
|
11
|
+
height: $navbar-height
|
12
|
+
align-items: center
|
13
|
+
|
14
|
+
.nav-brand
|
15
|
+
display: flex
|
16
|
+
position: absolute
|
17
|
+
max-width: 160px
|
18
|
+
height: 10vh
|
19
|
+
z-index: 999
|
20
|
+
top: 7.5vh
|
21
|
+
|
22
|
+
.site__logo
|
23
|
+
position: absolute
|
24
|
+
top: 30%
|
25
|
+
height: 40%
|
26
|
+
|
27
|
+
.nav-list
|
28
|
+
display: flex
|
29
|
+
justify-content: flex-end
|
30
|
+
align-items: center
|
31
|
+
height: inherit
|
32
|
+
top: 0
|
33
|
+
transform: none
|
34
|
+
border-top: none
|
35
|
+
height: 5vh
|
36
|
+
padding: 0
|
37
|
+
background-color: inherit
|
38
|
+
|
39
|
+
.nav-group
|
40
|
+
padding: 0 2rem
|
41
|
+
|
42
|
+
.nav-link
|
43
|
+
align-items: center
|
44
|
+
padding: 0
|
45
|
+
height: auto
|
46
|
+
opacity: 1
|
47
|
+
margin: 0
|
48
|
+
overflow: hidden
|
49
|
+
|
50
|
+
// Surround current link with lines
|
51
|
+
|
52
|
+
.current--url
|
53
|
+
&:before, &:after
|
54
|
+
content: ""
|
55
|
+
display: inline-block
|
56
|
+
height: 2px
|
57
|
+
position: relative
|
58
|
+
vertical-align: middle
|
59
|
+
width: 6%
|
60
|
+
|
61
|
+
&:before
|
62
|
+
right: 0.5em
|
63
|
+
margin-left: -10%
|
64
|
+
|
65
|
+
&:after
|
66
|
+
left: 0.5em
|
67
|
+
margin-right: -10%
|
68
|
+
|
69
|
+
.nav-group-content
|
70
|
+
align-items: center
|
71
|
+
justify-content: flex-end
|
72
|
+
position: absolute
|
73
|
+
top: 5vh
|
74
|
+
left: 0
|
75
|
+
width: 100vw
|
76
|
+
padding: 0
|
77
|
+
height: $secondary-navbar-height
|
78
|
+
backdrop-filter: blur(20px)
|
79
|
+
|
80
|
+
.nav-group-content .nav-link
|
81
|
+
margin: 0
|
82
|
+
|
83
|
+
.burger
|
84
|
+
display: none
|
@@ -0,0 +1,38 @@
|
|
1
|
+
|
2
|
+
// Burger at the top right of small displays
|
3
|
+
.burger
|
4
|
+
cursor: pointer
|
5
|
+
display: block
|
6
|
+
padding-right: 3vw
|
7
|
+
z-index: 999
|
8
|
+
& > div
|
9
|
+
height: 2px
|
10
|
+
margin: 7px
|
11
|
+
width: 25px
|
12
|
+
|
13
|
+
.burger-line-1
|
14
|
+
transition: width .6s ease-in-out
|
15
|
+
|
16
|
+
.burger-line-2
|
17
|
+
transition: width .3s ease-in-out
|
18
|
+
|
19
|
+
|
20
|
+
.burger-active
|
21
|
+
.burger-line-1
|
22
|
+
width: 8px
|
23
|
+
// reduce by 17 px
|
24
|
+
|
25
|
+
.burger-line-2
|
26
|
+
width: 17px
|
27
|
+
// reduce by 8 px
|
28
|
+
|
29
|
+
// For links as the slider opens
|
30
|
+
// the timings are set in mobile-nav-slider.js
|
31
|
+
@keyframes navLinksFade
|
32
|
+
from
|
33
|
+
opacity: 0
|
34
|
+
transform: translateY(20px)
|
35
|
+
|
36
|
+
to
|
37
|
+
opacity: 1
|
38
|
+
transform: translateY(0)
|
@@ -0,0 +1,45 @@
|
|
1
|
+
// Navbar site logo
|
2
|
+
// make sure we don't style any other instance so nest with .nav-brand
|
3
|
+
.nav-brand
|
4
|
+
.site__logo--group
|
5
|
+
.site__logo--curve,
|
6
|
+
.site__logo--legvert,
|
7
|
+
.site__logo--leg45,
|
8
|
+
.site__logo--g,
|
9
|
+
.site__logo--a,
|
10
|
+
.site__logo__i,
|
11
|
+
.site__logo--t,
|
12
|
+
.site__logo--Q
|
13
|
+
fill: $env-primary
|
14
|
+
|
15
|
+
|
16
|
+
// on mobile and within the clinician env we hide the other submenus and show the gaitq env .nav-group-link
|
17
|
+
.pwp-group, .gaitq-group
|
18
|
+
display: none
|
19
|
+
|
20
|
+
|
21
|
+
@media screen and ( min-width: 768px )
|
22
|
+
.pwp-group-link, .clinician-group-link
|
23
|
+
display: flex
|
24
|
+
|
25
|
+
.nav-group-content
|
26
|
+
background-color: $env-primary
|
27
|
+
border-top: 1px solid rgb(118, 133, 164)
|
28
|
+
|
29
|
+
.clinician-group
|
30
|
+
display: flex
|
31
|
+
align-items: center
|
32
|
+
width: 100vw
|
33
|
+
height: 15vh
|
34
|
+
left: 0
|
35
|
+
flex-direction: row
|
36
|
+
|
37
|
+
.nav-group-content
|
38
|
+
|
39
|
+
.nav-link
|
40
|
+
font-weight: 400
|
41
|
+
color: $env-primary
|
42
|
+
text-transform: uppercase
|
43
|
+
padding: 0 3rem
|
44
|
+
&:hover
|
45
|
+
text-decoration: underline
|