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;