diff options
| author | Thomas Voss <thomas.voss@humanwave.nl> | 2026-03-15 01:29:12 +0100 |
|---|---|---|
| committer | Thomas Voss <thomas.voss@humanwave.nl> | 2026-03-15 01:29:12 +0100 |
| commit | 8e8b89dbeeecc54a9b58f4b351cb852417191f06 (patch) | |
| tree | 5b3a812f99332ae64cb63ce7e13b0bfc62d85dff | |
| parent | 19e055b74e8b48c9c09d06e184c70ce120763a7b (diff) | |
| -rw-r--r-- | index.gsp | 45 |
1 files changed, 29 insertions, 16 deletions
@@ -23,20 +23,19 @@ html lang="en" { x-entry { header {-Systems- and Low-Level Programming} p {- - I am very familiar with systems- and low-level programming with lots - of experience using languages like C and Assembly along with the - relevant build-tools such as @em{-Make}. + I am very familiar with systems- and low-level programming with + lots of experience using languages like C and Assembly along + with the relevant build-systems such as Make. } } x-entry { header {-Fullstack Web Development} p {- - I’m no stranger to web development either, and I always try to - emphasize simplicity when possible. I have worked extensively with - backend frameworks like @em{-Flask}, and I am capable of building - effective- and usable frontends without the need to download - megabytes of useless- and bloated JavaScript. + I’m also very experienced with fullstack development, always + emphasizing simplicity when possible. I have worked + extensively with backend frameworks like Express and Flask, as + well as frontend frameworks like React, VueJS, and Datastar. } } } @@ -205,20 +204,34 @@ html lang="en" { section { h2 {-Open-Source Contributions} hr{} - + p {- The following is a non-exhaustive list of some notable projects I’ve contributed to: } ul { - li {-GNU Emacs} - li {-Hyprland Wayland Compositor} - li {-Linux Manpages} - li {-Mozilla MDN Web Docs} - li {-Odin Compiler} - li {-SerenityOS} - li {-Util-Linux} + li { a href="https://www.gnu.org/software/emacs/" target="_blank" {= + GNU Emacs + }} + li { a href="https://hypr.land/" target="_blank" {= + Hyprland Wayland Compositor + }} + li { a href="https://www.kernel.org/doc/man-pages/" target="_blank" {= + Linux Manpages + }} + li { a href="https://developer.mozilla.org/en-US/" target="_blank" {= + Mozilla MDN Web Docs + }} + li { a href="https://odin-lang.org/" target="_blank" {= + Odin Compiler + }} + li { a href="https://serenityos.org/" target="_blank" {= + SerenityOS + }} + li { a href="https://github.com/util-linux/util-linux" target="_blank" {= + Util-Linux + }} } } } |