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,2 @@
1
+
2
+ <link rel="stylesheet" type="text/css" title="made slowly has all the style" href="{{ site.baseurl }}/assets/css/env/gaitq_{{ page.env }}.css" media="screen" />
@@ -0,0 +1,78 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
9
+
10
+ <title>
11
+ {% if page.title %}
12
+ {{ page.title }} | {{ site.title }}
13
+ {% else %}
14
+ {{ site.title }} | {{ site.subtitle }}
15
+ {% endif %}
16
+ </title>
17
+
18
+ {% include head/descriptors/structured-data.html %}
19
+
20
+ <!-- use local page descriptions if it exist -->
21
+ <meta name="description"
22
+ content="
23
+ {% if page.description %}
24
+ {{ page.description }}
25
+ {% else %}
26
+ {{ site.description }}
27
+ {% endif %}" />
28
+
29
+ <meta name="keywords" content="{{ site.keywords }}" />
30
+
31
+ <meta name="author" content="{{ site.author.name }}" />
32
+
33
+ <meta name="copyright"
34
+ content="
35
+ Copyright {{ site.title }} {{ 'now' | date: "%Y" }}" />
36
+
37
+ <meta name="robots" content="follow" />
38
+
39
+ {% include /head/descriptors/twitter-meta.html %}
40
+
41
+ {% include /head/descriptors/og-meta.html %}
42
+
43
+ <link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}" />
44
+
45
+ <link rel="preconnect" href="https://fonts.gstatic.com">
46
+
47
+ <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
48
+
49
+ <link rel="stylesheet" type="text/css" title="made slowly has all the style" href="{{ site.baseurl }}/assets/css/gaitq_global.css" media="screen" />
50
+
51
+ {% if page.layout == 'error-page' %}
52
+ <link rel="stylesheet" type="text/css" title="made slowly has all the style" href="{{ site.baseurl }}/assets/css/gaitq_errors.css" media="screen" />
53
+ {% endif %}
54
+
55
+ {% if page.layout == 'feed' %}
56
+ <link rel="stylesheet" type="text/css" title="made slowly has all the style" href="{{ site.baseurl }}/assets/css/gaitq_feed.css" media="screen" />
57
+ {% endif %}
58
+
59
+ {% if page.id %} <!-- it's a post -->
60
+ <link rel="stylesheet" type="text/css" title="made slowly has all the style" href="{{ site.baseurl }}/assets/css/gaitq_post.css" media="screen" />
61
+ {% endif %}
62
+
63
+ {% if page.env %}
64
+ {% include /head/env/conditional.html %}
65
+ {% endif %}
66
+
67
+ <!-- Animate on scroll lib, js is in footer -->
68
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/vendor/aos/aos.css" media="none" onload="if(media!='all')media='all'" />
69
+
70
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/fonts/fontawesome-free-5.11.2-web/css/all.min.css" media="none" onload="if(media!='all')media='all'" / >
71
+
72
+ <link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}{{ site.fallback_path }}{{ site.favicon }}">
73
+
74
+
75
+
76
+ </head>
77
+
78
+ <body class="preload" onload="animate_after_load()">
@@ -0,0 +1,10 @@
1
+ <!-- include for post images to simplify the ux -->
2
+
3
+ <div class="post__image">
4
+
5
+ {% picture {{ include.link | prepend: 'posts/' }} --alt include.alt --img class="post__content--image" %}
6
+
7
+ {% if include.caption %}
8
+ <p class="post__image--caption">{{ include.caption }}</p>
9
+ {% endif %}
10
+ </div>
@@ -0,0 +1 @@
1
+ <a class="post__link" href="{{ include.url }}">{{ include.link }}</a>
@@ -0,0 +1,48 @@
1
+
2
+ <!-- No navigation on landing, we split the diplay with <a's pointing to pwp or clinician. This is done in the landing.html layout. -->
3
+
4
+ <nav class="navbar">
5
+
6
+ <div class="nav-brand">
7
+ <a href="{{ site.baseurl }}/">
8
+ {% include /branding/site-logo.svg %}
9
+ </a>
10
+ </div>
11
+
12
+ {% if page.layout == "env/landing" or page.layout == "error-page" %}
13
+ </nav>
14
+ {% else %}
15
+ <ul class="nav-list">
16
+
17
+ {% for item in site.data.menu.navigation %}
18
+
19
+ <li class="nav-group">
20
+ <a href="{{ item.url | relative_url }}" class="nav-group-link nav-link {{ item.env }}-group-link">
21
+ <span>{{ item.name }}</span></a>
22
+
23
+ <div class="nav-group-content {{ item.env }}-group">
24
+ {% for sub in item.submenu %}
25
+ <a
26
+ class="
27
+ nav-link
28
+ sub-link
29
+ {% if page.url == sub.url %}
30
+ current--url
31
+ {% endif %}" href="{{ sub.url | relative_url }}">
32
+ <span>{{ sub.name }}</span></a>
33
+
34
+ {% endfor %}
35
+ </div>
36
+
37
+ </li>
38
+ {% endfor %}
39
+
40
+ </ul>
41
+
42
+ <div class="burger">
43
+ <div class="burger-line-1"></div>
44
+ <div class="burger-line-2"></div>
45
+ <div class="burger-line-3"></div>
46
+ </div>
47
+ {% endif %}
48
+ </nav>
@@ -0,0 +1,21 @@
1
+
2
+
3
+ <script type="text/javascript" src="{{ "{{ site.baseurl }}/assets/js/animate_after_load.js" | relative_url }}" async></script>
4
+
5
+ <script type="text/javascript" src="{{ "{{ site.baseurl }}/assets/js/mobile-nav-slider.js" | relative_url }}" async></script>
6
+
7
+ <script type="text/javascript" src="{{ "{{ site.baseurl }}/assets/js/calc-mobile-viewport.js" | relative_url }}" async></script>
8
+
9
+ <script type="text/javascript" src="{{ site.baseurl }}/assets/vendor/aos/aos.js" ></script>
10
+
11
+ <script>
12
+ AOS.init({
13
+ disable: false,
14
+ duration: {{ site.aos-duration }},
15
+ easing: '{{ site.aos-easing }}'
16
+ });
17
+ </script>
18
+
19
+
20
+ </body>
21
+ </html>
@@ -0,0 +1,143 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="about__head__bg"></div>
6
+
7
+ <div class="about__head">
8
+ <!-- exclude if no title is provided -->
9
+ {% if site.data.copy.about[page.env].title %}
10
+ {% assign strap = site.data.copy.about[page.env].title %}
11
+
12
+ <h1>
13
+ {% assign n = strap.size | minus: 1 %}
14
+ {%- for char in (0..n ) -%}
15
+
16
+ <span style="animation-delay: {{ char | times: 60 | plus: 800 }}ms;">{{ strap | slice: char }}</span>
17
+ {%- endfor -%}</h1>
18
+
19
+ {% endif %}
20
+
21
+ </div>
22
+ <!-- exclude if no text is provided -->
23
+ {% if site.data.copy.about[page.env].text %}
24
+ <div class="about__copy" data-aos="fade-in">
25
+
26
+ {% for item in site.data.copy.about[page.env].text %}
27
+ <p class="about--copy" data-aos="fade-in">
28
+ {{ item.para }}</p>
29
+ {% endfor %}
30
+ </div>
31
+ {% endif %}
32
+
33
+ <div class="about__team">
34
+
35
+ <div class="team__head">
36
+ {% for menu in site.data.team.menu %}
37
+ <h3 class="team__title team--js-script-{{ menu.script }}" id="team{{ menu.script }}" onclick="team{{ menu.script }}()">
38
+ <i class="{{ menu.icon }}"></i>
39
+ <span class="title__title--text">{{ menu.name }}</span></h3>
40
+ {% endfor %}
41
+ </div>
42
+
43
+ <div class="team__members" onload="display_core()">
44
+
45
+ {% for member in site.data.team.members %}
46
+
47
+ <div class=" single__member
48
+ {% assign ships = member.membership | split: ', ' %}
49
+ {% for item in ships %}
50
+ team--{{ item }}
51
+ {% endfor %} ">
52
+
53
+ <div class="single__member__image">
54
+ <img class="member--image"src="{{ member.image | prepend: '/assets/images/content/people/' }}" alt="{{ member.name }} is the {{ member.position }}" />
55
+ </div>
56
+
57
+ <div class="single__member__text">
58
+ <h2>{{ member.name }}</h2>
59
+
60
+ <h2 class="member__position">{{ member.position }}</h2>
61
+
62
+ {% if member.social %}
63
+ <ul class="member__socials">
64
+ {% for socials in member.social %}
65
+ <li>
66
+ <a class="social--{{ socials.name }} social"href="{{ socials.url }}">
67
+ <i class="{{ socials.icon }}"></i>
68
+ </a>
69
+ </li>
70
+ {% endfor %}
71
+ </ul>
72
+ {% endif %}
73
+
74
+ <p class="member__info">{{ member.alt }}</p>
75
+
76
+ <!-- Only hide long member.alt, 100 char ~ 2 lines -->
77
+ {% if member.alt.size > 100 %}
78
+ <div class="info__conceal" ><p><i class="fas fa-angle-double-down"> </i></p></div>
79
+ {% endif %}
80
+ </div>
81
+
82
+ </div>
83
+
84
+ {% endfor %}
85
+
86
+ </div>
87
+ </div>
88
+
89
+ <!-- By default, .single__member is display:none, so in the event of JS disabled we see everyone -->
90
+ <script>
91
+ /* get core .team__title and style */
92
+ const title = document.querySelectorAll(".team__title.team--js-script-core");
93
+ for(var i = 0; i < title.length; i++)
94
+ title[i].classList.add('team__title--active');
95
+
96
+ /* get core .single__member and style */
97
+ const members = document.querySelectorAll(".single__member.team--core");
98
+ for(var i = 0; i < members.length; i++)
99
+ members[i].classList.add('single__member--active');
100
+
101
+ </script>
102
+
103
+ {% for menu in site.data.team.menu %}
104
+
105
+ <script>
106
+ function team{{ menu.script }}() {
107
+
108
+ /* get all .single__member NOT requested and remove .single__member--active */
109
+ const requestedMembers = document.querySelectorAll(".single__member:not(.team--{{ menu.script }})");
110
+ for(var i = 0; i < requestedMembers.length; i++)
111
+ requestedMembers[i].classList.remove('single__member--active');
112
+
113
+ /* get all the requested .single__member and add .single__member--active */
114
+ const hideMembers = document.querySelectorAll(".single__member.team--{{ menu.script }}");
115
+ for(var i = 0; i < hideMembers.length; i++)
116
+ hideMembers[i].classList.add('single__member--active');
117
+
118
+ /* get all team__title NOT requested and remove .team__title--active */
119
+ const notTitle = document.querySelectorAll(".team__title:not(.team--js-script-{{ menu.script }})");
120
+ for(var i = 0; i < notTitle.length; i++)
121
+ notTitle[i].classList.remove('team__title--active');
122
+
123
+ /* get team__title requested and add team__title--active */
124
+ const requestedTitle = document.querySelectorAll(".team__title.team--js-script-{{ menu.script }}");
125
+ for(var i = 0; i < requestedTitle.length; i++)
126
+ requestedTitle[i].classList.add('team__title--active');
127
+
128
+ }
129
+ </script>
130
+ {% endfor %}
131
+
132
+
133
+ <script>
134
+
135
+ document.querySelectorAll('.info__conceal').forEach(function(el){
136
+ el.addEventListener('click', function() {
137
+ this.classList.toggle('info__reveal');
138
+ var n = this.previousElementSibling;
139
+ n.classList.toggle('member__info--reveal');
140
+ });
141
+ });
142
+
143
+ </script>
@@ -0,0 +1,11 @@
1
+ ---
2
+ # Jekyll layout that compresses HTML
3
+ # v3.1.0
4
+ # http://jch.penibelst.de/
5
+ # https://github.com/penibelst/jekyll-compress-html
6
+ # © 2014–2015 Anatol Broder
7
+ # MIT License
8
+ ---
9
+
10
+ {% capture _LINE_FEED %}
11
+ {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment or site.compress_html.ignore.envs == "all" %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
@@ -0,0 +1,19 @@
1
+ ---
2
+ layout: compress
3
+ ---
4
+
5
+ {% include head/head.html %}
6
+
7
+ {% include navigation/global.html %}
8
+
9
+ {{ content }}
10
+
11
+ {% if page.layout == "env/landing" or page.layout == "error-page" %}
12
+
13
+ {% else %}
14
+
15
+ {% include footer/footer.html %}
16
+
17
+ {% endif %}
18
+
19
+ {% include scripts.html %}
@@ -0,0 +1,48 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="clinician__hero">
6
+
7
+ <div class="clinician__overlay">
8
+ <div class="clinician__bg">
9
+ </div>
10
+ </div>
11
+
12
+ <div class="clinician__strap">
13
+ <h1>{{ site.data.copy.about.clinician.title }}</h1>
14
+ <p data-aos="fade-up">{{ site.data.copy.about.clinician.description }}</p>
15
+ </div>
16
+
17
+ <div class="clinician__follow"></div>
18
+
19
+ </div>
20
+
21
+
22
+ {% picture
23
+ {{ page.image | prepend: 'content/' }}
24
+ --img class="clinician__hero__2"
25
+ --alt {{ page.image_alt }} %}
26
+
27
+
28
+
29
+ <div class="clinician__grid-wrap">
30
+
31
+ <div class="clinician__grid-col-l">
32
+ <div class="clinician__straps clinician__grid_img"></div>
33
+ </div>
34
+ <div class="clinician__grid-col-r">
35
+ <div class="clinician__straps "></div>
36
+ </div>
37
+
38
+ <div class="clinician__grid__text">
39
+
40
+ {% assign keyword = site.data.copy.about.clinician.keywords | split: ", " %}
41
+ {% for word in (1..keyword.size) %}
42
+ <p class="clinician__grid--keywords" data-aos="fade-in" data-aos-anchor-placement="top-bottom">{{ keyword[forloop.index0] }}</p>
43
+ {% endfor %}
44
+
45
+ <div class="action__call"></div>
46
+ </div>
47
+
48
+ </div>
@@ -0,0 +1,68 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="landing__page">
6
+ {% assign env = site.data.menu.navigation | where: 'env', 'pwp' %}{% assign env = env[0] %}
7
+
8
+ {% assign cta = env.submenu | where: 'id', 'cta' %}{% assign cta = cta[0] %}
9
+
10
+ {% assign cta_2 = env.submenu | where: 'id', 'landing' %}{% assign cta_2 = cta_2[0] %}
11
+
12
+ <div class="page__half">
13
+
14
+ <div class="env__text env--pwp">
15
+
16
+ <a class="landing__link" aria-label="Read more about how our products help people with Parkinson's" href="{{ env.url | relative_url }}">
17
+
18
+ <h3 class="landing__title">{{ env.name | upcase }}</h3></a>
19
+
20
+ <div class="landing__strap">
21
+ <p>{{ site.data.copy.landing.landing.pwp }}</p>
22
+ <div class="landing__cta">
23
+ <a class="primary__cta" aria-label="Register for clinical trails of our device" href="{{ cta.url }}">Sign up</a>
24
+ <a class="secondary__cta" aria-label="More information on who we are and how we help people with Parkinson's" href="{{ cta_2.url }}">More Info</a>
25
+ </div>
26
+ </div>
27
+
28
+ </div>
29
+
30
+ <div class="hero__overlay env--pwp">
31
+ {% picture {{ page.pwp.image | prepend: 'content/' }}
32
+ --img class="hero__image pwp__hero"
33
+ --alt {{ page.pwp.alt }} %}</div>
34
+
35
+ </div>
36
+
37
+ {% assign env = site.data.menu.navigation | where: 'env', 'clinician' %}{% assign env = env[0] %}
38
+
39
+ {% assign cta = env.submenu | where: 'id', 'cta' %}{% assign cta = cta[0] %}
40
+
41
+ {% assign cta_2 = env.submenu | where: 'id', 'landing' %}{% assign cta_2 = cta_2[0] %}
42
+
43
+ <div class="page__half">
44
+
45
+ <div class="env__text env--clinician">
46
+
47
+ <a class="landing__link" href="{{ env.url | relative_url }}">
48
+
49
+ <h3 class="landing__title">{{ env.name | upcase }}</h3></a>
50
+
51
+ <div class="landing__strap">
52
+ <p>{{ site.data.copy.landing.landing.clinician }}</p>
53
+ <div class="landing__cta">
54
+ <a class="primary__cta" href="{{ cta.url }}">Register interest</a>
55
+ <a class="secondary__cta" href="{{ cta_2.url }}">More Info</a>
56
+ </div>
57
+ </div>
58
+
59
+ </div>
60
+
61
+ <div class="hero__overlay env--clinician">
62
+ {% picture {{ page.clinician.image | prepend: 'content/' }}
63
+ --img class="hero__image clinician__hero"
64
+ --alt {{ page.clinician.alt }} %}</div>
65
+
66
+ </div>
67
+
68
+ </div>