betterplace-content 0.2.2 → 0.2.3

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: 3da38d3637de0c5db5f0d2df446118e20eece32a
4
- data.tar.gz: e5b743016910479e12c1c8b835ff199e51aaec9b
3
+ metadata.gz: 93dab2b093c6301065501d0b027d4dd19626e8f2
4
+ data.tar.gz: 0f2156f610425e3f20f51c3bee876cb0aba09d5c
5
5
  SHA512:
6
- metadata.gz: ed9a3fc8c937a3e247b1d4155856aba9c16fef5216f9760f5532924b6e159ed01da8d52aae36c842d00e9a691761e131e625ec2597adada904ef3a47b1364455
7
- data.tar.gz: 3e28fa07aa9807cf076a8de8dd93bc426675399f533077b914f0438383dd0b2d153bfb049b3580f1af29be97cd7b8d588a7d22dbf6033d7d97fdffd37002bcd8
6
+ metadata.gz: 9249cee041dac0641515dbddd0fbfd2dc9a4b5526ee304cebd065f68bcddf043d6bcff668d7bf4b4793e1ac3d69a447827850d9a45247b24cd4818778d089d8f
7
+ data.tar.gz: 6c635cef6c69eec3f3aa871e2d023b2d1050d3f75893edb5c9501b744a904784604a17bd59bf7e931f6d4f339253bb3582d05b51a9a0378c7d20e1e7515ca1e3
@@ -0,0 +1,12 @@
1
+ <ul class="generic-subnavi">
2
+ <li class="is-left"><a href="/de/projects/7046" class="btn btn-primary">Unterstütze betterplace.org</a></li>
3
+ <li><a href="/c/ueber-uns">Übersicht</a></li>
4
+ <li><a href="/c/neues/">Blog &amp; News</a></li>
5
+ <li><a href="/c/neues/kategorien/termine/">Termine</a></li>
6
+ <li><a href="/c/stellen">Jobs</a></li>
7
+ <li><a href="/c/unser-team">Team</a></li>
8
+ <li><a href="/c/kontakt-und-impressum">Kontakt</a></li>
9
+ <li><a href="/c/hilfe/">Hilfe</a></li>
10
+ <li><a href="/c/medien">Presse</a></li>
11
+ <li><a href="/c/botschafter">Botschafter</a></li>
12
+ </ul>
@@ -0,0 +1,12 @@
1
+ <ul class="generic-subnavi">
2
+ <li class="is-left"><a href="/de/projects/7046" class="btn btn-primary">Support betterplace.org</a></li>
3
+ <li><a href="/c/about-us">Overview</a></li>
4
+ <li><a href="/c/news/">Blog &amp; News</a></li>
5
+ <!-- <li><a href="#">Termine</a></li> -->
6
+ <li><a href="/c/jobs">Jobs</a></li>
7
+ <li><a href="/c/our-team">Team</a></li>
8
+ <li><a href="/c/contact-us">Contact</a></li>
9
+ <li><a href="/c/help/">Help</a></li>
10
+ <li><a href="/c/media">Press</a></li>
11
+ <li><a href="/c/botschafter">Ambassadors</a></li>
12
+ </ul>
@@ -39,8 +39,10 @@
39
39
 
40
40
  {% if site.lang == 'de' %}
41
41
  {% include header-de.html %}
42
+ {% include subnavi-de.html %}
42
43
  {% else %}
43
44
  {% include header-en.html %}
45
+ {% include subnavi-en.html %}
44
46
  {% endif %}
45
47
 
46
48
  {{ content }}
data/_sass/team.sass CHANGED
@@ -39,6 +39,10 @@ body.team
39
39
  .container
40
40
  +desktop
41
41
  margin-top: -560px
42
+
43
+ .tax-receipt-hint .container
44
+ +desktop
45
+ margin-top: 0
42
46
 
43
47
  .unit-select
44
48
  padding: 10px 20px 10px 0px
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.2.2
4
+ version: 0.2.3
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: 2017-12-12 00:00:00.000000000 Z
11
+ date: 2017-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -67,6 +67,8 @@ files:
67
67
  - _includes/header-de.html
68
68
  - _includes/header-en.html
69
69
  - _includes/sharing.html
70
+ - _includes/subnavi-de.html
71
+ - _includes/subnavi-en.html
70
72
  - _layouts/default.html
71
73
  - _layouts/error404.html
72
74
  - _layouts/help.html