Skip to content

Commit

Permalink
Update carosell or however you...
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem committed Feb 17, 2022
1 parent ea71f59 commit 9723b27
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions metabrainz/templates/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ <h2 class="page-title">{{ _('Welcome to MetaBrainz!') }}</h2>
</div>
</div>
<div class="item">
<a href="https://acousticbrainz.org/">
<img src="{{ url_for('static', filename='img/logos/acousticbrainz.svg') }}" />
<a href="https://bookbrainz.org/">
<img src="{{ url_for('static', filename='img/logos/bookbrainz.svg') }}" />
</a>
<div class="caption">
{{ _('A crowdsourced collection of acoustic information') }}
{{ _('An open encyclopedia which contains information about published literature') }}
</div>
</div>
<div class="item">
Expand All @@ -69,14 +69,6 @@ <h2 class="page-title">{{ _('Welcome to MetaBrainz!') }}</h2>
{{ _('A repository for Creative Commons licensed music reviews') }}
</div>
</div>
<div class="item">
<a href="https://bookbrainz.org/">
<img src="{{ url_for('static', filename='img/logos/bookbrainz.svg') }}" />
</a>
<div class="caption">
{{ _('An open encyclopedia which contains information about published literature') }}
</div>
</div>
<div class="item">
<a href="https://coverartarchive.org/">
<img src="{{ url_for('static', filename='img/logos/coverartarchive.svg') }}" />
Expand Down

0 comments on commit 9723b27

Please sign in to comment.