update site meow
This commit is contained in:
parent
b54c4cd2bf
commit
f188e47ac4
@ -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 @@
|
||||
<li><a href={projects[0].href} target="_blank">{projects[0].text}</a></li>
|
||||
<li>
|
||||
<a href="https://github.com/x3lfyn/cursed-ping" target="_blank">x3lfyn/cursed-ping</a>
|
||||
<span>patched for BSD systems: </span>
|
||||
<span>patched to work on BSD systems: </span>
|
||||
<a href={projects[1].href} target="_blank">lain/cursed-ping</a>
|
||||
</li>
|
||||
<li><span>and my website: </span> <a href={projects[2].href} target="_blank">lain/mybio-svelte</a></li>
|
||||
</ul>
|
||||
|
||||
<blockquote class="promo">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user