Skip to content

Commit 1ef84bc

Browse files
committed
remove redundant Community section from front page
1 parent bdfeaa6 commit 1ef84bc

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

pages/index.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2><a class="headline-link" href="#opensource">{% trans "Free &amp; Open Source
9494
{% include "donate_paypal.html" %}
9595
</div>
9696
<div>
97-
<a class="button button-secondary" href="{% url "/features.html" %}">{% trans "More Features" %}</a>
97+
<a class="button button-secondary" href="{% url "/get-involved.html" %}">{% trans "Get Involved" %}</a>
9898
</div>
9999
<div>
100100
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank">{% trans "Source Code" %}</a>
@@ -121,16 +121,4 @@ <h5>{{ post.title }}</h5>
121121
</div>
122122
</div>
123123
{% endif %}
124-
125-
126-
<div id="community" class="docs-section container">
127-
<h2><a class="headline-link" href="community">{% trans "Friendly Community" %}</a></h2>
128-
<p>
129-
{% blocktrans %}Mixxx is developed by an international community of DJs, programmers, and artists. Because Mixxx is <b>free (<a href="https://www.gnu.org/philosophy/free-sw.html">as in freedom</a> and price), open source</b> software, anyone can contribute to make Mixxx even better&mdash;including you!{% endblocktrans %}
130-
</p>
131-
132-
<p>
133-
{% blocktrans with launchpad_bugs="https://bugs.launchpad.net/mixxx/" mapping_link="https://github.com/mixxxdj/mixxx/wiki/start#controller_mapping_documentation" create_a_branch_link="/get-involved#developers" help_with_translations_link="/get-involved#translators" starter_tasks_link="/get-involved" %} You can get involved with Mixxx today by <a href="{{ launchpad_bugs }}">reporting bugs and suggesting features</a>, <a href="{{ mapping_link }}">making a controller mapping</a>, <a href="{{ create_a_branch_link }}">adding features &amp; fixing bugs</a>, <a href="{{ help_with_translations_link }}">helping with translations</a>, or working on one of our other <a href="{{ starter_tasks_link }}">starter tasks</a>.{% endblocktrans %}
134-
</p>
135-
</div>
136124
{% endblock %}

0 commit comments

Comments
 (0)