From da60a7675e41cdf92b31d48eb78c0ebe1b5a0199 Mon Sep 17 00:00:00 2001 From: kasramp Date: Tue, 20 Dec 2022 22:22:58 +0100 Subject: [PATCH] Add support for Google Scholar --- css/brands.css | 12 +++++++++++- images/icons/google_scholar.svg | 1 + index.html | 5 +++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 images/icons/google_scholar.svg diff --git a/css/brands.css b/css/brands.css index c4fa549..abd479a 100644 --- a/css/brands.css +++ b/css/brands.css @@ -312,6 +312,16 @@ button:hover, filter: brightness(90%); } +/* Google Scholar */ +.button.button-google-scholar { + color: #000000; + background-color: #f5f5f5; +} +.button.button-google-scholar:hover, +.button.button-google-scholar:focus { + filter: brightness(90%); +} + /* Hashnode */ .button.button-hashnode { color: #000000; @@ -740,4 +750,4 @@ button:hover, .button.button-yt:hover, .button.button-yt:focus { filter: brightness(90%); -} \ No newline at end of file +} diff --git a/images/icons/google_scholar.svg b/images/icons/google_scholar.svg new file mode 100644 index 0000000..7753830 --- /dev/null +++ b/images/icons/google_scholar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 35659f0..d685f91 100644 --- a/index.html +++ b/index.html @@ -456,6 +456,11 @@ hashnode LogoHashnode
+ + + Google Scholar IconGoogle Scholar +
+