betterplace-content 0.7.60 → 0.7.65
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 +7 -2
- data/_layouts/error404.html +1 -1
- data/_layouts/help.html +1 -1
- data/_layouts/news.html +1 -1
- data/_layouts/post.html +1 -1
- data/_sass/about-us/feature.sass +6 -14
- data/assets/css/default.sass +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 285472b1611326383cd487f2844754ddd629eed19bfe1425be396ff0eed22b92
|
|
4
|
+
data.tar.gz: aade342f47b59b5b7f61542f6cf848e6a156e674b33c5b67c185bfac806679c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ed638cd400bcd617cad11aa7d5cc4a2302314847c40f070827cafa9f0bec5ef95762a544966a95e3d83c109e1b3b41ead20f109fd5ba4b9bd26163a7c1eb167
|
|
7
|
+
data.tar.gz: 7db59e35b67f049a8b08012c35bdb5056d78057efa10286fcbb2ea24c2f32cd8198931289ec4d9aa44c4050121ca330bf527bf14f79195a8cd6c6791e8f5d6fa
|
data/_layouts/default.html
CHANGED
|
@@ -56,7 +56,7 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
|
|
|
56
56
|
<link rel="stylesheet" href="{{ style_host }}{{ site.baseurl }}{{ site._options.content.styles }}" />
|
|
57
57
|
{% endif %}
|
|
58
58
|
|
|
59
|
-
<link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/
|
|
59
|
+
<link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/utils" />
|
|
60
60
|
|
|
61
61
|
<link rel="shortcut icon" href="https://betterplace-assets.betterplace.org/static-images/logos/favicon.png" />
|
|
62
62
|
|
|
@@ -73,6 +73,8 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
|
|
|
73
73
|
<body class="{% if page.url contains '404' %} error404 {% else %} {{ site.css_root }} {% endif %}{% if transparent_header %} has-transparent-header {% endif %}">
|
|
74
74
|
<div id="fb-root"></div>
|
|
75
75
|
|
|
76
|
+
<div class='fixed-viewport-width bg-white'>
|
|
77
|
+
|
|
76
78
|
{% include subnavi-helper.html hostname=hostname %}
|
|
77
79
|
|
|
78
80
|
{{ content }}
|
|
@@ -105,7 +107,10 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
|
|
|
105
107
|
{{ footer | replace_first:'<!--language-switch-content-->',language_switch_content }}
|
|
106
108
|
|
|
107
109
|
{% include cookie_banner.html %}
|
|
108
|
-
|
|
110
|
+
|
|
111
|
+
</div>
|
|
112
|
+
|
|
113
|
+
<script src="{{ style_host }}/de/layouts/current_pack/utils"></script>
|
|
109
114
|
<script src="{{ style_host }}/de/layouts/current_pack/homepage"></script>
|
|
110
115
|
|
|
111
116
|
</body>
|
data/_layouts/error404.html
CHANGED
|
@@ -8,7 +8,7 @@ head_include: <meta content="noindex" name="robots" />
|
|
|
8
8
|
<div class="row">
|
|
9
9
|
<div class="col-md-24 text-center">
|
|
10
10
|
|
|
11
|
-
<h1 class="
|
|
11
|
+
<h1 class="md:text-3xl text-xl text-center m-b-md is-inverted">
|
|
12
12
|
{{ page.page_headline | default: 'Diese Seite konnten wir nicht finden' }}
|
|
13
13
|
</h1>
|
|
14
14
|
<p>Fehler 404</p>
|
data/_layouts/help.html
CHANGED
|
@@ -11,7 +11,7 @@ layout: default
|
|
|
11
11
|
<div class="container centered">
|
|
12
12
|
<div class="row">
|
|
13
13
|
<div class="col-md-20 offset-md-2">
|
|
14
|
-
<h1 class="
|
|
14
|
+
<h1 class="md:text-3xl text-xl text-center m-b-md">{{ page.page_headline | default:page.title }}</h1>
|
|
15
15
|
|
|
16
16
|
<article class="help-article">
|
|
17
17
|
|
data/_layouts/news.html
CHANGED
|
@@ -13,7 +13,7 @@ layout: default
|
|
|
13
13
|
<div class="container centered">
|
|
14
14
|
<div class="row">
|
|
15
15
|
<div class="col-md-20 offset-md-2">
|
|
16
|
-
<h1 class="
|
|
16
|
+
<h1 class="md:text-3xl text-xl text-center m-b-md">{{ page.title }}</h1>
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
19
|
<div class="{{ page.grid_class }}">
|
data/_layouts/post.html
CHANGED
|
@@ -15,7 +15,7 @@ layout: default
|
|
|
15
15
|
<div class="col-md-20 offset-md-2">
|
|
16
16
|
<article class="post">
|
|
17
17
|
|
|
18
|
-
<h1 class="
|
|
18
|
+
<h1 class="md:text-3xl text-xl text-center m-b-md">{{ page.page_headline | default:page.title }}</h1>
|
|
19
19
|
|
|
20
20
|
<div class="font-big-text generic-user-generated-text">
|
|
21
21
|
{{ content }}
|
data/_sass/about-us/feature.sass
CHANGED
|
@@ -45,30 +45,18 @@
|
|
|
45
45
|
background: darken($very-light-grey, 2%)
|
|
46
46
|
border-left-color: darken($medium-green, 2%)
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
content: "+"
|
|
48
|
+
i
|
|
50
49
|
position: absolute
|
|
51
50
|
top: 50%
|
|
52
51
|
margin-top: -8px
|
|
53
52
|
display: block
|
|
54
53
|
font-size: 19px
|
|
55
|
-
background: white
|
|
56
|
-
border-radius: 10px
|
|
57
|
-
height: 16px
|
|
58
|
-
width: 16px
|
|
59
|
-
line-height: 16px
|
|
60
|
-
font-weight: bold
|
|
61
|
-
text-align: center
|
|
62
|
-
-webkit-font-smoothing: antialiased
|
|
63
54
|
|
|
64
55
|
+desktop
|
|
65
56
|
left: -41px
|
|
66
|
-
color: $medium-green
|
|
67
57
|
|
|
68
58
|
+phone
|
|
69
59
|
left: 20px
|
|
70
|
-
color: white
|
|
71
|
-
background: $medium-green
|
|
72
60
|
|
|
73
61
|
.btn + br
|
|
74
62
|
+desktop
|
|
@@ -108,10 +96,14 @@
|
|
|
108
96
|
padding: 30px 20px 30px 20px
|
|
109
97
|
|
|
110
98
|
.panel-collapse
|
|
99
|
+
display: none
|
|
111
100
|
+phone
|
|
112
101
|
transition: none
|
|
113
102
|
|
|
114
|
-
.panel.
|
|
103
|
+
.panel-expanded .panel-collapse
|
|
104
|
+
display: block
|
|
105
|
+
|
|
106
|
+
.panel-expanded:last-child
|
|
115
107
|
position: relative
|
|
116
108
|
|
|
117
109
|
&:before
|
data/assets/css/default.sass
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: betterplace-content
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.65
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- betterplace.org Developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
217
217
|
- !ruby/object:Gem::Version
|
|
218
218
|
version: '0'
|
|
219
219
|
requirements: []
|
|
220
|
-
rubygems_version: 3.0.
|
|
220
|
+
rubygems_version: 3.0.8
|
|
221
221
|
signing_key:
|
|
222
222
|
specification_version: 4
|
|
223
223
|
summary: betterplace.org's Jekyll Content Theme
|