Browse Source

Update logos to newer version. Add logo with byline

JC Brand 6 years ago
parent
commit
f16b6d22b6

File diff suppressed because it is too large
+ 0 - 106
logo/Logo Converse.svg


+ 18 - 5
logo/conversejs-filled.svg

@@ -1,6 +1,19 @@
-<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="744" height="852">
- <path fill="#fff" d="M 80 44.5 C 49 44.5 24 69.5 24 100.625 V 754.5 C 24 785.5 49 810.5 80 810.5 H 664.5 C 695.7 810.5 720.7 785.5 720.7 754.5 V 100.625 C 720.7 69.5 695.7 44.5 664.5 44.5 H 80 z"/>
- <path d="M 80 44.5 C 49 44.5 24 69.5 24 100.625 V 754.5 C 24 785.5 49 810.5 80 810.5 H 664.5 C 695.7 810.5 720.7 785.5 720.7 754.5 V 100.625 C 720.7 69.5 695.7 44.5 664.5 44.5 H 80 z M 93.5 56.7 H 652.3 C 682.44574 56.7 706.75 81 706.75 111.15625 V 326 L 622.75 421.34375 H 135.3 L 39 528 V 111.15625 C 39 81 63.335507 56.7 93.5 56.7 z M 238.2 613.4 h 89.5 a 89.5 89.5 0 0 0 -179 0 89.5 89.5 0 0 0 179 0" fill-rule="evenodd"/>
- <circle cx="505.3" cy="238.2" r="89.5"/>
+<svg class="converse-svg-logo"
+    xmlns:svg="http://www.w3.org/2000/svg"
+    xmlns="http://www.w3.org/2000/svg"
+    xmlns:xlink="http://www.w3.org/1999/xlink"
+    viewBox="0 0 364 364">
+<title>Converse</title>
+<g class="cls-1" id="g904">
+    <g data-name="Layer 2">
+        <g data-name="Layer 7">
+            <path
+                class="cls-3"
+                d="M221.46,103.71c0,18.83-29.36,18.83-29.12,0C192.1,84.88,221.46,84.88,221.46,103.71Z" />
+            <path
+                class="cls-4"
+                d="M179.9,4.15A175.48,175.48,0,1,0,355.38,179.63,175.48,175.48,0,0,0,179.9,4.15Zm-40.79,264.5c-.23-17.82,27.58-17.82,27.58,0S138.88,286.48,139.11,268.65ZM218.6,168.24A79.65,79.65,0,0,1,205.15,174a12.76,12.76,0,0,0-6.29,4.65L167.54,222a1.36,1.36,0,0,1-2.46-.8v-35.8a2.58,2.58,0,0,0-3.06-2.53c-15.43,3-30.23,7.7-42.73,19.94-38.8,38-29.42,105.69,16.09,133.16a162.25,162.25,0,0,1-91.47-67.27C-3.86,182.26,34.5,47.25,138.37,25.66c46.89-9.75,118.25,5.16,123.73,62.83C265.15,120.64,246.56,152.89,218.6,168.24Z" />
+        </g>
+    </g>
+</g>
 </svg>

+ 63 - 0
logo/conversejs-gold-gradient.svg

@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   viewBox="0 0 364 364"
+   version="1.1">
+  <title>Logo Converse</title>
+  <defs>
+    <linearGradient
+       id="gradient"
+       x1="92.14"
+       y1="27.64"
+       x2="267.65"
+       y2="331.62"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         offset="0"
+         stop-color="#fff1d1"/>
+      <stop
+         offset="0.05"
+         stop-color="#fae8c1"/>
+      <stop
+         offset="0.15"
+         stop-color="#f0d5a1"/>
+      <stop
+         offset="0.27"
+         stop-color="#e7c687"/>
+      <stop
+         offset="0.4"
+         stop-color="#e1bb72"/>
+      <stop
+         offset="0.54"
+         stop-color="#dcb264"/>
+      <stop
+         offset="0.71"
+         stop-color="#daad5c"/>
+      <stop
+         offset="1"
+         stop-color="#d9ac59"/>
+    </linearGradient>
+    <filter id="shadow">
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2.3" result="blur1"/>
+      <feOffset in="blur1" dx="3" dy="3" result="blur2"/>
+      <feColorMatrix in="blur2" type="matrix" result="blur3"
+         values="1 0 0 0 0.6
+                 0 1 0 0 0.6
+                 0 0 1 0 0.6
+                 0 0 0 1 0"/>
+      <feMerge>
+        <feMergeNode in="blur3"/>
+        <feMergeNode in="SourceGraphic"/>
+      </feMerge>
+    </filter>
+  </defs>
+  <g filter="url(#shadow)">
+    <path
+       d="M221.46,103.71c0,18.83-29.36,18.83-29.12,0C192.1,84.88,221.46,84.88,221.46,103.71Z"
+       fill="#d9ac59"/>
+    <path
+       d="M179.9,4.15A175.48,175.48,0,1,0,355.38,179.63,175.48,175.48,0,0,0,179.9,4.15Zm-40.79,264.5c-.23-17.82,27.58-17.82,27.58,0S138.88,286.48,139.11,268.65ZM218.6,168.24A79.65,79.65,0,0,1,205.15,174a12.76,12.76,0,0,0-6.29,4.65L167.54,222a1.36,1.36,0,0,1-2.46-.8v-35.8a2.58,2.58,0,0,0-3.06-2.53c-15.43,3-30.23,7.7-42.73,19.94-38.8,38-29.42,105.69,16.09,133.16a162.25,162.25,0,0,1-91.47-67.27C-3.86,182.26,34.5,47.25,138.37,25.66c46.89-9.75,118.25,5.16,123.73,62.83C265.15,120.64,246.56,152.89,218.6,168.24Z"
+       fill="url(#gradient)"/>
+  </g>
+</svg>

+ 0 - 5
logo/conversejs-transparent.svg

@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="744" height="852">
- <path d="M 80 44.5 C 49 44.5 24 69.5 24 100.625 V 754.5 C 24 785.5 49 810.5 80 810.5 H 664.5 C 695.7 810.5 720.7 785.5 720.7 754.5 V 100.625 C 720.7 69.5 695.7 44.5 664.5 44.5 H 80 z M 93.5 56.7 H 652.3 C 682.44574 56.7 706.75 81 706.75 111.15625 V 326 L 622.75 421.34375 H 135.3 L 39 528 V 111.15625 C 39 81 63.335507 56.7 93.5 56.7 z M 238.2 613.4 h 89.5 a 89.5 89.5 0 0 0 -179 0 89.5 89.5 0 0 0 179 0" fill-rule="evenodd"/>
- <circle cx="505.3" cy="238.2" r="89.5"/>
-</svg>

+ 108 - 0
logo/conversejs-with-byline.svg

@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   class="converse-svg-logo"
+   viewBox="0 0 364 364"
+   version="1.1"
+   id="svg13"
+   sodipodi:docname="conversejs-with-byline.svg"
+   inkscape:version="0.92.2 5c3e80d, 2017-08-06">
+  <metadata
+     id="metadata19">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Converse</dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs17">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 182 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="364 : 182 : 1"
+       inkscape:persp3d-origin="182 : 121.33333 : 1"
+       id="perspective2147" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1434"
+     inkscape:window-height="951"
+     id="namedview15"
+     showgrid="false"
+     inkscape:zoom="1.8338154"
+     inkscape:cx="225.17086"
+     inkscape:cy="243.79827"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg13" />
+  <title
+     id="title2">Converse</title>
+  <g
+     class="cls-1"
+     id="g904"
+     transform="matrix(0.2441072,0,0,0.2441072,12.20969,55.55023)">
+    <g
+       data-name="Layer 2"
+       id="g10">
+      <g
+         data-name="Layer 7"
+         id="g8">
+        <path
+           class="cls-3"
+           d="m 221.46,103.71 c 0,18.83 -29.36,18.83 -29.12,0 -0.24,-18.83 29.12,-18.83 29.12,0 z"
+           id="path4"
+           inkscape:connector-curvature="0" />
+        <path
+           class="cls-4"
+           d="M 179.9,4.15 C 108.92504,4.15 44.938239,46.904566 17.778836,112.4757 -9.3805118,178.0467 5.6365472,253.52014 55.823205,303.70679 106.00986,353.89345 181.4833,368.91051 247.0543,341.75116 312.62543,314.59176 355.38,250.60496 355.38,179.63 355.38,82.715072 276.81493,4.15 179.9,4.15 Z m -40.79,264.5 c -0.23,-17.82 27.58,-17.82 27.58,0 0,17.82 -27.81,17.83 -27.58,0 z M 218.6,168.24 c -4.29711,2.32859 -8.79944,4.25673 -13.45,5.76 -2.53177,0.85328 -12.23498,3.26952 -13.79313,5.4398 C 180.90809,189.252 165.08,221.2 165.08,221.2 v -35.8 c -0.003,-1.6153 -1.4729,-2.83052 -3.06,-2.53 -15.43,3 -30.23,7.7 -42.73,19.94 -38.8,38 -29.025098,103.71549 16.4849,131.18549 C 98.17801,323.32071 65.725789,295.74404 44.332966,263.03587 -3.4370336,176.59587 35.058475,51.159326 138.92848,29.569326 185.81848,19.819326 256.62,30.82 262.1,88.49 c 3.05,32.15 -15.54,64.4 -43.5,79.75 z"
+           id="path6"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="sssssscsccccccccccccc" />
+      </g>
+    </g>
+  </g>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.63063431px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.10960984px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="110.04511"
+     y="98.826035"
+     id="text861"><tspan
+       sodipodi:role="line"
+       id="tspan859"
+       x="110.04511"
+       y="98.826035"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.63063431px;font-family:Baumans;-inkscape-font-specification:'Baumans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:2.10960984px">converse<tspan
+   style="fill:#a2a2a2;fill-opacity:1;stroke-width:2.10960984px"
+   id="tspan867">.js</tspan></tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.49652481px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.77068853px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="124.58434"
+     y="128.44286"
+     id="text865"><tspan
+       sodipodi:role="line"
+       id="tspan863"
+       x="124.58434"
+       y="128.44286"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.49652481px;font-family:Muli;-inkscape-font-specification:'Muli, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#484848;fill-opacity:1;stroke-width:0.77068853px">messaging freedom</tspan></text>
+</svg>

Some files were not shown because too many files changed in this diff