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
data/_sass/env/pwp.sass
ADDED
@@ -0,0 +1,181 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
.pwp__mast
|
4
|
+
display: flex
|
5
|
+
justify-content: center
|
6
|
+
align-items: center
|
7
|
+
height: 90vh
|
8
|
+
height: calc( var(--vh, 1vh) * 90 )
|
9
|
+
|
10
|
+
.pwp__bg
|
11
|
+
position: relative
|
12
|
+
height: 100%
|
13
|
+
width: 100%
|
14
|
+
background-image: url($baseurl + 'assets/img/landing__pwp-mobile.jpg')
|
15
|
+
background-size: cover
|
16
|
+
opacity: .7
|
17
|
+
filter: grayscale(1) contrast(.2) brightness(1.6)
|
18
|
+
|
19
|
+
.pwp__overlay
|
20
|
+
position: relative
|
21
|
+
height: 100%
|
22
|
+
width: 100%
|
23
|
+
background-color: $env-primary
|
24
|
+
|
25
|
+
.pwp--strap
|
26
|
+
position: absolute
|
27
|
+
color: $env-secondary
|
28
|
+
text-align: center
|
29
|
+
padding-top: $navbar-height
|
30
|
+
|
31
|
+
|
32
|
+
.pwp--strap-start
|
33
|
+
color: $env-primary
|
34
|
+
|
35
|
+
.pwp__follow
|
36
|
+
display: flex
|
37
|
+
position: absolute
|
38
|
+
bottom: 4.5vh
|
39
|
+
width: 30px
|
40
|
+
height: 11vh
|
41
|
+
background-color: $env-primary
|
42
|
+
z-index: 2
|
43
|
+
border-radius: 30px
|
44
|
+
color: $white
|
45
|
+
align-items: center
|
46
|
+
justify-content: center
|
47
|
+
&::after
|
48
|
+
content: "\2193"
|
49
|
+
font-size: 20px
|
50
|
+
transform: scaleY(2)
|
51
|
+
|
52
|
+
.pwp__device--img
|
53
|
+
background-size: cover
|
54
|
+
background-repeat: no-repeat
|
55
|
+
width: 100%
|
56
|
+
height: 0
|
57
|
+
padding-top: 62.5%
|
58
|
+
z-index: 99999
|
59
|
+
|
60
|
+
.pwp__device--docked
|
61
|
+
background-image: url($baseurl + 'assets/img/pwp_device_group_docked.png')
|
62
|
+
svg
|
63
|
+
position: absolute
|
64
|
+
transform: translateY(-100%)
|
65
|
+
|
66
|
+
.pwp__device--group
|
67
|
+
background-image: url($baseurl + 'assets/img/pwp_device_group.png')
|
68
|
+
svg
|
69
|
+
position: absolute
|
70
|
+
transform: translateY(-100%)
|
71
|
+
//-height: 100vh
|
72
|
+
|
73
|
+
.pwp__straps
|
74
|
+
text-align: center
|
75
|
+
//padding: 5rem 2rem
|
76
|
+
background-position: center
|
77
|
+
color: $env-secondary
|
78
|
+
|
79
|
+
.pwp__device--strap
|
80
|
+
background-color: $opd-blue-trust
|
81
|
+
padding: 5rem 2rem
|
82
|
+
& > h2
|
83
|
+
padding: 2rem 0
|
84
|
+
|
85
|
+
.pwp__grid-wrap
|
86
|
+
display: flex
|
87
|
+
flex-direction: column-reverse
|
88
|
+
width: 100vw
|
89
|
+
|
90
|
+
.pwp__grid-col-r
|
91
|
+
svg
|
92
|
+
display: none
|
93
|
+
position: absolute
|
94
|
+
|
95
|
+
.pwp__grid__text
|
96
|
+
display: flex
|
97
|
+
align-items: center
|
98
|
+
justify-content: center
|
99
|
+
flex-direction: column
|
100
|
+
width: 100%
|
101
|
+
background-color: $env-primary
|
102
|
+
color: $white
|
103
|
+
padding: 4rem 0
|
104
|
+
.site__logo
|
105
|
+
width: 60%
|
106
|
+
.site__logo--curve,
|
107
|
+
.site__logo--legvert,
|
108
|
+
.site__logo--leg45,
|
109
|
+
.site__logo--g,
|
110
|
+
.site__logo--a,
|
111
|
+
.site__logo__i,
|
112
|
+
.site__logo--t,
|
113
|
+
.site__logo--Q
|
114
|
+
fill: $white
|
115
|
+
|
116
|
+
.pwp__grid_img
|
117
|
+
background-image: url($baseurl + 'assets/img/pwp__grid_img.png')
|
118
|
+
background-size: cover
|
119
|
+
background-repeat: no-repeat
|
120
|
+
padding-top: 150%
|
121
|
+
filter: grayscale(1) contrast(.8) brightness(.9) sepia(.4) hue-rotate(180deg)
|
122
|
+
|
123
|
+
.pwp--guarantee
|
124
|
+
border-top: solid 1px $soft-white
|
125
|
+
width: 80%
|
126
|
+
margin: 3rem 0
|
127
|
+
|
128
|
+
.pwp__grid_keywords
|
129
|
+
display: flex
|
130
|
+
flex-direction: row
|
131
|
+
flex-wrap: wrap
|
132
|
+
background-color: $opd-blue-trust
|
133
|
+
& > *
|
134
|
+
padding: 3rem 0
|
135
|
+
width: 50%
|
136
|
+
|
137
|
+
|
138
|
+
.pulsating-circle
|
139
|
+
position: absolute
|
140
|
+
left: 75.5%
|
141
|
+
top: 52.5%
|
142
|
+
transform: translateX(-50%) translateY(-50%)
|
143
|
+
width: 8px
|
144
|
+
height: 8px
|
145
|
+
|
146
|
+
&::before
|
147
|
+
content: ''
|
148
|
+
position: relative
|
149
|
+
display: block
|
150
|
+
width: 300%
|
151
|
+
height: 300%
|
152
|
+
box-sizing: border-box
|
153
|
+
margin-left: -100%
|
154
|
+
margin-top: -100%
|
155
|
+
border-radius: 100px
|
156
|
+
background-color: rgb(252, 133, 133)
|
157
|
+
animation: pulse-ring 2s cubic-bezier(.01,.56,.2,.2) infinite
|
158
|
+
|
159
|
+
&::after
|
160
|
+
content: ''
|
161
|
+
position: absolute
|
162
|
+
left: 0
|
163
|
+
top: 0
|
164
|
+
display: block
|
165
|
+
width: 100%
|
166
|
+
height: 100%
|
167
|
+
background: radial-gradient(rgb(255, 176, 176), rgb(255, 107, 107))
|
168
|
+
border-radius: 100px
|
169
|
+
|
170
|
+
|
171
|
+
@keyframes pulse-ring
|
172
|
+
0%
|
173
|
+
opacity: 1
|
174
|
+
transform: scale(.3)
|
175
|
+
|
176
|
+
80%
|
177
|
+
opacity: 0
|
178
|
+
|
179
|
+
100%
|
180
|
+
opacity: 0
|
181
|
+
transform: scale(1)
|
@@ -0,0 +1,109 @@
|
|
1
|
+
.error-page
|
2
|
+
background: #5A657A
|
3
|
+
min-height: 85vh
|
4
|
+
padding: 10vh 5vw 5vh
|
5
|
+
|
6
|
+
p,
|
7
|
+
h1
|
8
|
+
color: $white
|
9
|
+
|
10
|
+
.robo
|
11
|
+
display: block
|
12
|
+
height: 50vh
|
13
|
+
margin: 0 auto
|
14
|
+
overflow: visible !important
|
15
|
+
|
16
|
+
#robot_1_,
|
17
|
+
#light_1_,
|
18
|
+
#leftEye_1_,
|
19
|
+
#rightEye_1_,
|
20
|
+
#leftArm_1_,
|
21
|
+
#rightArm_1_,
|
22
|
+
#shadow_1_
|
23
|
+
animation-direction: alternate
|
24
|
+
animation-iteration-count: infinite
|
25
|
+
|
26
|
+
#robot_1_,
|
27
|
+
#leftArm_1_,
|
28
|
+
#rightArm_1_,
|
29
|
+
#shadow_1_
|
30
|
+
animation-duration: 1s
|
31
|
+
animation-timing-function: ease-in-out
|
32
|
+
|
33
|
+
#robot_1_
|
34
|
+
animation-name: verticalAnimation
|
35
|
+
|
36
|
+
#light_1_
|
37
|
+
animation-duration: .5s
|
38
|
+
animation-name: blinkLight
|
39
|
+
animation-timing-function: steps(2)
|
40
|
+
|
41
|
+
#leftEye_1_,
|
42
|
+
#rightEye_1_
|
43
|
+
animation-duration: 1.8s
|
44
|
+
animation-name: blinkEye
|
45
|
+
animation-timing-function: linear
|
46
|
+
transform-origin: 50% 50%
|
47
|
+
|
48
|
+
#leftArm_1_
|
49
|
+
animation-name: moveLeftArm
|
50
|
+
transform-origin: 50% 10%
|
51
|
+
|
52
|
+
#rightArm_1_
|
53
|
+
animation-name: moveRightArm
|
54
|
+
transform-origin: 50% 10%
|
55
|
+
|
56
|
+
#shadow_1_
|
57
|
+
animation-name: shadowAnimation
|
58
|
+
transform-origin: 50%
|
59
|
+
|
60
|
+
@keyframes wave
|
61
|
+
0%
|
62
|
+
transform: rotate(120deg)
|
63
|
+
|
64
|
+
100%
|
65
|
+
transform: rotate(170deg)
|
66
|
+
|
67
|
+
@keyframes moveLeftArm
|
68
|
+
0%
|
69
|
+
transform: rotate(0)
|
70
|
+
|
71
|
+
100%
|
72
|
+
transform: rotate(4deg)
|
73
|
+
|
74
|
+
@keyframes moveRightArm
|
75
|
+
0%
|
76
|
+
transform: rotate(0)
|
77
|
+
|
78
|
+
100%
|
79
|
+
transform: rotate(-4deg)
|
80
|
+
|
81
|
+
@keyframes shadowAnimation
|
82
|
+
0%
|
83
|
+
opacity: .4
|
84
|
+
transform: scale(1)
|
85
|
+
|
86
|
+
100%
|
87
|
+
opacity: .6
|
88
|
+
transform: scale(1.15)
|
89
|
+
|
90
|
+
@keyframes verticalAnimation
|
91
|
+
0%
|
92
|
+
transform: translateY(-10px)
|
93
|
+
|
94
|
+
100%
|
95
|
+
transform: translateY(10px)
|
96
|
+
|
97
|
+
@keyframes blinkLight
|
98
|
+
0%
|
99
|
+
opacity: 0
|
100
|
+
|
101
|
+
100%
|
102
|
+
opacity: 1
|
103
|
+
|
104
|
+
@keyframes blinkEye
|
105
|
+
0%
|
106
|
+
transform: scaleY(0)
|
107
|
+
|
108
|
+
4%
|
109
|
+
transform: scaleY(1)
|
data/_sass/feed.sass
ADDED
@@ -0,0 +1,58 @@
|
|
1
|
+
.feed__head
|
2
|
+
margin-top: ($navbar-height + $secondary-navbar-height)*1.5
|
3
|
+
width: 100vw
|
4
|
+
|
5
|
+
.feed__title
|
6
|
+
margin: auto
|
7
|
+
text-align: center
|
8
|
+
|
9
|
+
.post__feed
|
10
|
+
display: flex
|
11
|
+
justify-content: space-between
|
12
|
+
width: 80vw
|
13
|
+
max-width: 1200px
|
14
|
+
margin: 10vh auto
|
15
|
+
|
16
|
+
.feed__card
|
17
|
+
display: flex
|
18
|
+
flex-direction: column
|
19
|
+
width: 30vw
|
20
|
+
max-width: 360px
|
21
|
+
height: 220px
|
22
|
+
margin-bottom: 10vh
|
23
|
+
overflow: hidden
|
24
|
+
border-radius: 12px
|
25
|
+
box-shadow: 0 0 6px rgba($env-primary,.8)
|
26
|
+
transition: .8s ease-in-out
|
27
|
+
|
28
|
+
&:hover
|
29
|
+
box-shadow: 2px 2px 10px rgba($env-primary,1)
|
30
|
+
.feed__card--image
|
31
|
+
transform: scale(1.1)
|
32
|
+
.feed__card--title
|
33
|
+
font-weight: 400
|
34
|
+
color: $pure-white
|
35
|
+
|
36
|
+
.feed__card--image
|
37
|
+
display: block
|
38
|
+
object-fit: cover
|
39
|
+
object-position: top
|
40
|
+
width: 100%
|
41
|
+
height: 100%
|
42
|
+
overflow: hidden
|
43
|
+
transition: .8s ease-in-out
|
44
|
+
|
45
|
+
.feed__card--text
|
46
|
+
background-color: $env-primary
|
47
|
+
padding: 2rem 1rem
|
48
|
+
color: $white
|
49
|
+
z-index: 1
|
50
|
+
font-size: $font-size * .7
|
51
|
+
|
52
|
+
.feed__card--link
|
53
|
+
text-decoration: none
|
54
|
+
color: inherit
|
55
|
+
text-transform: uppercase
|
56
|
+
|
57
|
+
.feed__card--meta
|
58
|
+
font-size: $font-size * .7
|
data/_sass/footer.sass
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
.ft__wrap
|
2
|
+
max-width: 100vw
|
3
|
+
background-color: $opd-grey-neutral
|
4
|
+
padding: 3rem 2rem
|
5
|
+
|
6
|
+
.ft__base
|
7
|
+
font-size: 1rem
|
8
|
+
display: flex
|
9
|
+
flex-direction: row
|
10
|
+
justify-content: space-between
|
11
|
+
|
12
|
+
.legal-links, .owner-links
|
13
|
+
display: flex
|
14
|
+
flex-direction: column
|
15
|
+
justify-content: space-between
|
16
|
+
a
|
17
|
+
text-decoration: none
|
18
|
+
color: $black
|
19
|
+
a, p
|
20
|
+
padding: .4rem 0
|
21
|
+
|
22
|
+
.legal-links
|
23
|
+
text-align: right
|
@@ -0,0 +1,82 @@
|
|
1
|
+
.ft-wrapper
|
2
|
+
background-color: $opd-blue-confidence
|
3
|
+
background-image: url('/assets/img/content/footer-bg.svg')
|
4
|
+
background-position: center
|
5
|
+
background-size: cover
|
6
|
+
color: $white
|
7
|
+
display: flex
|
8
|
+
flex-wrap: wrap
|
9
|
+
margin-top: 10vh
|
10
|
+
padding: 0
|
11
|
+
|
12
|
+
.ft__head
|
13
|
+
display: flex
|
14
|
+
height: 10vh
|
15
|
+
min-height: 10vh
|
16
|
+
min-width: 100%
|
17
|
+
width: 100%
|
18
|
+
|
19
|
+
.ft__body
|
20
|
+
display: flex
|
21
|
+
flex-wrap: wrap
|
22
|
+
margin: 0 2rem
|
23
|
+
width: 100%
|
24
|
+
|
25
|
+
.ft__sitemap, .ft__contact
|
26
|
+
min-width: 100%
|
27
|
+
width: 100%
|
28
|
+
|
29
|
+
.ft__base
|
30
|
+
min-width: 100%
|
31
|
+
width: 100%
|
32
|
+
display: flex
|
33
|
+
flex-wrap: nowrap
|
34
|
+
justify-content: space-between
|
35
|
+
align-items: center
|
36
|
+
border-top: solid 1px $opd-grey-neutral
|
37
|
+
|
38
|
+
a, p
|
39
|
+
padding-top: 0
|
40
|
+
margin: 0
|
41
|
+
font-size: 1.2rem
|
42
|
+
text-decoration: none
|
43
|
+
color: inherit
|
44
|
+
|
45
|
+
div
|
46
|
+
a
|
47
|
+
&::after
|
48
|
+
content: " |"
|
49
|
+
|
50
|
+
&:last-child
|
51
|
+
&::after
|
52
|
+
content: ""
|
53
|
+
|
54
|
+
.ft__sitemap--menu
|
55
|
+
position: relative
|
56
|
+
float: left
|
57
|
+
background: transparent
|
58
|
+
margin: 0 1% 0 1%
|
59
|
+
|
60
|
+
.ft__sitemap--header
|
61
|
+
border-bottom: 1px solid $opd-grey-neutral
|
62
|
+
color: $pure-white
|
63
|
+
|
64
|
+
&:not(:first-child)
|
65
|
+
&::before
|
66
|
+
content: 'GaitQ '
|
67
|
+
|
68
|
+
.ft__sitemap--menu, .ft__sitemap--submenu
|
69
|
+
padding: 0
|
70
|
+
width: 100%
|
71
|
+
|
72
|
+
.ft__sitemap--submenu
|
73
|
+
padding-bottom: 2rem
|
74
|
+
li
|
75
|
+
display: block
|
76
|
+
list-style: none
|
77
|
+
padding: .8rem 1.2rem
|
78
|
+
text-decoration: none
|
79
|
+
|
80
|
+
.ft__sitemap--submenu li a
|
81
|
+
color: $white
|
82
|
+
text-decoration: none
|