Browse Source

minor changes to lay-out

pull/3/head
rscmbbng 11 years ago
parent
commit
29e73ff796
  1. 3
      web/index.py
  2. 4
      web/js/bc.js

3
web/index.py

@ -119,7 +119,8 @@ output = """
<p class='divider'>------------------------------</p>
<div class='toggle' id='contact'>Get in touch</div>
<div id='contact-content'>
Roel Roscam Abbing (rscmbbng@riseup.net, @rscmbbng) <br />
<br />
Roel Roscam Abbing (rscmbbng@riseup.net) <br />
psy (epsylon@riseup.net)
</div>

4
web/js/bc.js

@ -72,9 +72,9 @@ window.onload = function () {
//legend controlls
$('#home').bind('click', function(){
$('#legend-text').html("This is the first hop on your journey, most probably your provider's router in your street or neighbourhood")})
$('#legend-text').html("This is the first hop on your journey, most probably the router of your provider for your neighbourhood or city.")})
$('#hop').bind('click', function(){
$('#legend-text').html('This represents either a server or router that you pass. Click it to get metadata on it.')})
$('#legend-text').html("This represents a hop to either a server or router that you pass. Click on it to view it's metadata." )})
$('#cluster').bind('click', function(){
$('#legend-text').html('Server hops in the same country or location get automatically grouped into clusters. Click the clusters to see individual hops.')})
$('#destination').bind('click', function(){

Loading…
Cancel
Save