| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Projects</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css">
- <!-- favicon -->
- <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=3">
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=3">
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=3">
- <link rel="manifest" href="/favicon/site.webmanifest?v=3">
- <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=3" color="#ffb300">
- <link rel="shortcut icon" href="/favicon/favicon.ico?v=3">
- <meta name="msapplication-TileColor" content="#00aba9">
- <meta name="msapplication-config" content="/favicon/browserconfig.xml?v=3">
- <meta name="theme-color" content="#ffffff">
- <!-- https://realfavicongenerator.net/favicon_result?file_id=p1i11gpomc1kc09h71jmnr19kp6 -->
- </head>
- <body>
- <header> </header>
- <section>
- <article>
- <!--
- title: Projects
- -->
- <h1 id="personal-projects" class="deep-link"><a href="#personal-projects">Personal Projects</a></h1>
- <h2 id="post-academia" class="deep-link"><a href="#post-academia">Post-academia</a></h2>
- <ul>
- <li><a href="https://github.com/billiegoose/decshell">Declarative Shell Scripting</a></li>
- <li><a href="https://github.com/billiegoose/lock-screen">Transparent Lock Screen for Windows</a></li>
- <li><a href="https://github.com/billiegoose/treeui">TreeUI</a></li>
- </ul>
- <h2 id="graduate-school" class="deep-link"><a href="#graduate-school">Graduate School</a></h2>
- <ul>
- <li><a href="https://billiegoose.github.io/hubo-js">Hubo-in-the-Browser</a></li>
- <li><a href="https://github.com/billiegoose/img2asm6502">Image → 6502 Assembly</a></li>
- </ul>
- <h2 id="college" class="deep-link"><a href="#college">College</a></h2>
- <ul>
- <li><a href="./skype-telepresence-rover/">Skype Telepresence Rover</a></li>
- <li><a href="./dyna-myte-2400/">Dyna Myte 2400</a></li>
- <li><a href="./javascript-cnc-machine/">Javascript CNC Machine Emulator</a></li>
- </ul>
- <h2 id="high-school" class="deep-link"><a href="#high-school">High School</a></h2>
- <ul>
- <li><a href="./ultimate-wotd/">Ultimate Word-of-the-Day</a></li>
- <li><a href="./k-nex-adding-machine/">K'nex Adding Machine</a></li>
- </ul>
- </article>
- </section>
- <footer> </footer>
- </body>
- </html>
|