Browse Source

improve picture formatting

master
nitowa 7 months ago
parent
commit
32e08cf18e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -26,7 +26,7 @@ Building and deploying such a RJSVM powered website with a client-based renderin
26 26
 
27 27
 An lot of engineering with [webpack](https://www.npmjs.com/package/webpack) later a functional prototype was created, and the very first fully blockchain-sourced website went live. You can view it under [caisar.github.io](https://caisar.github.io).
28 28
 
29
-<img src="https://i.imgur.com/7xH7oVX.jpg" alt="httXrp shoutbox" style="width:50%;height:50%"/>
29
+<img src="https://i.imgur.com/7xH7oVX.jpg" alt="httXrp shoutbox" style="width:400px"/>
30 30
 
31 31
 ## Next steps
32 32
 
@@ -34,7 +34,7 @@ The above proof of concept has one obvious weakness: browsers don't natively spe
34 34
 
35 35
 A prototype is available here: [The Tür browser](https://gitea.nitowa.xyz/nitowa/tur-browser/src/branch/master). 
36 36
 
37
-<img src="https://i.imgur.com/s1iuQme.png" alt="httXrp shoutbox" style="width:50%;height:50%"/>
37
+<img src="https://i.imgur.com/s1iuQme.png" alt="httXrp shoutbox" style="width:400px"/>
38 38
 
39 39
 As the name heavily implies, the project is somewhat inspired by Tor. While Tor allows traffic to be masked completely, the hidden services themselves are a undeniable weakpoint, that once compromised allow an attacker to turn them into honeypots. Tür on the other hand makes very little effort to mask traffic (it is readable via the blockchanin by anyone) but the "server" is replicated on each Ripple (history)node, making it effectively uncensorable/impossible to capture without breaking the promises the blockchain itself makes (i.e. immutability of persisted transactions).
40 40
 

Loading…
Cancel
Save