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