slow-steps 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +215 -0
  3. data/_config.yml +55 -0
  4. data/_includes/.DS_Store +0 -0
  5. data/_includes/branding/site-logo.svg +51 -0
  6. data/_includes/env_filter.html +10 -0
  7. data/_includes/errors/robot-403.svg +26 -0
  8. data/_includes/errors/robot-404.svg +28 -0
  9. data/_includes/errors/robot-405.svg +27 -0
  10. data/_includes/footer/footer.html +22 -0
  11. data/_includes/footer/footer_full.html +43 -0
  12. data/_includes/forms/mc-register.html +157 -0
  13. data/_includes/head/.DS_Store +0 -0
  14. data/_includes/head/README.md +31 -0
  15. data/_includes/head/descriptors/og-meta.html +74 -0
  16. data/_includes/head/descriptors/structured-data.html +124 -0
  17. data/_includes/head/descriptors/twitter-meta.html +17 -0
  18. data/_includes/head/env/conditional.html +2 -0
  19. data/_includes/head/head.html +78 -0
  20. data/_includes/image.html +10 -0
  21. data/_includes/link.html +1 -0
  22. data/_includes/navigation/global.html +48 -0
  23. data/_includes/scripts.html +21 -0
  24. data/_layouts/about.html +143 -0
  25. data/_layouts/compress.html +11 -0
  26. data/_layouts/default.html +19 -0
  27. data/_layouts/env/clinician.html +48 -0
  28. data/_layouts/env/landing.html +68 -0
  29. data/_layouts/env/pwp.html +83 -0
  30. data/_layouts/error-page.html +10 -0
  31. data/_layouts/feed.html +39 -0
  32. data/_layouts/post.html +26 -0
  33. data/_layouts/register.html +10 -0
  34. data/_sass/about.sass +178 -0
  35. data/_sass/aos-overrides.sass +5 -0
  36. data/_sass/breakpoints/about.sass +78 -0
  37. data/_sass/colors/_variables.sass +43 -0
  38. data/_sass/colors/breakpoints/768.sass +20 -0
  39. data/_sass/colors/burger.sass +22 -0
  40. data/_sass/colors/env/_clinician.sass +16 -0
  41. data/_sass/colors/env/_pwp.sass +16 -0
  42. data/_sass/colors/navigation.sass +13 -0
  43. data/_sass/env/breakpoints/768.sass +79 -0
  44. data/_sass/env/clinician.sass +150 -0
  45. data/_sass/env/landing.sass +180 -0
  46. data/_sass/env/pwp.sass +181 -0
  47. data/_sass/error-page.sass +109 -0
  48. data/_sass/feed.sass +58 -0
  49. data/_sass/footer.sass +23 -0
  50. data/_sass/footer_full.sass +82 -0
  51. data/_sass/forms/mc-forms.sass +193 -0
  52. data/_sass/global.sass +55 -0
  53. data/_sass/navigation/_variables.sass +30 -0
  54. data/_sass/navigation/breakpoints/768.sass +84 -0
  55. data/_sass/navigation/burger.sass +38 -0
  56. data/_sass/navigation/env/clinician.sass +45 -0
  57. data/_sass/navigation/env/landing.sass +19 -0
  58. data/_sass/navigation/env/pwp.sass +46 -0
  59. data/_sass/navigation/global.sass +69 -0
  60. data/_sass/post.sass +69 -0
  61. data/_sass/typography/_variables.sass +21 -0
  62. data/_sass/typography/branding.sass +1 -0
  63. data/_sass/typography/resets.sass +40 -0
  64. data/assets/css/env/gaitq_clinician.sass +30 -0
  65. data/assets/css/env/gaitq_landing.sass +13 -0
  66. data/assets/css/env/gaitq_pwp.sass +30 -0
  67. data/assets/css/gaitq_errors.sass +8 -0
  68. data/assets/css/gaitq_feed.sass +12 -0
  69. data/assets/css/gaitq_global.sass +30 -0
  70. data/assets/css/gaitq_post.sass +12 -0
  71. data/assets/css/img_handler.sass +5 -0
  72. data/assets/fonts/.DS_Store +0 -0
  73. data/assets/fonts/Quicksand/OFL.txt +93 -0
  74. data/assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf +0 -0
  75. data/assets/fonts/Quicksand/README.txt +67 -0
  76. data/assets/fonts/Quicksand/static/Quicksand-Bold.ttf +0 -0
  77. data/assets/fonts/Quicksand/static/Quicksand-Light.ttf +0 -0
  78. data/assets/fonts/Quicksand/static/Quicksand-Medium.ttf +0 -0
  79. data/assets/fonts/Quicksand/static/Quicksand-Regular.ttf +0 -0
  80. data/assets/fonts/Quicksand/static/Quicksand-SemiBold.ttf +0 -0
  81. data/assets/fonts/fontawesome-free-5.11.2-web/.DS_Store +0 -0
  82. data/assets/fonts/fontawesome-free-5.11.2-web/css/.DS_Store +0 -0
  83. data/assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css +5856 -0
  84. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.eot +0 -0
  85. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.svg +3496 -0
  86. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.ttf +0 -0
  87. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff +0 -0
  88. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.woff2 +0 -0
  89. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.eot +0 -0
  90. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.svg +803 -0
  91. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.ttf +0 -0
  92. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff +0 -0
  93. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-regular-400.woff2 +0 -0
  94. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.eot +0 -0
  95. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.svg +4667 -0
  96. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.ttf +0 -0
  97. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff +0 -0
  98. data/assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-solid-900.woff2 +0 -0
  99. data/assets/js/animate_after_load.js +1 -0
  100. data/assets/js/calc-mobile-viewport.js +6 -0
  101. data/assets/js/mobile-nav-slider.js +24 -0
  102. data/assets/vendor/aos/aos.css +1 -0
  103. data/assets/vendor/aos/aos.js +546 -0
  104. metadata +306 -0
@@ -0,0 +1,19 @@
1
+
2
+
3
+ // Here we only deal with navigation within env: landing
4
+
5
+ // We dont include any navbar on the landing page. See _includes/naviagtion/global.html
6
+
7
+ // Navbar site logo
8
+ // make sure we don't style any other instance so nest with .nav-brand
9
+ .nav-brand
10
+ .site__logo--curve,
11
+ .site__logo--legvert,
12
+ .site__logo--leg45,
13
+ .site__logo--g,
14
+ .site__logo--a,
15
+ .site__logo__i,
16
+ .site__logo--t,
17
+ .site__logo--Q
18
+
19
+ fill: $white
@@ -0,0 +1,46 @@
1
+
2
+ // Navbar site logo
3
+ // make sure we don't style any other instance so nest with .nav-brand
4
+ .nav-brand
5
+ .site__logo--group
6
+ .site__logo--curve
7
+ fill: $opd-orange-confidence
8
+ .site__logo--legvert
9
+ fill: $opd-blue-confidence
10
+ .site__logo--leg45
11
+ fill: $opd-blue-trust
12
+ .site__logo--g,
13
+ .site__logo--a,
14
+ .site__logo__i,
15
+ .site__logo--t
16
+ fill: $opd-blue-confidence
17
+ .site__logo--Q
18
+ fill: $opd-orange-confidence
19
+
20
+ // on mobile and within the clinician env we hide the other submenus and show the gaitq env .nav-group-link
21
+ .clinician-group, .gaitq-group
22
+ display: none
23
+
24
+
25
+ @media screen and ( min-width: 768px )
26
+ .clinician-group-link, .pwp-group-link
27
+ display: flex
28
+
29
+ .pwp-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
+
40
+ .nav-link
41
+ font-weight: 400
42
+ text-transform: uppercase
43
+ padding: 0 3rem
44
+ &:not(.current--url)
45
+ &:hover
46
+ text-decoration: underline
@@ -0,0 +1,69 @@
1
+
2
+
3
+ // Global navigation Sass
4
+
5
+ // Avoid declaring any styling like color etc.
6
+ // These are defined in _sass/colors/env/_env.sass and called by various functions in _sass/colors/...
7
+
8
+ // Everything here will be included in EVERY .html
9
+
10
+ .navbar
11
+ align-items: center
12
+ display: flex
13
+ height: $mobile-navbar-height
14
+ justify-content: space-between
15
+ position: fixed
16
+ top: 0
17
+ white-space: nowrap
18
+ width: 100%
19
+ z-index: 999
20
+
21
+ .nav-brand
22
+ width: 30vw
23
+ padding-left: 3vw
24
+ z-index: 2
25
+
26
+ .site__logo *
27
+ transition: 2s ease-in
28
+
29
+ .nav-list
30
+ border-bottom-left-radius: 80px
31
+ font-size: 1.3rem
32
+ height: $nav-list-height
33
+ height: calc( var(--vh, 1vh) * 85 )
34
+ list-style: none
35
+ margin: 0
36
+ margin-block-start: 0
37
+ padding: 0
38
+ padding-top: 15vh
39
+ position: absolute
40
+ right: 0
41
+ top: 0
42
+ transform: translateX(100%)
43
+ transition: $nav-slider-transition
44
+ width: 100vw
45
+
46
+ .nav-link
47
+ margin: 6vh 15vw
48
+ opacity: 0
49
+ text-decoration: none
50
+ display: flex
51
+
52
+ .nav-group-content .nav-link
53
+ font-size: 1.7rem
54
+
55
+ .nav-active
56
+ // we toggle this class in mobile-nav-slider.js on burger click
57
+ transform: translateX(0%)
58
+
59
+ .site__logo-active
60
+ .site__logo--group
61
+ .site__logo--curve,
62
+ .site__logo--legvert,
63
+ .site__logo--leg45,
64
+ .site__logo--g,
65
+ .site__logo--a,
66
+ .site__logo__i *,
67
+ .site__logo--t,
68
+ .site__logo--Q
69
+ transition: 1.2s ease-in
@@ -0,0 +1,69 @@
1
+ .post_head
2
+ display: flex
3
+ flex-direction: column
4
+ align-items: baseline
5
+ justify-content: flex-end
6
+
7
+
8
+ .post__hero
9
+ display: block
10
+ object-fit: cover
11
+ object-position: center
12
+ margin-top: $navbar-height + $secondary-navbar-height
13
+ width: 100vw
14
+ height: 50vh
15
+ margin-bottom: 6vh
16
+
17
+
18
+ .post__title
19
+ position: absolute
20
+ display: flex
21
+ flex-direction: column
22
+ padding: 3rem 6rem 6rem 3rem
23
+ background-color: $env-primary
24
+ color: $white
25
+ left: 5vw
26
+ max-width: 50vw
27
+ text-transform: uppercase
28
+ //bottom: -10px
29
+ border: solid 1px $white
30
+ box-shadow: 1px 2px 20px -10px $white
31
+ //text-align: left
32
+
33
+ .post__meta
34
+ font-size: $font-size * .6
35
+ padding-top: 3rem
36
+
37
+ .post__content
38
+ margin: 5vh auto
39
+ width: 90vw
40
+ max-width: 800px
41
+ & > p
42
+ padding: 3rem 0
43
+
44
+ .post__subtitle
45
+ padding: 5rem 0
46
+
47
+ .post__image
48
+ width: 60vw
49
+ max-width: 800px
50
+ margin: auto
51
+ overflow: hidden
52
+
53
+ .post__content--image
54
+ display: block
55
+ object-fit: cover
56
+ object-position: top
57
+ width: 100%
58
+ height: 50vh
59
+
60
+ .post__image--caption
61
+ font-size: $font-size * .7
62
+ color: $grey
63
+ padding: 1rem 0
64
+ text-align: center
65
+ .post__link
66
+ color: $opd-blue-confidence
67
+ text-decoration: none
68
+ &:hover
69
+ color: $black
@@ -0,0 +1,21 @@
1
+ // Global typography
2
+
3
+ $fallback-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
4
+
5
+ $primary-font-family: 'Quicksand', sans-serif
6
+
7
+ $font-size: 2rem
8
+
9
+ $sm-font-size: 1.4rem
10
+
11
+ $xsm-font-size: .8rem
12
+
13
+ $letter-spacing: .1rem
14
+
15
+ $xlight-font: 100
16
+
17
+ $light-font: 200
18
+
19
+ $medium-font: 300
20
+
21
+ $heavy-font: 600
@@ -0,0 +1,40 @@
1
+ // Global typography styles
2
+
3
+ html
4
+ font-size: 62.5%
5
+
6
+ body
7
+ margin: 0
8
+ padding: 0
9
+ font-family: $fallback-font-family
10
+ font-family: $primary-font-family
11
+ font-size: $font-size
12
+ font-weight: 200
13
+
14
+ h1,
15
+ h2,
16
+ h3,
17
+ h4,
18
+ h5,
19
+ h6,
20
+ p,
21
+ a
22
+ margin: 0
23
+ padding: 0
24
+
25
+ h1
26
+ h1,
27
+ h2,
28
+ h3,
29
+ h4,
30
+ h5,
31
+ h6
32
+ font-weight: 400
33
+
34
+ p,
35
+ a
36
+ font-weight: 200
37
+
38
+
39
+ .center-text
40
+ text-align: center
@@ -0,0 +1,30 @@
1
+ ---
2
+ ---
3
+
4
+ $baseurl: '{{ site.baseurl }}/'
5
+
6
+ @import 'colors/_variables'
7
+
8
+ @import 'navigation/_variables'
9
+
10
+ @import 'colors/env/_clinician'
11
+
12
+ @import 'typography/_variables'
13
+
14
+ @import 'colors/navigation'
15
+
16
+ @import 'navigation/env/clinician'
17
+
18
+ @import 'colors/burger'
19
+
20
+ @import 'env/clinician'
21
+
22
+ @import 'about'
23
+
24
+ @import 'breakpoints/about'
25
+
26
+ @import 'env/breakpoints/768'
27
+
28
+ @import 'colors/breakpoints/768'
29
+
30
+ @import "forms/mc-forms"
@@ -0,0 +1,13 @@
1
+ ---
2
+ ---
3
+ $baseurl: '{{ site.baseurl }}/'
4
+
5
+ @import 'colors/_variables'
6
+
7
+ @import 'navigation/_variables'
8
+
9
+ @import 'navigation/env/landing'
10
+
11
+ @import 'typography/_variables'
12
+
13
+ @import 'env/landing'
@@ -0,0 +1,30 @@
1
+ ---
2
+ ---
3
+
4
+ $baseurl: '{{ site.baseurl }}/'
5
+
6
+ @import 'colors/_variables'
7
+
8
+ @import 'navigation/_variables'
9
+
10
+ @import 'colors/env/_pwp'
11
+
12
+ @import 'typography/_variables'
13
+
14
+ @import 'colors/navigation'
15
+
16
+ @import 'navigation/env/pwp'
17
+
18
+ @import 'colors/burger'
19
+
20
+ @import 'env/pwp'
21
+
22
+ @import 'about'
23
+
24
+ @import 'breakpoints/about'
25
+
26
+ @import 'env/breakpoints/768'
27
+
28
+ @import 'colors/breakpoints/768'
29
+
30
+ @import 'forms/mc-forms'
@@ -0,0 +1,8 @@
1
+ ---
2
+ ---
3
+
4
+ @import "typography/_variables"
5
+
6
+ @import "colors/_variables"
7
+
8
+ @import "error-page"
@@ -0,0 +1,12 @@
1
+ ---
2
+ ---
3
+
4
+ @import "typography/_variables"
5
+
6
+ @import "colors/_variables"
7
+
8
+ @import "colors/env/_clinician"
9
+
10
+ @import "navigation/_variables"
11
+
12
+ @import "feed"
@@ -0,0 +1,30 @@
1
+ ---
2
+ ---
3
+
4
+ // Site wide styling
5
+
6
+ @import 'typography/_variables'
7
+
8
+ @import 'colors/_variables'
9
+
10
+ @import 'global'
11
+
12
+ @import 'typography/resets'
13
+
14
+ @import 'typography/branding'
15
+
16
+ // Navigation --> structural only
17
+
18
+ @import 'navigation/_variables'
19
+
20
+ @import 'navigation/global'
21
+
22
+ @import 'navigation/burger'
23
+
24
+ @import 'navigation/breakpoints/768'
25
+
26
+ // Footer
27
+
28
+ @import 'footer'
29
+
30
+ @import 'aos-overrides'
@@ -0,0 +1,12 @@
1
+ ---
2
+ ---
3
+
4
+ @import "typography/_variables"
5
+
6
+ @import "colors/_variables"
7
+
8
+ @import "colors/env/_clinician"
9
+
10
+ @import "navigation/_variables"
11
+
12
+ @import "post"
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+ $baseurl: '{{ site.baseurl }}/'
4
+ $img: url($baseurl + 'assets/img/pwp_device_group_docked.png')
5
+ $img_height: '{% imagesize source:height %} / {% imagesize source:width %}'
Binary file
@@ -0,0 +1,93 @@
1
+ Copyright 2011 The Quicksand Project Authors (https://github.com/andrew-paglinawan/QuicksandFamily), with Reserved Font Name “Quicksand”.
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.