aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 13:53:46 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 13:53:46 +0100
commitf2f208f9455f9acfdc0eefc267c521754907624d (patch)
treea34c4bc751418a36f21b1c3cc5488f0845bb5f58
parent4cf286b15781eb737c687265e62e146282d0bcce (diff)
downloadwww-f2f208f9455f9acfdc0eefc267c521754907624d.tar.gz
www-f2f208f9455f9acfdc0eefc267c521754907624d.zip
accented logo
-rw-r--r--index.html.j22
-rw-r--r--taler-big-accent.svg43
2 files changed, 44 insertions, 1 deletions
diff --git a/index.html.j2 b/index.html.j2
index 6eb0327b..e996d8d9 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -3,7 +3,7 @@
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="jumbotron"> 4<div class="jumbotron">
5 <div style="height: 40vh"> 5 <div style="height: 40vh">
6 <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-dold-2.png') }}"></img> 6 <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}"></img>
7 </div> 7 </div>
8 8
9 <div class="container text-center"> 9 <div class="container text-center">
diff --git a/taler-big-accent.svg b/taler-big-accent.svg
new file mode 100644
index 00000000..89b76b10
--- /dev/null
+++ b/taler-big-accent.svg
@@ -0,0 +1,43 @@
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 <style>
4 .ts1 { fill: #aa3939; letter-spacing:0; }
5 .ts2 { letter-spacing:0; }
6 </style>
7
8 <circle cx="0" cy="0" r="40" stroke="black" stroke-width="7.5" fill="none" />
9 <circle cx="0" cy="0" r="45" stroke="black" stroke-width="1" fill="none" />
10 <rect x="-20" y="-17" width="40" height="4"/>
11 <rect x="-20" y="-12" width="40" height="1"/>
12 <rect x="-4" y="-17" width="8" height="54"/>
13
14
15
16 <text font-family="Verdana" font-weight="bold" font-size="8" color="red" x="0" y="-20" text-anchor="middle" letter-spacing="0.25em">
17 <tspan class="ts1">&#10092;</tspan>Tale<tspan class="ts2">r<tspan class="ts1">&#10093;</tspan></tspan>
18 </text>
19
20
21 <defs>
22 <path id="MyPath1"
23 d="M -38 0 A 38 38 1 0 1 38 0" />
24 </defs>
25
26 <defs>
27 <path id="MyPath2"
28 d="M 0 42 A 42 42 1 0 0 0 -42" />
29 </defs>
30
31
32 <text font-family="Verdana" font-size="6" color="red" fill="white">
33 <textPath xlink:href="#MyPath1">
34 Taxable Anonymous Libre
35 </textPath>
36 </text>
37
38 <text font-family="Verdana" font-size="6" color="red" fill="white">
39 <textPath xlink:href="#MyPath2">
40 Electronic Reserves
41 </textPath>
42 </text>
43</svg>