diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-13 17:01:57 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-13 17:01:57 -0800 |
commit | 6308c869055eb7f7b20a8ff14f1ee2845b1f9719 (patch) | |
tree | 5ec109cbc249147ec8827eb4436c2fc387bfcb81 /website/about | |
parent | 0a2b7b3b9becb79d5cf977fdb87d4f0ce65ca284 (diff) |
add picture
Diffstat (limited to 'website/about')
-rw-r--r-- | website/about/index.html | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/website/about/index.html b/website/about/index.html index cc85c38..5b7491d 100644 --- a/website/about/index.html +++ b/website/about/index.html @@ -3,7 +3,12 @@ About $$END TITLE $$START CONTENT -<h1>About Website</h1> +<h1>About</h1> + +<p> +</p> + +<h2>About Website</h2> <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. @@ -15,6 +20,29 @@ $$START CONTENT <code>git clone git://prestonpan.tech/prestonpan.git</code> +<h2>Business</h2> + +<p> + I'm currently looking for employment. Below are my skills and credentials, and given those + you can hire me to do pretty much anything related to those things. Some suggestions + for what you can hire me for include: +</p> + +<ul> + <li>Being a math tutor for calculus or high school mathematics</li> + <li>Doing a small amount of programming work (please message me for the specific job; I can't do everything)</li> + <li>Teaching piano improvisation</li> + <li>Doing piano improvisation for a business in Vancouver or Victoria</li> + <li>Tutoring for programming</li> +</ul> + +<p> + Also, if you like my <a href="/projects/dotfiles">dotfiles</a>, I can make some custom dotfiles for you + for a small price that can be negotiated, with whatever colors, distribution and window manager you want with keybindings + for programs that you use. I only ask that I can release it to the general public a few months after you + commission it. +</p> + <h2>Articles</h2> <ul> <li><a href="./resume.pdf">Resume</a> -- My resume. I'm looking for employment right now!</li> |