[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-www] branch master updated: move image files to imag
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-www] branch master updated: move image files to images/ directory where they belong |
Date: |
Wed, 29 Mar 2017 10:40:05 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new 76160a8 move image files to images/ directory where they belong
76160a8 is described below
commit 76160a8b2a7598d2bdd54eb6d4f7844faadb06df
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Mar 29 10:40:01 2017 +0200
move image files to images/ directory where they belong
---
architecture.html.j2 | 2 +-
taler-small.svg => images/logo-2016-small.svg | 0
taler-big.svg => images/logo-2016.svg | 0
taler-big-fr.svg => images/logo-2017-fr.svg | 19 +++++++++++++------
taler-big-accent.svg => images/logo-2017.svg | 0
taler-arch-full.svg => images/taler-arch-full.svg | 0
index.html.j2 | 2 +-
taler-dold-2.png | Bin 49013 -> 0 bytes
8 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/architecture.html.j2 b/architecture.html.j2
index f20f396..17fd0c0 100644
--- 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
similarity index 100%
rename from taler-small.svg
rename to images/logo-2016-small.svg
diff --git a/taler-big.svg b/images/logo-2016.svg
similarity index 100%
rename from taler-big.svg
rename to images/logo-2016.svg
diff --git a/taler-big-fr.svg b/images/logo-2017-fr.svg
similarity index 59%
rename from taler-big-fr.svg
rename to images/logo-2017-fr.svg
index fff7772..bee6899 100644
--- a/taler-big-fr.svg
+++ b/images/logo-2017-fr.svg
@@ -1,14 +1,21 @@
<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"/>
+ <!-- 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="Verdana" font-weight="bold" font-size="8" color="red"
x="0" y="-20" text-anchor="middle" letter-spacing="0.25em">
- Taler
+ <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">❬</tspan>Tale<tspan class="ts2">r<tspan
class="ts1">❭</tspan></tspan>
</text>
@@ -34,4 +41,4 @@
Électronique Réserve
</textPath>
</text>
-</svg>
+</svg>
diff --git a/taler-big-accent.svg b/images/logo-2017.svg
similarity index 100%
rename from taler-big-accent.svg
rename to images/logo-2017.svg
diff --git a/taler-arch-full.svg b/images/taler-arch-full.svg
similarity index 100%
rename from taler-arch-full.svg
rename to images/taler-arch-full.svg
diff --git a/index.html.j2 b/index.html.j2
index 6193a05..8ba98bf 100644
--- 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-dold-2.png b/taler-dold-2.png
deleted file mode 100644
index 3318e5d..0000000
Binary files a/taler-dold-2.png and /dev/null differ
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-www] branch master updated: move image files to images/ directory where they belong,
gnunet <=