diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-18 23:31:26 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-18 23:31:26 +0200 |
commit | f1eb42b26988b5460560ee9c0c04fb5d1d6298e7 (patch) | |
tree | 0c028b8afbea6b3d5b9113b7b6f5cdd5b33300bb /index.gsp | |
parent | 27403be0e71fe8a68d8ff55d9c1d809fad4e1330 (diff) |
Add a skills section
Diffstat (limited to 'index.gsp')
-rw-r--r-- | index.gsp | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -98,6 +98,40 @@ html lang="en" { } section { + h2 {-skills} + hr{} + + dl { + dt {-Languages} + dd {= + Awk, + C, + C#, + Go, + Python, + Rust, + Shell Script, + SQL, + TypeScript/JavaScript, + and x64 Assembly. + } + + dt {-UNIX} + dd {= + I am extremely knowledgable about UNIX and UNIX-like systems. I am + incredibly comfortable with UNIX tooling and -infrastructure including + systems administration and setting up webservers and the like. + } + + dt {-Spoken Languages} + dd {= + I am fluent in English and semi-fluent in Portuguese. I also have a + great understanding of Galician. + } + } + } + + section { h2 {-My Cool Stuff} hr{} |