diff --git a/_data/social.json b/_data/social.json index 1d3d22431..c5c42295a 100644 --- a/_data/social.json +++ b/_data/social.json @@ -8,5 +8,26 @@ "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" + }, + { + "name": "Instagram", + "link": "https://instagram.com", + "image": "images/social/instagram.svg" + }, + { + "name": "Discord", + "link": "https://discord.com", + "image": "images/social/discord.svg" } + ] diff --git a/images/social/discord.svg b/images/social/discord.svg new file mode 100644 index 000000000..76e795249 --- /dev/null +++ b/images/social/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/social/email.svg b/images/social/email.svg new file mode 100644 index 000000000..c2bfa9d3e --- /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 000000000..81355a2c0 --- /dev/null +++ b/images/social/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/social/instagram.svg b/images/social/instagram.svg new file mode 100644 index 000000000..55383edca --- /dev/null +++ b/images/social/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file