Index

joshstock.in / a80dd0a

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
7220 Jan 2020 15:41a80dd0aUpdate styles for templatesJosh Stockin1117N

Blob @ joshstock.in / gitpager / index.html

text/html2661 bytesdownload raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Git Projects - Josh Stockin</title>
6 <meta name="title" content="Git Projects - Josh Stockin" />
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 - Josh Stockin" />
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="/static/favicon.png" />
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="divider"></div>
25 <div class="repository" id="lognestmonster">
26 <h2 class="name">lognestmonster</h2>
27 <p style="margin-top:4px;margin-bottom:1em">a single-header C logging library and parser for event-based logs</p>
28 <p><a class="button" href="/lognestmonster/1">full commit list >></a><a style="float:right" href="https://github.com/JoshuaS3/lognestmonster">[on GitHub]</a></p>
29 <h3 style="margin-bottom:4px">Latest commit:</h3>
30 $commit_lognestmonster
31 </div>
32 <div class="repository" id="auto-plow">
33 <h2 class="name">auto-plow</h2>
34 <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>
35 <p><a href="/auto-plow/1"><b>full commit list >></b></a><a style="float:right" href="https://github.com/JoshuaS3/auto-plow">[on GitHub]</a></p>
36 <h3 style="margin-bottom:4px">Latest commit:</h3>
37 $commit_auto-plow
38 </div>
39 <div class="repository" id="joshstock.in">
40 <h2 class="name">joshstock.in</h2>
41 <p style="margin-top:4px">my personal website, blog, portfolio</p>
42 <p><a href="/joshstock.in/1"><b>full commit list >></b></a><a style="float:right" href="https://github.com/JoshuaS3/joshstock.in">[on GitHub]</a></p>
43 <h3 style="margin-bottom:4px">Latest commit:</h3>
44 $commit_joshstock.in
45 </div>
46 </div>
47 </body>
48</html>
49