aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-15 05:55:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-15 05:55:18 +0100
commit5b17168a3f3af90971cee433efd1b223ac227150 (patch)
tree1c6e7d3abfd34783534e3ee88eef2328da61680e
parentecb6d5f36e1b1d69571fcc9a1d423a5f90af6018 (diff)
downloadwww-5b17168a3f3af90971cee433efd1b223ac227150.tar.gz
www-5b17168a3f3af90971cee433efd1b223ac227150.zip
use hand-written SVG for the taler main logo
-rw-r--r--index.html.j22
-rw-r--r--styles.css2
-rw-r--r--taler-big.svg37
3 files changed, 39 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2
index 580b5654..9e2953a8 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -11,7 +11,7 @@
11 {% include "common/navigation.j2.inc" %} 11 {% include "common/navigation.j2.inc" %}
12 <!-- Jumbotron --> 12 <!-- Jumbotron -->
13 <div class="jumbotron"> 13 <div class="jumbotron">
14 <img align="middle" alt="Taler logo" width="33%" src="{{ url('images/logo-2015-medium.png') }}" style="margin: 0px 0px -120px 0px;"> 14 <img align="middle" alt="Taler logo" width="33%" src="{{ url('taler-big.svg') }}" style="margin: 0px 0px -120px 0px;">
15 </div> 15 </div>
16 <div class="jumbotron"> 16 <div class="jumbotron">
17 <h1>{{ _("Independent One-Click Payments!") }}</h1> 17 <h1>{{ _("Independent One-Click Payments!") }}</h1>
diff --git a/styles.css b/styles.css
index 833df030..1f70e311 100644
--- a/styles.css
+++ b/styles.css
@@ -14,7 +14,7 @@ html {
14} 14}
15 15
16.c_intro { 16.c_intro {
17 height: 100vh; 17 height: 97vh;
18} 18}
19 19
20/* don't show the language selector in the dropdown on mobile devices, 20/* 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 00000000..c687298d
--- /dev/null
+++ b/taler-big.svg
@@ -0,0 +1,37 @@
1<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-50 -50 100 100"
2 xmlns:xlink="http://www.w3.org/1999/xlink">
3 <circle cx="0" cy="0" r="40" stroke="black" stroke-width="7.5" fill="none" />
4 <circle cx="0" cy="0" r="45" stroke="black" stroke-width="1" fill="none" />
5 <rect x="-20" y="-17" width="40" height="4"/>
6 <rect x="-20" y="-12" width="40" height="1"/>
7 <rect x="-4" y="-17" width="8" height="54"/>
8
9
10 <text font-family="Verdana" font-weight="bold" font-size="8" color="red" x="0" y="-20" text-anchor="middle" letter-spacing="0.25em">
11 Taler
12 </text>
13
14
15 <defs>
16 <path id="MyPath1"
17 d="M -38 0 A 38 38 1 0 1 38 0" />
18 </defs>
19
20 <defs>
21 <path id="MyPath2"
22 d="M 0 42 A 42 42 1 0 0 0 -42" />
23 </defs>
24
25
26 <text font-family="Verdana" font-size="6" color="red" fill="white">
27 <textPath xlink:href="#MyPath1">
28 Taxable Anonymous Libre
29 </textPath>
30 </text>
31
32 <text font-family="Verdana" font-size="6" color="red" fill="white">
33 <textPath xlink:href="#MyPath2">
34 Electronic Cash
35 </textPath>
36 </text>
37</svg>