diff --git a/css/brands.css b/css/brands.css
index 31ef39f..df5ed25 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -125,6 +125,16 @@ button:hover,
filter: brightness(90%);
}
+/* dev.to */
+.button.button-dev-to {
+ color: #000000;
+ background-color: #f5f5f5;
+}
+.button.button-dev-to:hover,
+.button.button-dev-to:focus {
+ filter: brightness(90%);
+}
+
/* Discord */
.button.button-discord {
color: #ffffff;
diff --git a/images/icons/dev_to.svg b/images/icons/dev_to.svg
new file mode 100644
index 0000000..d52b2ed
--- /dev/null
+++ b/images/icons/dev_to.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 09ad659..e6c5dfb 100644
--- a/index.html
+++ b/index.html
@@ -330,6 +330,11 @@
src="images/icons/cashapp_btc.svg" alt="Cash App Logo">Cash App Bitcoin
+
+ dev.to
+
+
Website