aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-29 10:40:01 +0200
committerChristian Grothoff <christian@grothoff.org>2017-03-29 10:40:01 +0200
commit76160a8b2a7598d2bdd54eb6d4f7844faadb06df (patch)
tree60a3e536fcbceb9322f63384e0bc48d03949487a
parent11d4c78f65e6c2cd513789871b3be04f00945274 (diff)
downloadwww-76160a8b2a7598d2bdd54eb6d4f7844faadb06df.tar.gz
www-76160a8b2a7598d2bdd54eb6d4f7844faadb06df.zip
move image files to images/ directory where they belong
-rw-r--r--architecture.html.j22
-rw-r--r--images/logo-2016-small.svg (renamed from taler-small.svg)0
-rw-r--r--images/logo-2016.svg (renamed from taler-big.svg)0
-rw-r--r--images/logo-2017-fr.svg (renamed from taler-big-fr.svg)19
-rw-r--r--images/logo-2017.svg (renamed from taler-big-accent.svg)0
-rw-r--r--images/taler-arch-full.svg (renamed from taler-arch-full.svg)0
-rw-r--r--index.html.j22
-rw-r--r--taler-dold-2.pngbin49013 -> 0 bytes
8 files changed, 15 insertions, 8 deletions
diff --git a/architecture.html.j2 b/architecture.html.j2
index f20f3966..17fd0c00 100644
--- a/architecture.html.j2
+++ b/architecture.html.j2
@@ -11,6 +11,6 @@
11</div> 11</div>
12 12
13<div class="container"> 13<div class="container">
14 <img width="100%" src="{{ url('taler-arch-full.svg') }}"></img> 14 <img width="100%" src="{{ url('images/taler-arch-full.svg') }}"></img>
15</div> 15</div>
16{% endblock body_content %} 16{% endblock body_content %}
diff --git a/taler-small.svg b/images/logo-2016-small.svg
index 093bf749..093bf749 100644
--- a/taler-small.svg
+++ b/images/logo-2016-small.svg
diff --git a/taler-big.svg b/images/logo-2016.svg
index 93f91ade..93f91ade 100644
--- a/taler-big.svg
+++ b/images/logo-2016.svg
diff --git a/taler-big-fr.svg b/images/logo-2017-fr.svg
index fff77728..bee6899f 100644
--- a/taler-big-fr.svg
+++ b/images/logo-2017-fr.svg
@@ -1,14 +1,21 @@
1<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-50 -50 100 100" 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"> 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
3 <circle cx="0" cy="0" r="40" stroke="black" stroke-width="7.5" fill="none" /> 8 <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" /> 9 <circle cx="0" cy="0" r="45" stroke="black" stroke-width="1" fill="none" />
5 <rect x="-20" y="-17" width="40" height="4"/> 10 <!-- big horizontal T stroke -->
6 <rect x="-20" y="-12" width="40" height="1"/> 11 <rect x="-30" y="-14" width="60" height="4"/>
7 <rect x="-4" y="-17" width="8" height="54"/> 12 <rect x="-30" y="-9" width="60" height="1"/>
13 <rect x="-4" y="-14" width="8" height="54"/>
14
8 15
9 16
10 <text font-family="Verdana" font-weight="bold" font-size="8" color="red" x="0" y="-20" text-anchor="middle" letter-spacing="0.25em"> 17 <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">
11 Taler 18 <tspan class="ts1">&#10092;</tspan>Tale<tspan class="ts2">r<tspan class="ts1">&#10093;</tspan></tspan>
12 </text> 19 </text>
13 20
14 21
@@ -34,4 +41,4 @@
34 Électronique Réserve 41 Électronique Réserve
35 </textPath> 42 </textPath>
36 </text> 43 </text>
37</svg> 44</svg>
diff --git a/taler-big-accent.svg b/images/logo-2017.svg
index 8dd2cf5f..8dd2cf5f 100644
--- a/taler-big-accent.svg
+++ b/images/logo-2017.svg
diff --git a/taler-arch-full.svg b/images/taler-arch-full.svg
index 9791c912..9791c912 100644
--- a/taler-arch-full.svg
+++ b/images/taler-arch-full.svg
diff --git a/index.html.j2 b/index.html.j2
index 6193a056..8ba98bf5 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="GNU Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}" /> 6 <img alt="GNU Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('images/logo-2017.svg') }}" />
7 </div> 7 </div>
8 8
9 <div class="container text-center"> 9 <div class="container text-center">
diff --git a/taler-dold-2.png b/taler-dold-2.png
deleted file mode 100644
index 3318e5d3..00000000
--- a/taler-dold-2.png
+++ /dev/null
Binary files differ