diff options
Diffstat (limited to 'templates/index.html')
| -rwxr-xr-x | templates/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 39b3746..1013e60 100755 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -32,4 +32,22 @@ | |||
| 32 | {{ end }} | 32 | {{ end }} |
| 33 | </ul> | 33 | </ul> |
| 34 | </section> | 34 | </section> |
| 35 | |||
| 36 | <section> | ||
| 37 | <h2>Small side projects I work/worked on</h2> | ||
| 38 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Side projects" class="list"> | ||
| 39 | <meta itemprop="name" content="Side projects"> | ||
| 40 | <li role="listitem"><a href="https://github.com/mitjafelicijan/binary-visualization" target="_blank">binary-visualization </a> — Visualizations and exploration of binary files</li> | ||
| 41 | <li role="listitem"><a href="https://github.com/mitjafelicijan/p9tree" target="_blank">p9tree</a> — Tree utility for 9front/Plan9 operating systems</li> | ||
| 42 | <li role="listitem"><a href="https://github.com/mitjafelicijan/errand" target="_blank">errand</a> — Task runner for the command line</li> | ||
| 43 | <li role="listitem"><a href="https://github.com/mitjafelicijan/i3blocks" target="_blank">i3blocks</a> — Minimal i3blocks indicators</li> | ||
| 44 | <li role="listitem"><a href="https://github.com/mitjafelicijan/cord.h" target="_blank">cord.h</a> — Small C library for handling strings</li> | ||
| 45 | <li role="listitem"><a href="https://github.com/mitjafelicijan/mprogress" target="_blank">mprogress</a> — Tiny utility that displays progress bar in terminal</li> | ||
| 46 | <li role="listitem"><a href="https://github.com/mitjafelicijan/qli" target="_blank">qli</a> — Quantum Lorem Ipsum generator for command line</li> | ||
| 47 | <li role="listitem"><a href="https://github.com/mitjafelicijan/mod-tinycache" target="_blank">mod-tinycache</a> — Apache 2 caching module</li> | ||
| 48 | <li role="listitem"><a href="https://github.com/mitjafelicijan/journalctl-proxy" target="_blank">journalctl-proxy</a> — Exposes your systemd logs to web via web interface</li> | ||
| 49 | <li role="listitem"><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank">redis-marshal</a> — Lightweight Redis UI tool</li> | ||
| 50 | <li role="listitem"><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank">dna-encoding</a> — Tools for encoding files to DNA sequences</li> | ||
| 51 | </ul> | ||
| 52 | </section> | ||
| 35 | {{ end }} | 53 | {{ end }} |
