diff --git a/.gitignore b/.gitignore index e43b0f9..4befed3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.idea diff --git a/css/brands.css b/css/brands.css index 8e170f2..4759feb 100644 --- a/css/brands.css +++ b/css/brands.css @@ -266,6 +266,28 @@ button:hover, filter: brightness(90%); } +/* Discogs */ +.button.button-discogs { + color: #000000; + background-color: #FFFFFF; + border: 1px solid #000000 +} +.button.button-discogs:hover, +.button.button-discogs:focus { + filter: brightness(90%); +} + +/* Discogs_alt */ +.button.button-discogs_alt { + color: #FFFFFF; + background-color: #000000; + border: 1px solid #FFFFFF +} +.button.button-discogs:hover, +.button.button-discogs:focus { + filter: brightness(90%); +} + /* Discord */ .button.button-discord { color: #ffffff; @@ -693,6 +715,17 @@ button:hover, filter: brightness(90%); } +/* QQ */ +.button.button-qq { + color: #000000; + background-color: #FFFFFF; + border: 3px solid #4D94FF; +} +.button.button-qq:hover, +.button.button-qq:focus { + filter: brightness(90%); +} + /* Read.cv */ .button.button-read-cv { color: #FFFFFF; diff --git a/images/icons/discogs.svg b/images/icons/discogs.svg new file mode 100644 index 0000000..2e51656 --- /dev/null +++ b/images/icons/discogs.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/icons/discogs_alt.svg b/images/icons/discogs_alt.svg new file mode 100644 index 0000000..fc36ae6 --- /dev/null +++ b/images/icons/discogs_alt.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/icons/qq.svg b/images/icons/qq.svg new file mode 100644 index 0000000..15945d1 --- /dev/null +++ b/images/icons/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 3fb593f..c4b9004 100644 --- a/index.html +++ b/index.html @@ -151,6 +151,12 @@ Dev.to
+ + Discogs
+ + + Discogs
+ Discord
@@ -271,6 +277,9 @@ Product Hunt
+ + QQ
+ Read.cv