Skip to content

Commit

Permalink
Merge pull request #463 from Aerozol/master
Browse files Browse the repository at this point in the history
Dataset 'crate' logo images
  • Loading branch information
mayhem authored May 8, 2024
2 parents 126f9be + 8a70848 commit ffa6383
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file added frontend/img/projects/critiquebrainz-crate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/img/projects/listenbrainz-crate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/img/projects/musicbrainz-crate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions metabrainz/templates/index/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Database Dumps</h2>
<div class="dataset-card">
<div class="dataset-card-logo">
<a href="/datasets/postgres-dumps#musicbrainz">
<img class="logo" src="{{ url_for('static', filename='img/projects/musicbrainz.svg') }}" alt="MusicBrainz logo" />
<img class="logo" src="{{ url_for('static', filename='img/projects/musicbrainz-crate.png') }}" alt="MusicBrainz logo on a shipping crate" />
</a>
</div>
<div class="dataset-card-text">
Expand All @@ -55,7 +55,7 @@ <h4>
<div class="dataset-card">
<div class="dataset-card-logo">
<a href="/datasets/postgres-dumps#musicbrainz-json">
<img class="logo" src="{{ url_for('static', filename='img/projects/musicbrainz.svg') }}" alt="MusicBrainz logo" />
<img class="logo" src="{{ url_for('static', filename='img/projects/musicbrainz-crate.png') }}" alt="MusicBrainz logo on a shipping crate" />
</a>
</div>
<div class="dataset-card-text">
Expand All @@ -78,7 +78,7 @@ <h4>
<div class="dataset-card">
<div class="dataset-card-logo">
<a href="/datasets/postgres-dumps#listenbrainz">
<img class="logo" src="{{ url_for('static', filename='img/projects/listenbrainz.svg') }}" alt="ListenBrainz logo" />
<img class="logo" src="{{ url_for('static', filename='img/projects/listenbrainz-crate.png') }}" alt="ListenBrainz logo on a shipping crate" />
</a>
</div>
<div class="dataset-card-text">
Expand All @@ -102,7 +102,7 @@ <h4>
<div class="dataset-card">
<div class="dataset-card-logo">
<a href="/datasets/postgres-dumps#critiquebrainz">
<img class="logo" src="{{ url_for('static', filename='img/projects/critiquebrainz.svg') }}" alt="CritiqueBrainz logo" />
<img class="logo" src="{{ url_for('static', filename='img/projects/critiquebrainz-crate.png') }}" alt="CritiqueBrainz logo on a shipping crate" />
</a>
</div>
<div class="dataset-card-text">
Expand Down Expand Up @@ -140,7 +140,7 @@ <h2>Derived Dumps</h2>
<div class="dataset-card">
<div class="dataset-card-logo">
<a href="/datasets/derived-dumps#canonical">
<img class="logo" src="{{ url_for('static', filename='img/projects/musicbrainz.svg') }}" alt="MusicBrainz logo" />
<img class="logo" src="{{ url_for('static', filename='img/projects/musicbrainz-crate.png') }}" alt="MusicBrainz logo on a shipping crate" />
</a>
</div>
<div class="dataset-card-text">
Expand All @@ -163,7 +163,7 @@ <h4>
<div class="dataset-card">
<div class="dataset-card-logo">
<a href="/datasets/derived-dumps#mhld">
<img class="logo" src="{{ url_for('static', filename='img/projects/listenbrainz.svg') }}" alt="ListenBrainz logo" />
<img class="logo" src="{{ url_for('static', filename='img/projects/listenbrainz-crate.png') }}" alt="ListenBrainz logo on a shipping crate" />
</a>
</div>
<div class="dataset-card-text">
Expand Down

0 comments on commit ffa6383

Please sign in to comment.