diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..13566b81
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 00000000..50f85a47
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 00000000..105ce2da
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/littlelink.iml b/.idea/littlelink.iml
new file mode 100644
index 00000000..d0876a78
--- /dev/null
+++ b/.idea/littlelink.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..d56657ad
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..ac56cf05
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..35eb1ddf
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/css/brands.css b/css/brands.css
index 5025e2c2..a5de82c8 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -266,6 +266,17 @@ 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%);
+}
+
/* Discord */
.button.button-discord {
color: #ffffff;
diff --git a/images/icons/discogs.svg b/images/icons/discogs.svg
new file mode 100644
index 00000000..2e516565
--- /dev/null
+++ b/images/icons/discogs.svg
@@ -0,0 +1,27 @@
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index ea9f7d0a..0d9250c2 100644
--- a/index.html
+++ b/index.html
@@ -151,6 +151,9 @@
Dev.to
+
+
Discogs
+
Discord