update: music, added desktop screenshots
This commit is contained in:
parent
887de0a311
commit
a8c5adaeea
BIN
assets/1.png
Normal file
BIN
assets/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/2.png
Normal file
BIN
assets/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
BIN
assets/3.png
Normal file
BIN
assets/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
@ -67,13 +67,11 @@ input {
|
||||
}
|
||||
|
||||
#result {
|
||||
white-space: preserve;
|
||||
|
||||
background-color: transparent;
|
||||
white-space: preserve;
|
||||
color: var(--color);
|
||||
|
||||
padding: 2em;
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
#switch_theme {
|
||||
|
@ -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>
|
||||
|
@ -96,7 +96,6 @@ const COMMANDS = [
|
||||
'',
|
||||
'bitwarden (self-hosted)',
|
||||
'libreoffice'
|
||||
|
||||
].join('\n')
|
||||
},
|
||||
{
|
||||
|
10
js/data.js
10
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'
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user