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 { #result {
white-space: preserve;
background-color: transparent; background-color: transparent;
white-space: preserve;
color: var(--color); color: var(--color);
padding: 2em; padding: 2em;
margin: 2em;
} }
#switch_theme { #switch_theme {

View File

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

View File

@ -96,7 +96,6 @@ const COMMANDS = [
'', '',
'bitwarden (self-hosted)', 'bitwarden (self-hosted)',
'libreoffice' 'libreoffice'
].join('\n') ].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 = { const LINKS = {
'gitea': 'https://git.sador.me', 'gitea': 'https://git.sador.me/sadorowo',
'instagram': 'https://instagram.com/sadorowo', 'instagram': 'https://instagram.com/sadorowo',
'immich': 'https://photos.sador.me/', 'immich': 'https://photos.sador.me/',
'email': 'mailto:contact@sador.me' 'email': 'mailto:contact@sador.me'
@ -26,11 +26,17 @@ const MUSIC_METADATA = {
'black metal': [ 'black metal': [
'Behemoth', 'Behemoth',
'Venom', 'Venom',
'Mgła',
'Watain',
'Bathory',
'Carpathian Forest', 'Carpathian Forest',
'Darkthrone' 'Darkthrone'
], ],
'nu metal': [ 'nu metal': [
'Slipknot', 'Slipknot',
'Evanescence' 'Evanescence'
],
'other genres': [
'Rammstein'
] ]
} }