[tor-commits] [bridgedb/master] Add BridgeDB logo .png and link to homepage in base.html.

isis at torproject.org isis at torproject.org
Sat Apr 19 17:02:42 UTC 2014


commit 4bc7e9e0bb74580ee82f31884144e06820f2faa4
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Feb 10 01:52:53 2014 +0000

    Add BridgeDB logo .png and link to homepage in base.html.
    
     * FIXES #11346 add homepage link to BridgeDB HTTPS distributor.
---
 lib/bridgedb/templates/assets/bridgedb.png |  Bin 0 -> 2946 bytes
 lib/bridgedb/templates/base.html           |   25 ++++++++++++-------------
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/lib/bridgedb/templates/assets/bridgedb.png b/lib/bridgedb/templates/assets/bridgedb.png
new file mode 100644
index 0000000..3cea47c
Binary files /dev/null and b/lib/bridgedb/templates/assets/bridgedb.png differ
diff --git a/lib/bridgedb/templates/base.html b/lib/bridgedb/templates/base.html
index 228078e..51e9f85 100644
--- a/lib/bridgedb/templates/base.html
+++ b/lib/bridgedb/templates/base.html
@@ -1,4 +1,4 @@
-## -*- coding: utf-8 -*-
+## -*- coding: utf-8 -*-
 <!DOCTYPE html>
 <html lang="en">
 <head>
@@ -27,18 +27,17 @@ span {
 
 </head>
 <body>
-<div class="container-narrow">
-
-<div class="masthead">
-
-  <ul class="nav nav-pills pull-right">
-    <h3 class="muted">BridgeDB</h3>
-  </ul>
-  <a href="https://www.torproject.org"><img src="/assets/tor.svg"
-                                            height="10%" width="15%"/></a>
-
-</div>
-
+  <div class="container-narrow">
+    <div class="masthead">
+      <ul class="nav nav-pills pull-right">
+        <!--<h3 class="muted">BridgeDB</h3> -->
+        <a href="https://bridges.torproject.org/"><img src="/assets/bridgedb.png"
+                                                       height="100%"
+                                                       width="100%" /></a>
+      </ul>
+      <a href="https://www.torproject.org"><img src="/assets/tor.svg"
+                                                height="10%" width="15%"/></a>
+    </div>
 <hr>
 
 ${self.body()}





More information about the tor-commits mailing list