summaryrefslogtreecommitdiff
path: root/website/about/index.html
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-08 10:28:58 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-08 10:28:58 -0800
commitdc2fd65e6bfeaa2c475d5042f64263ac9427c22f (patch)
tree3f680c74d831c984048080e0ff7d86fb7c5f1f05 /website/about/index.html
completely changed backend
Diffstat (limited to 'website/about/index.html')
-rw-r--r--website/about/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/website/about/index.html b/website/about/index.html
new file mode 100644
index 0000000..93c2ce0
--- /dev/null
+++ b/website/about/index.html
@@ -0,0 +1,22 @@
+$$START TITLE
+About
+$$END TITLE
+
+$$START CONTENT
+<h1>About Website</h1>
+<p>
+ 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:
+</p>
+
+<code>git clone git://prestonpan.tech/prestonpan.git</code>
+
+<h2>Articles</h2>
+<ul>
+ <li><a href="./contact.html">Contact</a> -- How to contact me.</li>
+ <li><a href="./technology.html">About Technology</a> -- about the software/hardware that I use.</li>
+</ul>
+
+$$END CONTENT