diff options
Diffstat (limited to 'build/website')
-rw-r--r-- | build/website/about/index.html | 30 | ||||
-rw-r--r-- | build/website/css/style.css | 7 | ||||
-rw-r--r-- | build/website/img/rice3.png | bin | 0 -> 290766 bytes | |||
-rw-r--r-- | build/website/projects/dotfiles.html | 2 |
4 files changed, 31 insertions, 8 deletions
diff --git a/build/website/about/index.html b/build/website/about/index.html index 61ac9a2..5baafae 100644 --- a/build/website/about/index.html +++ b/build/website/about/index.html @@ -23,7 +23,12 @@ About </div> <div class="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. @@ -35,6 +40,29 @@ About <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> diff --git a/build/website/css/style.css b/build/website/css/style.css index 0fb4cd7..9fdd1e7 100644 --- a/build/website/css/style.css +++ b/build/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/build/website/img/rice3.png b/build/website/img/rice3.png Binary files differnew file mode 100644 index 0000000..4def419 --- /dev/null +++ b/build/website/img/rice3.png diff --git a/build/website/projects/dotfiles.html b/build/website/projects/dotfiles.html index 1dbaa8d..5066d49 100644 --- a/build/website/projects/dotfiles.html +++ b/build/website/projects/dotfiles.html @@ -37,6 +37,8 @@ Dotfiles <a href="https://kaistevenson.com">Kai Stevenson</a>. I trust that you'll figure out which one's which. </p> +<img src="/img/rice3.png" alt="Picture taken of dotfiles"> + <p>You can get the dotfiles here:</p> <code>git clone git://prestonpan.tech/dotfiles_dracula.git</code> |