]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[change] poche logo is now at SVG format, see #373
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Tue, 7 Jan 2014 12:13:24 +0000 (13:13 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Tue, 7 Jan 2014 12:13:24 +0000 (13:13 +0100)
themes/default/_top.twig
themes/default/img/apple-touch-icon-144x144-precomposed.png
themes/default/img/apple-touch-icon-72x72-precomposed.png
themes/default/img/apple-touch-icon.png
themes/default/img/logo.png [deleted file]
themes/default/img/logo.svg [new file with mode: 0644]

index b5f6502875da650cf57d2b066b59cf906d98eb33..083be1527a00200ddf7f49120b549ea58eec56ac 100644 (file)
@@ -1,6 +1,6 @@
         <header class="w600p center mbm">
             <h1>
-                {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.png" alt="logo poche" />{% endblock %}
+                {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %}
                 {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
                 {% endif %}
             </h1>
index 557b479ce45e19e9513bf125c325a081aa4a368c..9e951230a68d07a1abaf352ca6e6a0c108f8b324 100644 (file)
Binary files a/themes/default/img/apple-touch-icon-144x144-precomposed.png and b/themes/default/img/apple-touch-icon-144x144-precomposed.png differ
index e167d3a41c6577ba6ae753e917b4a2c66b3448ff..263419b18ea4ab0ddeae900b545fba5296bd7551 100644 (file)
Binary files a/themes/default/img/apple-touch-icon-72x72-precomposed.png and b/themes/default/img/apple-touch-icon-72x72-precomposed.png differ
index 4d222fbac51e2daff806defc49b1cb0fa572001c..ac8a1cf0438da947e26149d55f92465ab7e4fe6d 100644 (file)
Binary files a/themes/default/img/apple-touch-icon.png and b/themes/default/img/apple-touch-icon.png differ
diff --git a/themes/default/img/logo.png b/themes/default/img/logo.png
deleted file mode 100644 (file)
index 5305c77..0000000
Binary files a/themes/default/img/logo.png and /dev/null differ
diff --git a/themes/default/img/logo.svg b/themes/default/img/logo.svg
new file mode 100644 (file)
index 0000000..865da44
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+    <circle cx="32" cy="32" r="29.5" style="fill:#000" />
+    <path d="m 16,18 33,0 0,26 -16.5,6 -16.5,-6 z" fill="#fff" />
+    <rect width="9" height="2.5" x="17.5" y="24.5" fill="#000" />
+    <rect width="9" height="2.5" x="28" y="24.5" fill="#000" />
+    <rect width="9" height="2.5" x="38.5" y="24.5" fill="#000" />
+</svg>