commit 35767a10b59ef551e6c124995933eef3a664c057 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sat Sep 26 21:38:48 2015 +0200
Add logo and wordmark by Leiah. --- web/formats.html | 2 +- web/images/collector-logo.png | Bin 0 -> 101461 bytes web/images/collector-wordmark.png | Bin 0 -> 9190 bytes web/index.html | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/formats.html b/web/formats.html index 19ac177..222fb8f 100644 --- a/web/formats.html +++ b/web/formats.html @@ -10,7 +10,7 @@
<div class="box">
-<h1><a href="index.html">CollecTor</a> —</h1> +<h1><a href="index.html"><img src="images/collector-logo.png" width="292" height="254" alt="CollecTor logo"><img src="images/collector-wordmark.png" width="264" height="50" alt="CollecTor wordmark"></a></h1> <h2>What is in the data?</h2>
<p> diff --git a/web/images/collector-logo.png b/web/images/collector-logo.png new file mode 100644 index 0000000..af262a3 Binary files /dev/null and b/web/images/collector-logo.png differ diff --git a/web/images/collector-wordmark.png b/web/images/collector-wordmark.png new file mode 100644 index 0000000..70afc5a Binary files /dev/null and b/web/images/collector-wordmark.png differ diff --git a/web/index.html b/web/index.html index 8f750fb..2b29322 100644 --- a/web/index.html +++ b/web/index.html @@ -11,7 +11,7 @@ network</title>
<div class="box">
-<h1><a href="index.html">CollecTor</a> —</h1> +<h1><a href="index.html"><img src="images/collector-logo.png" width="292" height="254" alt="CollecTor logo"><img src="images/collector-wordmark.png" width="264" height="50" alt="CollecTor wordmark"></a></h1> <h2>Your friendly data-collecting service in the Tor network</h2>
<p>
tor-commits@lists.torproject.org