From d4bf9656cc473b0ce07f9b2931d6c89ff8324c8b Mon Sep 17 00:00:00 2001 From: kebin Date: Sat, 9 Apr 2022 23:49:47 -0700 Subject: [PATCH 1/3] Added VRChat Button --- css/brands.css | 13 ++++++++++++- images/icons/vrchat.svg | 1 + index.html | 5 +++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 images/icons/vrchat.svg diff --git a/css/brands.css b/css/brands.css index 40713e5..31ef39f 100644 --- a/css/brands.css +++ b/css/brands.css @@ -114,6 +114,17 @@ button:hover, filter: brightness(90%); } +/* VRChat */ +.button.button-vrchat { + color: #000000; + background-color: #ffffff; + border: 2px solid black; +} +.button.button-vrchat:hover, +.button.button-vrchat:focus { + filter: brightness(90%); +} + /* Discord */ .button.button-discord { color: #ffffff; @@ -516,4 +527,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/vrchat.svg b/images/icons/vrchat.svg new file mode 100644 index 0000000..37a71df --- /dev/null +++ b/images/icons/vrchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index bd3cbe3..0956728 100644 --- a/index.html +++ b/index.html @@ -340,6 +340,11 @@ src="images/icons/coffee.svg" alt="Buy Me a Coffee">Buy Me a Coffee
+ + VRChat LogoVRChat +
+

Build your own by forking LittleLink.

From 636b97756475688916ac04fea251a24ae2bce06b Mon Sep 17 00:00:00 2001 From: kebin Date: Sat, 9 Apr 2022 23:54:39 -0700 Subject: [PATCH 2/3] Update vrchat.svg --- images/icons/vrchat.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/icons/vrchat.svg b/images/icons/vrchat.svg index 37a71df..8433269 100644 --- a/images/icons/vrchat.svg +++ b/images/icons/vrchat.svg @@ -1 +1 @@ - \ No newline at end of file + From 2033eccd7e98d33e7df055be714b1f95bc8539f8 Mon Sep 17 00:00:00 2001 From: jawira Date: Tue, 19 Apr 2022 22:21:02 +0200 Subject: [PATCH 3/3] Fix gitlab href --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bd3cbe3..50abe0f 100644 --- a/index.html +++ b/index.html @@ -286,7 +286,7 @@
- GitLab LogoGitLab