[tor-commits] [compass/master] Add new compass logo

karsten at torproject.org karsten at torproject.org
Sun Sep 9 21:45:26 UTC 2012


commit b22497f234ca2dd513ea25557432897f98bdb5bb
Author: Sathyanarayanan Gunasekaran <gsathya.ceg at gmail.com>
Date:   Sun Sep 9 20:16:22 2012 +0530

    Add new compass logo
    
    Thanks to kousik, we have a new logo for compass.
---
 static/img/compass-logo.jpg |  Bin 0 -> 3938 bytes
 templates/index.html        |    4 ++--
 templates/result.html       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/img/compass-logo.jpg b/static/img/compass-logo.jpg
new file mode 100644
index 0000000..e9d0f60
Binary files /dev/null and b/static/img/compass-logo.jpg differ
diff --git a/templates/index.html b/templates/index.html
index 3fd3597..e51f6d0 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -33,7 +33,7 @@
             <span class="icon-bar"></span>
           </a>
           <a class="brand" href="{{
-        url_for('index') }}">Tor Metrics</a>
+        url_for('index') }}"><img src="{{ url_for('static', filename='img/compass-logo.jpg') }}" /></a>
           <div class="nav-collapse">
             <ul class="nav">
               <li class="active"><a href="{{
@@ -51,7 +51,7 @@
         <form class="form-horizontal" action="{{ url_for('result') }}"
               method=get id="form">
           <fieldset>
-            <legend>Tor Relay Stats</legend>
+            <legend>Compass</legend>
             <div class="control-group">
               <h3> Filter </h3>
               <label class="control-label" for="inactive">Inactive</label>
diff --git a/templates/result.html b/templates/result.html
index 28d4f21..28211e7 100644
--- a/templates/result.html
+++ b/templates/result.html
@@ -34,7 +34,7 @@
             <span class="icon-bar"></span>
           </a>
           <a class="brand" href="{{
-        url_for('index') }}">Tor Metrics</a>
+        url_for('index') }}"><img src="{{ url_for('static', filename='img/compass-logo.jpg') }}"></a>
           <div class="nav-collapse">
             <ul class="nav">
               <li class="active"><a href="{{





More information about the tor-commits mailing list