diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-27 00:10:26 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-27 00:10:26 +0100 |
| commit | d780b8361e5199f725687b4360b996849e40fc15 (patch) | |
| tree | 34069ff99afe7cb4c5f88909ba8aa31641b5750a /templates/base.html | |
| parent | bd95624c90275a3ec85ea5a134585187354ab17c (diff) | |
| download | mitjafelicijan.com-d780b8361e5199f725687b4360b996849e40fc15.tar.gz | |
Better style
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/templates/base.html b/templates/base.html index 125eda8..67a3708 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -42,17 +42,30 @@ | |||
| 42 | <body> | 42 | <body> |
| 43 | <aside> | 43 | <aside> |
| 44 | <p>You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.</p> | 44 | <p>You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.</p> |
| 45 | <strong>About</strong> | 45 | <div> |
| 46 | <ul> | 46 | <strong>About</strong> |
| 47 | <li><a href="/">Home</a></li> | 47 | <ul> |
| 48 | <li><a href="/projects.html">Recent Projects</a></li> | 48 | <li><a href="/">Home</a></li> |
| 49 | <li><a href="https://github.com/mitjafelicijan" target="_blank">Code on GitHub</a></li> | 49 | <li><a href="/projects.html">Recent Projects</a></li> |
| 50 | <li><a href="https://github.com/mitjafelicijan/probe" target="_blank">Probe repository</a></li> | 50 | <li><a href="https://github.com/mitjafelicijan" target="_blank">Code on GitHub</a></li> |
| 51 | <li class="hide-on-mobile"><a href="https://github.com/mitjafelicijan/dotfiles" target="_blank">My dotfiles</a></li> | 51 | <li><a href="https://github.com/mitjafelicijan/probe" target="_blank">Probe repository</a></li> |
| 52 | <li><a href="/bookmarks.html">Bookmarks</a></li> | 52 | <li class="hide-on-mobile"><a href="https://github.com/mitjafelicijan/dotfiles" target="_blank">My dotfiles</a></li> |
| 53 | <li><a href="/curriculum-vitae.html">Curriculum Vitae</a></li> | 53 | <li><a href="/bookmarks.html">Bookmarks</a></li> |
| 54 | <li class="hide-on-mobile"><a href="/feed.xml">RSS Feed</a></li> | 54 | <li><a href="/curriculum-vitae.html">Curriculum Vitae</a></li> |
| 55 | </ul> | 55 | <li class="hide-on-mobile"><a href="/feed.xml">RSS Feed</a></li> |
| 56 | </ul> | ||
| 57 | </div> | ||
| 58 | |||
| 59 | <div class="hide-on-mobile"> | ||
| 60 | <strong>Tools & Projects</strong> | ||
| 61 | <ul> | ||
| 62 | <li><a href="https://mitjafelicijan.github.io/gguf-list/">GGUF model list</a></li> | ||
| 63 | <li><a href="https://mitjafelicijan.github.io/symbols/">Symbol explorer</a></li> | ||
| 64 | <li><a href="https://mitjafelicijan.github.io/hextorgba/">HEX to RGBA</a></li> | ||
| 65 | <li><a href="https://mitjafelicijan.github.io/binary-visualization/">Binary Visualizations</a></li> | ||
| 66 | <li><a href="https://mitjafelicijan.github.io/mapsofdoom/">Maps of Doom</a></li> | ||
| 67 | </ul> | ||
| 68 | </div> | ||
| 56 | </aside> | 69 | </aside> |
| 57 | 70 | ||
| 58 | <main> | 71 | <main> |
