slow-steps 0.2.1 → 0.4.0

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 (95) 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/footer/footer.html +64 -7
  6. data/_includes/footer/footer_redesign.html +107 -0
  7. data/_includes/forms/mc-register.html +124 -110
  8. data/_includes/functions/calc-svg-coord.html +2 -0
  9. data/_includes/functions/reposition-svg-labels.html +44 -0
  10. data/_includes/head/descriptors/og-meta.html +0 -1
  11. data/_includes/head/descriptors/structured-data.html +3 -3
  12. data/_includes/head/descriptors/twitter-meta.html +1 -1
  13. data/_includes/{google-analytics.html → head/google-analytics.html} +9 -2
  14. data/_includes/head/head.html +13 -32
  15. data/_includes/head/stylesheets.html +20 -0
  16. data/_includes/image-post.html +1 -1
  17. data/_includes/navigation/global.html +56 -57
  18. data/_includes/scripts.html +10 -9
  19. data/_includes/vimeoPlayer.html +1 -2
  20. data/_layouts/about.html +6 -1
  21. data/_layouts/default.html +1 -1
  22. data/_layouts/env/clinician.html +6 -6
  23. data/_layouts/env/landing.html +4 -4
  24. data/_layouts/env/pwp.html +3 -3
  25. data/_layouts/faq.html +3 -0
  26. data/_layouts/feed.html +1 -1
  27. data/_layouts/post.html +1 -1
  28. data/_sass/_colors/README.md +27 -0
  29. data/_sass/_colors/_clinician.sass +7 -0
  30. data/_sass/_colors/_mixins.sass +14 -0
  31. data/_sass/_colors/_pwp.sass +6 -0
  32. data/_sass/{colors → _colors}/_variables.sass +9 -16
  33. data/_sass/_colors/collection.sass +3 -0
  34. data/_sass/_functions.sass +9 -0
  35. data/_sass/_mixins.sass +20 -8
  36. data/_sass/about.sass +9 -6
  37. data/_sass/breakpoints/about.sass +15 -6
  38. data/_sass/collage.sass +2 -1
  39. data/_sass/contact.sass +10 -41
  40. data/_sass/env/breakpoints/768.sass +16 -11
  41. data/_sass/env/clinician.sass +12 -7
  42. data/_sass/env/landing.sass +25 -10
  43. data/_sass/env/pwp.sass +11 -2
  44. data/_sass/faq.sass +11 -3
  45. data/_sass/feed.sass +4 -3
  46. data/_sass/footer.sass +174 -14
  47. data/_sass/footer_redesign.sass +349 -0
  48. data/_sass/forms/mc-forms.sass +12 -3
  49. data/_sass/global.sass +68 -28
  50. data/_sass/navigation/README.md +35 -0
  51. data/_sass/navigation/_variables.sass +8 -9
  52. data/_sass/navigation/{global.sass → base.sass} +34 -24
  53. data/_sass/navigation/breakpoints/1024.sass +48 -21
  54. data/_sass/navigation/burger.sass +9 -3
  55. data/_sass/navigation/clinician.sass +31 -0
  56. data/_sass/navigation/collection.sass +9 -0
  57. data/_sass/navigation/colors.sass +8 -0
  58. data/_sass/navigation/no-nav.sass +32 -0
  59. data/_sass/navigation/{env/pwp.sass → pwp.sass} +12 -16
  60. data/_sass/post.sass +1 -1
  61. data/_sass/typography/_variables.sass +5 -1
  62. data/_sass/typography/resets.sass +2 -2
  63. data/assets/css/env/gaitq_clinician.sass +24 -8
  64. data/assets/css/env/gaitq_landing.sass +21 -3
  65. data/assets/css/env/gaitq_pwp.sass +28 -8
  66. data/assets/css/gaitq_errors.sass +21 -3
  67. data/assets/css/gaitq_post.sass +5 -5
  68. data/assets/js/mobile-nav-slider.js +1 -1
  69. data/assets/js/svg_text_width.js +4 -4
  70. metadata +20 -31
  71. data/_includes/footer/footer_full.html +0 -79
  72. data/_includes/functions/pull_page_args.html +0 -31
  73. data/_includes/head/env/conditional.html +0 -2
  74. data/_sass/colors/breakpoints/1024.sass +0 -20
  75. data/_sass/colors/burger.sass +0 -22
  76. data/_sass/colors/env/_clinician.sass +0 -16
  77. data/_sass/colors/env/_pwp.sass +0 -16
  78. data/_sass/colors/global.sass +0 -2
  79. data/_sass/colors/navigation.sass +0 -13
  80. data/_sass/footer_full.sass +0 -173
  81. data/_sass/navigation/env/clinician.sass +0 -38
  82. data/_sass/navigation/env/landing.sass +0 -19
  83. data/assets/css/gaitq_about.sass +0 -22
  84. data/assets/css/gaitq_feed.sass +0 -12
  85. data/assets/css/gaitq_global.sass +0 -34
  86. data/assets/fonts/.DS_Store +0 -0
  87. data/assets/fonts/Quicksand/OFL.txt +0 -93
  88. data/assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf +0 -0
  89. data/assets/fonts/Quicksand/README.txt +0 -67
  90. data/assets/fonts/Quicksand/static/Quicksand-Bold.ttf +0 -0
  91. data/assets/fonts/Quicksand/static/Quicksand-Light.ttf +0 -0
  92. data/assets/fonts/Quicksand/static/Quicksand-Medium.ttf +0 -0
  93. data/assets/fonts/Quicksand/static/Quicksand-Regular.ttf +0 -0
  94. data/assets/fonts/Quicksand/static/Quicksand-SemiBold.ttf +0 -0
  95. data/assets/fonts/fontawesome-free-5.11.2-web/.DS_Store +0 -0
@@ -1,17 +1,23 @@
1
+ // Theme specific for clinician env
1
2
 
2
3
  // Navbar site logo
3
4
  // make sure we don't style any other instance so nest with .nav-brand
4
5
  .nav-brand
5
6
  @include logo-primary-colors
6
7
 
8
+ .navbar.nav-scrolled
9
+
10
+ .social-media-link
11
+ color: $env-primary
12
+
13
+ .burger > div
14
+ background-color: $env-primary
15
+
7
16
  // on mobile and within the clinician env we hide the other submenus and show the gaitq env .nav-group-link
8
- .clinician-group, .gaitq-group
17
+ .clinician-group
9
18
  display: none
10
19
 
11
-
12
- @media screen and ( min-width: 768px )
13
- .clinician-group-link, .pwp-group-link
14
- display: flex
20
+ @media screen and ( min-width: 1024px )
15
21
 
16
22
  .pwp-group
17
23
  display: flex
@@ -21,14 +27,4 @@
21
27
  left: 0
22
28
  flex-direction: row
23
29
 
24
- .nav-group-container
25
-
26
-
27
- .nav-link
28
- font-weight: 400
29
- color: $env-primary
30
- text-transform: uppercase
31
- padding: 1rem 3rem
32
- &:not(.current--url)
33
- &:hover
34
- text-decoration: underline
30
+ @import 'collection'
data/_sass/post.sass CHANGED
@@ -58,7 +58,7 @@
58
58
  height: 50vh
59
59
 
60
60
  .post__link
61
- color: $opd-blue-confidence
61
+ color: $opd-blue
62
62
  text-decoration: none
63
63
  &:hover
64
64
  color: $black
@@ -4,8 +4,12 @@ $fallback-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
4
4
 
5
5
  $primary-font-family: 'Quicksand', sans-serif
6
6
 
7
+
8
+
7
9
  $font-size: 2rem
8
10
 
11
+ $lg-font-size: 2.4rem
12
+
9
13
  $sm-font-size: 1.4rem
10
14
 
11
15
  $xsm-font-size: .8rem
@@ -16,6 +20,6 @@ $xlight-font: 100
16
20
 
17
21
  $light-font: 200
18
22
 
19
- $medium-font: 300
23
+ $medium-font: 400
20
24
 
21
25
  $heavy-font: 600
@@ -29,11 +29,11 @@ h3,
29
29
  h4,
30
30
  h5,
31
31
  h6
32
- font-weight: 400
32
+ font-weight: $heavy-font
33
33
 
34
34
  p,
35
35
  a
36
- font-weight: 200
36
+ font-weight: $medium-font
37
37
 
38
38
 
39
39
  .center-text
@@ -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 'colors/navigation'
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
 
@@ -38,3 +46,11 @@ $baseurl: '{{ site.baseurl }}/'
38
46
  @import 'faq'
39
47
 
40
48
  @import 'collage'
49
+
50
+ @import 'footer_redesign'
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 'navigation/env/landing'
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_redesign'
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 'colors/navigation'
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
- @import 'colors/breakpoints/1024'
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_redesign'
53
+
54
+ @import 'aos-overrides'
55
+
56
+ @import 'global'
57
+
58
+ @import 'feed'
@@ -1,8 +1,26 @@
1
1
  ---
2
2
  ---
3
3
 
4
- @import "typography/_variables"
4
+ @import '_variables'
5
5
 
6
- @import "colors/_variables"
6
+ @import '_mixins'
7
7
 
8
- @import "error-page"
8
+ @import 'typography/_variables'
9
+
10
+ @import 'typography/resets'
11
+
12
+ @import 'typography/branding'
13
+
14
+ @import '_colors/collection'
15
+
16
+ @import 'error-page'
17
+
18
+ @import 'navigation/no-nav'
19
+
20
+ // Footer
21
+
22
+ @import 'footer_redesign'
23
+
24
+ @import 'aos-overrides'
25
+
26
+ @import 'global'
@@ -2,12 +2,12 @@
2
2
  ---
3
3
  @import '_mixins'
4
4
 
5
- @import "typography/_variables"
5
+ @import 'typography/_variables'
6
6
 
7
- @import "colors/_variables"
7
+ @import '_colors/_variables'
8
8
 
9
- @import "colors/env/_clinician"
9
+ @import '_colors/_clinician'
10
10
 
11
- @import "navigation/_variables"
11
+ @import 'navigation/_variables'
12
12
 
13
- @import "post"
13
+ @import 'post'
@@ -6,7 +6,7 @@ const navSlide = ()=>{
6
6
  const navBar = document.querySelector('.navbar');
7
7
 
8
8
  // watch for touch clicks on the burger
9
- burger.addEventListener('touchstart', () => {
9
+ burger.addEventListener('click', () => {
10
10
  // animate accordinaly
11
11
  navSlider.classList.toggle('nav-active');
12
12
  brand.classList.toggle('site__logo-active');
@@ -22,21 +22,21 @@ function svg_text_width() {
22
22
  if(view_width > 768 ){
23
23
  var lineLength = 100 ; // length in pixels of the drawn line
24
24
  var x_offset = 10 + width ; // offset the text label s.t. last character sits 10 px from end of line
25
- var y_offset = .5 ;
25
+ var y_offset = 5 ;
26
26
  } else {
27
27
  var lineLength = 70 ;
28
28
  var x_offset = 0 ; // offset the text label s.t. first character sits inline with end of line
29
- var y_offset = -1.5 ;}
29
+ var y_offset = -8 ;}
30
30
  lines[i].setAttribute("stroke-dashoffset", lineLength + 'px')
31
31
  lines[i].setAttribute("stroke-dasharray", lineLength + 'px')
32
32
  if( text[i].classList.contains('trans-left')){
33
33
  lines[i].setAttribute("x2", -lineLength + 'px')
34
34
  text[i].setAttribute("x", - lineLength - x_offset + 'px');
35
- text[i].setAttribute("y", y_offset + 'rem');
35
+ text[i].setAttribute("y", y_offset + 'px');
36
36
  } else {
37
37
  lines[i].setAttribute("x2", lineLength + 'px')
38
38
  text[i].setAttribute("x", lineLength + x_offset - width + 'px');
39
- text[i].setAttribute("y", y_offset + 'rem');
39
+ text[i].setAttribute("y", y_offset + 'px');
40
40
  };
41
41
  };
42
42
  }
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.2.1
4
+ version: 0.4.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-20 00:00:00.000000000 Z
11
+ date: 2021-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -189,18 +189,18 @@ files:
189
189
  - _includes/errors/robot-404.svg
190
190
  - _includes/errors/robot-405.svg
191
191
  - _includes/footer/footer.html
192
- - _includes/footer/footer_full.html
192
+ - _includes/footer/footer_redesign.html
193
193
  - _includes/forms/mc-register.html
194
194
  - _includes/functions/calc-svg-coord.html
195
- - _includes/functions/pull_page_args.html
195
+ - _includes/functions/reposition-svg-labels.html
196
196
  - _includes/gmap.html
197
- - _includes/google-analytics.html
198
197
  - _includes/head/README.md
199
198
  - _includes/head/descriptors/og-meta.html
200
199
  - _includes/head/descriptors/structured-data.html
201
200
  - _includes/head/descriptors/twitter-meta.html
202
- - _includes/head/env/conditional.html
201
+ - _includes/head/google-analytics.html
203
202
  - _includes/head/head.html
203
+ - _includes/head/stylesheets.html
204
204
  - _includes/image-post.html
205
205
  - _includes/image.html
206
206
  - _includes/link.html
@@ -221,6 +221,12 @@ files:
221
221
  - _layouts/full-width.html
222
222
  - _layouts/post.html
223
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
224
230
  - _sass/_functions.sass
225
231
  - _sass/_mixins.sass
226
232
  - _sass/_variables.sass
@@ -228,13 +234,6 @@ files:
228
234
  - _sass/aos-overrides.sass
229
235
  - _sass/breakpoints/about.sass
230
236
  - _sass/collage.sass
231
- - _sass/colors/_variables.sass
232
- - _sass/colors/breakpoints/1024.sass
233
- - _sass/colors/burger.sass
234
- - _sass/colors/env/_clinician.sass
235
- - _sass/colors/env/_pwp.sass
236
- - _sass/colors/global.sass
237
- - _sass/colors/navigation.sass
238
237
  - _sass/contact.sass
239
238
  - _sass/env/breakpoints/768.sass
240
239
  - _sass/env/clinician.sass
@@ -244,16 +243,19 @@ files:
244
243
  - _sass/faq.sass
245
244
  - _sass/feed.sass
246
245
  - _sass/footer.sass
247
- - _sass/footer_full.sass
246
+ - _sass/footer_redesign.sass
248
247
  - _sass/forms/mc-forms.sass
249
248
  - _sass/global.sass
249
+ - _sass/navigation/README.md
250
250
  - _sass/navigation/_variables.sass
251
+ - _sass/navigation/base.sass
251
252
  - _sass/navigation/breakpoints/1024.sass
252
253
  - _sass/navigation/burger.sass
253
- - _sass/navigation/env/clinician.sass
254
- - _sass/navigation/env/landing.sass
255
- - _sass/navigation/env/pwp.sass
256
- - _sass/navigation/global.sass
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
257
259
  - _sass/post.sass
258
260
  - _sass/typography/_variables.sass
259
261
  - _sass/typography/branding.sass
@@ -261,21 +263,8 @@ files:
261
263
  - assets/css/env/gaitq_clinician.sass
262
264
  - assets/css/env/gaitq_landing.sass
263
265
  - assets/css/env/gaitq_pwp.sass
264
- - assets/css/gaitq_about.sass
265
266
  - assets/css/gaitq_errors.sass
266
- - assets/css/gaitq_feed.sass
267
- - assets/css/gaitq_global.sass
268
267
  - assets/css/gaitq_post.sass
269
- - assets/fonts/.DS_Store
270
- - assets/fonts/Quicksand/OFL.txt
271
- - assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf
272
- - assets/fonts/Quicksand/README.txt
273
- - assets/fonts/Quicksand/static/Quicksand-Bold.ttf
274
- - assets/fonts/Quicksand/static/Quicksand-Light.ttf
275
- - assets/fonts/Quicksand/static/Quicksand-Medium.ttf
276
- - assets/fonts/Quicksand/static/Quicksand-Regular.ttf
277
- - assets/fonts/Quicksand/static/Quicksand-SemiBold.ttf
278
- - assets/fonts/fontawesome-free-5.11.2-web/.DS_Store
279
268
  - assets/fonts/fontawesome-free-5.11.2-web/css/.DS_Store
280
269
  - assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css
281
270
  - assets/fonts/fontawesome-free-5.11.2-web/webfonts/fa-brands-400.eot
@@ -1,79 +0,0 @@
1
- <!-- footer -->
2
- <footer class="ft__wrapper">
3
-
4
- <div class="ft__head">
5
-
6
- </div>
7
- <div class="ft__body">
8
-
9
- <div class="ft__contact ft__col">
10
-
11
- <a href="{{ site.baseurl }}/">
12
- {% include /branding/site-logo.svg %}
13
- </a>
14
- <div class="ft__contact__add">
15
- <ul class="ft__contact--list">
16
- {% for item in site.postal_add %}
17
- <li class="address">{{ item[1] }}</li>
18
- {% endfor %}
19
- <li><a class="ft--link" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
20
- <li>{{ site.phone }}</li>
21
-
22
- <ul class="social-media">
23
-
24
- {% for social in site.socials %}
25
- <li class="social-media-item">
26
- <a href="{{ social.url }}">
27
- <i class="fab fa-{{ social.icon }} social--{{ social.name }} social-media-link"></i></a>
28
- </li>
29
- {% endfor %}
30
-
31
- </ul>
32
-
33
- </ul>
34
-
35
- </div>
36
- </div>
37
-
38
- <div class="ft__sitemap ft__col">
39
- <div class="ft__sitemap--menu">
40
- <h3 class="ft__sitemap--header">INFORMATION FOR</h3>
41
-
42
- <div class="ft__sitemap--env-wrap">
43
- {% for item in site.data.menu.navigation %}
44
-
45
- <div class="ft__sitemap--env">
46
-
47
- <h4 class="ft__sitemap--env-header">{{ item.name }}</h4>
48
- <ul class="ft__sitemap--submenu">
49
- {% for sub in item.submenu %}
50
- <li><a class="ft--link" href="{{ sub.url }}">{{ sub.alt }}</a></li>
51
- {% endfor %}
52
- </ul>
53
- </div>
54
-
55
- {% endfor %}
56
-
57
- </div>
58
- </div>
59
- </div>
60
-
61
- </div>
62
- <!-- footer base and copyright -->
63
-
64
- <div class="ft__base">
65
-
66
- <p class="copyright">&copy; <script>
67
- document.write(new Date().getFullYear())
68
- </script> {{ site.title }}</p>
69
-
70
-
71
- <div class="legal-links">
72
- {% for item in site.data.menu.legals %}
73
- <a href="{{ item.url }}">{{ item.name }}</a>
74
- {% endfor %}
75
- </div>
76
- <a href="{{ site.author.url }}" class="slogan">Jekyll theme Slow Steps</a>
77
- </div>
78
-
79
- </footer>