From 9dfa63a03e3fe597225e571f1e01c099a42e1f2a Mon Sep 17 00:00:00 2001 From: iooner Date: Wed, 9 Dec 2020 22:49:27 +0100 Subject: [PATCH 1/3] Add wordpress icon --- icons/wordpress.svg | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 icons/wordpress.svg diff --git a/icons/wordpress.svg b/icons/wordpress.svg new file mode 100644 index 0000000..ab096ed --- /dev/null +++ b/icons/wordpress.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 8b5ba43b1e1e8916e767547827333543c6f5d350 Mon Sep 17 00:00:00 2001 From: iooner Date: Wed, 9 Dec 2020 22:50:33 +0100 Subject: [PATCH 2/3] Add wordpress ton index --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 694d766..147394b 100644 --- a/index.html +++ b/index.html @@ -142,7 +142,11 @@ Skoob
-
+ + + Wordpress +
+

Build your own by forking LittleLink.

From 3aed4ca095302de930cd5c2597aa4e2470682397 Mon Sep 17 00:00:00 2001 From: iooner Date: Wed, 9 Dec 2020 22:51:18 +0100 Subject: [PATCH 3/3] Add wordpress to brand CSS --- css/brands.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/brands.css b/css/brands.css index fd46484..35e4569 100644 --- a/css/brands.css +++ b/css/brands.css @@ -269,3 +269,10 @@ button:hover, .button.button-youtube:focus { filter: brightness(90%) } +/* Wordpress */ +.button.button-wordpress { + color: #FFFFFF; + background-color: #0073AA } +.button.button-wordpress:hover, +.button.button-wordpress:focus { + filter: brightness(90%) }