diff --git a/view/about.pug b/view/about.pug index da558fe..4ed8e50 100644 --- a/view/about.pug +++ b/view/about.pug @@ -20,7 +20,7 @@ block content table tbody tr - td(style='width:300px') + td(style='width:400px') h3 My setup p I use Archlinux and KDE Plasma for my desktop p(align='center') @@ -28,4 +28,19 @@ block content p For coding, I use VSCode or NVim. My terminal is usually either Cool Retro Term or kitty td h3 My neofetch - include neofetch.pug \ No newline at end of file + include neofetch.pug + td + h3 Links + ul + li + a(href='https://transgirl.cafe') My friend's mastodon instance + li + a(href='https://tilde.club/~blek') My ~~~~~ + li + a(href='https://unsplash.com') "FOSS" stock pics + li + a(href='https://www.youtube.com/watch?v=dQw4w9WgXcQ') Leaks of ChatGPT source code (warning ~2GB download) + li + a(href='https://duckduckgo.com/?q=John+Oliver+looking+sexy') Not a rickroll + li + a(href='https://nox.blek.codes') A thingy im working on \ No newline at end of file