Skip to content

Commit 457bbe4

Browse files
committed
Adjust wording around donations
1 parent 67cf6d3 commit 457bbe4

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

css/donate.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,17 @@ main .row [class^="col"] {
109109

110110
#bank-transfer-donation h4 {
111111
font-weight: bold;
112+
margin-bottom: 0;
113+
}
114+
115+
#bank-transfer-donation .subtitle {
116+
font-size: 8pt;
117+
font-weight: normal;
118+
opacity: 0.9;
119+
margin-bottom: 10px;
112120
}
113121

122+
114123
#bank-transfer-donation th {
115124
padding-right: 1rem;
116125
}

donate/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3 class="text-center">Want to keep NewPipe running?</h3>
1818
</div>
1919
<div class="col-sm-10 col-sm-push-1 col-md-6 col-md-push-0">
2020
<p class="red donate-section-title"><strong><img src="../img/people-red.svg" class="people-large">&nbsp;&nbsp;We put donations to good use</strong></p>
21-
<p>The donations are handled by <a href="https://newpipe-ev.de">NewPipe e.V.</a>, which hires developers to work on NewPipe, buys merch for contributors, sends representatives to open source conferences, supports libre media streaming technology, <a href="https://newpipe-ev.de/blog/">and more</a>.</p>
21+
<p>Donations are handled by <a href="https://newpipe-ev.de">NewPipe e.V.</a>, which hires developers to work on NewPipe, buys merch for contributors, sends representatives to open source conferences, supports libre media streaming technology, <a href="https://newpipe-ev.de/blog/">and more</a>.</p>
2222
</div>
2323
</div>
2424
</div>
@@ -43,7 +43,7 @@ <h3 class="text-center">Want to keep NewPipe running?</h3>
4343
<div class="row" id="sorted-row">
4444
<div class="col-sm-12" id="donate-title">
4545
<h3 class="with-subtitle">Do you like what we did so far?</h3>
46-
<p class="subtitle">Help us to bring NewPipe forward!</p>
46+
<p class="subtitle">Help us bring NewPipe forward!</p>
4747
</div>
4848
<div class="col-xs-12 col-lg-10" id="button-container">
4949
<div class="row" style="width: 100%;">
@@ -60,20 +60,22 @@ <h3 class="with-subtitle">Do you like what we did so far?</h3>
6060
<a href="https://www.paypal.com/donate/?hosted_button_id=MZXL7WW8DXZBJ" target="_blank"
6161
class="button button-large action donate" title="Donate to NewPipe via PayPal">
6262
PayPal
63-
<div class="donate-action-subtitle">(higher fees)</div>
63+
<div class="donate-action-subtitle">(very high fees)</div>
6464
</a>
6565
</div>
6666
</div>
6767
<div class="clearfix"></div>
6868
<div class="col-sm-12">
6969
<div class="button-wrapper button action donate" id="bank-transfer-donation">
7070
<h4>Bank transfer</h4>
71+
<div class="subtitle">(lowest fees)</div>
7172
<table>
7273
<tbody>
7374
<tr><th scope="row">Account holder:</th><td>NewPipe e.V.</td></tr>
7475
<tr><th scope="row">IBAN:</th><td>DE94 4306 0967 1308 7563 00</td></tr>
7576
<tr><th scope="row">Bank:</th><td><a href="https://www.gls.de/impressum/">GLS Gemeinschaftsbank eG</a></td></tr>
7677
<tr><th scope="row">BIC:</th><td>GENODEM1GLS</td></tr>
78+
<tr><th scope="row">Reason for transfer:</th><td>NewPipe donation</td></tr>
7779
</tbody>
7880
</table>
7981
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3 id="features-title">Main Features</h3>
9999
<div class="container container-double">
100100
<div class="row is-flex">
101101
<div class="col-md-9 feature-detail" id="lightweight">
102-
<h3 class="newpipe-title">NewPipe - the smart streaming solution</h3>
102+
<h3 class="newpipe-title">NewPipe the smart streaming solution</h3>
103103
<div class="feature-description">
104104
<div class="row">
105105

@@ -727,7 +727,7 @@ <h4>Why NewPipe is free</h4>
727727
<div class="col-md-6 tile tile-right" id="tile-like-np">
728728
<h4>Like the idea?</h4>
729729
<p>We hope so! But don't forget, a lot of time and energy goes into this, and we share it with you.</p>
730-
<p>We offer you ways to support our work by donations - so we can get some <strong class="red">extra snacks during work!</strong></p>
730+
<p>We offer you ways to support our work by donations so we can <strong class="red">supercharge development with paid development hours!</strong></p>
731731
</div>
732732

733733
</div>

0 commit comments

Comments
 (0)