diff --git a/html/resume.html b/html/resume.html
index bbda0fc..0fa46cd 100644
--- a/html/resume.html
+++ b/html/resume.html
@@ -49,7 +49,7 @@
Server setup (Debian, Docker/K8s, web server, customer application)
CI/CD, real-time monitoring
- Self hosting - DevOps
+ Selfhost - DevOps
JANUARY 2022 - TODAY
- Debian + K8S + Gitea CI/CD + Nextcloud + Matrix.org + Jellyfin + SearXNG
diff --git a/src/main.go b/src/main.go
index 64cefdd..d7b6ef3 100644
--- a/src/main.go
+++ b/src/main.go
@@ -5,6 +5,8 @@ import (
"net/http"
)
+// TODO: html templates
+// TODO: download resume as PDF
func main() {
http.HandleFunc("/", Route)