slow-steps 0.3.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_config.yml +3 -3
  4. data/_includes/contact-form.html +1 -1
  5. data/_includes/cookie-consent.html +21 -0
  6. data/_includes/footer/footer.html +64 -7
  7. data/_includes/footer/footer_redesign.html +139 -0
  8. data/_includes/forms/mc-register.html +124 -110
  9. data/_includes/functions/calc-svg-coord.html +2 -0
  10. data/_includes/functions/reposition-svg-labels.html +44 -0
  11. data/_includes/head/descriptors/og-meta.html +0 -1
  12. data/_includes/head/descriptors/structured-data.html +3 -3
  13. data/_includes/head/descriptors/twitter-meta.html +1 -1
  14. data/_includes/{google-analytics.html → head/google-analytics.html} +9 -2
  15. data/_includes/head/head.html +6 -4
  16. data/_includes/head/stylesheets.html +3 -0
  17. data/_includes/image-post.html +1 -1
  18. data/_includes/navigation/global.html +57 -44
  19. data/_includes/scripts.html +3 -1
  20. data/_layouts/default.html +1 -1
  21. data/_layouts/env/clinician.html +6 -6
  22. data/_layouts/env/landing.html +8 -8
  23. data/_layouts/env/pwp.html +3 -3
  24. data/_layouts/faq.html +3 -0
  25. data/_layouts/feed.html +1 -1
  26. data/_layouts/post.html +1 -1
  27. data/_sass/_colors/_variables.sass +2 -0
  28. data/_sass/_functions.sass +9 -0
  29. data/_sass/_mixins.sass +6 -3
  30. data/_sass/about.sass +3 -1
  31. data/_sass/breakpoints/about.sass +11 -2
  32. data/_sass/collage.sass +2 -1
  33. data/_sass/contact.sass +2 -2
  34. data/_sass/env/breakpoints/768.sass +16 -11
  35. data/_sass/env/clinician.sass +12 -7
  36. data/_sass/env/landing.sass +18 -3
  37. data/_sass/env/pwp.sass +11 -2
  38. data/_sass/faq.sass +9 -1
  39. data/_sass/feed.sass +2 -2
  40. data/_sass/footer.sass +174 -14
  41. data/_sass/footer_redesign.sass +353 -0
  42. data/_sass/forms/mc-forms.sass +9 -0
  43. data/_sass/global.sass +79 -8
  44. data/_sass/navigation/_variables.sass +3 -3
  45. data/_sass/navigation/base.sass +14 -4
  46. data/_sass/navigation/breakpoints/1024.sass +33 -8
  47. data/_sass/navigation/burger.sass +1 -1
  48. data/_sass/typography/_variables.sass +1 -1
  49. data/_sass/typography/resets.sass +2 -2
  50. data/assets/css/env/gaitq_clinician.sass +1 -1
  51. data/assets/css/env/gaitq_landing.sass +1 -1
  52. data/assets/css/env/gaitq_pwp.sass +1 -1
  53. data/assets/css/gaitq_errors.sass +13 -1
  54. data/assets/js/mobile-nav-slider.js +1 -1
  55. data/assets/js/svg_text_width.js +4 -4
  56. metadata +7 -6
  57. data/_includes/footer/footer_full.html +0 -79
  58. data/_includes/functions/pull_page_args.html +0 -31
  59. data/_sass/footer_full.sass +0 -183
@@ -0,0 +1,353 @@
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
+
77
+ &:last-child
78
+ @include default-trans
79
+ margin: auto
80
+ margin-top: 2rem
81
+ margin-bottom: 4rem
82
+ background-color: $opd-coral
83
+ text-align: center
84
+ padding: 1rem
85
+ width: 70vw
86
+ border-radius: 6px
87
+ cursor: pointer
88
+ text-transform: uppercase
89
+ a
90
+ text-decoration: none
91
+
92
+
93
+ .ft__sitemap--link
94
+ //text-decoration: none
95
+ color: inherit
96
+ line-height: 3rem
97
+
98
+ .ft__contact
99
+ //width: 20vw
100
+ text-align: center
101
+
102
+ .ft__contact--header
103
+ padding-bottom: 3rem
104
+
105
+ ul
106
+ list-style: none
107
+ padding: 0
108
+ margin: 0
109
+
110
+ .ft__contact--link
111
+ padding: 1rem 0
112
+
113
+ i
114
+ padding-right: 1rem
115
+
116
+ & > a
117
+ color: inherit
118
+
119
+
120
+ .social-media
121
+ padding-top: 4rem
122
+ display: flex
123
+ justify-content: space-around
124
+ i
125
+ font-size: 3rem
126
+
127
+
128
+ .ft__base
129
+
130
+ border-top: solid 1px $opd-light-blue
131
+ text-align: center
132
+
133
+ a,
134
+ p
135
+ color: inherit
136
+ font-size: $sm-font-size
137
+ margin: 0
138
+ padding: 1rem .1rem
139
+ text-decoration: none
140
+
141
+ .legal-links
142
+ display: flex
143
+ justify-content: center
144
+
145
+ flex-direction: row
146
+ a
147
+ &::after
148
+ content: " |"
149
+
150
+ &:last-child
151
+ &::after
152
+ content: ""
153
+
154
+ .copyright
155
+ &::after
156
+ content: ' Limited'
157
+
158
+ .ft__sitemap--submenu
159
+ li
160
+ transition: .2s ease-in-out
161
+
162
+ &:hover > li
163
+ opacity: .5
164
+
165
+ li
166
+ &:hover
167
+ opacity: 1
168
+
169
+
170
+ @media screen and ( min-width: 768px )
171
+
172
+ .ft__wrapper
173
+ @include footer-bg($opd-blue)
174
+ color: $white
175
+ padding: 5vh 5vw
176
+ font-size: $sm-font-size
177
+
178
+ .ft__body
179
+ display: flex
180
+ flex-direction: row
181
+ width: 90vw
182
+ padding: 10rem 0
183
+ justify-content: space-between
184
+
185
+ .ft__company
186
+ width: 20vw
187
+ display: flex
188
+
189
+ .ft__company__logo
190
+ @include logo-color($white)
191
+ padding-bottom: 3rem
192
+ & > .site__logo
193
+ height: 7rem
194
+ &::after
195
+ content: 'Limited'
196
+ position: absolute
197
+ font-size: $font-size
198
+ transform: translate(-7rem, 6rem)
199
+
200
+ .ft__company__no
201
+ padding-bottom: 2rem
202
+
203
+ .ft__company__add > ul
204
+ list-style: none
205
+ padding: 0
206
+ margin: 0
207
+ text-decoration: none
208
+
209
+ .address
210
+ line-height: $font-size + 1rem
211
+ & > *
212
+ padding-bottom: 1rem
213
+
214
+ .ft__company--link
215
+ padding: 2rem 0
216
+
217
+ & > a
218
+ text-decoration: none
219
+ color: inherit
220
+
221
+ .ft__sitemap
222
+ width: 40vw
223
+
224
+ .ft__sitemap, .ft__contact
225
+ margin-top: 0
226
+
227
+
228
+ .ft__sitemap--submenu
229
+ font-size: inherit
230
+
231
+
232
+ .ft__sitemap--header
233
+ border-bottom: 1px solid $opd-light-blue
234
+ margin-bottom: 3rem
235
+ width: 80%
236
+
237
+ .ft__sitemap--env-wrap
238
+ display: flex
239
+ flex-direction: row
240
+
241
+ .ft__sitemap--env
242
+ margin-right: 8rem
243
+
244
+ .ft__sitemap--env-header
245
+ margin-bottom: 2rem
246
+
247
+ .ft__sitemap--submenu
248
+ padding: 0
249
+
250
+ li
251
+ line-height: 3rem
252
+ list-style: none
253
+
254
+ &:last-child
255
+ //margin-top: 5rem
256
+ margin-bottom: 8rem
257
+ width: auto
258
+ border: solid 1px $opd-coral
259
+
260
+ .ft__sitemap--link
261
+ @include default-trans
262
+ text-align: center
263
+ padding: 2rem 3rem
264
+ width: auto
265
+ border-radius: 6px
266
+ cursor: pointer
267
+ text-transform: uppercase
268
+ &:hover
269
+ background-color: rgba($opd-coral,.3)
270
+ border: solid 1px $pure-white
271
+
272
+ .ft__sitemap--link
273
+ text-decoration: none
274
+ color: inherit
275
+ line-height: 4rem
276
+
277
+ .ft__contact
278
+ width: 20vw
279
+ text-align: left
280
+
281
+ .ft__contact--header
282
+ padding-bottom: 3rem
283
+
284
+ ul
285
+ list-style: none
286
+ padding: 0
287
+ margin: 0
288
+
289
+ .ft__contact--link
290
+ padding: 2rem 0
291
+
292
+ i
293
+ padding-right: 2rem
294
+
295
+ & > a
296
+ @include default-trans
297
+ color: inherit
298
+ text-decoration: none
299
+
300
+ &:hover > a
301
+ color: $opd-coral
302
+
303
+ .social-media
304
+ padding-top: 6rem
305
+ justify-content: flex-start
306
+ i
307
+ font-size: 4rem
308
+ padding-right: 5rem
309
+
310
+ .ft__base
311
+ align-items: center
312
+ border-top: solid 1px $opd-light-blue
313
+ display: flex
314
+ flex-wrap: wrap
315
+
316
+ justify-content: space-between
317
+ min-width: 100%
318
+ width: 100%
319
+ a,
320
+ p
321
+ color: inherit
322
+ font-size: $sm-font-size
323
+ margin: 0
324
+ padding: .5rem .1rem
325
+ text-decoration: none
326
+
327
+ .legal-links
328
+ display: flex
329
+ justify-content: space-between
330
+
331
+ flex-direction: row
332
+ a
333
+ &::after
334
+ content: " |"
335
+
336
+ &:last-child
337
+ &::after
338
+ content: ""
339
+
340
+ .copyright
341
+ &::after
342
+ content: ' Limited'
343
+
344
+ .ft__sitemap--submenu
345
+ li
346
+ transition: .2s ease-in-out
347
+
348
+ &:hover > li
349
+ opacity: .5
350
+
351
+ li
352
+ &:hover
353
+ opacity: 1
@@ -191,3 +191,12 @@ input.switch
191
191
  padding: 5rem
192
192
  background-color: $pure-white
193
193
  border-radius: 20px
194
+
195
+
196
+ .response
197
+ padding: 2rem 0
198
+
199
+ .mce_inline_error
200
+ padding: 1rem 0
201
+ font-size: $sm-font-size
202
+ color: $led
data/_sass/global.sass CHANGED
@@ -87,6 +87,7 @@ body
87
87
  object-fit: cover
88
88
  object-position: center
89
89
  width: 100%
90
+ display: inherit
90
91
 
91
92
  .image__filter--mix
92
93
  @include image-filter--mix
@@ -101,9 +102,35 @@ body
101
102
  text-align: center
102
103
  width: 100vw
103
104
 
104
- & > *
105
+
106
+ & > p
107
+ opacity: 0
105
108
  padding-top: 12px
109
+ animation: fadeInAnimation ease 1s
110
+ animation-delay: .8s
111
+ animation-iteration-count: 1
112
+ animation-fill-mode: forwards
113
+
114
+ & > h1, h2, h3, h4, h5
115
+ animation: zoomInAnimation ease .6s
116
+ animation-iteration-count: 1
117
+ animation-fill-mode: forwards
118
+
119
+ @keyframes zoomInAnimation
120
+ 0%
121
+ transform: scale(0)
122
+ opacity: 0
123
+
124
+ 100%
125
+ transform: scale(1)
126
+ opacity: 1
106
127
 
128
+ @keyframes fadeInAnimation
129
+ 0%
130
+ opacity: 0
131
+
132
+ 100%
133
+ opacity: 1
107
134
 
108
135
  .hero__strap--center
109
136
  //padding-top: $navbar-height
@@ -180,7 +207,8 @@ body
180
207
  stroke-width: 1
181
208
 
182
209
  & > .svg--text
183
- font-size: $font-size * .8
210
+ font-size: $lg-font-size
211
+ font-weight: $heavy-font
184
212
 
185
213
  .svg__labels.hidden
186
214
 
@@ -208,6 +236,12 @@ body
208
236
  & > .trans-right
209
237
  animation: trans-in-right .6s ease-in-out
210
238
 
239
+ // This is digusting! We need to tweak the actual html so we can readilly access these elements.
240
+ .svg__labels--red
241
+ & > svg > * > *
242
+ fill: $opd-coral
243
+ stroke: $opd-coral!important
244
+
211
245
 
212
246
  $svg-text-offset: 60px
213
247
 
@@ -261,6 +295,7 @@ $svg-text-offset: 60px
261
295
  display: flex
262
296
  padding: 0
263
297
  margin: 0
298
+ line-height: 0
264
299
 
265
300
  .social-media-item
266
301
  list-style: none
@@ -314,9 +349,8 @@ $svg-text-offset: 60px
314
349
 
315
350
  // This is basically a button and should to be centralised
316
351
  .action__call
317
- bottom: 0
318
- font-size: $font-size * .8
319
- margin: -100px auto
352
+ font-size: $font-size
353
+ margin: 0 auto
320
354
  padding: 2rem
321
355
  position: relative
322
356
  text-decoration: none
@@ -327,14 +361,14 @@ $svg-text-offset: 60px
327
361
  content: ''
328
362
  display: block
329
363
  height: 6rem
330
- left: 0
364
+ left: -1rem
331
365
  position: absolute
332
- top: 0
366
+ top: .5rem
333
367
  transition: .2s ease
334
368
  width: 6rem
335
369
 
336
370
  span
337
- font-weight: 900
371
+ font-weight: $heavy-font
338
372
  position: relative
339
373
 
340
374
  svg
@@ -358,3 +392,40 @@ $svg-text-offset: 60px
358
392
 
359
393
  span
360
394
  color: $white
395
+
396
+
397
+ .cc-window
398
+ background-color: $opd-blue
399
+ display: flex
400
+ align-items: center
401
+ position: fixed
402
+
403
+ .cc-message
404
+ width: 80vw
405
+ padding: 3rem 2rem
406
+ color: $pure-white
407
+
408
+ .cc-compliance
409
+ width: 20vw
410
+ border-style: none
411
+ height: 100%
412
+
413
+
414
+
415
+ .cc-dismiss
416
+ display: flex
417
+ flex-wrap: nowrap
418
+ background-color: $opd-coral
419
+ border-style: none
420
+ color: $pure-white
421
+ border-radius: 6px
422
+
423
+ &:hover
424
+ background-color: lighten($opd-coral, 10)
425
+
426
+ .cc-link
427
+ text-decoration: none
428
+ color: lighten($opd-coral, 10)
429
+
430
+ &:hover
431
+ color: $opd-coral