From bf988f63b1f30928c4cd722095cb8109b297f810 Mon Sep 17 00:00:00 2001 From: Thomas Helmke Date: Sun, 5 Jun 2022 12:13:34 +0200 Subject: [PATCH] added flickr icon and stub --- css/brands.css | 10 ++++++++++ images/icons/flickr.svg | 1 + index.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 images/icons/flickr.svg diff --git a/css/brands.css b/css/brands.css index b688115..18b50ec 100644 --- a/css/brands.css +++ b/css/brands.css @@ -212,6 +212,16 @@ button:hover, filter: brightness(90%); } +/* Flickr */ +.button.button-flickr { + color: #ffffff; + background-color: #000000; +} +.button.button-flickr:hover, +.button.button-flickr:focus { + filter: brightness(90%); +} + /* Github */ .button.button-github { color: #ffffff; diff --git a/images/icons/flickr.svg b/images/icons/flickr.svg new file mode 100644 index 0000000..bde20ab --- /dev/null +++ b/images/icons/flickr.svg @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index ebbbb6e..fb6662c 100644 --- a/index.html +++ b/index.html @@ -380,6 +380,11 @@ Threema LogoThreema
+ + + Flickr LogoFlickr +
+