Skip to content

Commit 99dcd31

Browse files
authored
Merge pull request sethcottle#57 from forks-by-kieran/main
Added Letterboxd
2 parents 22c6e75 + f1ea140 commit 99dcd31

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

css/brands.css

+10
Original file line numberDiff line numberDiff line change
@@ -608,3 +608,13 @@ button:hover,
608608
.button.button-yt:focus {
609609
filter: brightness(90%);
610610
}
611+
612+
/* Letterboxd */
613+
.button.button-letterboxd {
614+
color: #ffffff;
615+
background-color: #2c3440;
616+
}
617+
.button.button-letterboxd:hover,
618+
.button.button-letterboxd:focus {
619+
filter: brightness(90%);
620+
}

images/icons/letterboxd.svg

+13
Loading

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,11 @@ <h1>LittleLink</h1>
385385
<img class="icon" src="images/icons/flickr.svg" alt="Flickr Logo">Flickr</a>
386386
<br>
387387

388+
<!-- Letterboxd -->
389+
<a class="button button-letterboxd" href="#" target="_blank" rel="noopener">
390+
<img class="icon" src="images/icons/letterboxd.svg" alt="Letterboxd Logo">Letterboxd</a>
391+
<br>
392+
388393
<br>
389394
<!--
390395
Footer:

0 commit comments

Comments
 (0)