From 894b79ae56d8104dce0f6b6c929324c9728a8527 Mon Sep 17 00:00:00 2001 From: Cindy Qi Li Date: Mon, 15 Jun 2020 17:30:50 -0400 Subject: [PATCH] feat: add the social media info for WeCount linkedIn (resolves #276) (#290) --- src/_data/social.json | 3 ++- src/_includes/svg/linkedin.svg | 1 + src/scss/layout/_footer.scss | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 src/_includes/svg/linkedin.svg diff --git a/src/_data/social.json b/src/_data/social.json index 935a356a4..6df5fa0a7 100644 --- a/src/_data/social.json +++ b/src/_data/social.json @@ -1,5 +1,6 @@ { "facebook": "https://www.facebook.com/We-Count-Project-103084404745143/", "instagram": "https://www.instagram.com/wecount_project/", - "twitter": "https://twitter.com/WeCountproject" + "twitter": "https://twitter.com/WeCountproject", + "linkedin": "https://www.linkedin.com/in/wecountproject/" } diff --git a/src/_includes/svg/linkedin.svg b/src/_includes/svg/linkedin.svg new file mode 100644 index 000000000..957a95167 --- /dev/null +++ b/src/_includes/svg/linkedin.svg @@ -0,0 +1 @@ + diff --git a/src/scss/layout/_footer.scss b/src/scss/layout/_footer.scss index db06329d5..721da2bf2 100644 --- a/src/scss/layout/_footer.scss +++ b/src/scss/layout/_footer.scss @@ -134,7 +134,7 @@ footer { svg { height: rem(60); - stroke-width: 3px; + stroke-width: 2px; width: rem(60); }