From f0edb6d8fca4822163add5d670e242573b7f1a11 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Wed, 10 Jun 2020 17:25:32 +0000 Subject: [PATCH] 'Site update' post; tutoring info --- _data/nav.yml | 2 ++ _posts/2020-06-04-site-update.md | 3 +++ tutoring/index.md | 19 +++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 tutoring/index.md diff --git a/_data/nav.yml b/_data/nav.yml index 8da06a2..3ab95c1 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,5 +1,7 @@ - name: Home link: / +- name: Tutoring + link: /tutoring/ - name: Blog link: /blog/ #- name: Podcast diff --git a/_posts/2020-06-04-site-update.md b/_posts/2020-06-04-site-update.md index 0b70230..bdf8bf8 100644 --- a/_posts/2020-06-04-site-update.md +++ b/_posts/2020-06-04-site-update.md @@ -5,3 +5,6 @@ layout: post I updated the site with some easier to identify information about me and my projects :) Also, Clue has been delayed due to my partner in crime on the project wokring too many hours. + +I also posted a new project called *[Caesar Cipher](https://github.com/TTWNO/caesar-cipher)* in C. It will be an intermediate example of how to use build systems like `make`. + diff --git a/tutoring/index.md b/tutoring/index.md new file mode 100644 index 0000000..6a6e2bf --- /dev/null +++ b/tutoring/index.md @@ -0,0 +1,19 @@ +--- +layout: default +--- + +## Tutoring + +### Rates + +For a programming language I am comfortable with already, C$25/hour. + +For a programming language I am not very comfortable with already, C$30/hour and one week preperation time. + +For Linux system administration, C$35/hour. + +#### Definitions + +* programming languages I am already comfortable with: **C, C++, Python, Java, HTML/CSS/JS**. +* programming languages I am not very comofrtable with: **Rust, Node.js, Go**. +* Linux system administration: **Partition disks, install and configure services, automate tasks, secure access to devices---all via the command line interface (CLI)**.