From 3c4f75fe49ec977d927a48b9ad4d6c0ea3e75d36 Mon Sep 17 00:00:00 2001
From: Preston Pan
Date: Fri, 11 Nov 2022 19:53:12 -0800
Subject: add resume
---
build/website/about/index.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'build/website/about/index.html')
diff --git a/build/website/about/index.html b/build/website/about/index.html
index e95eda9..28d3f5b 100644
--- a/build/website/about/index.html
+++ b/build/website/about/index.html
@@ -28,7 +28,9 @@ About
This website was made without complex javascript or css so that it is easy to load
and read on all browsers, including terminal and js-less browsers like netsurf.
Additionally, I wrote a shell script to generate this website automatically
- from a hiearchical filesystem of html files. If you're interested, simply run:
+ from a hiearchical filesystem of html files. It is written with extremely basic
+ css yet looks somewhat modern. If you're interested, you can get the source
+ code here:
git clone git://prestonpan.tech/prestonpan.git
--
cgit