From f1eb42b26988b5460560ee9c0c04fb5d1d6298e7 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 18 Sep 2024 23:31:26 +0200 Subject: Add a skills section --- index.gsp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'index.gsp') diff --git a/index.gsp b/index.gsp index b15f1f5..b311c0a 100644 --- a/index.gsp +++ b/index.gsp @@ -97,6 +97,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{} -- cgit v1.2.3