aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/side-projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/partials/side-projects.html')
-rw-r--r--themes/simple/layouts/partials/side-projects.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/themes/simple/layouts/partials/side-projects.html b/themes/simple/layouts/partials/side-projects.html
deleted file mode 100644
index 462ff45..0000000
--- a/themes/simple/layouts/partials/side-projects.html
+++ /dev/null
@@ -1,40 +0,0 @@
1<section class="mb-12">
2 <h2 class="text-2xl font-bold mb-6">Side projects I work/worked on</h2>
3
4 <nav class="flex flex-col gap-4 md:gap-0 md:border w-full mb-4">
5 <a href="https://git.mitjafelicijan.com/cord.h.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 md:hover:bg-yellow-200 md:border-b">
6 <span class="block md:inline-block md:w-40 underline">cord.h</span>
7 <span>Small C library for handling strings</span>
8 </a>
9 <a href="https://git.mitjafelicijan.com/mprogress.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 md:hover:bg-yellow-200 md:border-b">
10 <span class="block md:block md:inline-block md:w-40 underline">mprogress</span>
11 <span>Tiny utility that displays progress bar in terminal</span>
12 </a>
13 <a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 md:hover:bg-yellow-200 md:border-b">
14 <span class="block md:inline-block md:w-40 underline">journalctl-proxy</span>
15 <span>Exposes your systemd logs to web via web interface</span>
16 </a>
17 <a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 md:hover:bg-yellow-200 md:border-b">
18 <span class="block md:inline-block md:w-40 underline">redis-marshal</span>
19 <span>Lightweight Redis data exploration tool</span>
20 </a>
21 <a href="https://git.mitjafelicijan.com/dna-encoding.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 md:hover:bg-yellow-200 md:border-b">
22 <span class="block md:inline-block md:w-40 underline">dna-encoding</span>
23 <span>Tools for encoding files to DNA sequence</span>
24 </a>
25 <a href="https://git.mitjafelicijan.com/vertex.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 md:hover:bg-yellow-200 md:border-b">
26 <span class="block md:inline-block md:w-40 underline">vertex</span>
27 <span>Create mock API's and add basic logic to simplify prototyping</span>
28 </a>
29 <a href="https://git.mitjafelicijan.com/scarecrow.git/" target="_blank" rel="noopener nofollow" class="block md:hover:bg-yellow-200 md:p-3">
30 <span class="block md:inline-block md:w-40 underline">scarecrow</span>
31 <span>Minimal configuration reverse proxy</span>
32 </a>
33 </nav>
34
35 <p class="text-gray-500 italic">* For more projects, check out
36 my <a href="https://git.mitjafelicijan.com/" class="underline">Git
37 server</a>. Most of the projects there are probably work in progress and
38 should be considered as such.</p>
39
40</section>