You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.9 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home | tait.tech</title>
<link rel="stylesheet" href="/assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="wrapper">
<nav>
<input type="checkbox" id="menu">
<label for="menu">&#9776;</label>
<div class="menu-content">
<a href="/" class="nav-link" class="on-page" >Home</a>
<a href="/tutoring/" class="nav-link" >Tutoring</a>
<a href="/blog/" class="nav-link" >Blog</a>
<a href="/links/" class="nav-link" >Links</a>
<a href="https://github.com/TTWNO/" class="nav-link" target="_blank" rel="noopener noreferrer" >Code</a>
</div>
</nav>
<h2 id="tait-hoyem">Tait Hoyem</h2>
<div id="img-wrapper">
<img id="main-img" src="/assets/img/banff.jpg" alt="A photo I took of the valley Banff, Alberta sits in" />
<label for="main-img">Alberta, Canada</label>
</div>
<h3 id="about">About</h3>
<p>I am a student at the <a href="https://sait.ca/">Southern Alberta Institute of Technology (SAIT)</a>.</p>
<p>I have two goals in my software development career.</p>
<ol>
<li>The security, privacy, and anonymity of the internet and other digital devices.</li>
<li>The accessibility of this technology to the visually impaired.</li>
</ol>
<p>Some of my projects reflect these goals.
Others are just fun along the way.</p>
<p>I have all of my code projects hosted on <a href="https://github.com/TTWNO">my Github</a>.</p>
<h3 id="projects">Projects</h3>
<p><strong><a href="https://github.com/TTWNO/epub-with-pinyin">epub-with-pinyin</a></strong>
I wrote a program to add Pinyin above Chinese characters in .epub files to assist myself and others learning Mandarin Chinese.</p>
<p><strong><a href="https://github.com/TTWNO/chess">chess</a></strong>
I wrote a command-line chess game in C++. It is compileable on almost any system.</p>
<p><strong><a href="https://github.com/TTWNO/tait.tech">tait.tech</a></strong>
All the code for my website is open source.</p>
<p><strong><a href="https://github.com/TTWNO/Napolean">Napolean</a></strong>
A work-in-progress suite of tools to be used in conjunction with a Raspberry Pi
and camera to produce text files from scanned books.</p>
<p><strong><a href="https://github.com/TTWNO/subnetting">subnetting</a></strong>
A one-night write of a tool to automatically calculate network subnet masks based on required hosts and base IP.</p>
<p>I also occasionally put content on my <a href="https://lbry.tv/@tait:7">lbry channel</a>, and the <a href="/blog/">blog I host on this site</a>.</p>
<h3 id="contact">Contact</h3>
<p>You can reach me via email at <a href="mailto:tait@tait.tech">tait@tait.tech</a></p>
<p>If you use PGP, <a href="/public-key.asc">this is my public key</a></p>
<footer>
This page is mirrored on <a href="https://beta.tait.tech/">beta.tait.tech</a>.
</footer>
</div>
</body>
</html>