From 0ed3e64845c059a2be9748a7fd13c730f1c4db36 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 8 Mar 2025 12:37:30 -0500 Subject: Updated Home Page --- .gitignore | 1 + static/home.md | 4 ++-- web | Bin 11863522 -> 0 bytes 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore delete mode 100755 web diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c077218 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +web diff --git a/static/home.md b/static/home.md index 3f1f0c1..0a8aeaf 100755 --- a/static/home.md +++ b/static/home.md @@ -18,8 +18,8 @@ articles about projects that I am working on. ### Personal Projects [This Website](https://github.com/JacobMcDonnell/JacobMcDonnell.com) is written -in Python using Flask. It is hosted on VPS running Red Hat Linux using NGINX as -a proxy. +in Go using the standard net/http package. It is hosted on VPS running Red Hat +Linux using NGINX as a proxy. [Quick and Dirty MIPS Assembler](https://github.com/JacobMcDonnell/QDMA) is a MIPS assembler written in Go. QDMA supports the Executable and Linkable Format diff --git a/web b/web deleted file mode 100755 index 730ed86..0000000 Binary files a/web and /dev/null differ -- cgit v1.2.3