From df14ed15f0b8a5500dbcd24a64530f792656f9f7 Mon Sep 17 00:00:00 2001 From: archos Date: Sun, 19 May 2024 21:20:32 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizov=C3=A1ny=20konfigura=C4=8Dn=C3=AD=20s?= =?UTF-8?q?oubory=20a=20p=C5=99id=C3=A1ny=20ikonky=20Awesome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 ++++++++++++---- skripty.js | 18 +++++++++--------- styly.css | 7 +++++++ 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 8f2ac6c..f9dfcb9 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - Zdenek Kreml + Zdenek Kreml + - Zdenek Kreml
@@ -23,14 +23,22 @@

Jako Open Source Nadšenec, věřím v sílu otevřeného softwaru a jsem aktivním přispěvatelem do jeho komunity.

- Sociální sítě + Sociální sítě Open Source Kontakt
+
+ +
+ + diff --git a/skripty.js b/skripty.js index 86e47d5..80007dc 100644 --- a/skripty.js +++ b/skripty.js @@ -3,16 +3,16 @@ function showContent(type) { content.innerHTML = ''; // Clear previous content if (type === 'social') { - content.innerHTML = 'Mastodon' - + 'Pixelfed' - + 'Twitter' - + 'Facebook'; + content.innerHTML = ' Mastodon' + + ' Pixelfed' + + ' Twitter' + + ' Facebook'; } else if (type === 'opensource') { - content.innerHTML = 'Gitea' - + 'Web Arch Linux'; + content.innerHTML = ' Gitea' + + ' Web Arch Linux'; } else if (type === 'contact') { - content.innerHTML = 'Matrix' - + 'Email' - + 'XMPP'; + content.innerHTML = ' Matrix' + + ' Email' + + ' XMPP'; } } diff --git a/styly.css b/styly.css index ca2120c..c07f85a 100644 --- a/styly.css +++ b/styly.css @@ -120,4 +120,11 @@ footer { .button:hover { background-color: #218838; /* tmavší zelená pro efekt při najetí myší */ } +footer a { + text-decoration: none; /* Odstraňuje podtržení odkazu */ + color: inherit; /* Dědí barvu textu od rodiče */ +} +footer i { + margin-left: 5px; /* Přidává malý prostor mezi textem a ikonou */ +}