Skip to content

Commit

Permalink
add a alt version of discogs
Browse files Browse the repository at this point in the history
  • Loading branch information
HLEndman committed Jan 10, 2024
1 parent 8367641 commit 7d77917
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 50 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.idea
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/littlelink.iml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

11 changes: 11 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,17 @@ button:hover,
filter: brightness(90%);
}

/* Discogs_alt */
.button.button-discogs_alt {
color: #FFFFFF;
background-color: #000000;
border: 1px solid #FFFFFF
}
.button.button-discogs:hover,
.button.button-discogs:focus {
filter: brightness(90%);
}

/* Discord */
.button.button-discord {
color: #ffffff;
Expand Down
27 changes: 27 additions & 0 deletions images/icons/discogs_alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ <h1 role="heading">LittleLink</h1>
<!-- Discogs -->
<a class="button button-discogs" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/discogs.svg" alt="">Discogs</a><br>

<!-- Discogs_alt -->
<a class="button button-discogs_alt" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/discogs_alt.svg" alt="">Discogs</a><br>

<!-- Discord -->
<a class="button button-discord" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/discord.svg" alt="">Discord</a><br>

Expand Down

0 comments on commit 7d77917

Please sign in to comment.