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
+
+
+ Google Scholar
+
+