Skip to content

Commit eb6048c

Browse files
committed
front page: move Features button up and link to Get Involved
1 parent b995658 commit eb6048c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

theme/templates/pages/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ <h5 class="docs-header">{% trans %}Vinyl Record Control{% endtrans %}</h5>
7575
</p>
7676
</div>
7777
</div>
78+
<div style="text-align: center">
79+
<a class="button button-secondary" href="{{ SITEURL }}/features">{% trans %}More features{% endtrans %}</a>
80+
</div>
7881
</div>
7982

8083
<div id="opensource" class="docs-section cover-bg" style="background-image: url({{ SITEURL }}/theme/images/cover/code-bg.jpg);">
@@ -92,7 +95,7 @@ <h2><a class="headline-link" href="#opensource">{% trans %}Free &amp; Open Sourc
9295
{% include "donate_paypal.html" %}
9396
</div>
9497
<div>
95-
<a class="button button-secondary" href="{{ SITEURL }}/features"">{% trans %}More Features{% endtrans %}</a>
98+
<a class="button button-secondary" href="{{ SITEURL }}/get-involved"">{% trans %}Get Involved{% endtrans %}</a>
9699
</div>
97100
<div>
98101
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank">{% trans %}Source Code{% endtrans %}</a>

0 commit comments

Comments
 (0)