Update projects

master
Tait Hoyem 3 years ago
parent bbd6dfb1c4
commit 4402e665bb

@ -16,6 +16,9 @@
- name: "chess"
link: "https://github.com/TTWNO/chess"
description: "A command-line chess game in C++. It is compileable on nearly any system."
- name: "Simple Markdown Editor"
link: "https://tait.tech/md/"
description: "A simple online (and offline) browser-based markdown editor that supports the automatic creation of MathML."
#- name: "Emacspeak C Tutorials"
# link: "https://tait.tech/emacspeak-tutorials/"
# description: "C Tutorials for the Visually Impaired"

@ -84,6 +84,12 @@ I have all of my code projects hosted on <a href="https://github.com/TTWNO">my G
</p>
</li>
<li>
<p>
<a class="namelink" href="https://tait.tech/md/">Simple Markdown Editor</a> &mdash; A simple online (and offline) browser-based markdown editor that supports the automatic creation of MathML.
</p>
</li>
</ul>
<p>I also occasionally put some content on <a href="/blog">my blog</a></p>

@ -3,8 +3,10 @@
<head>
<meta charset="UTF-8">
<title>Resume | tait.tech</title>
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/style.css" id="main-stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<main>
@ -111,6 +113,12 @@
<p>A command-line chess game in C++. It is compileable on nearly any system.</p>
</li>
<li>
<strong><a href="https://tait.tech/md/">Simple Markdown Editor</a></strong>
<p>A simple online (and offline) browser-based markdown editor that supports the automatic creation of MathML.</p>
</li>
</ul>
<h2 id="skills">Skills</h2>

Loading…
Cancel
Save