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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc8f2dbc54e07dd8ec448c4de4ea46b640000e4e
4
- data.tar.gz: 5e45e0c87327daea8a89895305212a7726480ecd
3
+ metadata.gz: 4b09934302f341f8ffd7b993e6ff6a0b74be225b
4
+ data.tar.gz: eaf4253bd9423aebef3badbc04794dcbe8512e53
5
5
  SHA512:
6
- metadata.gz: 4e10e892749283feaf008cc8befe816864d4f88d24730c74fd2a9105f93e76707726bf53e077162aeacc9d37e384254d23e768fea05e35a23637889a0a06ba3b
7
- data.tar.gz: 46dfa44609852cfc309fd9adc940adaa6d6d54671c00afbcb0ccee6ce6388ddc3dbe672581e856790539fbef7532b37aee67280715bf5d480e08890ba05e981a
6
+ metadata.gz: 03e6b3d440c08cd5aec43db3ff79944cf0c6ef3b25005ba4a4cfd50433cd475c8d70282108f018ad84fa9d0016c3fb1688622338ca3354931aa0e310d0ca4887
7
+ data.tar.gz: 5a6bbe4d1ddfba3567089d15b710b616ee1bf7a0a3017976be87414d99e3afb94b92dbf0518d7dfb3f0b1f1e0f16620c8225d0c584392bfe17e4154619721322
@@ -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/{{ page.translation_path }}/">
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
 
@@ -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">
@@ -1,8 +1,3 @@
1
- ---
2
- ---
3
-
4
- $site_baseurl: "{{ site.baseurl }}"
5
-
6
1
  // stattdessen nur @import "theme"?
7
2
  @import "colors"
8
3
  @import "media_queries"
@@ -3,11 +3,11 @@
3
3
  color: white
4
4
 
5
5
  +desktop
6
- background: url('../images/about-us/team-teaser-desktop.jpg') no-repeat 50% 0 $very-light-grey
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('../images/about-us/team-teaser-phone.jpg') no-repeat 40% center $very-light-grey
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
 
@@ -115,6 +115,7 @@
115
115
  font-weight: normal;
116
116
  font-size: 14px;
117
117
  float: left;
118
+ background-color: #eeeeee;
118
119
  @include desktop {
119
120
  height: 188px;
120
121
  padding: 15px;
@@ -1,10 +1,3 @@
1
- ---
2
- ---
3
-
4
- $site_baseurl: "{{ site.baseurl }}"
5
-
6
- @import "theme_basics"
7
-
8
1
  body.jobs
9
2
 
10
3
  article
@@ -1,12 +1,4 @@
1
- ---
2
- ---
3
-
4
- $site_baseurl: "{{ site.baseurl }}"
5
-
6
- @import "theme_basics"
7
-
8
1
  body.news
9
-
10
2
  .post
11
3
  margin-top: 50px
12
4
 
@@ -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
@@ -4,3 +4,7 @@
4
4
  $site_baseurl: "{{ site.baseurl }}"
5
5
 
6
6
  @import "theme_basics"
7
+ @import "about-us"
8
+ @import "jobs"
9
+ @import "news"
10
+ @import "team"
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.12
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