Skip to content

Commit

Permalink
Added Letterboxd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-er committed Jun 13, 2022
1 parent 22c6e75 commit 3200aa2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -608,3 +608,13 @@ button:hover,
.button.button-yt:focus {
filter: brightness(90%);
}

/* Letterboxd */
.button.button-letterboxd {
color: #ffffff;
background-color: #2c3440;
}
.button.button-yt:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
13 changes: 13 additions & 0 deletions images/icons/letterboxd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@ <h1>LittleLink</h1>
<img class="icon" src="images/icons/flickr.svg" alt="Flickr Logo">Flickr</a>
<br>

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

<br>
<!--
Footer:
Expand Down

0 comments on commit 3200aa2

Please sign in to comment.