taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit f2f208f9455f9acfdc0eefc267c521754907624d
parent 4cf286b15781eb737c687265e62e146282d0bcce
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  6 Mar 2017 13:53:46 +0100

accented logo

Diffstat:
Mindex.html.j2 | 2+-
Ataler-big-accent.svg | 43+++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/index.html.j2 b/index.html.j2 @@ -3,7 +3,7 @@ <!-- Jumbotron --> <div class="jumbotron"> <div style="height: 40vh"> - <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-dold-2.png') }}"></img> + <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}"></img> </div> <div class="container text-center"> diff --git a/taler-big-accent.svg b/taler-big-accent.svg @@ -0,0 +1,43 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-50 -50 100 100" + xmlns:xlink="http://www.w3.org/1999/xlink"> + <style> + .ts1 { fill: #aa3939; letter-spacing:0; } + .ts2 { letter-spacing:0; } + </style> + + <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"> + <tspan class="ts1">&#10092;</tspan>Tale<tspan class="ts2">r<tspan class="ts1">&#10093;</tspan></tspan> + </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 Reserves + </textPath> + </text> +</svg>