diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 35 |
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 & 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 }} |
