From bbad737bbee5612d6c3e80caa66afed617fcb6f0 Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Mon, 17 Jan 2022 15:09:24 +0100 Subject: [PATCH] Add linkedin link to contacts --- src/components/Footer.css.ts | 1 + src/components/Footer.svelte | 10 ++++++++++ src/svg/linkedin.svg | 1 + 3 files changed, 12 insertions(+) create mode 100644 src/svg/linkedin.svg diff --git a/src/components/Footer.css.ts b/src/components/Footer.css.ts index 2aa28af..ff3a964 100644 --- a/src/components/Footer.css.ts +++ b/src/components/Footer.css.ts @@ -165,3 +165,4 @@ globalStyle(`${siteFooterClass} a:hover`, { globalStyle(`${latestPostsClass} li a:visited:not(:hover)`, { color: vars.color.linkVisited, }) + diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index 35f5f18..5692627 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -120,6 +120,16 @@ Github +
  • + + + LinkedIn + +
  • \ No newline at end of file