aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/list.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 15:19:11 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 15:19:11 +0200
commit9fcb38b42d71c3752a19866273d15e14b3dfa34d (patch)
treec39741dda60ae91d74922c6990e3053871d2cd7e /themes/simple/layouts/_default/list.html
parentfc9eff7f81b11a239039cf4a414245eab5f94190 (diff)
downloadmitjafelicijan.com-9fcb38b42d71c3752a19866273d15e14b3dfa34d.tar.gz
Added Openring
Diffstat (limited to 'themes/simple/layouts/_default/list.html')
-rw-r--r--themes/simple/layouts/_default/list.html17
1 files changed, 12 insertions, 5 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html
index a848fc0..7d9a1d9 100644
--- a/themes/simple/layouts/_default/list.html
+++ b/themes/simple/layouts/_default/list.html
@@ -16,17 +16,24 @@
16 </ul> 16 </ul>
17 </nav> 17 </nav>
18 18
19 <hr class="border-2 border-gray-100 mb-10">
20
19 <!-- Projects I work on --> 21 <!-- Projects I work on -->
20 <section class="mb-12"> 22 <section class="mb-12">
21 <h4 class="text-2xl font-bold mb-6">Side projects I worked on</h4> 23 <h4 class="text-2xl font-bold mb-6">Side projects I worked on</h4>
22 <ul class="list-disc ml-6"> 24 <ul class="list-disc ml-6">
23 <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> 25 <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li>
24 <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">redis-marshal - Lightweight Redis data exploration tool</a></li> 26 <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">redis-marshal - Lightweight Redis data exploration tool</a></li>
25 <li><a href="https://git.mitjafelicijan.com/dna-encoding.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">dna-encoding - Tools for encoding files to DNA sequence</a></li> 27 <li><a href="https://git.mitjafelicijan.com/dna-encoding.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">dna-encoding - Tools for encoding files to DNA sequence</a></li>
26 <li><a href="https://git.mitjafelicijan.com/vertex.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">vertex - Create mock API's and add basic logic to simplify prototyping</a></li> 28 <li><a href="https://git.mitjafelicijan.com/vertex.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">vertex - Create mock API's and add basic logic to simplify prototyping</a></li>
27 <li><a href="https://git.mitjafelicijan.com/scarecrow.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">scarecrow - Minimal configuration reverse proxy</a></li> 29 <li><a href="https://git.mitjafelicijan.com/scarecrow.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">scarecrow - Minimal configuration reverse proxy</a></li>
28 </ul> 30 </ul>
29 </section> 31 </section>
30 32
33 <hr class="border-2 border-gray-100 mb-10">
34
35 <!-- Openring -->
36 {{ partial "openring.html" . }}
37
31</main> 38</main>
32{{ end }} 39{{ end }}