| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 5 | <title>Josh Stockin - Git Projects</title> |
| 6 | <meta name="title" content="Git Projects" /> |
| 7 | <meta name="description" content="Summary for Josh Stockin's Git projects" /> |
| 8 | <meta property="og:site_name" content="Josh Stockin" /> |
| 9 | <meta property="og:title" content="Git Projects" /> |
| 10 | <meta property="og:description" content="Summary for Josh Stockin's Git projects" /> |
| 11 | <meta property="og:type" content="website" /> |
| 12 | <meta property="og:image" content="/favicon.ico" /> |
| 13 | <meta property="og:url" content="https://git.joshstock.in" /> |
| 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 15 | <link rel="stylesheet" type="text/css" href="style.css"/> |
| 16 | </head> |
| 17 | <body> |
| 18 | <center> |
| 19 | <h1 style="margin-bottom:0">Git Commits</h1> |
| 20 | <p style="font-size: 1.5em; margin-top:10px">All my active Git projects and their recent activity</p> |
| 21 | </center> |
| 22 | <div id="container"> |
| 23 | <p style="margin-top:8px">Here's the list of repositories hosted on this server. There might be a few more scarcely populated repositories hosted on <a href="https://github.com/JoshuaS3">my GitHub page</a>. All commit links mirror to GitHub.</p> |
| 24 | <div class="repository" id="lognestmonster"> |
| 25 | <h2 style="margin-bottom:0">lognestmonster</h2> |
| 26 | <p style="margin-top:4px">a single-header C logging library and parser for event-based logs</p> |
| 27 | $commit_lognestmonster |
| 28 | <p><a href="/lognestmonster/1"><b>full commit list >></b></a></p> |
| 29 | </div> |
| 30 | <div class="repository" id="auto-plow"> |
| 31 | <h2 style="margin-bottom:0">auto-plow</h2> |
| 32 | <p style="margin-top:4px">a remote control snow plow controlled by an ESP32, propelled by electric wheelchair motors, and powered by 24v batteries</p> |
| 33 | $commit_auto-plow |
| 34 | <p><a href="/auto-plow/1"><b>full commit list >></b></a></p> |
| 35 | </div> |
| 36 | <div class="repository" id="joshstock.in"> |
| 37 | <h2 style="margin-bottom:0">joshstock.in</h2> |
| 38 | <p style="margin-top:4px">my personal website, blog, portfolio</p> |
| 39 | $commit_joshstock.in |
| 40 | <p><a href="/joshstock.in/1"><b>full commit list >></b></a></p> |
| 41 | </div> |
| 42 | </div> |
| 43 | </body> |
| 44 | </html> |
| 45 |
|