diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-03 01:38:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-03 01:38:05 +0200 |
| commit | b097ad035a089076b6cf1f1e9c7f648439d9b073 (patch) | |
| tree | 1d06a44f4d6ec551c67ed72a4b7136ae59602e8a /themes/simple/layouts/partials/side-projects.html | |
| parent | 71b7c639fa0b4ffe7425ec9bd6c3b0fef08b0028 (diff) | |
| download | mitjafelicijan.com-b097ad035a089076b6cf1f1e9c7f648439d9b073.tar.gz | |
Bunch of CSS improvements
Diffstat (limited to 'themes/simple/layouts/partials/side-projects.html')
| -rw-r--r-- | themes/simple/layouts/partials/side-projects.html | 71 |
1 files changed, 39 insertions, 32 deletions
diff --git a/themes/simple/layouts/partials/side-projects.html b/themes/simple/layouts/partials/side-projects.html index f675803..a2256e7 100644 --- a/themes/simple/layouts/partials/side-projects.html +++ b/themes/simple/layouts/partials/side-projects.html | |||
| @@ -1,33 +1,40 @@ | |||
| 1 | <section class="mb-12"> | 1 | <section class="mb-12"> |
| 2 | <h2 class="text-2xl font-bold mb-6">Side projects I worked on</h2> | 2 | <h2 class="text-2xl font-bold mb-6">Side projects I work/worked on</h2> |
| 3 | <ul class="list-disc ml-6"> | 3 | |
| 4 | <li> | 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" | 5 | <a href="https://git.mitjafelicijan.com/cord.h.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 hover:bg-yellow-200 md:border-b"> |
| 6 | class="hover:bg-yellow-100">cord.h - Small C library for handling strings</a> | 6 | <span class="inline-block md:w-40 underline">cord.h</span> |
| 7 | </li> | 7 | <span>Small C library for handling strings</span> |
| 8 | <li> | 8 | </a> |
| 9 | <a href="https://git.mitjafelicijan.com/mprogress.git/" target="_blank" rel="noopener nofollow" | 9 | <a href="https://git.mitjafelicijan.com/mprogress.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 hover:bg-yellow-200 md:border-b"> |
| 10 | class="hover:bg-yellow-100">mprogress - Tiny utility that displays progress bar in terminal</a> | 10 | <span class="inline-block md:w-40 underline">mprogress</span> |
| 11 | </li> | 11 | <span>Tiny utility that displays progress bar in terminal</span> |
| 12 | <li> | 12 | </a> |
| 13 | <a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" | 13 | <a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 hover:bg-yellow-200 md:border-b"> |
| 14 | class="hover:bg-yellow-100">journalctl-proxy - Exposes your systemd logs to web via web interface</a> | 14 | <span class="inline-block md:w-40 underline">journalctl-proxy</span> |
| 15 | </li> | 15 | <span>Exposes your systemd logs to web via web interface</span> |
| 16 | <li> | 16 | </a> |
| 17 | <a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" | 17 | <a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 hover:bg-yellow-200 md:border-b"> |
| 18 | class="hover:bg-yellow-100">redis-marshal - Lightweight Redis data exploration tool</a> | 18 | <span class="inline-block md:w-40 underline">redis-marshal</span> |
| 19 | </li> | 19 | <span>Lightweight Redis data exploration tool</span> |
| 20 | <li> | 20 | </a> |
| 21 | <a href="https://git.mitjafelicijan.com/dna-encoding.git/" target="_blank" rel="noopener nofollow" | 21 | <a href="https://git.mitjafelicijan.com/dna-encoding.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 hover:bg-yellow-200 md:border-b"> |
| 22 | class="hover:bg-yellow-100">dna-encoding - Tools for encoding files to DNA sequence</a> | 22 | <span class="inline-block md:w-40 underline">dna-encoding</span> |
| 23 | </li> | 23 | <span>Tools for encoding files to DNA sequence</span> |
| 24 | <li> | 24 | </a> |
| 25 | <a href="https://git.mitjafelicijan.com/vertex.git/" target="_blank" rel="noopener nofollow" | 25 | <a href="https://git.mitjafelicijan.com/vertex.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 hover:bg-yellow-200 md:border-b"> |
| 26 | class="hover:bg-yellow-100">vertex - Create mock API's and add basic logic to simplify prototyping</a> | 26 | <span class="inline-block md:w-40 underline">vertex</span> |
| 27 | </li> | 27 | <span>Create mock API's and add basic logic to simplify prototyping</span> |
| 28 | <li> | 28 | </a> |
| 29 | <a href="https://git.mitjafelicijan.com/scarecrow.git/" target="_blank" rel="noopener nofollow" | 29 | <a href="https://git.mitjafelicijan.com/scarecrow.git/" target="_blank" rel="noopener nofollow" class="block md:p-3 hover:bg-yellow-200"> |
| 30 | class="hover:bg-yellow-100">scarecrow - Minimal configuration reverse proxy</a> | 30 | <span class="inline-block md:w-40 underline">scarecrow</span> |
| 31 | </li> | 31 | <span>Minimal configuration reverse proxy</span> |
| 32 | </ul> | 32 | </a> |
| 33 | </section> \ No newline at end of file | 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> | ||
