Use semantic HTML for home page

master
Tait Hoyem 4 years ago
parent 2c3f33df2c
commit 0016655a2c

@ -0,0 +1,46 @@
---
layout: default
title: "Home"
keywords: "UNIX Design, Tait Hoyem, security, privacy, software developer, Calgary, Alberta, Canada, independent, web developer"
---
<section>
<h1>Tait Hoyem</h1>
<p>I have three goals in my software development career:</p>
<ol>
<li>Strong adherence to the <a href="http://www.catb.org/~esr/writings/taoup/html/ch01s06.html">UNIX principles</a> of software design.</li>
<li>Security, privacy, and anonymity of the internet.</li>
<li>Accessibility of technology to the visually impaired.</li>
</ol>
<p>Some of my projects reflect these goals;
others are just fun along the way.
I have all of my code projects hosted on <a href="https://github.com/TTWNO">my Github</a>.</p>
</section>
<section>
<h2>Projects</h2>
<p>Here is some of my best work:</p>
<ul class="clear-list projects">
{% for project in site.data.projects %}
<li>
<p>
<a href="{{ project.link }}">{{ project.name }}</a> &mdash; {{ project.description }}
</p>
</li>
{% endfor %}
</ul>
<p>I also occasionally put some content on <a href="/blog">my blog</a></p>
</section>
<section>
<h2>Contact</h2>
<address>
<p>You can reach me via email at <a href="mailto:tait@tait.tech">tait@tait.tech</a>.</p>
</address>
<p>If you use PGP, download my <a href="/public-key.asc">public key</a>.</p>
</section>

@ -1,46 +0,0 @@
---
layout: default
title: "Home"
---
## Tait Hoyem
I am a student at the <a href="https://sait.ca/">Southern Alberta Institute of Technology (SAIT)</a>.
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)
Loading…
Cancel
Save