diff --git a/index.html b/index.html new file mode 100644 index 0000000..448f52b --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ +--- +layout: default +title: "Home" +keywords: "UNIX Design, Tait Hoyem, security, privacy, software developer, Calgary, Alberta, Canada, independent, web developer" +--- + +
+

Tait Hoyem

+ +

I have three goals in my software development career:

+ +
    +
  1. Strong adherence to the UNIX principles of software design.
  2. +
  3. Security, privacy, and anonymity of the internet.
  4. +
  5. Accessibility of technology to the visually impaired.
  6. +
+ +

Some of my projects reflect these goals; + others are just fun along the way. + I have all of my code projects hosted on my Github.

+
+ +
+

Projects

+

Here is some of my best work:

+ + +

I also occasionally put some content on my blog

+
+ +
+

Contact

+
+

You can reach me via email at tait@tait.tech.

+
+

If you use PGP, download my public key.

+
+ diff --git a/index.md b/index.md deleted file mode 100644 index 0c9cd93..0000000 --- a/index.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -layout: default -title: "Home" ---- - -## Tait Hoyem - -I am a student at the Southern Alberta Institute of Technology (SAIT). - -I have three goals in my software development career. - -1. Strong adherance to the [UNIX principles](http://www.catb.org/~esr/writings/taoup/html/ch01s06.html) of software design. -2. Security, privacy, and anonymity of the internet. -3. The accessibility of this technology to the visually impaired. - -Some of my projects reflect these goals. -Others are just fun along the way. - -I have all of my code projects hosted on [my Github](https://github.com/TTWNO). - -### Projects - -**[epub-with-pinyin](https://github.com/TTWNO/epub-with-pinyin)** --- -I wrote a program to add Pinyin above Chinese characters in .epub files to assist myself and others learning Mandarin Chinese. - -**[chess](https://github.com/TTWNO/chess)** --- -I wrote a command-line chess game in C++. It is compileable on almost any system. - -**[tait.tech](https://github.com/TTWNO/tait.tech)** --- -All the code for my website is open source. - -**[lamegames.tait.tech](https://lamegames.tait.tech)** --- -A little games website I made for some demonstrations of Django functionality. -Very, very lame. Would not recommend. - -**[subnetting](https://github.com/TTWNO/subnetting)** --- -A one-night write of a tool to automatically calculate network subnet masks based on required hosts and base IP. - -I also occasionally put content on my [lbry channel](https://lbry.tv/@tait:7), and the [blog I host on this site](/blog/). - -### Contact - -You can reach me via email at [tait@tait.tech](mailto:tait@tait.tech) - -If you use PGP, [this is my public key](/public-key.asc) -