diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 107 |
1 files changed, 54 insertions, 53 deletions
diff --git a/templates/index.html b/templates/index.html index f5821fc..28aa47e 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -1,60 +1,61 @@ | |||
| 1 | {{ template "base.html" . }} | 1 | {{ template "base.html" . }} |
| 2 | 2 | ||
| 3 | {{ define "content" }} | 3 | {{ define "content" }} |
| 4 | <section> | 4 | <div> |
| 5 | <mark><small><i>You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.</i></small></mark> | 5 | <h2>Visualizations and exploration of binary files</h2> |
| 6 | </section> | 6 | <p> |
| 7 | Examine graphical representations of binary files using diagrams that illustrate connections between pairs of bytes (digraphs) and triplets of bytes (trigraphs). | ||
| 8 | Check out the <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">project page<a>. | ||
| 9 | </p> | ||
| 10 | <div> | ||
| 11 | <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> | ||
| 12 | <img src="/assets/general/trigraphs.gif"> | ||
| 13 | </a> | ||
| 14 | </div> | ||
| 15 | </div> | ||
| 7 | 16 | ||
| 8 | <a class="promobox" href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> | 17 | <div> |
| 9 | Examine graphical representations of binary files using diagrams that | 18 | <h2>More long form, ramblings etc</h2> |
| 10 | illustrate connections between pairs of bytes (digraphs) and triplets of | 19 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="More long form, ramblings etc"> |
| 11 | bytes (trigraphs). | 20 | <meta itemprop="name" content="More long form, ramblings etc"> |
| 12 | </a> | 21 | {{ range .Pages }} |
| 22 | {{ if and (eq .Type "post") (not .Draft) }} | ||
| 23 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> | ||
| 24 | {{ end }} | ||
| 25 | {{ end }} | ||
| 26 | </ul> | ||
| 27 | </div> | ||
| 13 | 28 | ||
| 14 | <section> | 29 | <div> |
| 15 | <h2>More long form, ramblings etc</h2> | 30 | <h2>Notes?! Maybe useful</h2> |
| 16 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="More long form, ramblings etc"> | 31 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Notes?! Maybe useful"> |
| 17 | <meta itemprop="name" content="More long form, ramblings etc"> | 32 | <meta itemprop="name" content="Notes?! Maybe useful"> |
| 18 | {{ range .Pages }} | 33 | {{ range .Pages }} |
| 19 | {{ if and (eq .Type "post") (not .Draft) }} | 34 | {{ if and (eq .Type "note") (not .Draft) }} |
| 20 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> | 35 | <li> |
| 21 | {{ end }} | 36 | {{ range .Meta.tags }}<mark>{{ . }}</mark>{{ end }} |
| 22 | {{ end }} | 37 | <a href="{{ .RelPermalink }}">{{ .Title }}</a> |
| 23 | </ul> | 38 | </li> |
| 24 | </section> | 39 | {{ end }} |
| 40 | {{ end }} | ||
| 41 | </ul> | ||
| 42 | </div> | ||
| 25 | 43 | ||
| 26 | <section> | 44 | <div> |
| 27 | <h2>Notes?! Maybe useful</h2> | 45 | <h2>Small side projects I work/worked on</h2> |
| 28 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Notes?! Maybe useful"> | 46 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Side projects"> |
| 29 | <meta itemprop="name" content="Notes?! Maybe useful"> | 47 | <meta itemprop="name" content="Side projects"> |
| 30 | {{ range .Pages }} | 48 | <li role="listitem"><a href="https://github.com/mitjafelicijan/makext" target="_blank">makext</a> — QOL Extensions for GNU Make</li> |
| 31 | {{ if and (eq .Type "note") (not .Draft) }} | 49 | <li role="listitem"><a href="https://github.com/mitjafelicijan/binary-visualization" target="_blank">binary-visualization</a> — Visualizations and exploration of binary files</li> |
| 32 | <li> | 50 | <li role="listitem"><a href="https://github.com/mitjafelicijan/p9tree" target="_blank">p9tree</a> — Tree utility for 9front/Plan9 operating systems</li> |
| 33 | {{ range .Meta.tags }} | 51 | <li role="listitem"><a href="https://github.com/mitjafelicijan/errand" target="_blank">errand</a> — Task runner for the command line</li> |
| 34 | <mark>{{ . }}</mark> | 52 | <li role="listitem"><a href="https://github.com/mitjafelicijan/i3blocks" target="_blank">i3blocks</a> — Minimal i3blocks indicators</li> |
| 35 | {{ end }} | 53 | <li role="listitem"><a href="https://github.com/mitjafelicijan/cord.h" target="_blank">cord.h</a> — Small C library for handling strings</li> |
| 36 | <a href="{{ .RelPermalink }}">{{ .Title }}</a> | 54 | <li role="listitem"><a href="https://github.com/mitjafelicijan/mprogress" target="_blank">mprogress</a> — Tiny utility that displays progress bar in terminal</li> |
| 37 | </li> | 55 | <li role="listitem"><a href="https://github.com/mitjafelicijan/qli" target="_blank">qli</a> — Quantum Lorem Ipsum generator for command line</li> |
| 38 | {{ end }} | 56 | <li role="listitem"><a href="https://github.com/mitjafelicijan/journalctl-proxy" target="_blank">journalctl-proxy</a> — Exposes your systemd logs to web via web interface</li> |
| 39 | {{ end }} | 57 | <li role="listitem"><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank">redis-marshal</a> — Lightweight Redis UI tool</li> |
| 40 | </ul> | 58 | <li role="listitem"><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank">dna-encoding</a> — Tools for encoding files to DNA sequences</li> |
| 41 | </section> | 59 | </ul> |
| 42 | 60 | </div> | |
| 43 | <section> | ||
| 44 | <h2>Small side projects I work/worked on</h2> | ||
| 45 | <ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Side projects"> | ||
| 46 | <meta itemprop="name" content="Side projects"> | ||
| 47 | <li role="listitem"><a href="https://github.com/mitjafelicijan/makext" target="_blank">makext</a> — QOL Extensions for GNU Make</li> | ||
| 48 | <li role="listitem"><a href="https://github.com/mitjafelicijan/binary-visualization" target="_blank">binary-visualization</a> — Visualizations and exploration of binary files</li> | ||
| 49 | <li role="listitem"><a href="https://github.com/mitjafelicijan/p9tree" target="_blank">p9tree</a> — Tree utility for 9front/Plan9 operating systems</li> | ||
| 50 | <li role="listitem"><a href="https://github.com/mitjafelicijan/errand" target="_blank">errand</a> — Task runner for the command line</li> | ||
| 51 | <li role="listitem"><a href="https://github.com/mitjafelicijan/i3blocks" target="_blank">i3blocks</a> — Minimal i3blocks indicators</li> | ||
| 52 | <li role="listitem"><a href="https://github.com/mitjafelicijan/cord.h" target="_blank">cord.h</a> — Small C library for handling strings</li> | ||
| 53 | <li role="listitem"><a href="https://github.com/mitjafelicijan/mprogress" target="_blank">mprogress</a> — Tiny utility that displays progress bar in terminal</li> | ||
| 54 | <li role="listitem"><a href="https://github.com/mitjafelicijan/qli" target="_blank">qli</a> — Quantum Lorem Ipsum generator for command line</li> | ||
| 55 | <li role="listitem"><a href="https://github.com/mitjafelicijan/journalctl-proxy" target="_blank">journalctl-proxy</a> — Exposes your systemd logs to web via web interface</li> | ||
| 56 | <li role="listitem"><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank">redis-marshal</a> — Lightweight Redis UI tool</li> | ||
| 57 | <li role="listitem"><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank">dna-encoding</a> — Tools for encoding files to DNA sequences</li> | ||
| 58 | </ul> | ||
| 59 | </section> | ||
| 60 | {{ end }} | 61 | {{ end }} |
