From c335fabb88b2b3c8fd38ded2018b68400d0f38c2 Mon Sep 17 00:00:00 2001 From: Soldier Date: Sun, 16 Nov 2025 09:47:05 +0000 Subject: [PATCH] Add minimal terminal-style portfolio with live service status Single-file HTML with vanilla CSS, monospace terminal aesthetic, and live health check indicators for backend services. Includes tech stack statement and cost footer. --- index.html | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..de7244d --- /dev/null +++ b/index.html @@ -0,0 +1,145 @@ + + + + + + Portfolio + + + +
+ Go for the backend, net/http for the API, SQLite for data, goquery for scraping, Docker to package it, self-hosted on Hetzner. +
+ +
+
+ + API +
+
+ + Scraper +
+
+ + Database +
+
+ +
+ All code on this page runs on five euros a month. +
+ + + + + +