From d52ee8c4e83673c9c7b49e0bfbab75a44f6e4b2c Mon Sep 17 00:00:00 2001 From: ramforth Date: Sat, 27 Dec 2025 14:20:34 +0100 Subject: [PATCH] Initial Commit: Addind missing svg icons --- azuracast.svg | 15 +++++++++++++++ index.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 azuracast.svg diff --git a/azuracast.svg b/azuracast.svg new file mode 100644 index 0000000..a8c2a12 --- /dev/null +++ b/azuracast.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 1e0139c..6ee3b47 100644 --- a/index.html +++ b/index.html @@ -119,6 +119,31 @@ .contact-link:hover { color: var(--accent); } + + .social-row { + display: flex; + justify-content: center; + gap: 1.25rem; + margin-top: 1.5rem; + } + + .social-icon { + display: block; + width: 20px; + height: 20px; + background-color: var(--text-muted); + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; + -webkit-mask-position: center; + mask-position: center; + transition: background-color 0.2s ease; + } + + .social-icon:hover { + background-color: var(--accent); + } @@ -144,6 +169,14 @@
Administrator tech@ramforth.net + +