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,83 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {% if site.data.copy.landing.pwp.description %}
5
+ {% assign description = site.data.copy.landing.pwp.description %}
6
+ {% else %}
7
+ {% assign description = site.description %}
8
+ {% endif %}
9
+
10
+ <div class="pwp__mast">
11
+
12
+ <div class="pwp__overlay">
13
+ <div class="pwp__bg">
14
+ </div>
15
+ </div>
16
+
17
+ <div class="pwp--strap">
18
+ <h1>
19
+ <span class="pwp--strap-start">
20
+ {% assign header = site.data.copy.landing.pwp %}
21
+ {% assign title = header.title | split: " " %}
22
+ {% assign n = header.split %}
23
+ {% for word in (1..title.size) %}
24
+
25
+ {{ title[forloop.index0] }}
26
+ {% if forloop.index == n %}
27
+ </span>{% endif %}
28
+
29
+ {% endfor %}
30
+
31
+ </h1>
32
+ </div>
33
+
34
+ <div class="pwp__follow"></div>
35
+
36
+ </div>
37
+
38
+ <div data-aos="fade-in" data-aos-anchor-placement="top-bottom" class="pwp__device--img pwp__device--docked">
39
+
40
+ <div class="pulsating-circle"></div></div>
41
+
42
+ <div class="pwp__straps pwp__device--strap">
43
+ <h2>{{ site.data.copy.landing.pwp.subtitle }}</h2>
44
+ <p data-aos="fade-in">{{ site.data.copy.landing.pwp.strap }}</p>
45
+ </div>
46
+
47
+ <div class="pwp__grid-wrap">
48
+
49
+ <div class="pwp__grid-col-l">
50
+ <div class="pwp__grid__text pwp__straps">
51
+ <div data-aos="fade-right">
52
+ {% include branding/site-logo.svg %}</div>
53
+ <p data-aos="fade-in" class="pwp--guarantee">
54
+ {{ description }}</p></div>
55
+
56
+ <div class="pwp__straps pwp__grid_keywords">
57
+ {% assign keyword = site.data.copy.landing.pwp.keywords | split: ", " %}
58
+ {% for word in (1..keyword.size) %}
59
+ <h3 data-aos="fade-in">{{ keyword[forloop.index0] }}</h3>
60
+ {% endfor %}</div>
61
+
62
+ </div>
63
+
64
+ <div class="pwp__grid-col-r">
65
+ <div class="pwp__straps pwp__grid_img"></div>
66
+
67
+ <svg viewBox="-50 -50 100 100" width="40vw" height="100vh" xmlns="http://www.w3.org/2000/svg">
68
+ <circle cx="-28%" cy="20%" r="1" fill="white"/>
69
+ </svg>
70
+ </div>
71
+
72
+ </div>
73
+
74
+ <div data-aos="fade-in" data-aos-anchor-placement="top-bottom" class="pwp__device--img pwp__device--group">
75
+
76
+ <svg width="100vw" height="100%" xmlns="http://www.w3.org/2000/svg">
77
+ <circle cx="20%" cy="30%" r="6" fill="white"/>
78
+ <line x1="10%" y1="30%" x2="20%" y2="30%" style='stroke:white;stroke-width:2' />
79
+ <style>
80
+ .text { fill: white; }
81
+ </style>
82
+ <text data-aos="fade-in" data-aos-anchor-placement="top-center" x="2%" y="31%" class="text" >Controller</text>
83
+ </svg></div>
@@ -0,0 +1,10 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+
6
+ <section class="error-page">
7
+
8
+ {{ content }}
9
+
10
+ </section>
@@ -0,0 +1,39 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <!-- this page shows all our posts ordered by date -->
6
+ <!-- we link to this with /posts/ -->
7
+
8
+ <section class="feed__head">
9
+
10
+ <h1 class="feed__title">
11
+ {{ page.title }}
12
+ </h1>
13
+
14
+
15
+ </section>
16
+
17
+ <div class="post__feed">
18
+
19
+ {% for post in site.posts %}
20
+
21
+ <div class="feed__card">
22
+
23
+ {% picture {{ post.image | prepend: 'posts/' }} --alt {{ post.alt }} --img class="feed__card--image" %}
24
+
25
+ <div class="feed__card--text">
26
+
27
+ <a class="feed__card--link" href="{{ site.baseurl }}{{ post.url }}">
28
+
29
+ <p class="feed__card--title">{{ post.title }}</p></a>
30
+
31
+
32
+ </div>
33
+
34
+ </div>
35
+
36
+ {% endfor %}
37
+
38
+
39
+ </div>
@@ -0,0 +1,26 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <section class="post_head">
6
+
7
+ {% picture {{ page.image | prepend: 'posts/' }} --alt {{ page.image_alt }} --img class="post__hero" %}
8
+
9
+ <div class="post__title">
10
+ <h1 >{{ page.title }}</h1>
11
+ <p class="post__meta">{{ site.data.authors[page.author].name }} | {{ site.data.authors[page.author].email }} | {{ page.date | date: "%d-%m-%y" }}</p>
12
+ </div>
13
+ </section>
14
+
15
+
16
+ <section class="post__content">
17
+
18
+ <h2 class="post__subtitle">{{ page.subtitle }}</h2>
19
+
20
+ {{ content }}
21
+
22
+ </section>
23
+
24
+ <section class="post__footer">
25
+
26
+ </section>
@@ -0,0 +1,10 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="fullwidth__wrap bg--light">
6
+ <div class="narrow__wrap no-touch__wrap">
7
+ <div class="form__wrap">
8
+ {% include /forms/mc-register.html %}
9
+ </div></div>
10
+ </div>
@@ -0,0 +1,178 @@
1
+
2
+ .about__head
3
+ align-items: center
4
+ backdrop-filter: blur(8px)
5
+ background-color: rgba($env-primary, .5)
6
+ color: $white
7
+ display: flex
8
+ height: $mobile-navbar-height * 4
9
+ justify-content: center
10
+ padding-top: $mobile-navbar-height
11
+ text-align: center
12
+ span
13
+ animation-duration: .1s
14
+ animation-fill-mode: forwards
15
+ animation-iteration-count: 1
16
+ animation-name: fadeInOpacity
17
+ opacity: 0
18
+
19
+ @keyframes fadeInOpacity
20
+ 0%
21
+ opacity: 0
22
+
23
+ 100%
24
+ opacity: 1
25
+
26
+
27
+ .about__head__bg
28
+ background-image: url($baseurl + 'assets/img/pwp_device_group.png')
29
+ filter: contrast(3) brightness(.6)
30
+ background-position: center
31
+ background-repeat: no-repeat
32
+ background-size: cover
33
+ height: $mobile-navbar-height * 5
34
+ position: fixed
35
+ width: 100vw
36
+ z-index: -1
37
+
38
+ .about__copy
39
+ align-items: center
40
+ background-color: $env-primary
41
+ color: $white
42
+ display: flex
43
+ flex-direction: column
44
+ justify-content: center
45
+ padding: 5rem 2rem
46
+ text-align: center
47
+
48
+ .about--copy
49
+ padding: 3rem 0
50
+
51
+ .about__team
52
+ display: flex
53
+ flex-direction: column
54
+ background-color: $pure-white
55
+
56
+ .team__head
57
+ align-items: flex-end
58
+ background-color: rgba($env-primary, .5)
59
+ border-bottom: solid 1px $opd-blue-confidence
60
+ display: flex
61
+ height: 10rem
62
+ justify-content: space-around
63
+ width: 100vw
64
+
65
+ .team__title
66
+ color: $opd-blue-confidence
67
+ padding-bottom: 2rem
68
+ transition: .4s ease-out
69
+ i
70
+ font-size: $font-size * 1.2
71
+ transition: .4s ease-out
72
+
73
+ .team__title--active
74
+ color: $env-primary
75
+ padding-bottom: 2.3rem
76
+ i
77
+ text-shadow: 0px 12px 10px rgba($pure-black, .3)
78
+ font-size: $font-size * 1.5
79
+
80
+ .team__title.team__title--active
81
+ transition: .4s ease-out
82
+
83
+ .title__title--text
84
+ display: none
85
+
86
+ .team__members
87
+ background-color: $white
88
+ color: $opd-blue-confidence
89
+ padding-top: 10rem
90
+
91
+ .single__member
92
+ display: none
93
+ flex-direction: column
94
+ width: 90%
95
+ margin: auto
96
+
97
+ .single__member--active
98
+ display: flex
99
+
100
+ .single__member__image
101
+ display: flex
102
+ justify-content: center
103
+ width: 100%
104
+ padding-bottom: 3rem
105
+
106
+ .member--image
107
+ width: 200px
108
+ height: 200px
109
+ object-fit: cover
110
+ border-radius: 12px
111
+ padding: 3px
112
+ border: solid 1px $light-grey
113
+ transition: .3s ease-in-out
114
+ &:hover
115
+ border: solid 1px $white
116
+ box-shadow: 1px 1px 5px $light-grey
117
+
118
+ .single__member__text
119
+ width: 90%
120
+ margin: auto
121
+
122
+ .member__position
123
+ display: flex
124
+ align-items: center
125
+ color: $grey
126
+
127
+ .member__socials
128
+ align-items: center
129
+ list-style: none
130
+ margin: 0
131
+ padding: 0
132
+ li
133
+ display: inline
134
+
135
+ .social
136
+ color: $env-primary
137
+ font-size: $font-size * .7
138
+
139
+ .member__info
140
+ height: $font-size * 4
141
+ max-height: $font-size * 4
142
+ overflow: hidden
143
+ transition: .8s cubic-bezier(0,.98,.48,.92)
144
+
145
+ .member__info--reveal
146
+ height: 100%
147
+ max-height: 1000px
148
+ transition: .6s cubic-bezier(.51,.38,1,.42)
149
+
150
+ .info__conceal
151
+ align-items: flex-end
152
+ background-image: linear-gradient(rgba(0,0,0,0), $white, $white)
153
+ color: $black
154
+ cursor: pointer
155
+ display: flex
156
+ font-size: $font-size * .8
157
+ height: $font-size * 3
158
+ transform: translateY(-100%)
159
+ transition: .4s ease-in-out
160
+ width: 100%
161
+
162
+ &::before
163
+ content: 'more \00a0 '
164
+
165
+ i
166
+ font-size: $font-size * .6
167
+
168
+ .info__reveal
169
+ height: $font-size * 1
170
+ padding-bottom: $font-size * 2
171
+ transform: translateY(0)
172
+ transition: .4s ease-in-out
173
+
174
+ &::before
175
+ content: 'less \00a0 '
176
+
177
+ i
178
+ transform: rotate(180deg)
@@ -0,0 +1,5 @@
1
+ // Override build in delays on mobile devices
2
+ // This is a work around, we often build arrays of elements with incremental delays for UX effects, but often these arrays are columns on mob to it doesnt make sense to delay anything.
3
+ @media screen and (max-width: 1024px)
4
+ [data-aos-delay]
5
+ transition-delay: 0s !important
@@ -0,0 +1,78 @@
1
+
2
+ @media screen and ( min-width: 768px )
3
+
4
+ .about--copy
5
+ max-width: 800px
6
+
7
+ .about__team
8
+ flex-direction: row
9
+
10
+ .team__head
11
+ border-bottom: none
12
+ border-right: solid 1px $opd-blue-confidence
13
+ display: block
14
+ height: auto
15
+ width: auto
16
+ padding: 10rem 0 0 5rem
17
+
18
+
19
+ .title__title--text
20
+ display: block
21
+
22
+ .team__title
23
+ display: flex
24
+ border-radius: 6px 0 0 6px
25
+ padding: 2rem 4rem 2rem 2rem
26
+ transform: rotate(0)
27
+ white-space: nowrap
28
+ color: $opd-blue-confidence
29
+ border: solid 1px rgba($env-primary, 0)
30
+ margin: 2rem 0
31
+ &:not(.team__title--active)
32
+ transition: .2s ease-out
33
+
34
+ &:hover:not(.team__title--active)
35
+ background-color: rgba($white,.3)
36
+ transform: translateX(-2px)
37
+ box-shadow: -1px 1px 10px 0px rgba($env-secondary,.5)
38
+ border: solid 1px $env-secondary
39
+ border-radius: 6px
40
+ i
41
+ &::after
42
+ content: " "
43
+ white-space: pre
44
+
45
+ .team__title.team__title--active
46
+ transition: .4s ease-out
47
+
48
+ .team__members
49
+ //padding: 10rem
50
+ color: $opd-blue-confidence
51
+ background-color: $white
52
+
53
+ .team__title--active
54
+ //transition: 2s ease-in-out
55
+ justify-content: flex-end
56
+ padding-right: 1rem !important
57
+ color: $env-primary !important
58
+ background-color: $white
59
+ border: solid 1px $opd-blue-confidence
60
+ border-right: solid 1px $white
61
+ transform: translateX(1px)
62
+ text-align: right
63
+ //font-size: inherit
64
+
65
+ .single__member
66
+ width: 90%
67
+ margin: auto
68
+ flex-direction: row
69
+
70
+ .single__member__image
71
+ width: 25%
72
+
73
+ .member--image
74
+ width: 10vw
75
+ height: 10vw
76
+
77
+ .single__member__text
78
+ width: 75%
@@ -0,0 +1,43 @@
1
+ // Colour variables, accessible within _sass/
2
+
3
+ // Oxford Product Design
4
+
5
+ $opd-blue-confidence: rgba(62, 86, 112, 1)
6
+
7
+ $opd-orange-confidence: rgba(210, 84, 75, 1)
8
+
9
+ $opd-blue-trust: rgba(179, 201, 226, 1)
10
+
11
+ $opd-grey-neutral: rgba(178, 178, 178, 1)
12
+
13
+ // Socials
14
+
15
+ $twitter-primary: rgb(56, 161, 243)
16
+
17
+ $facebook-primary: rgb(66, 103, 178)
18
+
19
+ $linkedin-primary: rgb(14, 118, 168)
20
+
21
+ $instagram-primary: rgb(64, 93, 230)
22
+
23
+ // General
24
+
25
+ $pure-white: rgb(255, 255, 255)
26
+
27
+ $white: rgb(240, 240, 240)
28
+
29
+ $soft-white: rgb(230, 230, 230)
30
+
31
+ $pure-black: rgb(0, 0, 0)
32
+
33
+ $black: rgb(10, 10, 10)
34
+
35
+ $soft-black: rgb(80, 80, 80)
36
+
37
+ $light-grey: rgb(220, 220, 220)
38
+
39
+ $grey: rgb(130, 130, 130)
40
+
41
+ $box-shadow-shade: rgba(0, 0, 0, .2)
42
+
43
+ $secondary_navbar_color: rgba(255, 255, 255, .3)