diff options
| -rw-r--r-- | templates/base.html | 1 | ||||
| -rw-r--r-- | templates/index.html | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 183ff1e..aba681f 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } | 18 | pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } |
| 19 | code { background: #f5f5f5; } | 19 | code { background: #f5f5f5; } |
| 20 | table { width: 100%; } | 20 | table { width: 100%; } |
| 21 | figure { margin: 0; } | ||
| 21 | .two-columns { display: flex; gap: 5em; } | 22 | .two-columns { display: flex; gap: 5em; } |
| 22 | @media only screen and (max-width: 720px) { | 23 | @media only screen and (max-width: 720px) { |
| 23 | body { display: block; } | 24 | body { display: block; } |
diff --git a/templates/index.html b/templates/index.html index ef31728..6e6eb7f 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -4,7 +4,8 @@ | |||
| 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 | <p> |
| 7 | Examine graphical representations of binary files using diagrams that illustrate connections between pairs of bytes (digraphs) and triplets of bytes (trigraphs). | 7 | <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">Examine graphical representations of binary files</a> |
| 8 | 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 | Check out the <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">project page<a>. |
| 9 | </p> | 10 | </p> |
| 10 | <div> | 11 | <div> |
