From 1051eb13f1cad142552de95d0a3b98ab0c0bb1c6 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 22 Jun 2023 23:21:11 +0200 Subject: [PATCH] add social media icons for facebook and email --- _data/social.json | 12 ++++++++++++ images/social/email.svg | 9 +++++++++ images/social/facebook.svg | 1 + 3 files changed, 22 insertions(+) create mode 100644 images/social/email.svg create mode 100644 images/social/facebook.svg diff --git a/_data/social.json b/_data/social.json index 1d3d224..919c2d2 100644 --- a/_data/social.json +++ b/_data/social.json @@ -8,5 +8,17 @@ "name": "Twitter", "link": "https://twitter.com/zerostaticio", "image": "images/social/twitter.svg" + }, + { + "name": "Facebook", + "link": "https://facebook.com", + "image": "images/social/facebook.svg" + }, + { + "name": "Email", + "link": "mailto:ekyllserif@example.com ", + "image": "images/social/email.svg" } + + ] diff --git a/images/social/email.svg b/images/social/email.svg new file mode 100644 index 0000000..c2bfa9d --- /dev/null +++ b/images/social/email.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/images/social/facebook.svg b/images/social/facebook.svg new file mode 100644 index 0000000..81355a2 --- /dev/null +++ b/images/social/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file