betterplace-content 0.3.15 → 0.3.16
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 +4 -4
- data/_layouts/default.html +1 -2
- data/_layouts/help.html +1 -0
- data/_layouts/news.html +1 -1
- data/_sass/about-us/feature.sass +0 -2
- data/_sass/initialize/typography.sass +3 -1
- data/_sass/pages/jobs.sass +0 -1
- data/_sass/pages/news.sass +8 -3
- data/_sass/pages/team.sass +1 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d7284eae4517f8a0274bf22280659fd25204512
|
|
4
|
+
data.tar.gz: 20b98870cfe3581b77ef96e208bbedff5c3d530d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 941da73dc8e96b83af460490a317d38b18db3f8d71078d972fd7bbe9465a25a9b9cbeff388bcf5dde696e4bf090733c06aedb9e45d8644226646fceab4e3ca59
|
|
7
|
+
data.tar.gz: 28d6f6408c258a768ccf659150fb94c98c176157d01ca84c7b2784faf1b59ca5cf91eb5f48f803c868fe77652b18730c9f290f0012aed5348f7cacd603271761
|
data/_layouts/default.html
CHANGED
data/_layouts/help.html
CHANGED
|
@@ -49,3 +49,4 @@ layout: default
|
|
|
49
49
|
|
|
50
50
|
<script src="{{ site.baseurl }}/assets/js/lunr.js"></script>
|
|
51
51
|
<script src="{{ site.baseurl }}/assets/js/help_search.js"></script>
|
|
52
|
+
<script async type="text/javascript" src="//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/0162bb21c59bda82e06d25f12d3b6f23b82b0a4c0da710229f390c5b14cc7ab0.js"></script>
|
data/_layouts/news.html
CHANGED
|
@@ -20,7 +20,7 @@ layout: default
|
|
|
20
20
|
<h1 class="headline-desktop-xl headline-phone-lg text-center m-b-md">{{ page.title }}</h1>
|
|
21
21
|
</div>
|
|
22
22
|
|
|
23
|
-
<div class="
|
|
23
|
+
<div class="{{ page.grid_class }}">
|
|
24
24
|
<div class="row news-article">
|
|
25
25
|
{% if page.author %}
|
|
26
26
|
<div class="news-meta-information m-b">
|
data/_sass/about-us/feature.sass
CHANGED
data/_sass/pages/jobs.sass
CHANGED
data/_sass/pages/news.sass
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
.news-date
|
|
11
11
|
padding: 10px
|
|
12
12
|
color: $medium-grey
|
|
13
|
-
|
|
13
|
+
font-size: 16px
|
|
14
14
|
|
|
15
15
|
.news-post-teaser
|
|
16
16
|
display: flex
|
|
17
17
|
flex-direction: column
|
|
18
|
-
height:
|
|
18
|
+
height: 400px
|
|
19
19
|
display: block
|
|
20
20
|
color: $very-dark-grey
|
|
21
21
|
text-decoration: none
|
|
@@ -49,6 +49,11 @@
|
|
|
49
49
|
flex: 1 1 auto
|
|
50
50
|
overflow: hidden
|
|
51
51
|
position: relative
|
|
52
|
+
margin-bottom: 20px
|
|
53
|
+
|
|
54
|
+
p
|
|
55
|
+
font-size: 14px
|
|
56
|
+
line-height: 20px
|
|
52
57
|
|
|
53
58
|
&:after
|
|
54
59
|
content: ''
|
|
@@ -68,4 +73,4 @@
|
|
|
68
73
|
color: $medium-grey
|
|
69
74
|
|
|
70
75
|
.news-post-teaser-content
|
|
71
|
-
height:
|
|
76
|
+
height: 193px
|
data/_sass/pages/team.sass
CHANGED
|
@@ -81,8 +81,7 @@ body.team
|
|
|
81
81
|
text-decoration: underline
|
|
82
82
|
|
|
83
83
|
.unit-select-external-link
|
|
84
|
-
|
|
85
|
-
font-size: inherit
|
|
84
|
+
font-size: 16px
|
|
86
85
|
|
|
87
86
|
+phone
|
|
88
87
|
display: inline-block
|
|
@@ -121,15 +120,5 @@ body.team
|
|
|
121
120
|
line-height: 32px
|
|
122
121
|
|
|
123
122
|
p
|
|
124
|
-
font-size: 16px
|
|
125
|
-
line-height: 22px
|
|
126
123
|
text-align: center
|
|
127
124
|
margin-bottom: 20px
|
|
128
|
-
|
|
129
|
-
+desktop
|
|
130
|
-
font-size: 16px
|
|
131
|
-
line-height: 22px
|
|
132
|
-
|
|
133
|
-
+phone
|
|
134
|
-
font-size: 14px
|
|
135
|
-
line-height: 20px
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: betterplace-content
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- betterplace.org Developers
|
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
176
176
|
version: '0'
|
|
177
177
|
requirements: []
|
|
178
178
|
rubyforge_project:
|
|
179
|
-
rubygems_version: 2.6.
|
|
179
|
+
rubygems_version: 2.6.11
|
|
180
180
|
signing_key:
|
|
181
181
|
specification_version: 4
|
|
182
182
|
summary: betterplace.org's Jekyll Content Theme
|