update: music, added desktop screenshots

This commit is contained in:
Franek 2024-05-08 20:36:58 +02:00
parent 887de0a311
commit a8c5adaeea
No known key found for this signature in database
GPG Key ID: 0329F871B2079351
7 changed files with 10 additions and 7 deletions

BIN
assets/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
assets/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
assets/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -67,13 +67,11 @@ input {
}
#result {
white-space: preserve;
background-color: transparent;
white-space: preserve;
color: var(--color);
padding: 2em;
margin: 2em;
}
#switch_theme {

View File

@ -21,7 +21,7 @@
<p>use 'help' to list all commands</p>
<span>[guest@website ~]$ </span>
<input type="text" id="command" value="help">
<input type="text" id="command">
<div id="result">
</div>

View File

@ -96,7 +96,6 @@ const COMMANDS = [
'',
'bitwarden (self-hosted)',
'libreoffice'
].join('\n')
},
{

View File

@ -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'
]
}