From e3d9e1e023cc67a485097be6572b1cef577f8c31 Mon Sep 17 00:00:00 2001 From: Dennis Jensen Date: Mon, 31 Jul 2023 15:43:22 +0200 Subject: [PATCH] Feature: GitHub and LinkedIn icons Changes: - Social links --- src/app/app.component.html | 10 ++++++++++ src/app/app.component.scss | 11 +++++++++++ src/index.html | 1 + 3 files changed, 22 insertions(+) diff --git a/src/app/app.component.html b/src/app/app.component.html index 882a1f4..119759a 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -29,6 +29,16 @@

software which makes an impact and I can see the fruit of my work.

+ + +
diff --git a/src/app/app.component.scss b/src/app/app.component.scss index f985c5e..40ffbe9 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -64,4 +64,15 @@ .nav-item { padding: 10px; +} + +.social-links { + margin-top: 10px; + text-align: center; +} + +.social-links a { + color: #0f0; + margin: 0 10px; + font-size: 24px; } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 9648fad..3e2fa3c 100644 --- a/src/index.html +++ b/src/index.html @@ -3,6 +3,7 @@ + Digital-Craftsman