Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/289198

Change subject: Replace logo.png with SVG version
......................................................................

Replace logo.png with SVG version

Change-Id: I17ca74874e7e7a75b941b80a9cfd7985e570bd1c
---
M Gruntfile.js
M index.html
D logo.png
A logo.svg
4 files changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui 
refs/changes/98/289198/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 33636a0..f96cc4f 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -80,7 +80,7 @@
                                                        cwd: './',
                                                        src: [
                                                                        
'vendor/leaflet/**', 'i18n/**', 'vendor/jquery.uls/**',
-                                                                       
'*.html', 'logo.png', 'robots.txt'
+                                                                       
'*.html', 'logo.svg', 'robots.txt'
                                                        ],
                                                        dest: 'dist'
                                                }
diff --git a/index.html b/index.html
index 78cb713..48140fb 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,7 @@
                                                <span class="sr-only">Toggle 
navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> 
<span class="icon-bar"></span>
                                        </button>
                                        <div class="navbar-brand">
-                                               <a href="./"><img 
src="logo.png">Wikidata Query Service</a>
+                                               <a href="./"><img 
src="logo.svg" width="62" height="40" alt="">Wikidata Query Service</a>
                                        </div>
                                </div>
                                <div class="collapse navbar-collapse" 
id="header-navbar-collapse">
diff --git a/logo.png b/logo.png
deleted file mode 100644
index 7368495..0000000
--- a/logo.png
+++ /dev/null
Binary files differ
diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..29e3b0d
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; width="62" height="40">
+<path d="M4,37 6,37 6,3 4,3zm4,0 6,0 0,-34 -6,0zm8,-34 0,34 6,0 0,-34z" 
fill="#900"/>
+<path d="m52,37 2,0 0,-34 -2,0zm4,-34 0,34 2,0 0,-34zm-32,34 2,0 0,-34 
-2,0zm4,-34 0,34 2,0 0,-34z" fill="#396"/>
+<path d="m32,37h6V3h-6v34zm8,0h2V3H40V37zM44,3v34h6V3h-6z" fill="#069"/>
+</svg>
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/289198
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I17ca74874e7e7a75b941b80a9cfd7985e570bd1c
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to