diff --git a/css/brands.css b/css/brands.css index 36c52f1e..df81a650 100644 --- a/css/brands.css +++ b/css/brands.css @@ -638,3 +638,13 @@ button:hover, .button.button-letterboxd:focus { filter: brightness(90%); } + +/* hashnode */ +.button.button-hashnode { + color: #323335; + background-color: #ffffff; +} +.button.button-hashnode:hover, +.button.button-hashnode:focus { + filter: brightness(90%); +} diff --git a/images/icons/hashnode.svg b/images/icons/hashnode.svg new file mode 100644 index 00000000..69f2e290 --- /dev/null +++ b/images/icons/hashnode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index d36babcd..ec86077e 100644 --- a/index.html +++ b/index.html @@ -400,6 +400,11 @@ Letterboxd LogoLetterboxd
+ + + hashnode LogoHashnode +
+