From a3ae97463ae49f1b67cdce38635d1dc1a2420a26 Mon Sep 17 00:00:00 2001 From: archos Date: Sat, 28 Sep 2024 20:38:37 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1na=20sekce=20m=C3=A9=20projekty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + skripty.js | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 89e63e5..770c498 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@ Sociální sítě Open Source Kontakt + Mé projekty
diff --git a/skripty.js b/skripty.js index 6d70db8..b584529 100644 --- a/skripty.js +++ b/skripty.js @@ -4,7 +4,7 @@ function showContent(type) { if (type === 'social') { content.innerHTML = ' Mastodon' - + ' Pixelfed' + + ' Pixelfed' + ' Twitter' + ' Facebook'; } else if (type === 'opensource') { @@ -16,5 +16,9 @@ function showContent(type) { + ' Email' + ' XMPP' + ' GPG Key'; + } else if (type === 'projects') { + content.innerHTML = ' Finance OSCloud' + + ' Web MXChat' + + ' Mamutovo'; } -} +} \ No newline at end of file