From 2f576a5b42c1fb7681bc281666694fca5de57fd1 Mon Sep 17 00:00:00 2001 From: KerelOlivier Date: Sat, 26 Mar 2022 21:15:13 +0100 Subject: [PATCH] add: socials --- images/github.svg | 45 +++++++++++++++++++++++++++++++++++++++++++++ images/linkedin.svg | 36 ++++++++++++++++++++++++++++++++++++ index.html | 4 ++++ styles.css | 10 ++++++++++ 4 files changed, 95 insertions(+) create mode 100644 images/github.svg create mode 100644 images/linkedin.svg diff --git a/images/github.svg b/images/github.svg new file mode 100644 index 0000000..4d6de3b --- /dev/null +++ b/images/github.svg @@ -0,0 +1,45 @@ + + diff --git a/images/linkedin.svg b/images/linkedin.svg new file mode 100644 index 0000000..f72e4f8 --- /dev/null +++ b/images/linkedin.svg @@ -0,0 +1,36 @@ + + diff --git a/index.html b/index.html index 1954723..0ed95a1 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,10 @@ Profile picture

Olivier Boeren

Software developer

+
+ linkedin + github +
Resume diff --git a/styles.css b/styles.css index 16c4fbe..dbdd3c4 100644 --- a/styles.css +++ b/styles.css @@ -74,6 +74,16 @@ nav a{ opacity: 60%; font-size: 18px; } +.socials{ + margin-top: 7px; + display: flex; + flex-direction: row; +} +.socials img{ + width:30px; + height:30px; + margin: 7px; +} .resume{ width: 100%; height: 70px;