Skip to content

Commit d18e20f

Browse files
Merge pull request #1 from daschuer/donation_page
Donation page buttons
2 parents 7e0d6c2 + 7a3a4e5 commit d18e20f

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

content/pages/donations.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Mixxx is a non-profit project run by volunteers. The most valuable way to suppor
55

66
But if you’re unable to contribute your time, we also appreciate financial donations. Your donation helps keep Mixxx independent, open-source, and free for DJs everywhere.
77

8+
<div class="grid-container halves button-container">
9+
<div>
10+
<a class="button button-secondary-highlight" href="https://opencollective.com/mixxxev" target="_blank" title="Donate EUR to Mixxx e.V. via Open Collective">💶 Donate EUR 💶</a>
11+
</div>
12+
<div>
13+
<a class="button button-secondary-highlight" href="https://opencollective.com/mixxx" target="_blank" title="Donate USD to Open Source Collective">💵 Donate USD 💵</a>
14+
</div>
15+
</div>
816

917
### 1. Mixxx e.V. 💶
1018

theme/templates/donate_button.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- Donate Button -->
2+
<a class="button button-secondary button-secondary-highlight" href="{{ SITEURL }}/donations" title="{% trans %}Donate via Open Collective{% endtrans %}">{% trans %}Donate{% endtrans %}</a>

theme/templates/donate_paypal.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

theme/templates/pages/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1><a class="headline-link" href="#download">Download Mixxx</a></h1>
4343
</p>
4444
<div class="grid-container halves button-container">
4545
<div>
46-
{% include "donate_paypal.html" %}
46+
{% include "donate_button.html" %}
4747
</div>
4848
<div>
4949
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank" title="{% trans %}View Source Code on GitHub{% endtrans %}">{% trans %}Source Code{% endtrans %}</a>

theme/templates/pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2><a class="headline-link" href="#opensource">{% trans %}Free &amp; Open Sourc
104104
<a class="button button-primary" href="{{ SITEURL }}/download">{% trans %}Download{% endtrans %}</a>
105105
</div>
106106
<div>
107-
{% include "donate_paypal.html" %}
107+
{% include "donate_button.html" %}
108108
</div>
109109
<div>
110110
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank">{% trans %}Source Code{% endtrans %}</a>

0 commit comments

Comments
 (0)