Skip to content

Commit

Permalink
remove redundant Community section from front page
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jul 8, 2020
1 parent bdfeaa6 commit 1ef84bc
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2><a class="headline-link" href="#opensource">{% trans "Free &amp; Open Source
{% include "donate_paypal.html" %}
</div>
<div>
<a class="button button-secondary" href="{% url "/features.html" %}">{% trans "More Features" %}</a>
<a class="button button-secondary" href="{% url "/get-involved.html" %}">{% trans "Get Involved" %}</a>
</div>
<div>
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank">{% trans "Source Code" %}</a>
Expand All @@ -121,16 +121,4 @@ <h5>{{ post.title }}</h5>
</div>
</div>
{% endif %}


<div id="community" class="docs-section container">
<h2><a class="headline-link" href="community">{% trans "Friendly Community" %}</a></h2>
<p>
{% 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 %}
</p>

<p>
{% 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 %}
</p>
</div>
{% endblock %}

0 comments on commit 1ef84bc

Please sign in to comment.