Global: Added SVG version of the logo

This commit is contained in:
Ilya Prokopenko 2021-09-19 12:40:20 +07:00
parent d4d8b862aa
commit ccd8416914
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56
2 changed files with 54 additions and 2 deletions

View file

@ -79,7 +79,7 @@
#ovkLogo { #ovkLogo {
float: right; float: right;
border: 0; border: 0;
width: 5%; width: 30px;
padding-top: 6px; padding-top: 6px;
position: relative; position: relative;
} }
@ -97,7 +97,7 @@
<tr class="h"> <tr class="h">
<td> <td>
<h1 class="p" style="float: left;">OpenVK {=OPENVK_VERSION}</h1> <h1 class="p" style="float: left;">OpenVK {=OPENVK_VERSION}</h1>
<img id="ovkLogo" src="/assets/packages/static/openvk/img/logo.png" alt="OpenVK Logo" /> <img id="ovkLogo" src="/assets/packages/static/openvk/img/logo.svg" alt="OpenVK Logo" />
</td> </td>
</tr> </tr>
</tbody> </tbody>

52
Web/static/img/logo.svg Normal file
View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="178.59377mm"
height="178.61882mm"
viewBox="0 0 178.59377 178.61882"
version="1.1"
id="svg5"
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
sodipodi:docname="openvk.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:snap-global="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="0.70710678"
inkscape:cx="-81.31728"
inkscape:cy="294.86353"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(105.17188,-24.209374)">
<path
style="fill:#ffffff;stroke-width:0.264583"
d="m -63.103126,202.75245 c -5.342318,-0.5063 -11.349554,-2.24175 -16.404167,-4.73907 -13.099829,-6.47219 -22.234137,-18.62706 -25.062327,-33.35001 l -0.60226,-3.13524 V 113.50625 65.484375 l 0.60226,-3.135233 c 3.71774,-19.353783 18.183728,-33.819768 37.537511,-37.53751 l 3.135233,-0.602258 h 48.021879 48.02187 l 3.13524,0.602258 c 19.35378,3.717742 33.81977,18.183727 37.53751,37.53751 l 0.60226,3.135233 v 48.021875 48.02188 l -0.60226,3.13524 c -3.7171,19.35041 -17.96881,33.65299 -37.39799,37.53147 l -3.01017,0.60089 -47.22813,0.0285 c -25.975468,0.0157 -47.704375,-0.0166 -48.286459,-0.0718 z M -6.7468767,173.0069 c 16.34652,-1.66846 29.2383197,-8.43762 37.8585097,-19.87855 7.09028,-9.41041 10.6905,-20.33792 11.46434,-34.79699 0.73331,-13.70182 -1.46692,-26.182383 -6.35109,-36.025913 -6.81189,-13.728595 -18.13852,-22.778793 -33.3144597,-26.618868 -8.42488,-2.131806 -20.2360103,-2.704643 -29.5203653,-1.431727 -24.570172,3.368649 -41.045152,18.864621 -45.717186,43.000495 -1.134375,5.860213 -1.359331,8.549593 -1.359331,16.250903 0,7.89276 0.230483,10.53108 1.456176,16.66876 3.408138,17.06627 13.300602,30.39294 27.729531,37.35592 10.224987,4.93428 23.787698,6.90147 37.7538753,5.47597 z m -12.4354103,-25.218 c -7.727142,-1.31988 -12.246895,-5.0819 -15.292426,-12.72866 -1.039453,-2.60987 -2.099083,-6.59926 -2.551703,-9.60688 -0.925504,-6.14991 -0.872384,-17.95346 0.107945,-23.98646 1.333354,-8.205533 3.970599,-14.078573 8.049855,-17.926743 3.42328,-3.229349 7.143756,-4.492628 13.258199,-4.501799 4.16904,-0.0062 6.5112903,0.438661 9.4910403,1.802834 6.24602003,2.859525 10.50308,10.484245 12.10717,21.684858 0.682,4.76211 0.6939,18.35949 0.02,22.88646 -1.188,7.98078 -3.92295,14.17199 -7.87796,17.83363 -3.96042,3.66665 -11.2472103,5.57872 -17.3121503,4.54276 z"
id="path854" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB