diff --git a/assets/1.png b/assets/1.png new file mode 100644 index 0000000..7a7b5dc Binary files /dev/null and b/assets/1.png differ diff --git a/assets/2.png b/assets/2.png new file mode 100644 index 0000000..0649841 Binary files /dev/null and b/assets/2.png differ diff --git a/assets/3.png b/assets/3.png new file mode 100644 index 0000000..7ce6ea1 Binary files /dev/null and b/assets/3.png differ diff --git a/css/style.css b/css/style.css index 01edf81..693dd74 100644 --- a/css/style.css +++ b/css/style.css @@ -67,13 +67,11 @@ input { } #result { - white-space: preserve; - background-color: transparent; + white-space: preserve; color: var(--color); padding: 2em; - margin: 2em; } #switch_theme { diff --git a/index.html b/index.html index 346c3f0..c789332 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@

use 'help' to list all commands

[guest@website ~]$ - +
diff --git a/js/commands.js b/js/commands.js index f39fd82..b309f84 100644 --- a/js/commands.js +++ b/js/commands.js @@ -96,7 +96,6 @@ const COMMANDS = [ '', 'bitwarden (self-hosted)', 'libreoffice' - ].join('\n') }, { diff --git a/js/data.js b/js/data.js index 000d946..e659e08 100644 --- a/js/data.js +++ b/js/data.js @@ -1,6 +1,6 @@ -const URL_REGEX = /https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)/g; +const URL_REGEX = /((([A-Za-z]{3,9}:(?:\/\/)?)(?:[\-;:&=\+\$,\w]+@)?[A-Za-z0-9\.\-]+|(?:www\.|[\-;:&=\+\$,\w]+@)[A-Za-z0-9\.\-]+)((?:\/[\+~%\/\.\w\-_]*)?\??(?:[\-\+=&;%@\.\w_]*)#?(?:[\.\!\/\\\w]*))?)/; const LINKS = { - 'gitea': 'https://git.sador.me', + 'gitea': 'https://git.sador.me/sadorowo', 'instagram': 'https://instagram.com/sadorowo', 'immich': 'https://photos.sador.me/', 'email': 'mailto:contact@sador.me' @@ -26,11 +26,17 @@ const MUSIC_METADATA = { 'black metal': [ 'Behemoth', 'Venom', + 'Mgła', + 'Watain', + 'Bathory', 'Carpathian Forest', 'Darkthrone' ], 'nu metal': [ 'Slipknot', 'Evanescence' + ], + 'other genres': [ + 'Rammstein' ] } \ No newline at end of file