<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="content-type" content="text/html; charset=utf-8">
		<title>Josh Stockin - Git Projects</title>
		<meta name="title" content="Git Projects" />
		<meta name="description" content="Summary for Josh Stockin's Git projects" />
		<meta property="og:site_name" content="Josh Stockin" />
		<meta property="og:title" content="Git Projects" />
		<meta property="og:description" content="Summary for Josh Stockin's Git projects" />
		<meta property="og:type" content="website" />
		<meta property="og:image" content="/favicon.ico" />
		<meta property="og:url" content="https://git.joshstock.in" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="stylesheet" type="text/css" href="style.css"/>
	</head>
	<body>
		<center>
			<h1 style="margin-bottom:0">Git Commits</h1>
			<p style="font-size: 1.5em; margin-top:10px">All my active Git projects and their recent activity</p>
		</center>
		<div id="container">
			<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>
			<div class="repository" id="lognestmonster">
				<h2 style="margin-bottom:0">lognestmonster</h2>
				<p style="margin-top:4px">a C single-header logging library and parser for event-based logs</p>
				<div class="commit">
					<span class="hash">90b4334 (dev/168)<i style="margin-left:10px">Dec 29 2019, 22:39 (latest commit)</i></span>
					<h3 class="subject">Update lnm_free_item implementation to prevent recursion</h3>
					<p class="author"><span>Josh Stockin</span><i class="email">joshstockin@gmail.com</i></p>
				</div>
				<p><a href="/lognestmonster/1"><b>full commit list >></b></a></p>
			</div>
			<div class="repository" id="joshstock.in">
				<h2 style="margin-bottom:0">joshstock.in</h2>
				<p style="margin-top:4px">my personal website, blog, portfolio</p>
				<div class="commit">
					<span class="hash">f528068 (master/37)<i style="margin-left:10px">Jan 1 2020, 22:44 (latest commit)</i></span>
					<h3 class="subject">Make the banner image scroll with the page on articles</h3>
					<p class="author"><span>Josh Stockin</span><i class="email">joshstockin@gmail.com</i></p>
				</div>
				<p><a href="/joshstock.in/1"><b>full commit list >></b></a></p>
			</div>
		</div>
	</body>
</html>