slow-steps 0.1.11 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/README.md +35 -37
- data/_config.yml +1 -1
- data/_includes/footer/footer_full.html +15 -3
- data/_includes/functions/calc-svg-coord.html +18 -23
- data/_includes/functions/pull_page_args.html +3 -3
- data/_includes/head/head.html +9 -30
- data/_includes/head/stylesheets.html +20 -0
- data/_includes/image-post.html +12 -0
- data/_includes/image.html +50 -5
- data/_includes/navigation/global.html +47 -53
- data/_includes/scripts.html +9 -8
- data/_includes/vimeoPlayer.html +9 -10
- data/_layouts/about.html +17 -3
- data/_layouts/careers.html +22 -0
- data/_layouts/contact.html +1 -1
- data/_layouts/env/clinician.html +12 -29
- data/_layouts/env/pwp.html +13 -54
- data/_layouts/faq.html +12 -3
- data/_layouts/feed.html +1 -2
- data/_layouts/full-width.html +25 -2
- data/_sass/_colors/README.md +27 -0
- data/_sass/_colors/_clinician.sass +7 -0
- data/_sass/_colors/_mixins.sass +14 -0
- data/_sass/_colors/_pwp.sass +6 -0
- data/_sass/{colors → _colors}/_variables.sass +8 -17
- data/_sass/_colors/collection.sass +3 -0
- data/_sass/_mixins.sass +14 -5
- data/_sass/about.sass +46 -4
- data/_sass/breakpoints/about.sass +28 -4
- data/_sass/collage.sass +129 -0
- data/_sass/contact.sass +11 -42
- data/_sass/env/landing.sass +7 -7
- data/_sass/faq.sass +28 -3
- data/_sass/feed.sass +17 -5
- data/_sass/footer.sass +1 -1
- data/_sass/footer_full.sass +23 -13
- data/_sass/forms/mc-forms.sass +3 -3
- data/_sass/global.sass +40 -35
- data/_sass/navigation/README.md +35 -0
- data/_sass/navigation/_variables.sass +5 -6
- data/_sass/navigation/{global.sass → base.sass} +21 -20
- data/_sass/navigation/breakpoints/1024.sass +33 -15
- data/_sass/navigation/burger.sass +9 -3
- data/_sass/navigation/clinician.sass +31 -0
- data/_sass/navigation/collection.sass +9 -0
- data/_sass/navigation/colors.sass +8 -0
- data/_sass/navigation/no-nav.sass +32 -0
- data/_sass/navigation/{env/pwp.sass → pwp.sass} +12 -16
- data/_sass/post.sass +2 -7
- data/_sass/typography/_variables.sass +4 -0
- data/assets/css/env/gaitq_clinician.sass +26 -8
- data/assets/css/env/gaitq_landing.sass +21 -3
- data/assets/css/env/gaitq_pwp.sass +28 -8
- data/assets/css/gaitq_errors.sass +9 -3
- data/assets/css/gaitq_post.sass +5 -5
- data/assets/images/augmented_image.png +0 -0
- metadata +23 -31
- data/_includes/.DS_Store +0 -0
- data/_includes/head/.DS_Store +0 -0
- data/_includes/head/env/conditional.html +0 -2
- data/_sass/colors/breakpoints/1024.sass +0 -20
- data/_sass/colors/burger.sass +0 -22
- data/_sass/colors/env/_clinician.sass +0 -16
- data/_sass/colors/env/_pwp.sass +0 -16
- data/_sass/colors/global.sass +0 -2
- data/_sass/colors/navigation.sass +0 -13
- data/_sass/navigation/env/clinician.sass +0 -38
- data/_sass/navigation/env/landing.sass +0 -19
- data/assets/css/gaitq_about.sass +0 -22
- data/assets/css/gaitq_feed.sass +0 -12
- data/assets/css/gaitq_global.sass +0 -34
- data/assets/fonts/.DS_Store +0 -0
- data/assets/fonts/Quicksand/OFL.txt +0 -93
- data/assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf +0 -0
- data/assets/fonts/Quicksand/README.txt +0 -67
- 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
@@ -7,25 +7,33 @@ $baseurl: '{{ site.baseurl }}/'
|
|
7
7
|
|
8
8
|
@import '_mixins'
|
9
9
|
|
10
|
-
@import 'colors/_variables'
|
11
10
|
|
12
|
-
@import 'navigation/_variables'
|
13
|
-
|
14
|
-
@import 'colors/env/_clinician'
|
15
11
|
|
16
12
|
@import 'typography/_variables'
|
17
13
|
|
18
|
-
@import '
|
14
|
+
@import 'typography/resets'
|
15
|
+
|
16
|
+
@import 'typography/branding'
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
@import '_colors/_clinician'
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
@import 'navigation/clinician'
|
28
|
+
|
29
|
+
|
19
30
|
|
20
|
-
@import 'navigation/env/clinician'
|
21
31
|
|
22
|
-
@import 'colors/burger'
|
23
32
|
|
24
33
|
@import 'env/clinician'
|
25
34
|
|
26
35
|
@import 'env/breakpoints/768'
|
27
36
|
|
28
|
-
@import 'colors/breakpoints/1024'
|
29
37
|
|
30
38
|
@import 'about'
|
31
39
|
|
@@ -36,3 +44,13 @@ $baseurl: '{{ site.baseurl }}/'
|
|
36
44
|
@import 'contact'
|
37
45
|
|
38
46
|
@import 'faq'
|
47
|
+
|
48
|
+
@import 'collage'
|
49
|
+
|
50
|
+
@import 'footer_full'
|
51
|
+
|
52
|
+
@import 'aos-overrides'
|
53
|
+
|
54
|
+
@import 'global'
|
55
|
+
|
56
|
+
@import 'feed'
|
@@ -6,12 +6,30 @@ $baseurl: '{{ site.baseurl }}/'
|
|
6
6
|
|
7
7
|
@import '_mixins'
|
8
8
|
|
9
|
-
@import 'colors/_variables'
|
10
9
|
|
11
|
-
@import 'navigation/_variables'
|
12
10
|
|
13
|
-
@import '
|
11
|
+
@import 'typography/_variables'
|
12
|
+
|
13
|
+
@import 'typography/resets'
|
14
|
+
|
15
|
+
@import 'typography/branding'
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
@import '_colors/collection'
|
20
|
+
|
21
|
+
|
22
|
+
@import 'navigation/no-nav'
|
23
|
+
|
14
24
|
|
15
25
|
@import 'typography/_variables'
|
16
26
|
|
27
|
+
|
28
|
+
|
29
|
+
@import 'footer_full'
|
30
|
+
|
31
|
+
@import 'aos-overrides'
|
32
|
+
|
33
|
+
@import 'global'
|
34
|
+
|
17
35
|
@import 'env/landing'
|
@@ -7,25 +7,35 @@ $baseurl: '{{ site.baseurl }}/'
|
|
7
7
|
|
8
8
|
@import '_mixins'
|
9
9
|
|
10
|
-
@import 'colors/_variables'
|
11
10
|
|
12
|
-
@import 'navigation/_variables'
|
13
|
-
|
14
|
-
@import 'colors/env/_pwp'
|
15
11
|
|
16
12
|
@import 'typography/_variables'
|
17
13
|
|
18
|
-
@import '
|
14
|
+
@import 'typography/resets'
|
15
|
+
|
16
|
+
@import 'typography/branding'
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
@import '_colors/_pwp'
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
@import 'navigation/pwp'
|
28
|
+
|
29
|
+
|
30
|
+
|
19
31
|
|
20
|
-
@import 'navigation/env/pwp'
|
21
32
|
|
22
|
-
@import 'colors/burger'
|
23
33
|
|
24
34
|
@import 'env/pwp'
|
25
35
|
|
26
36
|
@import 'env/breakpoints/768'
|
27
37
|
|
28
|
-
|
38
|
+
|
29
39
|
|
30
40
|
@import 'about'
|
31
41
|
|
@@ -36,3 +46,13 @@ $baseurl: '{{ site.baseurl }}/'
|
|
36
46
|
@import 'contact'
|
37
47
|
|
38
48
|
@import 'faq'
|
49
|
+
|
50
|
+
// Footer
|
51
|
+
|
52
|
+
@import 'footer_full'
|
53
|
+
|
54
|
+
@import 'aos-overrides'
|
55
|
+
|
56
|
+
@import 'global'
|
57
|
+
|
58
|
+
@import 'feed'
|
@@ -1,8 +1,14 @@
|
|
1
1
|
---
|
2
2
|
---
|
3
3
|
|
4
|
-
@import
|
4
|
+
@import '_variables'
|
5
5
|
|
6
|
-
@import
|
6
|
+
@import '_mixins'
|
7
7
|
|
8
|
-
@import
|
8
|
+
@import 'typography/_variables'
|
9
|
+
|
10
|
+
@import '_colors/_variables'
|
11
|
+
|
12
|
+
@import 'error-page'
|
13
|
+
|
14
|
+
@import 'navigation/no-nav'
|
data/assets/css/gaitq_post.sass
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
---
|
3
3
|
@import '_mixins'
|
4
4
|
|
5
|
-
@import
|
5
|
+
@import 'typography/_variables'
|
6
6
|
|
7
|
-
@import
|
7
|
+
@import '_colors/_variables'
|
8
8
|
|
9
|
-
@import
|
9
|
+
@import '_colors/_clinician'
|
10
10
|
|
11
|
-
@import
|
11
|
+
@import 'navigation/_variables'
|
12
12
|
|
13
|
-
@import
|
13
|
+
@import 'post'
|
Binary file
|
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: 0.3.0
|
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-01-
|
11
|
+
date: 2021-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -170,16 +170,16 @@ dependencies:
|
|
170
170
|
- - ">="
|
171
171
|
- !ruby/object:Gem::Version
|
172
172
|
version: 12.3.3
|
173
|
-
description:
|
173
|
+
description: Designed to have two distinct styling, depending on current URL.
|
174
174
|
email:
|
175
175
|
- arran@madeslowly.co.uk
|
176
176
|
executables: []
|
177
177
|
extensions: []
|
178
178
|
extra_rdoc_files: []
|
179
179
|
files:
|
180
|
+
- LICENSE
|
180
181
|
- README.md
|
181
182
|
- _config.yml
|
182
|
-
- _includes/.DS_Store
|
183
183
|
- _includes/branding/site-logo.svg
|
184
184
|
- _includes/build-version.html
|
185
185
|
- _includes/contact-details.html
|
@@ -195,19 +195,20 @@ files:
|
|
195
195
|
- _includes/functions/pull_page_args.html
|
196
196
|
- _includes/gmap.html
|
197
197
|
- _includes/google-analytics.html
|
198
|
-
- _includes/head/.DS_Store
|
199
198
|
- _includes/head/README.md
|
200
199
|
- _includes/head/descriptors/og-meta.html
|
201
200
|
- _includes/head/descriptors/structured-data.html
|
202
201
|
- _includes/head/descriptors/twitter-meta.html
|
203
|
-
- _includes/head/env/conditional.html
|
204
202
|
- _includes/head/head.html
|
203
|
+
- _includes/head/stylesheets.html
|
204
|
+
- _includes/image-post.html
|
205
205
|
- _includes/image.html
|
206
206
|
- _includes/link.html
|
207
207
|
- _includes/navigation/global.html
|
208
208
|
- _includes/scripts.html
|
209
209
|
- _includes/vimeoPlayer.html
|
210
210
|
- _layouts/about.html
|
211
|
+
- _layouts/careers.html
|
211
212
|
- _layouts/compress.html
|
212
213
|
- _layouts/contact.html
|
213
214
|
- _layouts/default.html
|
@@ -220,19 +221,19 @@ files:
|
|
220
221
|
- _layouts/full-width.html
|
221
222
|
- _layouts/post.html
|
222
223
|
- _layouts/register.html
|
224
|
+
- _sass/_colors/README.md
|
225
|
+
- _sass/_colors/_clinician.sass
|
226
|
+
- _sass/_colors/_mixins.sass
|
227
|
+
- _sass/_colors/_pwp.sass
|
228
|
+
- _sass/_colors/_variables.sass
|
229
|
+
- _sass/_colors/collection.sass
|
223
230
|
- _sass/_functions.sass
|
224
231
|
- _sass/_mixins.sass
|
225
232
|
- _sass/_variables.sass
|
226
233
|
- _sass/about.sass
|
227
234
|
- _sass/aos-overrides.sass
|
228
235
|
- _sass/breakpoints/about.sass
|
229
|
-
- _sass/
|
230
|
-
- _sass/colors/breakpoints/1024.sass
|
231
|
-
- _sass/colors/burger.sass
|
232
|
-
- _sass/colors/env/_clinician.sass
|
233
|
-
- _sass/colors/env/_pwp.sass
|
234
|
-
- _sass/colors/global.sass
|
235
|
-
- _sass/colors/navigation.sass
|
236
|
+
- _sass/collage.sass
|
236
237
|
- _sass/contact.sass
|
237
238
|
- _sass/env/breakpoints/768.sass
|
238
239
|
- _sass/env/clinician.sass
|
@@ -245,13 +246,16 @@ files:
|
|
245
246
|
- _sass/footer_full.sass
|
246
247
|
- _sass/forms/mc-forms.sass
|
247
248
|
- _sass/global.sass
|
249
|
+
- _sass/navigation/README.md
|
248
250
|
- _sass/navigation/_variables.sass
|
251
|
+
- _sass/navigation/base.sass
|
249
252
|
- _sass/navigation/breakpoints/1024.sass
|
250
253
|
- _sass/navigation/burger.sass
|
251
|
-
- _sass/navigation/
|
252
|
-
- _sass/navigation/
|
253
|
-
- _sass/navigation/
|
254
|
-
- _sass/navigation/
|
254
|
+
- _sass/navigation/clinician.sass
|
255
|
+
- _sass/navigation/collection.sass
|
256
|
+
- _sass/navigation/colors.sass
|
257
|
+
- _sass/navigation/no-nav.sass
|
258
|
+
- _sass/navigation/pwp.sass
|
255
259
|
- _sass/post.sass
|
256
260
|
- _sass/typography/_variables.sass
|
257
261
|
- _sass/typography/branding.sass
|
@@ -259,21 +263,8 @@ files:
|
|
259
263
|
- assets/css/env/gaitq_clinician.sass
|
260
264
|
- assets/css/env/gaitq_landing.sass
|
261
265
|
- assets/css/env/gaitq_pwp.sass
|
262
|
-
- assets/css/gaitq_about.sass
|
263
266
|
- assets/css/gaitq_errors.sass
|
264
|
-
- assets/css/gaitq_feed.sass
|
265
|
-
- assets/css/gaitq_global.sass
|
266
267
|
- assets/css/gaitq_post.sass
|
267
|
-
- assets/fonts/.DS_Store
|
268
|
-
- assets/fonts/Quicksand/OFL.txt
|
269
|
-
- assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf
|
270
|
-
- assets/fonts/Quicksand/README.txt
|
271
|
-
- assets/fonts/Quicksand/static/Quicksand-Bold.ttf
|
272
|
-
- assets/fonts/Quicksand/static/Quicksand-Light.ttf
|
273
|
-
- assets/fonts/Quicksand/static/Quicksand-Medium.ttf
|
274
|
-
- assets/fonts/Quicksand/static/Quicksand-Regular.ttf
|
275
|
-
- assets/fonts/Quicksand/static/Quicksand-SemiBold.ttf
|
276
|
-
- assets/fonts/fontawesome-free-5.11.2-web/.DS_Store
|
277
268
|
- assets/fonts/fontawesome-free-5.11.2-web/css/.DS_Store
|
278
269
|
- assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css
|
279
270
|
- assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.eot
|
@@ -291,6 +282,7 @@ files:
|
|
291
282
|
- assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.ttf
|
292
283
|
- assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff
|
293
284
|
- assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff2
|
285
|
+
- assets/images/augmented_image.png
|
294
286
|
- assets/js/animate_after_load.js
|
295
287
|
- assets/js/calc-mobile-viewport.js
|
296
288
|
- assets/js/mobile-nav-slider.js
|
@@ -322,5 +314,5 @@ requirements: []
|
|
322
314
|
rubygems_version: 3.1.2
|
323
315
|
signing_key:
|
324
316
|
specification_version: 4
|
325
|
-
summary:
|
317
|
+
summary: A bold jekyll theme
|
326
318
|
test_files: []
|
data/_includes/.DS_Store
DELETED
Binary file
|
data/_includes/head/.DS_Store
DELETED
Binary file
|
@@ -1,20 +0,0 @@
|
|
1
|
-
|
2
|
-
// Color breakpoint function, unlikely to involve more than navbar stuff.
|
3
|
-
|
4
|
-
// in assets/css/gaitq_env.sass we import this AFTER
|
5
|
-
// @import 'colors/env/env.sass'
|
6
|
-
|
7
|
-
@media screen and ( min-width: 1024px )
|
8
|
-
|
9
|
-
.navbar
|
10
|
-
background-color: $env-primary
|
11
|
-
|
12
|
-
.nav-group-content
|
13
|
-
background-color: $secondary-navbar-color
|
14
|
-
|
15
|
-
> *
|
16
|
-
color: $env_primary
|
17
|
-
|
18
|
-
.current--url
|
19
|
-
&:before, &:after
|
20
|
-
background-color: $env_primary
|
data/_sass/colors/burger.sass
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
// Color function for the burger.
|
2
|
-
|
3
|
-
// in assets/css/gaitq_env.sass we import this AFTER
|
4
|
-
// @import 'colors/env/env.sass'
|
5
|
-
|
6
|
-
.burger > div
|
7
|
-
background-color: $burger-color
|
8
|
-
|
9
|
-
.burger-active > div
|
10
|
-
background-color: $burger-active-color
|
11
|
-
|
12
|
-
.site__logo-active
|
13
|
-
.site__logo--group
|
14
|
-
.site__logo--curve,
|
15
|
-
.site__logo--legvert,
|
16
|
-
.site__logo--leg45,
|
17
|
-
.site__logo--g,
|
18
|
-
.site__logo--a,
|
19
|
-
.site__logo__i *,
|
20
|
-
.site__logo--t,
|
21
|
-
.site__logo--Q
|
22
|
-
fill: $site__logo-active
|
@@ -1,16 +0,0 @@
|
|
1
|
-
|
2
|
-
// Colouring theme for clinician env
|
3
|
-
|
4
|
-
$env-primary: $opd-blue-confidence
|
5
|
-
|
6
|
-
$env-secondary: $opd-orange-confidence
|
7
|
-
|
8
|
-
$burger-color: $white
|
9
|
-
|
10
|
-
$burger-active-color: $env-secondary
|
11
|
-
|
12
|
-
$nav-link-color: $white
|
13
|
-
|
14
|
-
$nav-list-bg-color: $env-primary
|
15
|
-
|
16
|
-
$site__logo-active: $env-secondary
|
data/_sass/colors/env/_pwp.sass
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
|
2
|
-
// Colouring theme for pwp env
|
3
|
-
|
4
|
-
$env-primary: $opd-orange-confidence
|
5
|
-
|
6
|
-
$env-secondary: $opd-blue-confidence
|
7
|
-
|
8
|
-
$burger-color: $white
|
9
|
-
|
10
|
-
$burger-active-color: $env-secondary
|
11
|
-
|
12
|
-
$nav-link-color: $white
|
13
|
-
|
14
|
-
$nav-list-bg-color: $env-primary
|
15
|
-
|
16
|
-
$site__logo-active: $env-secondary
|
data/_sass/colors/global.sass
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
// Color function for naviagtion links.
|
2
|
-
|
3
|
-
// in assets/css/gaitq_env.sass we import this AFTER
|
4
|
-
// @import 'colors/env/env.sass'
|
5
|
-
|
6
|
-
.nav-list
|
7
|
-
background-color: $nav-list-bg-color
|
8
|
-
|
9
|
-
.nav-group-link
|
10
|
-
color: $nav-link-color
|
11
|
-
|
12
|
-
.nav-group-content > *
|
13
|
-
color: $white
|