Skip to content

Commit

Permalink
Add about page
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntBrunch committed Dec 3, 2011
1 parent 10f69d1 commit 4344a32
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions html/css/style.css
Expand Up @@ -18,6 +18,17 @@ a{
clear: both;
}

#about {
background-color: #444;
padding: 20px;
max-width: 750px;
margin: 0 auto;
}

#about h2 {
font-size: 1.1em;
}

#holder {
float: left;
min-height: 400px;
Expand Down
14 changes: 12 additions & 2 deletions html/index.html
Expand Up @@ -36,8 +36,9 @@
<div id="title">Down the silk rabbit hole</div>
<div id="menu"> Type:
<ul>
<li><a href="#">Map</a>
<li class="last"><a href="#">Overall</a>
<li><a href="#">Map</a>
<li><a href="#">Overall</a>
<li class="last"><a href="#">(About)</a>
</ul>
</div>
<div class="page">
Expand All @@ -47,6 +48,15 @@
<div class="page">
<div id="stats"></div>
</div>
<div class="page">
<div id="about">
<h2>About Silk Road (from Wikipedia)</h2>
<p>Silk Road is an online marketplace that its operators run as a Tor hidden service. As such, visitors must use Tor to access the marketplace. While the majority of products that sellers list on Silk Road qualify as contraband, the site's operators prohibit goods or services intended to harm others. NPR has referred to the site as the "Amazon.com of illegal drugs."</p>
<h2>About this project</h2>
<p>All data (scraped pages) and extraction script are available
over at <a href="https://github.com/BurntBrunch/Silk-Rabbit-Hole">GitHub</a></p>
</div>
</div>
<div id="footer">
<p>Data manually sourced from Silk Road on 03 Nov. 2011. © 2011 Delyan Kratunov </p>
<p><a href="http://backspace.com/mapapp/javascript_world/">Raphaël World Map</a> by John Emerson
Expand Down
1 change: 1 addition & 0 deletions html/js/drugs.js
Expand Up @@ -99,6 +99,7 @@ function bar_graph(holder, title, data, idx){
ticks: data.length,
tickDecimals: 1,
tickLength: 20,
tickColor: '#999',
minTickSize: 1,
},
grid: {
Expand Down

0 comments on commit 4344a32

Please sign in to comment.