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