slow-steps 0.1.4 → 0.1.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bddbe7e9f546b517ece2c9b205ba6ec42dcd5f2230ce469b6a94f0d7fcba8ef0
4
- data.tar.gz: e96335042acf12c5418a97bdbe7e75fab5147b5b61f68593cc8cea7ade90550c
3
+ metadata.gz: 8774e2a7d4982872dce1ab0cbbd86e254fe902aa8d580fda62d3639380271907
4
+ data.tar.gz: 2a4347c7c4b2732e599eae66995d26f11c6c09c7886a6daff142b04c889a5e70
5
5
  SHA512:
6
- metadata.gz: 77b937e5f6f7b96742b3ec16dece80c228b7818778fbab1738617580ff888b7aec5da645595fec0143b37dabaeab1c17ea55d6186473225219c638866b4775f2
7
- data.tar.gz: 3f90b61d92705d3f75bfd0800a4d7244e591583d135209ad68ded0f7f3ba092eb67e601d9df1260e5509f30257e1bdcafd6b1a43d2d2169a6d2d8ea77bf147a2
6
+ metadata.gz: 0c84c0f0017d271004b18a17a914f3540f5400cdba145cc7554d9f6927c9a6d446328b8acfa29864018b1aa7d5e64e316063cffb04565d91425460d84ed66ba6
7
+ data.tar.gz: 80d9d09c698060635e65da65591b7a24fc6f1e6f8ca97e77076f5be7360b5363fe7f158c1817d18b3bcef7cc27bed3ad33f0971a0a13ae388bc2336841f0ba14
@@ -56,9 +56,8 @@
56
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
57
  {% endif %}
58
58
 
59
- {% if page.id %} <!-- it's a post -->
60
59
  <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 %}
60
+
62
61
 
63
62
  {% if page.env %}
64
63
  {% include /head/env/conditional.html %}
@@ -74,7 +74,7 @@ Last full read through 29/12/2020
74
74
  {% endfor %} ">
75
75
 
76
76
  <div class="single__member__image">
77
- <img class="member--image"src="{{ member.image | prepend: '/assets/images/content/people/' }}" alt="{{ member.name }} is the {{ member.position }}" />
77
+ <img class="member--image" src="{% if member.image %}{{ member.image | prepend: '/assets/images/content/people/' }}{% else %}{{ 'team-placeholder.jpg' | prepend: '/assets/images/defaults/' }}{% endif %}" alt="{{ member.name }} is the {{ member.position }}" />
78
78
  </div>
79
79
 
80
80
  <div class="single__member__text">
@@ -8,9 +8,7 @@ layout: compress
8
8
 
9
9
  {{ content }}
10
10
 
11
- {% if page.layout == "error-page" %}
12
-
13
- {% else %}
11
+ {% if page.layout != "error-page" %}
14
12
 
15
13
  {% include footer/footer_full.html %}
16
14
 
@@ -0,0 +1,11 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <section class="fullwidth__wrap">
6
+
7
+
8
+ {{ content }}
9
+
10
+
11
+ </section>
@@ -99,7 +99,6 @@
99
99
  .ft__sitemap--env
100
100
  width: 100%
101
101
 
102
-
103
102
  @media screen and ( min-width: 768px )
104
103
 
105
104
  .ft__wrapper
@@ -16,7 +16,29 @@
16
16
  -o-transition: none !important
17
17
 
18
18
  .fullwidth__wrap
19
- width: 100vw
19
+ width: 90vw
20
+ max-width: 800px
21
+ margin: auto
22
+ margin-top: $navbar-height + $secondary-navbar-height + 5vh
23
+ & > p
24
+ padding: 3rem 0
25
+ & > ol li, ul li
26
+ padding: 1rem 0
27
+
28
+ .two__col
29
+ display: flex
30
+ flex-wrap: wrap
31
+ width: 100%
32
+
33
+ .two__col--elem
34
+ padding: 1rem 0
35
+
36
+ .two__col--left,
37
+ .two__col--right
38
+ width: 100%
39
+
40
+ .no--mobile
41
+ display: none
20
42
 
21
43
  .h-100
22
44
  height: 100%
@@ -245,6 +267,16 @@ $svg-text-offset: 60px
245
267
 
246
268
  @media screen and ( min-width: 768px )
247
269
 
270
+ .fullwidth__wrap
271
+ .two__col--left
272
+ width: 30%
273
+
274
+ .two__col--right
275
+ width: 70%
276
+
277
+ .no--mobile
278
+ display: block
279
+
248
280
  .narrow__wrap
249
281
  width: 80vw
250
282
  max-width: 600px
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.1.4
4
+ version: 0.1.5
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-09 00:00:00.000000000 Z
11
+ date: 2021-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -210,6 +210,7 @@ files:
210
210
  - _layouts/env/pwp.html
211
211
  - _layouts/error-page.html
212
212
  - _layouts/feed.html
213
+ - _layouts/full-width.html
213
214
  - _layouts/post.html
214
215
  - _layouts/register.html
215
216
  - _sass/_functions.sass