betterplace-content 0.1.12 → 0.1.13
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 -3
- data/_layouts/post.html +1 -1
- data/{assets/css → _sass}/about-us.sass +0 -5
- data/_sass/about-us/team.sass +2 -2
- data/_sass/generics/team_list.scss +1 -0
- data/{assets/css → _sass}/jobs.sass +0 -7
- data/{assets/css → _sass}/news.sass +0 -8
- data/{assets/css → _sass}/team.sass +1 -8
- data/assets/css/default.sass +4 -0
- metadata +5 -18
- data/assets/theme_images/botschafter/christina-wegener.jpg +0 -0
- data/assets/theme_images/botschafter/content-header-berlin.png +0 -0
- data/assets/theme_images/botschafter/content-header-bonn.png +0 -0
- data/assets/theme_images/botschafter/content-header-bremen.png +0 -0
- data/assets/theme_images/botschafter/content-header-duesseldorf.png +0 -0
- data/assets/theme_images/botschafter/content-header-frankfurt.png +0 -0
- data/assets/theme_images/botschafter/content-header-hamburg.png +0 -0
- data/assets/theme_images/botschafter/content-header-koeln.png +0 -0
- data/assets/theme_images/botschafter/content-header-leipzig.png +0 -0
- data/assets/theme_images/botschafter/content-header-muenchen.png +0 -0
- data/assets/theme_images/botschafter/content-header-ulm.png +0 -0
- data/assets/theme_images/botschafter/content-header-wiesbaden.png +0 -0
- data/assets/theme_images/botschafter/content-header.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b09934302f341f8ffd7b993e6ff6a0b74be225b
|
|
4
|
+
data.tar.gz: eaf4253bd9423aebef3badbc04794dcbe8512e53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03e6b3d440c08cd5aec43db3ff79944cf0c6ef3b25005ba4a4cfd50433cd475c8d70282108f018ad84fa9d0016c3fb1688622338ca3354931aa0e310d0ca4887
|
|
7
|
+
data.tar.gz: 5a6bbe4d1ddfba3567089d15b710b616ee1bf7a0a3017976be87414d99e3afb94b92dbf0518d7dfb3f0b1f1e0f16620c8225d0c584392bfe17e4154619721322
|
data/_layouts/default.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{% endif %}
|
|
12
12
|
|
|
13
13
|
{% if page.translation_path %}
|
|
14
|
-
<link rel="alternate" hreflang="{{ site.translation_lang | replace:'_','-' }}" href="https://www.betterplace.org/c
|
|
14
|
+
<link rel="alternate" hreflang="{{ site.translation_lang | replace:'_','-' }}" href="https://www.betterplace.org/c{{ page.translation_path }}/">
|
|
15
15
|
{% endif %}
|
|
16
16
|
|
|
17
17
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js" integrity="sha256-spTpc4lvj4dOkKjrGokIrHkJgNA0xMS98Pw9N7ir9oI=" crossorigin="anonymous"></script>
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
{% include google_analytics.html %}
|
|
23
23
|
|
|
24
24
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/default.css" />
|
|
25
|
-
<!-- TODO TJO: Lösung bei der wir prüfen ob das File existiert. Oder aber nur nach Bedingung (Page? Site?) diese Zeile ausführen. -->
|
|
26
|
-
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/{{ site.css_root }}.css" />
|
|
27
25
|
|
|
28
26
|
<link href="{{ site.baseurl }}/assets/theme_images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
|
|
29
27
|
|
data/_layouts/post.html
CHANGED
|
@@ -12,7 +12,7 @@ layout: default
|
|
|
12
12
|
{% assign header_image_path = page.header_image_path | default: site.header_image_path %}
|
|
13
13
|
{% if page.header_image_path %}
|
|
14
14
|
{% capture content_header_css %}no-background-on-mobile has-background-image{% endcapture %}
|
|
15
|
-
{% capture content_header_style %}background-image: url('{{ page.header_image_path }}');{% endcapture %}
|
|
15
|
+
{% capture content_header_style %}background-image: url('{{ site.baseurl }}{{ page.header_image_path }}');{% endcapture %}
|
|
16
16
|
{% endif %}
|
|
17
17
|
<div class="generic-content-header {{ content_header_css }}" style="{{ content_header_style }}">
|
|
18
18
|
<div class="container">
|
data/_sass/about-us/team.sass
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
color: white
|
|
4
4
|
|
|
5
5
|
+desktop
|
|
6
|
-
background: url('
|
|
6
|
+
background: url('#{$site_baseurl}/assets/theme_images/about-us/team-teaser-desktop.jpg') no-repeat 50% 0 $very-light-grey
|
|
7
7
|
height: 560px
|
|
8
8
|
|
|
9
9
|
+phone
|
|
10
|
-
background: url('
|
|
10
|
+
background: url('#{$site_baseurl}/assets/theme_images/about-us/team-teaser-phone.jpg') no-repeat 40% center $very-light-grey
|
|
11
11
|
height: 380px
|
|
12
12
|
background-size: cover
|
|
13
13
|
|
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
---
|
|
2
|
-
---
|
|
3
|
-
|
|
4
|
-
$site_baseurl: "{{ site.baseurl }}"
|
|
5
|
-
|
|
6
|
-
@import "theme_basics"
|
|
7
|
-
|
|
8
1
|
body.team
|
|
9
|
-
|
|
10
2
|
.generic-content-header
|
|
11
3
|
+desktop
|
|
12
4
|
margin-top: -56px
|
|
@@ -45,6 +37,7 @@ body.team
|
|
|
45
37
|
|
|
46
38
|
.unit-select
|
|
47
39
|
padding: 10px 20px 10px 0px
|
|
40
|
+
color: white
|
|
48
41
|
a
|
|
49
42
|
padding: 4px 12px 4px 0
|
|
50
43
|
display: inline-block
|
data/assets/css/default.sass
CHANGED
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.1.
|
|
4
|
+
version: 0.1.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- betterplace developers
|
|
@@ -72,6 +72,7 @@ files:
|
|
|
72
72
|
- _layouts/default.html
|
|
73
73
|
- _layouts/post.html
|
|
74
74
|
- _layouts/redirect.html
|
|
75
|
+
- _sass/about-us.sass
|
|
75
76
|
- _sass/about-us/because.sass
|
|
76
77
|
- _sass/about-us/feature.sass
|
|
77
78
|
- _sass/about-us/freundeskreis.sass
|
|
@@ -99,17 +100,16 @@ files:
|
|
|
99
100
|
- _sass/generics/team_list.scss
|
|
100
101
|
- _sass/generics/topicblock.sass
|
|
101
102
|
- _sass/generics_bootstrap.scss
|
|
103
|
+
- _sass/jobs.sass
|
|
102
104
|
- _sass/media_queries.sass
|
|
105
|
+
- _sass/news.sass
|
|
103
106
|
- _sass/page_templates/archive.sass
|
|
104
107
|
- _sass/page_templates/author.sass
|
|
105
108
|
- _sass/page_templates/post.sass
|
|
106
109
|
- _sass/refactor-me.sass
|
|
110
|
+
- _sass/team.sass
|
|
107
111
|
- _sass/theme_basics.sass
|
|
108
|
-
- assets/css/about-us.sass
|
|
109
112
|
- assets/css/default.sass
|
|
110
|
-
- assets/css/jobs.sass
|
|
111
|
-
- assets/css/news.sass
|
|
112
|
-
- assets/css/team.sass
|
|
113
113
|
- assets/theme_images/about-us/because-icon-desktop.png
|
|
114
114
|
- assets/theme_images/about-us/because-icon-phone.png
|
|
115
115
|
- assets/theme_images/about-us/feature-list-bullet.png
|
|
@@ -136,19 +136,6 @@ files:
|
|
|
136
136
|
- assets/theme_images/about-us/why-security.png
|
|
137
137
|
- assets/theme_images/about-us/why-supporters.png
|
|
138
138
|
- assets/theme_images/about-us/why-transparency.png
|
|
139
|
-
- assets/theme_images/botschafter/christina-wegener.jpg
|
|
140
|
-
- assets/theme_images/botschafter/content-header-berlin.png
|
|
141
|
-
- assets/theme_images/botschafter/content-header-bonn.png
|
|
142
|
-
- assets/theme_images/botschafter/content-header-bremen.png
|
|
143
|
-
- assets/theme_images/botschafter/content-header-duesseldorf.png
|
|
144
|
-
- assets/theme_images/botschafter/content-header-frankfurt.png
|
|
145
|
-
- assets/theme_images/botschafter/content-header-hamburg.png
|
|
146
|
-
- assets/theme_images/botschafter/content-header-koeln.png
|
|
147
|
-
- assets/theme_images/botschafter/content-header-leipzig.png
|
|
148
|
-
- assets/theme_images/botschafter/content-header-muenchen.png
|
|
149
|
-
- assets/theme_images/botschafter/content-header-ulm.png
|
|
150
|
-
- assets/theme_images/botschafter/content-header-wiesbaden.png
|
|
151
|
-
- assets/theme_images/botschafter/content-header.png
|
|
152
139
|
- assets/theme_images/breadcrumb-arrow.png
|
|
153
140
|
- assets/theme_images/distortion.png
|
|
154
141
|
- assets/theme_images/favicon.ico
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|