diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-27 17:44:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-27 17:44:03 +0100 |
| commit | 2acb1e60c3e184144a93d9a65b58e6a920eeb067 (patch) | |
| tree | c20d4f679b39040dc4e5adb273f4c1fd0b17f183 /templates/index.html | |
| parent | 2d2a63f17589d333c709a58ca4f6963d3c551705 (diff) | |
| download | mitjafelicijan.com-2acb1e60c3e184144a93d9a65b58e6a920eeb067.tar.gz | |
Better style
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/templates/index.html b/templates/index.html index 6c87f72..ec29351 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -3,16 +3,9 @@ | |||
| 3 | {{ define "content" }} | 3 | {{ define "content" }} |
| 4 | <div> | 4 | <div> |
| 5 | <h2>Visualizations and exploration of binary files</h2> | 5 | <h2>Visualizations and exploration of binary files</h2> |
| 6 | <p> | 6 | <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> |
| 7 | <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">Examine graphical representations of binary files</a> | 7 | <img src="/assets/general/trigraphs.gif"> |
| 8 | using diagrams that illustrate connections between pairs of bytes (digraphs) and triplets of bytes (trigraphs). | 8 | </a> |
| 9 | Check out the <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">project page<a>. | ||
| 10 | </p> | ||
| 11 | <div> | ||
| 12 | <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> | ||
| 13 | <img src="/assets/general/trigraphs.gif"> | ||
| 14 | </a> | ||
| 15 | </div> | ||
| 16 | </div> | 9 | </div> |
| 17 | 10 | ||
| 18 | <section class="flow-two-column"> | 11 | <section class="flow-two-column"> |
