diff --git a/src/App.svelte b/src/App.svelte index 6d9833d..f34e478 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -21,15 +21,13 @@ const contacts = [ { label: 'email', href: 'mailto:iwakura@keemail.me', text: 'iwakura@keemail.me' }, { label: 'telegram', href: 'https://t.me/systemxplore', text: '@systemxplore' }, - { label: 'github', href: 'https://github.com/cryptexctl', text: '@cryptexctl' }, { label: 'Codeberg', href: 'https://codeberg.org/IwakuraLain', text: '@IwakuraLain' }, { label: 'Sourcehut', href: 'https://sr.ht/~iwakuralain', text: '~iwakuralain' } ]; const projects = [ - { text: 'OpenSSH hardened fork', href: 'https://git.iwakurahome.ru/lain/openssh-0bsdforeveryone' }, - { text: 'cursed-ping (BSD patch)', href: 'https://git.iwakurahome.ru/lain/cursed-ping' }, - { text: 'This website', href: 'https://git.iwakurahome.ru/lain/mybio-svelte' } + { text: '[OUTDATED!!] OpenSSH hardened fork', href: 'https://git.iwakurahome.ru/lain/openssh-0bsdforeveryone' }, + { text: 'cursed-ping (works on BSD patch)', href: 'https://git.iwakurahome.ru/lain/cursed-ping' }, ]; const devices = [ @@ -96,10 +94,9 @@
  • {projects[0].text}
  • x3lfyn/cursed-ping - patched for BSD systems: + patched to work on BSD systems: lain/cursed-ping
  • -
  • and my website: lain/mybio-svelte