slow-steps 0.3.2 → 0.3.3

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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_config.yml +3 -3
  4. data/_includes/footer/footer.html +64 -7
  5. data/_includes/footer/footer_redesign.html +107 -0
  6. data/_includes/forms/mc-register.html +126 -108
  7. data/_includes/head/descriptors/og-meta.html +0 -1
  8. data/_includes/head/descriptors/structured-data.html +3 -3
  9. data/_includes/head/descriptors/twitter-meta.html +1 -1
  10. data/_includes/head/head.html +3 -3
  11. data/_includes/image-post.html +1 -1
  12. data/_layouts/default.html +1 -1
  13. data/_layouts/env/clinician.html +2 -2
  14. data/_layouts/env/landing.html +2 -2
  15. data/_layouts/faq.html +3 -0
  16. data/_layouts/feed.html +1 -1
  17. data/_layouts/post.html +1 -1
  18. data/_sass/_functions.sass +9 -0
  19. data/_sass/_mixins.sass +3 -2
  20. data/_sass/about.sass +3 -1
  21. data/_sass/breakpoints/about.sass +11 -2
  22. data/_sass/collage.sass +1 -1
  23. data/_sass/contact.sass +2 -2
  24. data/_sass/env/clinician.sass +3 -2
  25. data/_sass/env/landing.sass +18 -3
  26. data/_sass/env/pwp.sass +4 -2
  27. data/_sass/faq.sass +9 -1
  28. data/_sass/feed.sass +2 -2
  29. data/_sass/footer.sass +174 -14
  30. data/_sass/footer_redesign.sass +351 -0
  31. data/_sass/global.sass +29 -2
  32. data/_sass/navigation/_variables.sass +3 -3
  33. data/_sass/navigation/base.sass +14 -4
  34. data/_sass/navigation/breakpoints/1024.sass +13 -6
  35. data/_sass/navigation/burger.sass +1 -1
  36. data/_sass/typography/_variables.sass +2 -2
  37. data/_sass/typography/resets.sass +2 -2
  38. data/assets/css/env/gaitq_clinician.sass +1 -1
  39. data/assets/css/env/gaitq_landing.sass +1 -1
  40. data/assets/css/env/gaitq_pwp.sass +1 -1
  41. data/assets/css/gaitq_errors.sass +1 -1
  42. data/assets/js/mobile-nav-slider.js +1 -1
  43. metadata +4 -4
  44. data/_includes/footer/footer_full.html +0 -79
  45. data/_sass/footer_full.sass +0 -183
@@ -0,0 +1,351 @@
1
+ .ft__wrapper
2
+ @include footer-bg($opd-blue)
3
+ color: $white
4
+ padding: 5vh 5vw
5
+ font-size: $sm-font-size
6
+
7
+ .ft__body
8
+ display: flex
9
+ flex-direction: column-reverse
10
+ width: 100%
11
+ padding: 6rem 0
12
+ justify-content: space-between
13
+
14
+ .ft__company
15
+ display: flex
16
+
17
+ .ft__company__logo
18
+ @include logo-color($white)
19
+ padding-bottom: 3rem
20
+
21
+ & > .site__logo
22
+ height: 5rem
23
+ &::after
24
+ content: 'Limited'
25
+ position: absolute
26
+ font-size: $sm-font-size
27
+ transform: translate(-5rem, 4rem)
28
+
29
+ .ft__company__no
30
+ padding-bottom: 2rem
31
+
32
+ .ft__company__add > ul
33
+ list-style: none
34
+ padding: 0
35
+ margin: 0
36
+ text-decoration: none
37
+
38
+ .address
39
+ line-height: $font-size
40
+ & > *
41
+ padding-bottom: 1rem
42
+
43
+ .ft__sitemap
44
+
45
+ //width: 40vw
46
+
47
+ .ft__sitemap
48
+ margin-top: 6rem
49
+
50
+
51
+ .ft__sitemap--submenu
52
+ font-size: inherit
53
+
54
+
55
+ .ft__sitemap--header
56
+ border-bottom: 1px solid $opd-light-blue
57
+ margin-bottom: 3rem
58
+ width: 100%
59
+
60
+ .ft__sitemap--env-wrap
61
+ display: flex
62
+ flex-direction: column
63
+
64
+ .ft__sitemap--env
65
+ //margin-right: 8rem
66
+
67
+ .ft__sitemap--env-header
68
+ margin-bottom: 2rem
69
+
70
+ .ft__sitemap--submenu
71
+ padding: 0
72
+
73
+ li
74
+ //line-height: 2rem
75
+ list-style: none
76
+ &:last-child
77
+ @include default-trans
78
+ margin: auto
79
+ margin-top: 2rem
80
+ margin-bottom: 4rem
81
+ background-color: $opd-coral
82
+ text-align: center
83
+ padding: 1rem
84
+ width: 70vw
85
+ border-radius: 6px
86
+ cursor: pointer
87
+ text-transform: uppercase
88
+ a
89
+ text-decoration: none
90
+
91
+ .ft__sitemap--link
92
+ //text-decoration: none
93
+ color: inherit
94
+ line-height: 3rem
95
+
96
+ .ft__contact
97
+ //width: 20vw
98
+ text-align: center
99
+
100
+ .ft__contact--header
101
+ padding-bottom: 3rem
102
+
103
+ ul
104
+ list-style: none
105
+ padding: 0
106
+ margin: 0
107
+
108
+ .ft__contact--link
109
+ padding: 1rem 0
110
+
111
+ i
112
+ padding-right: 1rem
113
+
114
+ & > a
115
+ color: inherit
116
+
117
+
118
+ .social-media
119
+ padding-top: 4rem
120
+ display: flex
121
+ justify-content: space-around
122
+ i
123
+ font-size: 3rem
124
+
125
+
126
+ .ft__base
127
+
128
+ border-top: solid 1px $opd-light-blue
129
+ text-align: center
130
+
131
+ a,
132
+ p
133
+ color: inherit
134
+ font-size: $sm-font-size
135
+ margin: 0
136
+ padding: 1rem .1rem
137
+ text-decoration: none
138
+
139
+ .legal-links
140
+ display: flex
141
+ justify-content: center
142
+
143
+ flex-direction: row
144
+ a
145
+ &::after
146
+ content: " |"
147
+
148
+ &:last-child
149
+ &::after
150
+ content: ""
151
+
152
+ .copyright
153
+ &::after
154
+ content: ' Limited'
155
+
156
+ .ft__sitemap--submenu
157
+ li
158
+ transition: .2s ease-in-out
159
+
160
+ &:hover > li
161
+ opacity: .5
162
+
163
+ li
164
+ &:hover
165
+ opacity: 1
166
+
167
+
168
+ @media screen and ( min-width: 768px )
169
+
170
+ .ft__wrapper
171
+ @include footer-bg($opd-blue)
172
+ color: $white
173
+ padding: 5vh 5vw
174
+ font-size: $sm-font-size
175
+
176
+ .ft__body
177
+ display: flex
178
+ flex-direction: row
179
+ width: 90vw
180
+ padding: 10rem 0
181
+ justify-content: space-between
182
+
183
+ .ft__company
184
+ width: 20vw
185
+ display: flex
186
+
187
+ .ft__company__logo
188
+ @include logo-color($white)
189
+ padding-bottom: 3rem
190
+ & > .site__logo
191
+ height: 7rem
192
+ &::after
193
+ content: 'Limited'
194
+ position: absolute
195
+ font-size: $font-size
196
+ transform: translate(-7rem, 6rem)
197
+
198
+ .ft__company__no
199
+ padding-bottom: 2rem
200
+
201
+ .ft__company__add > ul
202
+ list-style: none
203
+ padding: 0
204
+ margin: 0
205
+ text-decoration: none
206
+
207
+ .address
208
+ line-height: $font-size + 1rem
209
+ & > *
210
+ padding-bottom: 1rem
211
+
212
+ .ft__company--link
213
+ padding: 2rem 0
214
+
215
+ & > a
216
+ text-decoration: none
217
+ color: inherit
218
+
219
+ .ft__sitemap
220
+ width: 40vw
221
+
222
+ .ft__sitemap, .ft__contact
223
+ margin-top: 9.5rem
224
+
225
+
226
+ .ft__sitemap--submenu
227
+ font-size: inherit
228
+
229
+
230
+ .ft__sitemap--header
231
+ border-bottom: 1px solid $opd-light-blue
232
+ margin-bottom: 3rem
233
+ width: 80%
234
+
235
+ .ft__sitemap--env-wrap
236
+ display: flex
237
+ flex-direction: row
238
+
239
+ .ft__sitemap--env
240
+ margin-right: 8rem
241
+
242
+ .ft__sitemap--env-header
243
+ margin-bottom: 2rem
244
+
245
+ .ft__sitemap--submenu
246
+ padding: 0
247
+
248
+ li
249
+ line-height: 3rem
250
+ list-style: none
251
+
252
+ &:last-child
253
+ margin-top: 5rem
254
+ width: auto
255
+ .ft__sitemap--link
256
+ @include default-trans
257
+ background-color: $opd-coral
258
+ border: solid 1px $opd-coral
259
+
260
+ text-align: center
261
+ padding: 2rem 3rem
262
+ width: auto
263
+ border-radius: 6px
264
+ cursor: pointer
265
+ text-transform: uppercase
266
+ &:hover
267
+ background-color: rgba($opd-coral,.3)
268
+ border: solid 1px $pure-white
269
+
270
+ .ft__sitemap--link
271
+ text-decoration: none
272
+ color: inherit
273
+ line-height: 4rem
274
+
275
+ .ft__contact
276
+ width: 20vw
277
+ text-align: left
278
+
279
+ .ft__contact--header
280
+ padding-bottom: 3rem
281
+
282
+ ul
283
+ list-style: none
284
+ padding: 0
285
+ margin: 0
286
+
287
+ .ft__contact--link
288
+ padding: 2rem 0
289
+
290
+ i
291
+ padding-right: 2rem
292
+
293
+ & > a
294
+ @include default-trans
295
+ color: inherit
296
+ text-decoration: none
297
+
298
+ &:hover > a
299
+ color: $opd-coral
300
+
301
+ .social-media
302
+ padding-top: 6rem
303
+ justify-content: flex-start
304
+ i
305
+ font-size: 4rem
306
+ padding-right: 5rem
307
+
308
+ .ft__base
309
+ align-items: center
310
+ border-top: solid 1px $opd-light-blue
311
+ display: flex
312
+ flex-wrap: wrap
313
+
314
+ justify-content: space-between
315
+ min-width: 100%
316
+ width: 100%
317
+ a,
318
+ p
319
+ color: inherit
320
+ font-size: $sm-font-size
321
+ margin: 0
322
+ padding: .5rem .1rem
323
+ text-decoration: none
324
+
325
+ .legal-links
326
+ display: flex
327
+ justify-content: space-between
328
+
329
+ flex-direction: row
330
+ a
331
+ &::after
332
+ content: " |"
333
+
334
+ &:last-child
335
+ &::after
336
+ content: ""
337
+
338
+ .copyright
339
+ &::after
340
+ content: ' Limited'
341
+
342
+ .ft__sitemap--submenu
343
+ li
344
+ transition: .2s ease-in-out
345
+
346
+ &:hover > li
347
+ opacity: .5
348
+
349
+ li
350
+ &:hover
351
+ opacity: 1
@@ -101,9 +101,35 @@ body
101
101
  text-align: center
102
102
  width: 100vw
103
103
 
104
- & > *
104
+
105
+ & > p
106
+ opacity: 0
105
107
  padding-top: 12px
108
+ animation: fadeInAnimation ease 1s
109
+ animation-delay: .8s
110
+ animation-iteration-count: 1
111
+ animation-fill-mode: forwards
112
+
113
+ & > h1, h2, h3, h4, h5
114
+ animation: zoomInAnimation ease .6s
115
+ animation-iteration-count: 1
116
+ animation-fill-mode: forwards
117
+
118
+ @keyframes zoomInAnimation
119
+ 0%
120
+ transform: scale(0)
121
+ opacity: 0
122
+
123
+ 100%
124
+ transform: scale(1)
125
+ opacity: 1
106
126
 
127
+ @keyframes fadeInAnimation
128
+ 0%
129
+ opacity: 0
130
+
131
+ 100%
132
+ opacity: 1
107
133
 
108
134
  .hero__strap--center
109
135
  //padding-top: $navbar-height
@@ -261,6 +287,7 @@ $svg-text-offset: 60px
261
287
  display: flex
262
288
  padding: 0
263
289
  margin: 0
290
+ line-height: 0
264
291
 
265
292
  .social-media-item
266
293
  list-style: none
@@ -334,7 +361,7 @@ $svg-text-offset: 60px
334
361
  width: 6rem
335
362
 
336
363
  span
337
- font-weight: 900
364
+ font-weight: $heavy-font
338
365
  position: relative
339
366
 
340
367
  svg
@@ -6,15 +6,15 @@
6
6
 
7
7
  $navbar-height: 5vh
8
8
 
9
- $mobile-navbar-height: 10vh
10
-
11
9
  $secondary-navbar-height: 10vh
12
10
 
13
11
  $brand-height: 55%
14
12
 
15
13
  // change .nav-list.height manually in _sass/navbar/mobile.sass, can't figure out how to use calc --vh whith sass var
16
14
 
17
- $nav-list-height: 85vh
15
+ $mobile-navbar-height: 10vh
16
+
17
+ $mobile-nav-list-height: 90vh
18
18
 
19
19
  // ************* Colours *************
20
20
 
@@ -28,20 +28,23 @@
28
28
  width: 30vw
29
29
  padding-left: 3vw
30
30
  z-index: 1
31
+ margin-top: .7rem
32
+ // fudge fix for G making logo apear off-centre
31
33
 
32
34
  .site__logo *
33
35
  @include default-trans
34
36
 
37
+
35
38
  .nav-list
36
39
  border-bottom-left-radius: 80px
37
40
  font-size: 1.3rem
38
- height: $nav-list-height
39
- height: calc( var(--vh, 1vh) * 85 )
41
+ height: $mobile-nav-list-height
42
+ height: calc( var(--vh, 1vh) * #{ strip-unit($mobile-nav-list-height)} )
40
43
  list-style: none
41
44
  margin: 0
42
- margin-block-start: 0
45
+ margin-block-start: calc( var(--vh, 1vh) * #{ strip-unit($mobile-navbar-height)} )
43
46
  padding: 0
44
- padding-top: 15vh
47
+ padding-top: 0
45
48
  position: absolute
46
49
  right: 0
47
50
  top: 0
@@ -50,6 +53,12 @@
50
53
  width: 100vw
51
54
  box-sizing: content-box
52
55
  background-color: $env-primary
56
+ overflow: scroll
57
+
58
+ .nav-group-content
59
+ //text-indent: 2rem
60
+ .nav-link
61
+ margin: 3vh 20vw
53
62
 
54
63
  .nav-link
55
64
  margin: 6vh 15vw
@@ -68,6 +77,7 @@
68
77
  .nav-active
69
78
  // we toggle this class in mobile-nav-slider.js on burger click
70
79
  transform: translateX(0%)
80
+ box-shadow: -.2px .2px 0 rgba($pure-black, .3)
71
81
 
72
82
 
73
83
  .site__logo-active