From 17db378c555b0f1c33d30974fc79dc8ce2d29768 Mon Sep 17 00:00:00 2001 From: Sarah Zhang Date: Sun, 8 Aug 2021 22:08:06 -0400 Subject: [PATCH 1/2] social media --- .idea/.gitignore | 8 + .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/website.iml | 9 + .../social-media/icons/linkedin.svg | 282 ++++++++++++++++++ src/components/social-media/social-media.js | 8 + 7 files changed, 327 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/website.iml create mode 100644 src/components/social-media/icons/linkedin.svg diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b9ceecd --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/website.iml b/.idea/website.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/website.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/components/social-media/icons/linkedin.svg b/src/components/social-media/icons/linkedin.svg new file mode 100644 index 0000000..fc96c00 --- /dev/null +++ b/src/components/social-media/icons/linkedin.svg @@ -0,0 +1,282 @@ + + + + + + diff --git a/src/components/social-media/social-media.js b/src/components/social-media/social-media.js index 2f3d866..d2d0b47 100644 --- a/src/components/social-media/social-media.js +++ b/src/components/social-media/social-media.js @@ -61,6 +61,14 @@ const SocialMedia = ({ children, direction = "" }) => { alt="link to cosmo's github" /> + + + Date: Mon, 23 Aug 2021 19:42:31 -0400 Subject: [PATCH 2/2] social media updates --- src/components/social-media/social-media.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/social-media/social-media.js b/src/components/social-media/social-media.js index d2d0b47..b71523b 100644 --- a/src/components/social-media/social-media.js +++ b/src/components/social-media/social-media.js @@ -8,7 +8,7 @@ import { Layout } from "../header-footer/footer" const WIDTH_HEIGHT = "45" const Link = styled.a` - display: inline-flex; + display: inline-flex;3 ` const IconContainer = styled.div`