jekyll-kde-theme 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +6 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab722bef5bc90860eff9253496e06b3283c0e6b3a50bd1f32091248b4d5dafa8
|
4
|
+
data.tar.gz: 0ad4a63df11d8736398257c8a4ad3220c03bde89cd55d3e0a71ca597c3ad98ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1388b7cac66213e6f3201730f65f6f6f142f299bcadbf5960724f024a08af58810ca5a9c163a3195ecd5b2dd9c6629cb7ad480033ef76a17871f5e94fdba7015
|
7
|
+
data.tar.gz: 11e1ae5e685557da60d5285e3c4d9b1523c5ee19e8043dd594fdecc298fb28c516d8afb64adf68ec0ee58443b3a1d9dbe141175a5b8de42b4ba9990c3f4a45fc
|
data/_includes/footer.html
CHANGED
@@ -1,13 +1,14 @@
|
|
1
|
+
|
1
2
|
<footer id="kFooter" class="footer">
|
2
3
|
<section id="KSiteDonateForm">
|
3
|
-
<h3>
|
4
|
-
<a href="https://www.kde.org/community/donations/index.php#money" target="_blank">
|
4
|
+
<h3>Donate to KDE
|
5
|
+
<a href="https://www.kde.org/community/donations/index.php#money" target="_blank"> Why Donate?</a>
|
5
6
|
</h3>
|
6
7
|
|
7
|
-
<form action="https://www.paypal.com/en_US/cgi-bin/webscr" method="post" onsubmit="return amount.value >= 2 || window.confirm('
|
8
|
+
<form action="https://www.paypal.com/en_US/cgi-bin/webscr" method="post" onsubmit="return amount.value >= 2 || window.confirm('Your donation is smaller than 2€. This means that most of your donation\nwill end up in processing fees. Do you want to continue?');">
|
8
9
|
<input type="hidden" name="cmd" value="_donations" />
|
9
10
|
<input type="hidden" name="lc" value="GB" />
|
10
|
-
<input type="hidden" name="item_name" value="
|
11
|
+
<input type="hidden" name="item_name" value="Development and communication of KDE software" />
|
11
12
|
<input type="hidden" name="custom" value="//neon.kde.org//neon_donation_footer_index.php" />
|
12
13
|
<input type="hidden" name="currency_code" value="EUR" />
|
13
14
|
<input type="hidden" name="cbt" value="Return to www.kde.org" />
|
@@ -15,7 +16,7 @@
|
|
15
16
|
<input type="hidden" name="notify_url" value="https://www.kde.org/community/donations/notify.php" />
|
16
17
|
<input type="hidden" name="business" value="kde-ev-paypal@kde.org" />
|
17
18
|
<input type='text' name="amount" value="10.00" id="donateAmountField" /> €
|
18
|
-
<button type='submit' id="donateSubmit">
|
19
|
+
<button type='submit' id="donateSubmit">Donate via PayPal</button>
|
19
20
|
</form>
|
20
21
|
|
21
22
|
<a href="https://www.kde.org/community/donations/others.php" id="otherWaysDonate" target="_blank">Other ways to donate</a>
|