aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-09 05:09:53 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-09 05:09:53 +0200
commit26f4e947ce04e5e3b61e108e60dd642af0d52b76 (patch)
tree6e5798a6d1af9e3a28c3cae86ba8971f28063221 /templates/index.html
parent6a351ac15e3604b94e39cde39eb63de421a7e0ef (diff)
downloadmitjafelicijan.com-26f4e947ce04e5e3b61e108e60dd642af0d52b76.tar.gz
Added experiments
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html35
1 files changed, 31 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index c124804..f979c7f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -39,9 +39,36 @@
39</section> 39</section>
40 40
41<section> 41<section>
42 <h2>Visualizations and exploration of binary files</h2> 42 <h2>Tools / Experiments</h2>
43 <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> 43 <table class="normal">
44 <img src="/assets/general/trigraphs.gif" class="no-border"> 44 <thead>
45 </a> 45 <tr>
46 <th>Title</th>
47 <th></th>
48 </tr>
49 </thead>
50 <tbody>
51 <tr>
52 <td>Visualizations and exploration of binary files</td>
53 <td class="right"><a target="_blank" href="https://mitjafelicijan.github.io/binary-visualization/">https://mitjafelicijan.github.io/binary-visualization/</a></td>
54 </tr>
55 <tr>
56 <td>Easy convert between HEX to RGBA</td>
57 <td class="right"><a target="_blank" href="https://mitjafelicijan.github.io/hextorgba/">https://mitjafelicijan.github.io/hextorgba/</a></td>
58 </tr>
59 <tr>
60 <td>Unicode symbol explorer</td>
61 <td class="right"><a target="_blank" href="https://mitjafelicijan.github.io/symbols/">https://mitjafelicijan.github.io/symbols/</a></td>
62 </tr>
63 <tr>
64 <td>GGUF model list &amp; tools</td>
65 <td class="right"><a target="_blank" href="https://mitjafelicijan.github.io/gguf-list/">https://mitjafelicijan.github.io/gguf-list/</a></td>
66 </tr>
67 <tr>
68 <td>Maps of DOOM and other well known WADS</td>
69 <td class="right"><a target="_blank" href="https://mitjafelicijan.github.io/mapsofdoom/">https://mitjafelicijan.github.io/mapsofdoom/</a></td>
70 </tr>
71 </tbody>
72 </table>
46</section> 73</section>
47{{ end }} 74{{ end }}