taler-www

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

commit 76160a8b2a7598d2bdd54eb6d4f7844faadb06df
parent 11d4c78f65e6c2cd513789871b3be04f00945274
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 29 Mar 2017 10:40:01 +0200

move image files to images/ directory where they belong

Diffstat:
Marchitecture.html.j2 | 2+-
Rtaler-small.svg -> images/logo-2016-small.svg | 0
Rtaler-big.svg -> images/logo-2016.svg | 0
Aimages/logo-2017-fr.svg | 44++++++++++++++++++++++++++++++++++++++++++++
Rtaler-big-accent.svg -> images/logo-2017.svg | 0
Rtaler-arch-full.svg -> images/taler-arch-full.svg | 0
Mindex.html.j2 | 2+-
Dtaler-big-fr.svg | 37-------------------------------------
Dtaler-dold-2.png | 0
9 files changed, 46 insertions(+), 39 deletions(-)

diff --git a/architecture.html.j2 b/architecture.html.j2 @@ -11,6 +11,6 @@ </div> <div class="container"> - <img width="100%" src="{{ url('taler-arch-full.svg') }}"></img> + <img width="100%" src="{{ url('images/taler-arch-full.svg') }}"></img> </div> {% endblock body_content %} diff --git a/taler-small.svg b/images/logo-2016-small.svg diff --git a/taler-big.svg b/images/logo-2016.svg diff --git a/images/logo-2017-fr.svg b/images/logo-2017-fr.svg @@ -0,0 +1,44 @@ +<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" /> + <!-- big horizontal T stroke --> + <rect x="-30" y="-14" width="60" height="4"/> + <rect x="-30" y="-9" width="60" height="1"/> + <rect x="-4" y="-14" width="8" height="54"/> + + + + <text font-family="'Lucida Console', Monaco, monospace" font-weight="bold" font-size="9" color="red" x="0" y="-18" text-anchor="middle" letter-spacing="0.20em"> + <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 Anonyme Libre + </textPath> + </text> + + <text font-family="Verdana" font-size="6" color="red" fill="white"> + <textPath xlink:href="#MyPath2"> + Électronique Réserve + </textPath> + </text> +</svg> diff --git a/taler-big-accent.svg b/images/logo-2017.svg diff --git a/taler-arch-full.svg b/images/taler-arch-full.svg diff --git a/index.html.j2 b/index.html.j2 @@ -3,7 +3,7 @@ <!-- Jumbotron --> <div class="jumbotron"> <div style="height: 40vh"> - <img alt="GNU Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}" /> + <img alt="GNU Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('images/logo-2017.svg') }}" /> </div> <div class="container text-center"> diff --git a/taler-big-fr.svg b/taler-big-fr.svg @@ -1,37 +0,0 @@ -<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 Anonyme Libre - </textPath> - </text> - - <text font-family="Verdana" font-size="6" color="red" fill="white"> - <textPath xlink:href="#MyPath2"> - Électronique Réserve - </textPath> - </text> -</svg> diff --git a/taler-dold-2.png b/taler-dold-2.png Binary files differ.