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)**.