diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-20 02:52:29 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-20 02:52:29 +0100 |
| commit | 2ba82da84b1b53f3f907ffe1869276f38345bf79 (patch) | |
| tree | 94efb0f54699a5a764cf51cc075cc9e65030ea42 /index.html | |
| parent | 77674b08ab8c54d569159df66f0d8eb352f78dcd (diff) | |
| download | mitjafelicijan.com-2ba82da84b1b53f3f907ffe1869276f38345bf79.tar.gz | |
Style fixes
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ layout: index | |||
| 5 | <p><i>You do not learn by relaxing. You learn by violently assaulting your problem | 5 | <p><i>You do not learn by relaxing. You learn by violently assaulting your problem |
| 6 | until it surrenders its mysteries to you.</i></p> | 6 | until it surrenders its mysteries to you.</i></p> |
| 7 | 7 | ||
| 8 | <a style="border-radius:3px;max-width:650px;display:inline-block;background:blue;color:white;padding:1em;" href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> | 8 | <a style="max-width:650px;display:inline-block;background:blue;color:white;padding:1em;" href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> |
| 9 | <strong>Latest experiment:</strong> Examine graphical representations of | 9 | <strong>Latest experiment:</strong> Examine graphical representations of |
| 10 | binary files using diagrams that illustrate connections between pairs of bytes | 10 | binary files using diagrams that illustrate connections between pairs of bytes |
| 11 | (digraphs) and triplets of bytes (trigraphs). | 11 | (digraphs) and triplets of bytes (trigraphs). |
