mirror of
https://github.com/torproject/manual.git
synced 2024-12-11 19:23:40 +00:00
Add images for animation
This commit is contained in:
parent
0922d73b09
commit
3e52ed460b
BIN
assets/static/images/tor-https-0.png
Normal file
BIN
assets/static/images/tor-https-0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
assets/static/images/tor-https-1.png
Normal file
BIN
assets/static/images/tor-https-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
assets/static/images/tor-https-2.png
Normal file
BIN
assets/static/images/tor-https-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
assets/static/images/tor-https-3.png
Normal file
BIN
assets/static/images/tor-https-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
@ -15,16 +15,16 @@
|
||||
<input class="toggle" type="checkbox" id="tor-switch"/>
|
||||
|
||||
<div id="http" class="switch-off">
|
||||
<p>HTTP ONLY!</p>
|
||||
<img src="{{ '/static/images/tor-https-0.png'|asseturl }}" />
|
||||
</div>
|
||||
<div id="https" class="switch-off">
|
||||
<p>HTTPS ONLY!</p>
|
||||
<img src="{{ '/static/images/tor-https-1.png'|asseturl }}" />
|
||||
</div>
|
||||
<div id="tor" class="switch-off">
|
||||
<p>TOR ONLY!</p>
|
||||
<img src="{{ '/static/images/tor-https-2.png'|asseturl }}" />
|
||||
</div>
|
||||
<div id="https-tor" class="switch-on">
|
||||
<p>TOR + HTTPS!!!</p>
|
||||
<img src="{{ '/static/images/tor-https-3.png'|asseturl }}" />
|
||||
</div>
|
||||
|
||||
<h5>POTENTIALLY VISIBLE DATA</h5>
|
||||
|
Loading…
Reference in New Issue
Block a user