From f7db72ce97ef4e73baa292fd22a410fe289b4767 Mon Sep 17 00:00:00 2001 From: ben7sys Date: Sun, 17 Nov 2024 06:05:24 +0100 Subject: [PATCH] Updated the Signal icon in both the contact section and footer with the official Signal logo SVG Added appropriate styling to match the design in both locations Confirmed the changes look good Let me complete this task. --- public/components/footer.html | 4 +++- public/css/components.css | 11 +++++++++++ public/css/footer.css | 10 ++++++++++ public/index.html | 11 +++++++---- 4 files changed, 31 insertions(+), 5 deletions(-) diff --git a/public/components/footer.html b/public/components/footer.html index e4ef26a..2716736 100644 --- a/public/components/footer.html +++ b/public/components/footer.html @@ -5,7 +5,9 @@ info@7sys.de
- + + + Signal
diff --git a/public/css/components.css b/public/css/components.css index e2a046c..e0af408 100644 --- a/public/css/components.css +++ b/public/css/components.css @@ -157,6 +157,17 @@ color: var(--primary); } +/* Signal Icon Styles */ +.signal-icon { + color: var(--primary); + width: 1.2em; + height: 1.2em; +} + +.contact-link:hover .signal-icon { + color: var(--primary); +} + /* Quote Styles */ .quote { font-size: 1.2rem; diff --git a/public/css/footer.css b/public/css/footer.css index f10c571..85d9a6e 100644 --- a/public/css/footer.css +++ b/public/css/footer.css @@ -28,6 +28,12 @@ footer { font-size: 1.2rem; } +.contact-item .signal-icon { + color: var(--primary); + width: 1.2rem; + height: 1.2rem; +} + .contact-item a { color: var(--text-muted); text-decoration: none; @@ -38,6 +44,10 @@ footer { color: var(--primary); } +.contact-item:hover .signal-icon { + color: var(--primary); +} + .social-links { display: flex; gap: var(--spacing-lg); diff --git a/public/index.html b/public/index.html index d5fdb4e..0346764 100644 --- a/public/index.html +++ b/public/index.html @@ -10,6 +10,7 @@ + @@ -73,15 +74,17 @@

Kontakt

-

Ich freue mich darauf, Ihr Projekt kennenzulernen und Ihnen mein Wissen zu vermitteln.

+

Ich freue mich darauf, Ihr Projekt kennenzulernen und mit Ihnen gemeinsam,
+ an Ihrer digitalen Zukunft zu arbeiten.