slow-steps 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/navigation/global.html +49 -44
- data/_sass/env/clinician.sass +1 -0
- data/_sass/env/pwp.sass +1 -0
- data/assets/css/gaitq_errors.sass +13 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e353ed3bb944e77cd2460b42a38d56ee7f6304b3c59fb303b9d0063fa84d3b46
|
4
|
+
data.tar.gz: 96f5d19915d8aacf2d03968c930359e8b9f01bdd363e60cca92a28f2c5110430
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de9717880b8a13a4b82381433c3e89031575e122ee1d1912a697314d11c8cf29bbc3e6adb435321a9be003203ed7df44077f551dc3914da8fb103bfed239f844
|
7
|
+
data.tar.gz: e1cafcf6c129a7b569555daa0fa350d0ac88b4b1b436f1e2b8488781e0d2ad18e47ab986fc3833d50aa03d6d962015ed34070693ce2d23760674f78c43a00cf4
|
@@ -9,57 +9,62 @@
|
|
9
9
|
</a>
|
10
10
|
</div>
|
11
11
|
|
12
|
-
|
12
|
+
{% if page.url != "/" %}
|
13
13
|
|
14
|
-
|
15
|
-
{% for social in site.socials %}
|
16
|
-
<li class="social-media-item">
|
17
|
-
<a href="{{ social.url }}">
|
18
|
-
<i class="fab fa-{{ social.icon }} social--{{ social.name }} social-media-link"></i></a>
|
19
|
-
</li>
|
20
|
-
{% endfor %}
|
21
|
-
</ul>
|
14
|
+
{% if page.url != "/error-pages/404" %}
|
22
15
|
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
<
|
28
|
-
|
29
|
-
{%
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
16
|
+
<ul class="social-media">
|
17
|
+
{% for social in site.socials %}
|
18
|
+
<li class="social-media-item">
|
19
|
+
<a href="{{ social.url }}">
|
20
|
+
<i class="fab fa-{{ social.icon }} social--{{ social.name }} social-media-link"></i></a>
|
21
|
+
</li>
|
22
|
+
{% endfor %}
|
23
|
+
</ul>
|
24
|
+
|
25
|
+
<ul class="nav-list">
|
26
|
+
{% for item in site.data.menu.navigation %}
|
27
|
+
<li class="nav-group">
|
28
|
+
<a href="{{ item.url | relative_url }}" class="nav-group-link nav-link {{ item.env }}-group-link">
|
29
|
+
<span>{{ item.name }}</span></a>
|
30
|
+
<div class="nav-group-content {{ item.env }}-group">
|
31
|
+
{% for sub in item.submenu %}
|
32
|
+
<div class="nav-group-container">
|
33
|
+
<a
|
34
|
+
class="
|
35
|
+
nav-link
|
36
|
+
sub-link
|
37
|
+
{% if page.url == sub.url %}
|
38
|
+
current--url
|
39
|
+
{% endif %}" href="{{ sub.url | relative_url }}">
|
40
|
+
<span>{{ sub.name }}</span></a>
|
39
41
|
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
42
|
+
{% if sub.subsubmenu %}
|
43
|
+
<div class="nav-subsub-content ">
|
44
|
+
{% for subsub in sub.subsubmenu %}
|
45
|
+
<a class="nav-link subsub-link" href="{{ subsub.url | relative_url }}">
|
46
|
+
<span>{{ subsub.name }}</span></a>
|
45
47
|
|
48
|
+
{% endfor %}
|
49
|
+
</div>
|
50
|
+
{% endif %}
|
51
|
+
|
52
|
+
</div>
|
46
53
|
{% endfor %}
|
47
54
|
</div>
|
48
|
-
|
49
|
-
|
50
|
-
</div>
|
55
|
+
</li>
|
51
56
|
{% endfor %}
|
52
|
-
</
|
53
|
-
</li>
|
54
|
-
{% endfor %}
|
55
|
-
</ul>
|
57
|
+
</ul>
|
56
58
|
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
</nav>
|
59
|
+
<div class="burger">
|
60
|
+
<div class="burger-line-1"></div>
|
61
|
+
<div class="burger-line-2"></div>
|
62
|
+
<div class="burger-line-3"></div>
|
63
|
+
</div>
|
64
|
+
</nav>
|
65
|
+
{% else %}
|
66
|
+
</nav>
|
67
|
+
{% endif %}
|
63
68
|
{% else %}
|
64
|
-
</nav>
|
69
|
+
</nav>
|
65
70
|
{% endif %}
|
data/_sass/env/clinician.sass
CHANGED
data/_sass/env/pwp.sass
CHANGED
@@ -7,8 +7,20 @@
|
|
7
7
|
|
8
8
|
@import 'typography/_variables'
|
9
9
|
|
10
|
-
@import '
|
10
|
+
@import 'typography/resets'
|
11
|
+
|
12
|
+
@import 'typography/branding'
|
13
|
+
|
14
|
+
@import '_colors/collection'
|
11
15
|
|
12
16
|
@import 'error-page'
|
13
17
|
|
14
18
|
@import 'navigation/no-nav'
|
19
|
+
|
20
|
+
// Footer
|
21
|
+
|
22
|
+
@import 'footer_full'
|
23
|
+
|
24
|
+
@import 'aos-overrides'
|
25
|
+
|
26
|
+
@import 'global'
|
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.3.
|
4
|
+
version: 0.3.2
|
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-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|