diff --git a/css/brands.css b/css/brands.css
index 1ea500c..60ec68d 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -302,6 +302,14 @@ button:hover,
.button.button-youtube:focus {
filter: brightness(90%) }
+/* WhatsApp */
+.button.button-whatsapp {
+ color: #FFFFFF;
+ background-color: #455A64 }
+.button.button-whatsapp:hover,
+.button.button-whatsapp:focus {
+ filter: brightness(90%) }
+
/* Wordpress */
.button.button-wordpress {
color: #FFFFFF;
diff --git a/icons/whatsapp.svg b/icons/whatsapp.svg
new file mode 100644
index 0000000..e22953c
--- /dev/null
+++ b/icons/whatsapp.svg
@@ -0,0 +1,16 @@
+
diff --git a/index.html b/index.html
index 7e024c9..b0540f0 100644
--- a/index.html
+++ b/index.html
@@ -194,6 +194,10 @@
PayPal
+
+
+ WhatsApp
+
Wordpress