update infographics.html
This commit is contained in:
@ -1,51 +1,207 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>idk's home page</title>
|
||||
<link rel="stylesheet" type="text/css" href ="style.css" />
|
||||
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
||||
<meta name="description" content="Infographics collection"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Infographics Gallery</h1>
|
||||
|
||||
<p>These are various infographics I've found around Reddit, mostly,
|
||||
and collected here. They are here in part as a way of testing
|
||||
an approach to using Bittorrent-over-I2P as a peer-to-peer way
|
||||
of backing the resources on the site.</p>
|
||||
|
||||
<ul>
|
||||
<li><img src="images/attacks.jpg" alt="Types of Attacks" title="" /></li>
|
||||
<li><img src="images/awareness.jpg" alt="Security Awareness" title="" /></li>
|
||||
<li><img src="images/banknotes.jpg" alt="Bank Note Security" title="" /></li>
|
||||
<li><img src="images/barricade.jpg" alt="Barricading a Door" title="" /></li>
|
||||
<li><img src="images/burglars.png" alt="Burglar Defenses" title="" /></li>
|
||||
<li><img src="images/cells.jpg" alt="Cell Phones" title="" /></li>
|
||||
<li><img src="images/csec2.jpg" alt="Computer Security" title="" /></li>
|
||||
<li><img src="images/csec.jpg" alt="Computer Security 2" title="" /></li>
|
||||
<li><img src="images/etherpad.jpg" alt="Etherpad" title="" /></li>
|
||||
<li><img src="images/knots.jpeg" alt="Knots" title="" /></li>
|
||||
<li><img src="images/langs1.png" alt="Languages" title="" /></li>
|
||||
<li><img src="images/langs2.png" alt="Languages 1" title="" /></li>
|
||||
<li><img src="images/laptopsec.jpg" alt="Laptop Security" title="" /></li>
|
||||
<li><img src="images/leadersec.jpg" alt="Leader Security Vehicles" title="" /></li>
|
||||
<li><img src="images/lifi.jpg" alt="Wifi vs Lifi" title="" /></li>
|
||||
<li><img src="images/morse.jpg" alt="Morse" title="" /></li>
|
||||
<li><img src="images/password-3.png" alt="Passwords" title="" /></li>
|
||||
<li><img src="images/passwords-1.jpg" alt="Passwords 2" title="" /></li>
|
||||
<li><img src="images/passwords-2.jpg" alt="Passwords 3" title="" /></li>
|
||||
<li><img src="images/picks1.jpg" alt="Lock Picks" title="" /></li>
|
||||
<li><img src="images/picks2.jpg" alt="Lock Picks 2" title="" /></li>
|
||||
<li><img src="images/plugs.jpg" alt="Electric Plugs" title="" /></li>
|
||||
<li><img src="images/productivity.jpg" alt="Productivity" title="" /></li>
|
||||
<li><img src="images/regflow.jpg" alt="Registration Flow" title="" /></li>
|
||||
<li><img src="images/sites.png" alt="Sites" title="" /></li>
|
||||
<li><img src="images/tents.jpg" alt="Tents" title="" /></li>
|
||||
<li><img src="images/tor.png" alt="Tor vs VPN" title="" /></li>
|
||||
<li><img src="images/torvpnsorta.jpg" alt="Tor vs VPN 2" title="" /></li>
|
||||
<li><img src="images/uber.jpg" alt="Uber" title="" /></li>
|
||||
<li><img src="images/wifisec.jpg" alt="Wi-Fi" title="" /></li>
|
||||
</ul>
|
||||
<script src="script.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
<head>
|
||||
<title>
|
||||
idk's home page
|
||||
</title>
|
||||
<meta name="author" content="eyedeekay" />
|
||||
<meta name="description" content="eyedeekay.github.io" />
|
||||
<meta name="keywords" content="master" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="showhider.css" />
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="#shownav">
|
||||
Show navigation
|
||||
</a>
|
||||
<div id="shownav">
|
||||
<div id="hidenav">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="..">
|
||||
Up one level ^
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="index.html">
|
||||
index
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="infographics.html">
|
||||
infographics
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="plugins.html">
|
||||
plugins
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="video.html">
|
||||
video.html
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="videos.html">
|
||||
videos
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ySidebar.html">
|
||||
ySidebar
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="yTop.html">
|
||||
yTop
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="zBlog.html">
|
||||
zBlog
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="zWallet.html">
|
||||
zWallet
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
<a href="#hidenav">
|
||||
Hide Navigation
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a id="returnhome" href="/">
|
||||
/
|
||||
</a>
|
||||
<h1>
|
||||
Infographics Gallery
|
||||
</h1>
|
||||
<p>
|
||||
These are various infographics I’ve found around Reddit, mostly,
|
||||
and collected here. They are here in part as a way of testing
|
||||
an approach to using Bittorrent-over-I2P as a peer-to-peer way
|
||||
of backing the resources on the site.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<img src="images/attacks.jpg" alt="Types of Attacks" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/awareness.jpg" alt="Security Awareness" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/banknotes.jpg" alt="Bank Note Security" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/barricade.jpg" alt="Barricading a Door" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/burglars.png" alt="Burglar Defenses" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/cells.jpg" alt="Cell Phones" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/csec2.jpg" alt="Computer Security" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/csec.jpg" alt="Computer Security 2" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/etherpad.jpg" alt="Etherpad" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/knots.jpeg" alt="Knots" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/langs1.png" alt="Languages" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/langs2.png" alt="Languages 1" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/laptopsec.jpg" alt="Laptop Security" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/leadersec.jpg" alt="Leader Security Vehicles" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/lifi.jpg" alt="Wifi vs Lifi" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/morse.jpg" alt="Morse" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/password-3.png" alt="Passwords" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/passwords-1.jpg" alt="Passwords 2" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/passwords-2.jpg" alt="Passwords 3" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/picks1.jpg" alt="Lock Picks" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/picks2.jpg" alt="Lock Picks 2" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/plugs.jpg" alt="Electric Plugs" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/productivity.jpg" alt="Productivity" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/regflow.jpg" alt="Registration Flow" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/sites.png" alt="Sites" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/tents.jpg" alt="Tents" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/tor.png" alt="Tor vs VPN" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/torvpnsorta.jpg" alt="Tor vs VPN 2" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/uber.jpg" alt="Uber" />
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/wifisec.jpg" alt="Wi-Fi" />
|
||||
</li>
|
||||
</ul>
|
||||
<div id="sourcecode">
|
||||
<span id="sourcehead">
|
||||
<strong>
|
||||
Get the source code:
|
||||
</strong>
|
||||
</span>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/eyedeekay/eyedeekay.github.io">
|
||||
Source Repository: (https://github.com/eyedeekay/eyedeekay.github.io)
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://geti2p.net/">
|
||||
<img src="i2plogo.png"></img>
|
||||
I2P
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user