gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: use hand-written SVG for


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: use hand-written SVG for the taler main logo
Date: Wed, 15 Feb 2017 05:55:21 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 5b17168  use hand-written SVG for the taler main logo
5b17168 is described below

commit 5b17168a3f3af90971cee433efd1b223ac227150
Author: Florian Dold <address@hidden>
AuthorDate: Wed Feb 15 05:55:18 2017 +0100

    use hand-written SVG for the taler main logo
---
 index.html.j2 |  2 +-
 styles.css    |  2 +-
 taler-big.svg | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/index.html.j2 b/index.html.j2
index 580b565..9e2953a 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -11,7 +11,7 @@
       {% include "common/navigation.j2.inc" %}
       <!-- Jumbotron -->
       <div class="jumbotron">
-        <img align="middle" alt="Taler logo" width="33%" src="{{ 
url('images/logo-2015-medium.png') }}" style="margin: 0px 0px -120px 0px;">
+        <img align="middle" alt="Taler logo" width="33%" src="{{ 
url('taler-big.svg') }}" style="margin: 0px 0px -120px 0px;">
       </div>
       <div class="jumbotron">
          <h1>{{ _("Independent One-Click Payments!") }}</h1>
diff --git a/styles.css b/styles.css
index 833df03..1f70e31 100644
--- a/styles.css
+++ b/styles.css
@@ -14,7 +14,7 @@ html {
 }
 
 .c_intro {
-  height: 100vh;
+  height: 97vh;
 }
 
 /* don't show the language selector in the dropdown on mobile devices,
diff --git a/taler-big.svg b/taler-big.svg
new file mode 100644
index 0000000..c687298
--- /dev/null
+++ b/taler-big.svg
@@ -0,0 +1,37 @@
+<svg xmlns="http://www.w3.org/2000/svg"; version="1.1" viewBox="-50 -50 100 100"
+     xmlns:xlink="http://www.w3.org/1999/xlink";>
+  <circle cx="0" cy="0" r="40" stroke="black" stroke-width="7.5" fill="none" />
+  <circle cx="0" cy="0" r="45" stroke="black" stroke-width="1" fill="none" />
+  <rect x="-20" y="-17" width="40" height="4"/>
+  <rect x="-20" y="-12" width="40" height="1"/>
+  <rect x="-4" y="-17" width="8" height="54"/>
+
+
+  <text font-family="Verdana" font-weight="bold" font-size="8" color="red" 
x="0" y="-20" text-anchor="middle" letter-spacing="0.25em">
+    Taler
+  </text>
+
+
+  <defs>
+    <path id="MyPath1"
+          d="M -38 0 A 38 38 1 0 1 38 0" />
+  </defs>
+
+  <defs>
+    <path id="MyPath2"
+          d="M 0 42 A 42 42 1 0 0 0 -42" />
+  </defs>
+
+
+  <text font-family="Verdana" font-size="6" color="red" fill="white">
+    <textPath xlink:href="#MyPath1">
+      Taxable Anonymous Libre
+    </textPath>
+  </text>
+
+  <text font-family="Verdana" font-size="6" color="red" fill="white">
+    <textPath xlink:href="#MyPath2">
+      Electronic Cash
+    </textPath>
+  </text>
+</svg> 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]