diff options
Diffstat (limited to 'templates')
| -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"> |
