aboutsummaryrefslogtreecommitdiff
path: root/template/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-03-23 03:41:44 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-03-23 03:41:44 +0100
commitc8443841638b57440c961b0ab70f2d14a8021466 (patch)
treeccbeb9e332dcc59550e51ae10392c098403478bc /template/index.html
parent4c69b3793bd09c92704726e8d89699af983ffef2 (diff)
downloadmitjafelicijan.com-c8443841638b57440c961b0ab70f2d14a8021466.tar.gz
Added new projects and cleaned up some templates
Diffstat (limited to 'template/index.html')
-rwxr-xr-xtemplate/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/index.html b/template/index.html
index 8a09228..73677a5 100755
--- a/template/index.html
+++ b/template/index.html
@@ -39,6 +39,7 @@
39 <section class="project-list"> 39 <section class="project-list">
40 <h4>Side projects I work on</h4> 40 <h4>Side projects I work on</h4>
41 <ul> 41 <ul>
42 <li><a href="https://github.com/mitjafelicijan/journalctl-proxy" target="_blank" rel="noopener nofollow">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li>
42 <li><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank" rel="noopener nofollow">redis-marshal - Lightweight Redis data exploration tool</a></li> 43 <li><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank" rel="noopener nofollow">redis-marshal - Lightweight Redis data exploration tool</a></li>
43 <li><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank" rel="noopener nofollow">dna-encoding - Tools for encoding files to DNA sequence</a></li> 44 <li><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank" rel="noopener nofollow">dna-encoding - Tools for encoding files to DNA sequence</a></li>
44 <li><a href="https://github.com/mitjafelicijan/unfold" target="_blank" rel="noopener nofollow">unfold - Elastic Beanstalk like deployments for DigitalOcean</a></li> 45 <li><a href="https://github.com/mitjafelicijan/unfold" target="_blank" rel="noopener nofollow">unfold - Elastic Beanstalk like deployments for DigitalOcean</a></li>
@@ -51,6 +52,7 @@
51 <hr class="top-margin"> 52 <hr class="top-margin">
52 53
53 {{template "openring-build.html"}} 54 {{template "openring-build.html"}}
55
54 </main> 56 </main>
55 57
56 </body> 58 </body>