From a4702afef70d78ddc1512b874fe18bc9f561f52c Mon Sep 17 00:00:00 2001 From: Marcus Jaschen Date: Sun, 18 Sep 2022 09:31:25 +0200 Subject: [PATCH] add Strava button (https://www.strava.com/) --- css/brands.css | 10 ++++++++++ images/icons/strava.svg | 1 + index.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 images/icons/strava.svg diff --git a/css/brands.css b/css/brands.css index e258038..5c569da 100644 --- a/css/brands.css +++ b/css/brands.css @@ -458,6 +458,16 @@ button:hover, filter: brightness(90%); } +/* Strava */ +.button.button-strava { + color: #ffffff; + background-color: #fc5200; +} +.button.button-strava:hover, +.button.button-strava:focus { + filter: brightness(90%); +} + /* Telegram */ .button.button-telegram { color: #ffffff; diff --git a/images/icons/strava.svg b/images/icons/strava.svg new file mode 100644 index 0000000..fdfe55f --- /dev/null +++ b/images/icons/strava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index ed327f5..888cfee 100644 --- a/index.html +++ b/index.html @@ -255,6 +255,11 @@ Steam LogoSteam
+ + + Strava LogoStrava +
+ Vimeo LogoVimeo