aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-20 02:52:29 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-20 02:52:29 +0100
commit2ba82da84b1b53f3f907ffe1869276f38345bf79 (patch)
tree94efb0f54699a5a764cf51cc075cc9e65030ea42 /index.html
parent77674b08ab8c54d569159df66f0d8eb352f78dcd (diff)
downloadmitjafelicijan.com-2ba82da84b1b53f3f907ffe1869276f38345bf79.tar.gz
Style fixes
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index adef4d3..c3cbf05 100644
--- a/index.html
+++ b/index.html
@@ -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
6until it surrenders its mysteries to you.</i></p> 6until 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).