From 5680f4e64b30d8dc0b06fd6a3c20e3694d8ce6f4 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 17 Mar 2024 12:30:24 -0500 Subject: add content --- about.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 45 +++++++++++++++++++++++---------------------- projects.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 122 insertions(+), 22 deletions(-) create mode 100644 about.html create mode 100644 projects.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..01c92a2 --- /dev/null +++ b/about.html @@ -0,0 +1,45 @@ + + + + + + About Me + + + + + + +

About Me

+

+ Hi, I'm Jacob. I'm a current undergraduate computer science student at the + University of Manitoba and infrastructure developer at the National + Microbiology Lab. I'm planning on continuing on to do a master's degree at + the U of M as well. +

+

+ My big interests outside of computers these days are tea and fountain + pens. I also am really into literature, but haven't been able to find the + time to read all that much as of late. +

+

+ In terms of computers, the hardware I'm most interested in is older video + game consoles (which I want to eventually start some projects with) and + microcontrollers. I like being able to fully understand how the hardware + works which becomes a challenge for more complicated devices. +

+

+ In a similar vein, I like being able to understand the software that I use + which is why I like using free (as in freedom) software. Emacs is my text + editor of choice although I also use (neo)vim on remote machines (and at + work due to some incompatibilities with the available version of Emacs and + my configuration). My language of choice for personal projects is C. I + enjoy the limited number of keywords in the language as it allows me to + keep the full language inside of my head and allow me to focus on writing + the algorithms, although Python is nice for rapid prototyping. Go is a + nice middle-ground that I choose sometimes when I want faster code than + Python or a stronger typing system. Another language that I enjoy is Rust, + although I don't find myself writing it very often. +

+ + diff --git a/index.html b/index.html index 2d0e576..d3c286f 100644 --- a/index.html +++ b/index.html @@ -1,26 +1,27 @@ - - - - Untitled - - + + + + jacob janzen's website + + - - - - - - -

test

- - - + + + +

jacob janzen's website

+

+ This website is designed to be as minimal as possible. It's written in + HTML with minimal CSS and JavaScript where needed. There is no graphic + design, no frameworks, and no bloat. It's currently hosted on GitHub + pages, but I intend to eventually move it over to a self-hosted server + when I get the hardware (this is years away). +

+

Links

+ + diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..6aa01fe --- /dev/null +++ b/projects.html @@ -0,0 +1,54 @@ + + + + + + Projects + + + + + + +

Projects

+

In Progress

+ +

Finished

+ + + -- cgit v1.2.3