Skip to content

Commit

Permalink
Добавляет Amazon и ID для ссылок
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Jul 5, 2024
1 parent 63cb713 commit 73f0b5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/images/social/amazon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/includes/aside.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<aside class="links">
<aside class="links" id="links">
<h2 class="links__title">На связи</h2>
<dl class="links__list">
<div class="links__section">
Expand Down Expand Up @@ -84,6 +84,11 @@
href="https://www.deezer.com/en/show/1001066322"
aria-label="Deezer"
></a>
<a
class="links__icon links__icon--amazon"
href="https://music.amazon.com/podcasts/9d3b7d70-44a6-4aef-adf2-f2cf989884bf"
aria-label="Amazon Music"
></a>
</dd>
</div>
<div class="links__section">
Expand Down
4 changes: 4 additions & 0 deletions src/styles/blocks/links.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,7 @@
.links__icon--deezer {
background-image: url('/images/social/deezer.svg');
}

.links__icon--amazon {
background-image: url('/images/social/amazon.svg');
}

0 comments on commit 73f0b5a

Please sign in to comment.