betterplace-content 0.1.21 → 0.1.30
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/_includes/footer-de.html +132 -0
- data/_includes/footer-en.html +39 -0
- data/_layouts/default.html +5 -1
- data/_sass/error404.sass +3 -0
- metadata +3 -2
- data/_includes/footer.html +0 -114
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4473794615ee519231210625e4bd36f46d43f28
|
|
4
|
+
data.tar.gz: 30c0e3b941de0ca0fceab76ac6888e34e91413f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7cdf3c9bd98a273593b0f58370a8f87a046d74b5e16b3bed6e8f9c4130272fcf9a704c4120ff12fe55bc954a949f4ff90f1744e47bb141b9c2a0da632801639
|
|
7
|
+
data.tar.gz: 10438761695703e8c3d2178524a12d6ad610cade64a39432ecb62aa4ab79270172179ebad9b14db0aa4fbb6cdd4ac5473189a79799e86cf86905a90debebcb6f
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
<footer>
|
|
2
|
+
<div class="container">
|
|
3
|
+
<nav class="row">
|
|
4
|
+
|
|
5
|
+
<div class="col-md-24">
|
|
6
|
+
<ul class="menu list-unstyled">
|
|
7
|
+
<li>
|
|
8
|
+
<a href="/c/neues">Blog & Neuigkeiten</a>
|
|
9
|
+
</li>
|
|
10
|
+
<li>
|
|
11
|
+
<a href="/c/hilfe">Hilfe</a>
|
|
12
|
+
</li>
|
|
13
|
+
<li>
|
|
14
|
+
<a href="/c/unser-team">Unser Team</a>
|
|
15
|
+
</li>
|
|
16
|
+
<li>
|
|
17
|
+
<a href="/c/ueber-uns">Über uns</a>
|
|
18
|
+
</li>
|
|
19
|
+
<li>
|
|
20
|
+
<a href="/c/botschafter">Botschafter</a>
|
|
21
|
+
</li>
|
|
22
|
+
<li>
|
|
23
|
+
<a href="/c/freundeskreis">Freundeskreis</a>
|
|
24
|
+
</li>
|
|
25
|
+
<li>
|
|
26
|
+
<a href="/c/stellen">Jobs</a>
|
|
27
|
+
</li>
|
|
28
|
+
<li>
|
|
29
|
+
<a href="/c/kontakt">Kontakt</a>
|
|
30
|
+
</li>
|
|
31
|
+
<li>
|
|
32
|
+
<a href="/c/medien">Presse</a>
|
|
33
|
+
</li>
|
|
34
|
+
<li>
|
|
35
|
+
<a href="/c/regeln/datenschutz">Datenschutz</a>
|
|
36
|
+
</li>
|
|
37
|
+
<li>
|
|
38
|
+
<a href="/c/regeln">AGB</a>
|
|
39
|
+
</li>
|
|
40
|
+
</ul>
|
|
41
|
+
|
|
42
|
+
<hr>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
<ul class="col-md-24">
|
|
46
|
+
<li class="first">
|
|
47
|
+
<strong>Spenden sammeln:</strong>
|
|
48
|
+
</li>
|
|
49
|
+
<li>
|
|
50
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/collect-donations/online-fundraising');" href="/{{ site.lang }}/collect-donations/online-fundraising">Online Fundraising</a>
|
|
51
|
+
</li>
|
|
52
|
+
<li>
|
|
53
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/collect-donations/volunteering');" href="/{{ site.lang }}/collect-donations/volunteering">Zeitspender finden</a>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/collect-donations/marathon-fundraising-events');" href="/{{ site.lang }}/collect-donations/marathon-fundraising-events">Mit einem Spendenlauf</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/collect-donations/birthday-fundraising-events');" href="/{{ site.lang }}/collect-donations/birthday-fundraising-events">Zu Deinem Geburtstag</a>
|
|
60
|
+
</li>
|
|
61
|
+
<li class="last">
|
|
62
|
+
<a onclick="ga('send', 'event', 'navigation footer', 'http://www.betterplace-solutions.de');" href="http://www.betterplace-solutions.de">Mit Deinem Unternehmen</a>
|
|
63
|
+
</li>
|
|
64
|
+
</ul>
|
|
65
|
+
<ul class="col-md-24">
|
|
66
|
+
<li class="first">
|
|
67
|
+
<strong>Geld oder Zeit spenden:</strong>
|
|
68
|
+
</li>
|
|
69
|
+
<li>
|
|
70
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/discover-projects');" href="/{{ site.lang }}/discover-projects">Hilfsprojekte entdecken</a>
|
|
71
|
+
</li>
|
|
72
|
+
<li class="last">
|
|
73
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/discover-volunteering#open');" href="/{{ site.lang }}/discover-volunteering#open">Ehrenamt finden</a>
|
|
74
|
+
</li>
|
|
75
|
+
</ul>
|
|
76
|
+
<ul class="col-md-24">
|
|
77
|
+
<li class="first">
|
|
78
|
+
<strong>Kontakt aufnehmen:</strong>
|
|
79
|
+
</li>
|
|
80
|
+
<li>
|
|
81
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/c/hilfe');" href="/c/hilfe">Hilfe & FAQ</a>
|
|
82
|
+
</li>
|
|
83
|
+
<li>
|
|
84
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/c/neues/');" href="/c/neues">Blog & News</a>
|
|
85
|
+
</li>
|
|
86
|
+
<li>
|
|
87
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/c/medien/');" href="/c/medien">Presse</a>
|
|
88
|
+
</li>
|
|
89
|
+
<li>
|
|
90
|
+
<a onclick="ga('send', 'event', 'navigation footer', 'https://www.facebook.com/betterplace.org');" href="https://www.facebook.com/betterplace.org">Facebook</a>
|
|
91
|
+
</li>
|
|
92
|
+
<li>
|
|
93
|
+
<a onclick="ga('send', 'event', 'navigation footer', 'https://twitter.com/betterplace_org');" href="https://twitter.com/betterplace_org">Twitter</a>
|
|
94
|
+
</li>
|
|
95
|
+
<li class="last">
|
|
96
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/c/kontakt-und-impressum/');" href="/c/kontakt-und-impressum">Kontakt & Impressum</a>
|
|
97
|
+
</li>
|
|
98
|
+
</ul>
|
|
99
|
+
<ul class="col-md-24">
|
|
100
|
+
<li class="first">
|
|
101
|
+
<strong>Über betterplace.org:</strong>
|
|
102
|
+
</li>
|
|
103
|
+
<li>
|
|
104
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/c/ueber-uns/');" href="/c/ueber-uns">Die Vision und das Team</a>
|
|
105
|
+
</li>
|
|
106
|
+
<li>
|
|
107
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/c/stellen/');" href="/c/stellen">Jobs</a>
|
|
108
|
+
</li>
|
|
109
|
+
<li>
|
|
110
|
+
<a onclick="ga('send', 'event', 'footer', 'terms of use link');" target="_blank" class="larger-click-area" href="/c/nutzungsbedingungen">Nutzungsbedingungen</a>
|
|
111
|
+
</li>
|
|
112
|
+
<li>
|
|
113
|
+
<a onclick="ga('send', 'event', 'navigation footer', '/c/datenschutz/');" href="/c/datenschutz">Datenschutzerklärung</a>
|
|
114
|
+
</li>
|
|
115
|
+
<li>
|
|
116
|
+
<a onclick="ga('send', 'event', 'no-tracking-specified', 'transaction cost link');" class="larger-click-area" href="/c/hilfe/wann-fallen-transaktionskosten-an">Hinweis zu Transaktionskosten</a>
|
|
117
|
+
</li>
|
|
118
|
+
<li class="last">
|
|
119
|
+
<a onclick="ga('send', 'event', 'navigation footer', 'https://api-docs.betterplace.org/');" href="https://api-docs.betterplace.org">API</a>
|
|
120
|
+
</li>
|
|
121
|
+
</ul>
|
|
122
|
+
<div class="col-md-24">
|
|
123
|
+
<p>
|
|
124
|
+
<strong>betterplace.org ist gemeinnützig und arbeitet nicht profitorientiert.
|
|
125
|
+
<br>
|
|
126
|
+
Unsere Bezahlmöglichkeiten: PayPal, Bankeinzug, Kreditkarte, paydirekt, Überweisung.
|
|
127
|
+
</strong>
|
|
128
|
+
</p>
|
|
129
|
+
</div>
|
|
130
|
+
</nav>
|
|
131
|
+
</div>
|
|
132
|
+
</footer>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<footer>
|
|
2
|
+
<div class="container">
|
|
3
|
+
<nav class="row">
|
|
4
|
+
|
|
5
|
+
<div class="col-md-24">
|
|
6
|
+
<ul class="menu list-unstyled">
|
|
7
|
+
<li>
|
|
8
|
+
<a href="/c/news">News</a>
|
|
9
|
+
</li>
|
|
10
|
+
<li>
|
|
11
|
+
<a href="/c/help">Help</a>
|
|
12
|
+
</li>
|
|
13
|
+
<li>
|
|
14
|
+
<a href="/c/unser-team">Our Team (DE)</a>
|
|
15
|
+
</li>
|
|
16
|
+
<li>
|
|
17
|
+
<a href="/c/about-us">About us</a>
|
|
18
|
+
</li>
|
|
19
|
+
<li>
|
|
20
|
+
<a href="/c/stellen">Jobs (DE)</a>
|
|
21
|
+
</li>
|
|
22
|
+
<li>
|
|
23
|
+
<a href="/c/contact">Kontakt</a>
|
|
24
|
+
</li>
|
|
25
|
+
<li>
|
|
26
|
+
<a href="/c/medien">Press (DE)</a>
|
|
27
|
+
</li>
|
|
28
|
+
<li>
|
|
29
|
+
<a href="/c/rules/privacy-policy">Privacy policy</a>
|
|
30
|
+
</li>
|
|
31
|
+
<li>
|
|
32
|
+
<a href="/c/rules">Terms and Conditions</a>
|
|
33
|
+
</li>
|
|
34
|
+
</ul>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
</nav>
|
|
38
|
+
</div>
|
|
39
|
+
</footer>
|
data/_layouts/default.html
CHANGED
data/_sass/error404.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.30
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- betterplace.org Developers
|
|
@@ -61,7 +61,8 @@ extra_rdoc_files: []
|
|
|
61
61
|
files:
|
|
62
62
|
- LICENSE.txt
|
|
63
63
|
- README.md
|
|
64
|
-
- _includes/footer.html
|
|
64
|
+
- _includes/footer-de.html
|
|
65
|
+
- _includes/footer-en.html
|
|
65
66
|
- _includes/google_analytics.html
|
|
66
67
|
- _includes/header-de.html
|
|
67
68
|
- _includes/header-en.html
|
data/_includes/footer.html
DELETED
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
<footer>
|
|
2
|
-
<div class="container">
|
|
3
|
-
<nav class="row">
|
|
4
|
-
<ul class="col-md-24">
|
|
5
|
-
<li class="first">
|
|
6
|
-
<strong>Spenden sammeln:
|
|
7
|
-
</strong>
|
|
8
|
-
</li>
|
|
9
|
-
<li>
|
|
10
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/collect-donations/online-fundraising');" href="/{{ site.lang }}/collect-donations/online-fundraising">Online Fundraising
|
|
11
|
-
</a>
|
|
12
|
-
</li>
|
|
13
|
-
<li>
|
|
14
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/collect-donations/volunteering');" href="/{{ site.lang }}/collect-donations/volunteering">Zeitspender finden
|
|
15
|
-
</a>
|
|
16
|
-
</li>
|
|
17
|
-
<li>
|
|
18
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/collect-donations/marathon-fundraising-events');" href="/{{ site.lang }}/collect-donations/marathon-fundraising-events">Mit einem Spendenlauf
|
|
19
|
-
</a>
|
|
20
|
-
</li>
|
|
21
|
-
<li>
|
|
22
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/collect-donations/birthday-fundraising-events');" href="/{{ site.lang }}/collect-donations/birthday-fundraising-events">Zu Deinem Geburtstag
|
|
23
|
-
</a>
|
|
24
|
-
</li>
|
|
25
|
-
<li class="last">
|
|
26
|
-
<a onclick="ga('send', 'event', 'navigation footer', 'http://www.betterplace-solutions.de');" href="http://www.betterplace-solutions.de">Mit Deinem Unternehmen
|
|
27
|
-
</a>
|
|
28
|
-
</li>
|
|
29
|
-
</ul>
|
|
30
|
-
<ul class="col-md-24">
|
|
31
|
-
<li class="first">
|
|
32
|
-
<strong>Geld oder Zeit spenden:
|
|
33
|
-
</strong>
|
|
34
|
-
</li>
|
|
35
|
-
<li>
|
|
36
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/discover-projects');" href="/{{ site.lang }}/discover-projects">Hilfsprojekte entdecken
|
|
37
|
-
</a>
|
|
38
|
-
</li>
|
|
39
|
-
<li class="last">
|
|
40
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/{{ site.lang }}/discover-volunteering#open');" href="/{{ site.lang }}/discover-volunteering#open">Ehrenamt finden
|
|
41
|
-
</a>
|
|
42
|
-
</li>
|
|
43
|
-
</ul>
|
|
44
|
-
<ul class="col-md-24">
|
|
45
|
-
<li class="first">
|
|
46
|
-
<strong>Kontakt aufnehmen:
|
|
47
|
-
</strong>
|
|
48
|
-
</li>
|
|
49
|
-
<li>
|
|
50
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/c/hilfe');" href="/c/hilfe">Hilfe & FAQ
|
|
51
|
-
</a>
|
|
52
|
-
</li>
|
|
53
|
-
<li>
|
|
54
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/c/neues/');" href="/c/neues/">Blog & News
|
|
55
|
-
</a>
|
|
56
|
-
</li>
|
|
57
|
-
<li>
|
|
58
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/c/medien/');" href="/c/medien/">Presse
|
|
59
|
-
</a>
|
|
60
|
-
</li>
|
|
61
|
-
<li>
|
|
62
|
-
<a onclick="ga('send', 'event', 'navigation footer', 'https://www.facebook.com/betterplace.org');" href="https://www.facebook.com/betterplace.org">Facebook
|
|
63
|
-
</a>
|
|
64
|
-
</li>
|
|
65
|
-
<li>
|
|
66
|
-
<a onclick="ga('send', 'event', 'navigation footer', 'https://twitter.com/betterplace_org');" href="https://twitter.com/betterplace_org">Twitter
|
|
67
|
-
</a>
|
|
68
|
-
</li>
|
|
69
|
-
<li class="last">
|
|
70
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/c/kontakt-und-impressum/');" href="/c/kontakt-und-impressum/">Kontakt & Impressum
|
|
71
|
-
</a>
|
|
72
|
-
</li>
|
|
73
|
-
</ul>
|
|
74
|
-
<ul class="col-md-24">
|
|
75
|
-
<li class="first">
|
|
76
|
-
<strong>Über betterplace.org:
|
|
77
|
-
</strong>
|
|
78
|
-
</li>
|
|
79
|
-
<li>
|
|
80
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/c/ueber-uns/');" href="/c/ueber-uns/">Die Vision und das Team
|
|
81
|
-
</a>
|
|
82
|
-
</li>
|
|
83
|
-
<li>
|
|
84
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/c/stellen/');" href="/c/stellen/">Jobs
|
|
85
|
-
</a>
|
|
86
|
-
</li>
|
|
87
|
-
<li>
|
|
88
|
-
<a onclick="ga('send', 'event', 'footer', 'terms of use link');" target="_blank" class="larger-click-area" href="/c/nutzungsbedingungen">Nutzungsbedingungen
|
|
89
|
-
</a>
|
|
90
|
-
</li>
|
|
91
|
-
<li>
|
|
92
|
-
<a onclick="ga('send', 'event', 'navigation footer', '/c/datenschutz/');" href="/c/datenschutz/">Datenschutzerklärung
|
|
93
|
-
</a>
|
|
94
|
-
</li>
|
|
95
|
-
<li>
|
|
96
|
-
<a onclick="ga('send', 'event', 'no-tracking-specified', 'transaction cost link');" class="larger-click-area" href="/c/hilfe/wann-fallen-transaktionskosten-an/">Hinweis zu Transaktionskosten
|
|
97
|
-
</a>
|
|
98
|
-
</li>
|
|
99
|
-
<li class="last">
|
|
100
|
-
<a onclick="ga('send', 'event', 'navigation footer', 'https://api-docs.betterplace.org/');" href="https://api-docs.betterplace.org/">API
|
|
101
|
-
</a>
|
|
102
|
-
</li>
|
|
103
|
-
</ul>
|
|
104
|
-
<div class="col-md-24">
|
|
105
|
-
<p>
|
|
106
|
-
<strong>betterplace.org ist gemeinnützig und arbeitet nicht profitorientiert.
|
|
107
|
-
<br>
|
|
108
|
-
Unsere Bezahlmöglichkeiten: PayPal, Bankeinzug, Kreditkarte, paydirekt, Überweisung.
|
|
109
|
-
</strong>
|
|
110
|
-
</p>
|
|
111
|
-
</div>
|
|
112
|
-
</nav>
|
|
113
|
-
</div>
|
|
114
|
-
</footer>
|