You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2016/09/19 13:18:45 UTC

[3/4] couchdb-www git commit: fix: update all favicons to correct red colour

fix: update all favicons to correct red colour


Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/132ef5be
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/132ef5be
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/132ef5be

Branch: refs/heads/2.0
Commit: 132ef5bebb3afc2ff1e7c7cee348c96491135a7a
Parents: 3ec9ff2
Author: Alex Feyerke <es...@users.noreply.github.com>
Authored: Mon Sep 19 14:54:48 2016 +0200
Committer: Alex Feyerke <es...@users.noreply.github.com>
Committed: Mon Sep 19 14:54:48 2016 +0200

----------------------------------------------------------------------
 android-chrome-192x192.png | Bin 3597 -> 3150 bytes
 android-chrome-512x512.png | Bin 0 -> 7356 bytes
 apple-touch-icon.png       | Bin 2733 -> 2509 bytes
 browserconfig.xml          |   2 +-
 favicon-16x16.png          | Bin 660 -> 626 bytes
 favicon-32x32.png          | Bin 1252 -> 1056 bytes
 favicon.ico                | Bin 15086 -> 15086 bytes
 index.html                 |  12 +++++------
 manifest.json              |   7 ++++++-
 mstile-150x150.png         | Bin 2542 -> 2548 bytes
 safari-pinned-tab.svg      |  43 ++++++++++++++++++++++------------------
 11 files changed, 37 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/android-chrome-192x192.png
----------------------------------------------------------------------
diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png
index 8090f2d..1569113 100644
Binary files a/android-chrome-192x192.png and b/android-chrome-192x192.png differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/android-chrome-512x512.png
----------------------------------------------------------------------
diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png
new file mode 100644
index 0000000..be743cd
Binary files /dev/null and b/android-chrome-512x512.png differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/apple-touch-icon.png
----------------------------------------------------------------------
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
index ab7d2ac..da734ba 100644
Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/browserconfig.xml
----------------------------------------------------------------------
diff --git a/browserconfig.xml b/browserconfig.xml
index 6742c50..bfa0826 100644
--- a/browserconfig.xml
+++ b/browserconfig.xml
@@ -2,7 +2,7 @@
 <browserconfig>
   <msapplication>
     <tile>
-      <square150x150logo src="/mstile-150x150.png?v=PYEX7lqXjA"/>
+      <square150x150logo src="/mstile-150x150.png?v=rM3dEe7aPK"/>
       <TileColor>#b91d47</TileColor>
     </tile>
   </msapplication>

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/favicon-16x16.png
----------------------------------------------------------------------
diff --git a/favicon-16x16.png b/favicon-16x16.png
index abe4e49..e305df7 100644
Binary files a/favicon-16x16.png and b/favicon-16x16.png differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/favicon-32x32.png
----------------------------------------------------------------------
diff --git a/favicon-32x32.png b/favicon-32x32.png
index 5b3ba4f..eb93c1b 100644
Binary files a/favicon-32x32.png and b/favicon-32x32.png differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/favicon.ico
----------------------------------------------------------------------
diff --git a/favicon.ico b/favicon.ico
index 02ba701..e538aea 100644
Binary files a/favicon.ico and b/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 69defd2..68dd8fb 100644
--- a/index.html
+++ b/index.html
@@ -12,12 +12,12 @@
 
 <title>Apache CouchDB</title>
 
-<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=PYEX7lqXjA">
-<link rel="icon" type="image/png" href="/favicon-32x32.png?v=PYEX7lqXjA" sizes="32x32">
-<link rel="icon" type="image/png" href="/favicon-16x16.png?v=PYEX7lqXjA" sizes="16x16">
-<link rel="manifest" href="/manifest.json?v=PYEX7lqXjA">
-<link rel="mask-icon" href="/safari-pinned-tab.svg?v=PYEX7lqXjA" color="#c6302f">
-<link rel="shortcut icon" href="/favicon.ico?v=PYEX7lqXjA">
+<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=rM3dEe7aPK">
+<link rel="icon" type="image/png" href="/favicon-32x32.png?v=rM3dEe7aPK" sizes="32x32">
+<link rel="icon" type="image/png" href="/favicon-16x16.png?v=rM3dEe7aPK" sizes="16x16">
+<link rel="manifest" href="/manifest.json?v=rM3dEe7aPK">
+<link rel="mask-icon" href="/safari-pinned-tab.svg?v=rM3dEe7aPK" color="#e42528">
+<link rel="shortcut icon" href="/favicon.ico?v=rM3dEe7aPK">
 <meta name="theme-color" content="#ffffff">
 
 <!--

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/manifest.json
----------------------------------------------------------------------
diff --git a/manifest.json b/manifest.json
index 9a7abea..532286e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,9 +2,14 @@
 	"name": "CouchDB",
 	"icons": [
 		{
-			"src": "\/android-chrome-192x192.png?v=PYEX7lqXjA",
+			"src": "\/android-chrome-192x192.png?v=rM3dEe7aPK",
 			"sizes": "192x192",
 			"type": "image\/png"
+		},
+		{
+			"src": "\/android-chrome-512x512.png?v=rM3dEe7aPK",
+			"sizes": "512x512",
+			"type": "image\/png"
 		}
 	],
 	"theme_color": "#ffffff",

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/mstile-150x150.png
----------------------------------------------------------------------
diff --git a/mstile-150x150.png b/mstile-150x150.png
index 540eb63..fc53312 100644
Binary files a/mstile-150x150.png and b/mstile-150x150.png differ

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/132ef5be/safari-pinned-tab.svg
----------------------------------------------------------------------
diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg
index 2a3edb4..c34cd36 100644
--- a/safari-pinned-tab.svg
+++ b/safari-pinned-tab.svg
@@ -2,29 +2,34 @@
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
 <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
- width="288.000000pt" height="288.000000pt" viewBox="0 0 288.000000 288.000000"
+ width="574.000000pt" height="574.000000pt" viewBox="0 0 574.000000 574.000000"
  preserveAspectRatio="xMidYMid meet">
 <metadata>
 Created by potrace 1.11, written by Peter Selinger 2001-2013
 </metadata>
-<g transform="translate(0.000000,288.000000) scale(0.100000,-0.100000)"
+<g transform="translate(0.000000,574.000000) scale(0.100000,-0.100000)"
 fill="#000000" stroke="none">
-<path d="M660 2433 c-177 -31 -293 -144 -316 -308 -6 -41 -12 -105 -10 -105 0
--1 19 -3 41 -6 54 -8 128 -41 154 -68 32 -34 58 -113 60 -185 3 -76 24 -146
-55 -180 21 -24 87 -58 129 -67 33 -7 1287 -7 1326 1 119 21 175 100 186 257 2
-35 8 78 14 95 26 86 102 139 211 147 24 2 25 5 23 62 -6 140 -77 259 -187 313
--99 47 -67 46 -886 47 -426 1 -786 0 -800 -3z"/>
-<path d="M251 1918 c-80 -22 -139 -102 -161 -213 -8 -42 -10 -161 -7 -395 3
--184 7 -344 10 -355 32 -149 86 -240 162 -275 101 -46 221 -4 241 84 9 39 12
-1036 3 1056 -27 60 -37 72 -74 90 -45 22 -116 25 -174 8z"/>
-<path d="M2460 1919 c-38 -15 -68 -48 -81 -88 -17 -51 -19 -1011 -2 -1063 16
--50 50 -86 92 -98 80 -22 144 -6 204 52 43 41 64 82 90 173 18 62 21 109 24
-415 5 364 0 429 -39 498 -30 56 -48 73 -103 98 -54 25 -139 31 -185 13z"/>
-<path d="M683 1409 c-64 -28 -96 -80 -94 -154 2 -80 25 -125 78 -151 36 -18
-75 -19 773 -19 l735 0 36 23 c20 12 44 38 54 57 18 40 22 123 7 151 -6 11 -11
-22 -11 26 -5 26 -18 40 -59 59 l-46 23 -718 0 c-640 1 -722 -1 -755 -15z"/>
-<path d="M671 978 c-56 -29 -81 -74 -81 -146 0 -65 22 -115 64 -145 l31 -22
-735 -3 c550 -2 742 0 765 9 66 27 97 76 96 155 0 69 -21 115 -62 145 l-34 24
--735 3 -735 3 -44 -23z"/>
+<path d="M1330 4845 c-226 -38 -392 -129 -502 -275 -87 -116 -147 -317 -152
+-510 l-1 -45 65 -7 c223 -23 356 -115 413 -289 20 -60 28 -112 32 -228 7 -165
+42 -267 121 -351 44 -47 140 -104 197 -116 12 -3 42 -9 67 -14 26 -5 576 -9
+1310 -9 1388 0 1340 -2 1466 60 102 49 191 163 209 268 3 19 8 37 10 41 2 4 7
+57 10 118 6 121 16 184 39 248 55 155 198 254 389 271 40 3 75 10 78 15 9 15
+-4 157 -26 273 -7 37 -31 106 -57 165 -68 150 -198 266 -373 333 -170 65 -59
+61 -1715 63 -1182 2 -1521 -1 -1580 -11z"/>
+<path d="M629 3846 c-2 -2 -26 -7 -52 -10 -221 -30 -367 -215 -402 -511 -8
+-75 -9 -1137 0 -1231 26 -287 78 -471 170 -600 56 -78 93 -109 175 -148 54
+-25 79 -30 150 -32 164 -5 283 63 326 187 18 52 19 99 19 1084 l0 1030 -26 56
+c-42 89 -113 147 -204 164 -45 9 -151 16 -156 11z"/>
+<path d="M4977 3834 c-127 -30 -193 -96 -222 -219 -9 -37 -12 -314 -11 -1055
+2 -942 3 -1008 20 -1057 23 -65 72 -123 127 -150 62 -30 84 -35 174 -39 264
+-10 441 205 500 606 25 169 26 227 26 810 0 611 -3 656 -51 796 -55 160 -174
+270 -327 305 -75 16 -173 18 -236 3z"/>
+<path d="M1500 2829 c-208 -14 -303 -108 -313 -309 -11 -205 79 -331 257 -358
+28 -4 688 -7 1466 -6 1325 1 1418 2 1465 18 138 49 206 163 199 336 -4 128
+-38 204 -116 260 -90 66 -12 62 -1507 64 -746 0 -1399 -2 -1451 -5z"/>
+<path d="M1435 1979 c-131 -25 -212 -102 -238 -225 -26 -126 -6 -251 53 -333
+27 -37 96 -81 154 -99 38 -12 2876 -13 2932 -2 56 12 117 41 152 74 58 52 91
+161 86 278 -7 147 -66 241 -181 289 l-58 24 -1430 1 c-786 1 -1448 -2 -1470
+-7z"/>
 </g>
 </svg>