summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.gsp45
1 files changed, 29 insertions, 16 deletions
diff --git a/index.gsp b/index.gsp
index 01a3d35..76a34ea 100644
--- a/index.gsp
+++ b/index.gsp
@@ -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
+ }}
}
}
}