From 6308c869055eb7f7b20a8ff14f1ee2845b1f9719 Mon Sep 17 00:00:00 2001
From: Preston Pan
Date: Sun, 13 Nov 2022 17:01:57 -0800
Subject: add picture
---
website/about/index.html | 30 +++++++++++++++++++++++++++++-
website/css/style.css | 7 -------
website/img/rice3.png | Bin 0 -> 290766 bytes
website/projects/dotfiles.html | 2 ++
4 files changed, 31 insertions(+), 8 deletions(-)
create mode 100644 website/img/rice3.png
(limited to 'website')
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
-About Website
+About
+
+
+
+
+About Website
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
git clone git://prestonpan.tech/prestonpan.git
+
Business
+
+
+ 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:
+
+
+
+ - Being a math tutor for calculus or high school mathematics
+ - Doing a small amount of programming work (please message me for the specific job; I can't do everything)
+ - Teaching piano improvisation
+ - Doing piano improvisation for a business in Vancouver or Victoria
+ - Tutoring for programming
+
+
+
+ Also, if you like my dotfiles, 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.
+
+
Articles
- Resume -- My resume. I'm looking for employment right now!
diff --git a/website/css/style.css b/website/css/style.css
index 0fb4cd7..9fdd1e7 100644
--- a/website/css/style.css
+++ b/website/css/style.css
@@ -252,35 +252,28 @@ footer {
.content {
width: 90%;
}
-
.nav {
font-size: 14px;
width: 90%;
}
-
p {
font-size: 0.8em;
}
-
ul {
font-size: 0.8em;
}
-
ol {
font-size: 0.8em;
}
-
h1 {
font-size: 20px;
}
-
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
-
footer {
width: 90%;
}
diff --git a/website/img/rice3.png b/website/img/rice3.png
new file mode 100644
index 0000000..4def419
Binary files /dev/null and b/website/img/rice3.png differ
diff --git a/website/projects/dotfiles.html b/website/projects/dotfiles.html
index 7badc8e..845b031 100644
--- a/website/projects/dotfiles.html
+++ b/website/projects/dotfiles.html
@@ -17,6 +17,8 @@ $$START CONTENT
Kai Stevenson. I trust that you'll figure out which one's which.
+
+
You can get the dotfiles here:
git clone git://prestonpan.tech/dotfiles_dracula.git
--
cgit