Skip to content
Snippets Groups Projects
Commit 893c7607 authored by Boris's avatar Boris
Browse files

ENH: download logos in SVG

parent 7cc3e1bf
Branches
No related tags found
No related merge requests found
...@@ -6,35 +6,35 @@ $cesiumDownloads = ...@@ -6,35 +6,35 @@ $cesiumDownloads =
'android' => [ 'android' => [
'title' => 'Android', 'title' => 'Android',
'url' => 'https://play.google.com/store/apps/details?id=fr.duniter.cesium', 'url' => 'https://play.google.com/store/apps/details?id=fr.duniter.cesium',
'img' => 'android.png', 'img' => 'android.svg',
'desc' => _('Disponible directement sur le Play Store'), 'desc' => _('Disponible directement sur le Play Store'),
'extra' => sprintf(_('(ou <a href="%s">télécharger le fichier .apk</a>)'), 'https://github.com/duniter/cesium/releases/download/v'. $cesiumVersions['android'] .'/cesium-v'. $cesiumVersions['android'] .'-android.apk') 'extra' => sprintf(_('(ou <a href="%s">télécharger le fichier .apk</a>)'), 'https://github.com/duniter/cesium/releases/download/v'. $cesiumVersions['android'] .'/cesium-v'. $cesiumVersions['android'] .'-android.apk')
], ],
'iphone' => [ 'iphone' => [
'title' => 'iPhone', 'title' => 'iPhone',
'url' => 'https://apps.apple.com/app/cesium-%C4%9F1/id1471028018', 'url' => 'https://apps.apple.com/app/cesium-%C4%9F1/id1471028018',
'img' => 'apple.png', 'img' => 'apple.svg',
'desc' => _('Disponible sur l\'App Store'), 'desc' => _('Disponible sur l\'App Store'),
'extra' => '' 'extra' => ''
], ],
'linux' => [ 'linux' => [
'title' => 'Linux', 'title' => 'Linux',
'url' => sprintf('https://github.com/duniter/cesium/releases/download/v%s/cesium-desktop-v%s-linux-x64.deb', $cesiumVersions['linux'], $cesiumVersions['linux']), 'url' => sprintf('https://github.com/duniter/cesium/releases/download/v%s/cesium-desktop-v%s-linux-x64.deb', $cesiumVersions['linux'], $cesiumVersions['linux']),
'img' => 'tux.png', 'img' => 'tux.svg',
'desc' => _('Paquet .deb pour Debian ou Ubuntu'), 'desc' => _('Paquet .deb pour Debian ou Ubuntu'),
'extra' => _('En cas de problème&nbsp;:') . '<br /><code>sudo apt-get install -y libgconf-2-4</code>' 'extra' => _('En cas de problème&nbsp;:') . '<br /><code>sudo apt-get install -y libgconf-2-4</code>'
], ],
'windows' => [ 'windows' => [
'title' => 'Windows', 'title' => 'Windows',
'url' => sprintf('https://github.com/duniter/cesium/releases/download/v%s/cesium-desktop-v%s-windows-x64.exe', $cesiumVersions['windows'], $cesiumVersions['windows']), 'url' => sprintf('https://github.com/duniter/cesium/releases/download/v%s/cesium-desktop-v%s-windows-x64.exe', $cesiumVersions['windows'], $cesiumVersions['windows']),
'img' => 'windows.png', 'img' => 'windows.svg',
'desc' => _('Installateur .exe pour Windows'), 'desc' => _('Installateur .exe pour Windows'),
'extra' => _('Lancez le .exe et suivez les instructions à l\'écran') 'extra' => _('Lancez le .exe et suivez les instructions à l\'écran')
], ],
'mac' => [ 'mac' => [
'title' => 'Mac', 'title' => 'Mac',
'url' => sprintf('https://github.com/duniter/cesium/releases/download/v%s/cesium-v%s-web.zip', $cesiumVersions['mac'], $cesiumVersions['mac']), 'url' => sprintf('https://github.com/duniter/cesium/releases/download/v%s/cesium-v%s-web.zip', $cesiumVersions['mac'], $cesiumVersions['mac']),
'img' => 'apple.png', 'img' => 'apple.svg',
'desc' => _('Version web fonctionnant sous Mac'), 'desc' => _('Version web fonctionnant sous Mac'),
'extra' => _('Décompressez le fichier .zip et ouvrez le fichier index.html') 'extra' => _('Décompressez le fichier .zip et ouvrez le fichier index.html')
], ],
...@@ -55,14 +55,14 @@ $cesiumDownloads = ...@@ -55,14 +55,14 @@ $cesiumDownloads =
'yunohost' => [ 'yunohost' => [
'title' => 'Yunohost', 'title' => 'Yunohost',
'url' => 'https://github.com/duniter/cesium_ynh', 'url' => 'https://github.com/duniter/cesium_ynh',
'img' => 'yunohost.png', 'img' => 'yunohost.svg',
'desc' => _('Paquet pour Yunohost'), 'desc' => _('Paquet pour Yunohost'),
'extra' => '' 'extra' => ''
], ],
'livrables' => [ 'livrables' => [
'title' => _('Livrables'), 'title' => _('Livrables'),
'url' => 'https://github.com/duniter/cesium/releases', 'url' => 'https://github.com/duniter/cesium/releases',
'img' => '1200px-Octicons-mark-github.png', 'img' => 'github.svg',
'desc' => _('Toutes versions disponibles sur GitHub'), 'desc' => _('Toutes versions disponibles sur GitHub'),
'extra' => '' 'extra' => ''
], ],
......
img/download/1200px-Octicons-mark-github.png

50.6 KiB

img/download/android.png

13.3 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="151mm"
height="151mm"
viewBox="0 0 151 151"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="android.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="293.71324"
inkscape:cy="325.92194"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="703"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-146)">
<path
style="fill:#78c156;fill-opacity:1;stroke-width:0.53490728"
d="m 51.342643,284.30248 c -1.643922,-0.67996 -3.446284,-2.86689 -4.02459,-4.88329 -0.287163,-1.00131 -0.522124,-5.49297 -0.522124,-9.98144 v -8.16086 h -3.130355 c -2.361887,0 -3.569406,-0.2959 -4.91897,-1.20535 -2.974804,-2.00474 -3.598114,-3.6858 -4.213902,-11.36497 -0.692532,-8.63616 -2.001419,-24.62228 -2.912477,-35.57133 -0.379432,-4.56009 -0.610835,-8.44792 -0.514218,-8.63961 0.171035,-0.33947 3.294234,-0.75571 9.271036,-1.23566 14.733983,-1.18318 30.733689,-2.51588 35.571327,-2.96296 3.23619,-0.29909 9.013187,-0.78883 12.837773,-1.08832 3.824584,-0.29949 7.708162,-0.66413 8.630182,-0.8103 1.234184,-0.19571 1.765961,-0.0323 2.015971,0.61921 0.186797,0.48672 0.696754,5.60743 1.133284,11.37936 0.43652,5.77194 1.16177,14.94753 1.61166,20.39022 1.59776,19.32926 1.60473,20.34025 0.15526,22.4661 -1.77671,2.60567 -4.209168,3.62861 -9.801953,4.12201 l -4.814165,0.42472 -0.267451,11.23303 c -0.297128,12.47978 -0.511084,13.28035 -3.990242,14.93134 -3.732578,1.7712 -8.188256,0.46746 -10.009744,-2.9289 -0.844077,-1.57391 -0.977408,-3.15091 -0.977408,-11.56134 0,-6.42141 -0.197521,-9.86096 -0.580106,-10.09735 -0.319064,-0.19712 -2.605785,-0.18985 -5.081616,0.0162 l -4.501509,0.37499 -0.01213,9.17912 c -0.01415,10.46465 -0.626039,12.82601 -3.835239,14.7826 -1.824358,1.11228 -5.164283,1.38093 -7.118617,0.57256 z M 18.178385,251.95562 c -3.197678,-1.43648 -3.680967,-2.61191 -4.085004,-9.93539 -0.685177,-12.41934 -0.536349,-30.34544 0.26792,-32.27032 1.229115,-2.94169 3.73519,-4.63827 6.851309,-4.63827 3.459206,0 5.494164,1.22227 6.85507,4.11745 1.010605,2.15001 1.075765,3.35943 1.067497,19.81381 -0.0081,17.1708 -0.03316,17.56717 -1.211604,19.66367 -1.985872,3.53264 -6.077348,4.89673 -9.745188,3.24905 z m 89.272295,-43.59433 c -0.61989,-0.26624 -1.88362,-1.40189 -2.80828,-2.52366 -1.31317,-1.59308 -1.68121,-2.54753 -1.68121,-4.35994 0,-1.2762 0.27567,-2.84614 0.61261,-3.48876 1.32084,-2.51919 17.65107,-23.8845 19.15589,-25.0622 1.33011,-1.04097 1.83756,-2.16475 3.02715,-6.7038 0.8841,-3.37357 1.73989,-5.57246 2.24398,-5.7659 1.58915,-0.6098 1.86783,0.59112 1.17326,5.05604 -0.37097,2.3847 -0.51732,4.49298 -0.32522,4.68507 0.19207,0.19207 1.61461,-0.90034 3.16113,-2.42763 1.68751,-1.66655 3.28637,-2.77693 3.99857,-2.77693 1.96103,0 1.40164,1.62093 -1.61275,4.67323 -2.42437,2.45487 -2.70961,2.95881 -2.12887,3.76116 2.24999,3.10856 2.74064,6.00867 1.4945,8.83356 -1.05043,2.38128 -17.37063,23.85242 -19.10489,25.13471 -1.58691,1.17336 -5.50048,1.69749 -7.20587,0.96505 z m -76.761182,-9.26737 c -0.270747,-7.94961 2.8458,-15.56377 8.827717,-21.56732 2.091001,-2.09856 4.353481,-4.18192 5.027737,-4.62971 l 1.225937,-0.81413 -2.964374,-4.42884 c -2.763294,-4.12836 -3.529821,-5.88134 -2.563208,-5.86158 0.827845,0.0162 1.603266,0.90022 4.153657,4.73164 1.44155,2.1656 2.910373,4.04851 3.264069,4.18422 0.353676,0.13566 1.326718,-0.10655 2.162326,-0.5382 5.430176,-2.80562 14.371433,-4.13728 20.508474,-3.05442 1.912303,0.33743 4.319396,0.74049 5.349085,0.89574 l 1.872172,0.28225 2.407073,-4.99317 c 1.323908,-2.74623 2.647796,-4.87281 2.941994,-4.72571 0.803523,0.40178 0.502574,1.5422 -1.580988,5.99137 -1.04275,2.22666 -1.892166,4.25677 -1.887576,4.51136 0.0041,0.25457 1.207194,1.05139 2.6725,1.77066 5.831948,2.86276 12.02592,9.19349 14.431618,14.75021 1.495111,3.45345 2.705295,9.37983 1.965328,9.62435 -0.342907,0.11322 -3.993393,0.46837 -8.112175,0.78901 -19.107661,1.48745 -27.888698,2.19856 -42.737756,3.46105 -8.795815,0.74781 -16.197611,1.35967 -16.448401,1.35967 -0.250791,0 -0.48264,-0.78229 -0.515209,-1.73845 z M 49.886335,186.627 c 2.312174,-1.6195 0.943364,-5.58619 -1.927647,-5.58619 -3.040288,0 -4.516915,3.9028 -2.113562,5.58619 0.653856,0.45797 1.563135,0.8327 2.020604,0.8327 0.45749,0 1.366768,-0.37473 2.020605,-0.8327 z m 31.279588,-2.51049 c 1.476668,-1.12798 1.660763,-3.20285 0.403875,-4.55195 -2.093932,-2.24757 -5.353979,-0.92698 -5.353979,2.1688 0,2.57168 2.885022,3.96063 4.950104,2.38315 z"
id="path74"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;stroke-width:0.26458335"
d=""
id="path72"
inkscape:connector-curvature="0" />
</g>
</svg>
img/download/apple.png

11 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="151mm"
height="151mm"
viewBox="0 0 151 151"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="apple.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="265.7468"
inkscape:cy="338.35577"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="703"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-146)">
<path
style="fill:#000000;stroke-width:0.22294049"
d="m 52.004076,284.57753 c -5.5909,-1.2932 -10.53734,-5.66482 -17.553676,-15.51378 -6.525312,-9.1597 -11.268937,-20.72228 -13.215458,-32.21268 -1.911316,-11.28251 -0.858821,-21.60013 3.036285,-29.76478 5.206445,-10.91341 14.819223,-17.84911 26.334328,-19.00042 4.398499,-0.43978 7.747991,0.18812 15.116654,2.83379 5.386787,1.93408 7.635443,2.56726 9.117417,2.56726 0.967485,0 2.632895,-0.47296 7.812552,-2.21868 9.861783,-3.32376 11.758089,-3.71743 16.903105,-3.50915 9.285387,0.3759 17.495427,4.0525 22.730007,10.17894 0.78937,0.92386 1.52483,1.84593 1.63433,2.04904 0.16197,0.30039 -0.2057,0.65397 -1.97054,1.895 -5.84154,4.10775 -9.48732,9.24337 -11.21208,15.79389 -0.61074,2.3195 -0.84038,8.14357 -0.43799,11.1078 1.21562,8.95486 6.81607,16.62286 15.41595,21.1071 l 1.924,1.00322 -1.09342,2.89824 c -2.80475,7.43431 -6.69349,14.02413 -12.57683,21.3126 -6.27429,7.77279 -12.09001,10.59188 -19.084716,9.25106 -1.601412,-0.30698 -3.370582,-0.86355 -9.215908,-2.89926 -4.00467,-1.39468 -6.371341,-1.77314 -10.14379,-1.62212 -3.648289,0.14605 -6.145371,0.72156 -10.823566,2.4945 -5.912002,2.24054 -9.774003,2.92445 -12.696654,2.24843 z m 22.043126,-97.69947 c -0.08139,-0.32419 -0.08701,-1.65348 -0.01255,-2.95396 0.383573,-6.69755 3.900296,-13.82371 9.279837,-18.80435 4.308649,-3.98914 10.445292,-6.85656 16.343104,-7.63648 l 1.058957,-0.14004 v 2.54827 c 0,5.6148 -1.697434,10.77545 -5.11834,15.56112 -5.353115,7.48872 -12.672291,12.00789 -19.456605,12.01334 -1.919119,0.002 -1.948568,-0.007 -2.094433,-0.5879 z"
id="path21"
inkscape:connector-curvature="0" />
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="151mm"
height="151mm"
viewBox="0 0 151 151"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="github.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="-41.005027"
inkscape:cy="169.2545"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="703"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-146)">
<path
style="fill:#000000;stroke-width:0.26458335"
d=""
id="path72"
inkscape:connector-curvature="0" />
<path
style="fill:#1b1e22;fill-opacity:1;stroke-width:0.10056645"
d="m 93.051884,281.19194 c -0.630731,-0.10768 -1.428182,-0.55389 -1.754512,-0.98172 -0.145834,-0.1912 -0.349911,-0.5707 -0.453502,-0.84333 -0.179362,-0.47205 -0.18818,-0.94996 -0.184877,-10.01963 0.0023,-5.88265 -0.03562,-9.83155 -0.0988,-10.32848 -0.423432,-3.33088 -1.535141,-6.00224 -3.284002,-7.89122 -0.312042,-0.33703 -0.549874,-0.62594 -0.52852,-0.64201 0.02137,-0.016 0.649766,-0.1091 1.396471,-0.20674 16.431798,-2.14881 24.505218,-10.08005 25.857758,-25.40234 0.18657,-2.11348 0.16232,-6.0379 -0.0466,-7.53895 -0.63481,-4.56164 -2.42391,-8.65594 -5.24178,-11.99565 -0.36148,-0.42842 -0.65723,-0.84134 -0.65723,-0.91759 0,-0.0762 0.0705,-0.33666 0.15678,-0.57869 0.60253,-1.69117 0.95028,-4.02313 0.94749,-6.35349 -0.004,-2.64555 -0.35945,-4.77765 -1.23816,-7.41002 l -0.5198,-1.55717 -0.40227,-0.0859 c -0.5765,-0.12312 -2.35426,-0.008 -3.46954,0.22532 -3.3242,0.69447 -7.268746,2.48986 -11.49994,5.23431 l -1.221721,0.79243 -1.810192,-0.44387 c -6.247421,-1.53192 -13.278455,-1.95383 -19.861877,-1.19184 -2.114709,0.24476 -4.707023,0.70629 -6.687387,1.19058 l -1.809916,0.44263 -1.307644,-0.83275 c -4.40682,-2.80641 -8.44578,-4.60714 -11.731701,-5.23047 -1.060428,-0.20116 -2.643081,-0.29459 -3.152418,-0.1861 l -0.402264,0.0857 -0.519801,1.55717 c -0.878709,2.63237 -1.234963,4.76447 -1.238152,7.41003 -0.0026,2.33035 0.344955,4.66231 0.947487,6.35348 0.08623,0.24203 0.156781,0.50244 0.156781,0.57869 0,0.0762 -0.295812,0.48917 -0.657361,0.9176 -0.966262,1.14499 -2.261208,3.12466 -2.943487,4.49991 -2.196174,4.42676 -2.876238,8.88683 -2.323122,15.23582 0.716572,8.22521 3.607389,14.5233 8.546004,18.61879 1.479237,1.2267 2.84379,2.10568 4.72445,3.04329 2.607596,1.30003 5.301133,2.20529 8.559339,2.87666 1.537323,0.31678 4.653159,0.80345 5.146145,0.8038 0.282041,2.1e-4 0.279026,0.006 -0.29019,0.62874 -1.534134,1.67643 -2.628173,4.00146 -3.110025,6.60932 -0.08657,0.46856 -0.190397,0.88432 -0.230721,0.92395 -0.132319,0.13004 -1.563618,0.66921 -2.485558,0.93631 -4.965229,1.43851 -9.425105,0.44006 -12.640765,-2.82993 -1.096547,-1.11507 -1.163581,-1.19947 -2.270265,-2.85831 -1.046162,-1.56812 -1.698742,-2.38636 -2.633259,-3.30167 -2.371595,-2.32287 -5.106073,-3.39186 -7.74271,-3.02685 -0.891593,0.12343 -1.548498,0.38552 -1.653761,0.65984 -0.03447,0.0899 -0.06269,0.31154 -0.06269,0.49266 0,0.63386 1.064361,1.71764 2.552903,2.59946 0.814274,0.48238 1.9579,1.52529 2.725423,2.48538 1.227672,1.5357 2.959147,4.40712 3.576887,5.9318 0.825837,2.03829 1.69783,3.42182 2.824313,4.48113 1.887651,1.7751 4.473126,2.88717 7.716088,3.31891 2.158571,0.28737 6.145427,0.14565 8.846566,-0.31445 0.516111,-0.0879 0.952432,-0.14467 0.969601,-0.12611 0.01719,0.0187 0.04744,2.72643 0.06727,6.01748 l 0.03607,5.9837 -0.281699,0.57364 c -0.523082,1.0652 -1.284394,1.50688 -2.704268,1.56889 -0.941693,0.0411 -1.014771,0.0283 -2.162178,-0.38233 -2.301725,-0.82354 -4.228778,-1.64195 -6.517565,-2.768 -6.378377,-3.1381 -11.563357,-6.89661 -16.595276,-12.02971 -9.197306,-9.38222 -15.023762,-21.42275 -16.685106,-34.4802 -0.351941,-2.7661 -0.408681,-3.83916 -0.406784,-7.69334 0.0019,-4.18024 0.09705,-5.59172 0.602377,-8.95041 1.302781,-8.65901 4.434249,-16.83105 9.257793,-24.15963 2.370071,-3.60092 4.531003,-6.2351 7.781187,-9.48529 5.047291,-5.0473 9.967661,-8.56039 16.33572,-11.66355 6.490506,-3.16284 13.054733,-5.00775 20.627893,-5.79758 2.149675,-0.22421 8.818244,-0.25575 10.861179,-0.0513 7.671295,0.7674 14.26178,2.54582 20.514627,5.53581 6.69364,3.20077 11.74118,6.76667 16.95278,11.97653 5.04555,5.04387 8.5563,9.96144 11.6626,16.33589 3.08867,6.33832 4.94839,12.87124 5.75095,20.20233 0.30135,2.7526 0.32556,9.12181 0.0448,11.78957 -0.38747,3.68216 -0.86406,6.35096 -1.72399,9.65438 -4.7673,18.31325 -18.2283,33.61451 -35.803787,40.69852 -2.891465,1.16544 -4.067808,1.46219 -5.098621,1.28623 z"
id="path943"
inkscape:connector-curvature="0" />
</g>
</svg>
img/download/tux.png

31.9 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="151mm"
height="151mm"
viewBox="0 0 151 151"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="tux.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="-175.63779"
inkscape:cy="379.98482"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="703"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-146)">
<path
style="fill:#000000;stroke-width:0.26458335"
d=""
id="path72"
inkscape:connector-curvature="0" />
<g
id="g1071"
transform="matrix(1.3737564,0,0,1.3737564,-3.7627692,-70.268314)">
<path
style="fill:#fefefe;stroke-width:0.26458335"
d="M 5.2554202,212.82353 V 159.90686 H 58.17209 111.08876 v 52.91667 52.91667 H 58.17209 5.2554202 Z"
id="path1083"
inkscape:connector-curvature="0" />
<path
style="fill:#9f9f9f;stroke-width:0.26458335"
d="m 38.989797,257.34966 c -0.291041,-0.0699 -2.672292,-0.81977 -5.291667,-1.66639 -2.619375,-0.84662 -6.429375,-1.85552 -8.466667,-2.24198 -6.547204,-1.24199 -9.736199,-1.97943 -10.377825,-2.39984 -1.218034,-0.79809 -1.300611,-1.48789 -0.484011,-4.04311 0.802974,-2.51259 0.807833,-3.24226 0.04031,-6.05312 -0.361543,-1.32406 -0.392296,-1.85411 -0.158046,-2.72405 0.442191,-1.64217 1.40723,-2.11068 4.364989,-2.11913 3.37729,-0.01 4.363117,-0.4937 5.410976,-2.65688 0.435357,-0.89874 1.097588,-2.0353 1.471626,-2.52569 0.54222,-0.71089 0.624204,-0.996 0.404463,-1.40659 -0.151583,-0.28324 -0.275606,-1.22468 -0.275606,-2.09209 0,-1.64558 0.540381,-2.94399 2.936882,-7.05663 0.508783,-0.87313 1.686072,-3.25438 2.616199,-5.29167 1.910188,-4.18396 2.625963,-5.35774 4.759619,-7.80521 2.200688,-2.52436 6.758432,-8.24061 7.121213,-8.93132 0.237927,-0.45299 0.247311,-1.76092 0.03892,-5.42395 -0.409003,-7.18936 -0.35724,-14.05707 0.119756,-15.88838 1.127937,-4.33044 3.862041,-7.04878 8.336579,-8.28849 2.392397,-0.66284 8.921082,-0.66159 11.377084,0.002 5.57424,1.5065 9.62898,5.03498 10.560014,9.18945 0.147505,0.6582 0.514863,3.57025 0.816348,6.47122 0.84242,8.10598 0.950005,8.52258 3.138665,12.15367 1.937705,3.21475 4.012245,6.07782 6.5434,9.03056 3.892688,4.54103 4.765136,5.77729 6.329975,8.96953 0.991954,2.02356 1.681638,3.93067 2.248574,6.21771 1.394413,5.62512 1.346444,7.93247 -0.207475,9.9796 -0.552755,0.72819 -0.584012,0.85989 -0.204092,0.85989 0.963906,0 1.90599,1.38586 2.237957,3.29215 0.174289,1.00085 0.480968,2.13701 0.681509,2.52482 0.530958,1.02675 2.197994,2.44622 4.164253,3.54581 2.955941,1.65306 3.882901,2.93184 3.043781,4.19905 -0.58273,0.88003 -4.170149,2.94113 -7.644002,4.39176 -3.621836,1.51242 -5.392579,2.55335 -8.425572,4.95296 -3.340333,2.64277 -3.915876,2.84288 -7.780184,2.70503 -3.664768,-0.13073 -4.893985,-0.57587 -6.1648,-2.23251 -1.63816,-2.13549 -0.558589,-1.94781 -11.204348,-1.94781 -10.694272,0 -12.089867,0.1623 -14.579628,1.69555 -0.777563,0.47884 -2.121122,1.30526 -2.985685,1.83649 -1.558698,0.95774 -2.842075,1.17879 -4.513483,0.77742 z m 10.715626,-7.91656 c 0,-0.99813 -0.156633,-1.33715 -1.081207,-2.34019 -1.051388,-1.14063 -1.163979,-1.72563 -0.332121,-1.72563 0.22414,0 1.13138,0.44649 2.016091,0.99219 l 1.608564,0.99219 4.252151,-0.009 c 6.552583,-0.0137 9.002982,-0.76508 12.032036,-3.68939 0.983112,-0.94912 1.962494,-1.72566 2.176399,-1.72566 1.223076,0 1.304163,1.40979 0.306324,5.32584 -0.608465,2.38796 -0.668242,2.92456 -0.393076,3.52848 1.046668,2.29719 1.870568,-2.31456 2.117501,-11.85262 l 0.183798,-7.09932 0.843108,-0.7533 c 0.537654,-0.48038 1.280536,-0.81889 2.050478,-0.93435 0.933583,-0.14 1.28238,-0.33385 1.538143,-0.85483 0.975243,-1.98655 4.454324,-2.74514 7.603987,-1.65799 0.798809,0.27572 1.490274,0.46341 1.536587,0.4171 0.137279,-0.13728 -1.333225,-1.08066 -2.261365,-1.45075 -0.472943,-0.18859 -0.859896,-0.45878 -0.859896,-0.60044 0,-0.14165 0.253452,-1.09199 0.563227,-2.11186 0.788315,-2.59536 0.607925,-6.25352 -0.42145,-8.54659 -1.32035,-2.94126 -4.100687,-6.84699 -5.733391,-8.0541 -1.199783,-0.88704 -1.211051,-0.46864 -0.02588,0.96111 5.052688,6.09546 7.047464,12.57096 5.107171,16.57907 -0.727922,1.50369 -1.493322,2.00021 -3.175141,2.05974 -2.20613,0.0781 -2.300608,-0.11365 -2.466168,-5.00464 -0.170897,-5.04861 -0.522256,-6.18281 -3.299682,-10.65152 -1.053508,-1.69504 -2.081221,-3.71692 -2.329292,-4.58258 -0.6732,-2.34917 -1.601848,-4.28059 -2.841754,-5.91034 -1.990178,-2.61592 -2.285691,-3.10745 -2.462763,-4.09637 -0.161248,-0.90054 -0.219171,-0.95202 -0.782498,-0.69535 -0.334597,0.15246 -0.662834,0.48551 -0.729416,0.74011 -0.06658,0.25461 -0.642218,0.68445 -1.279195,0.95522 -2.030651,0.86317 -4.799314,2.36543 -6.946776,3.76927 -1.88523,1.23243 -2.226635,1.36257 -3.571875,1.36168 -1.920341,-0.001 -2.768894,-0.52374 -4.710385,-2.90026 -0.836309,-1.02368 -1.590202,-1.86124 -1.675329,-1.86124 -0.08512,0 -0.310324,0.44649 -0.500446,0.99219 -0.190122,0.5457 -1.010248,2.18281 -1.822503,3.63802 -1.414119,2.53349 -1.483149,2.74695 -1.625746,5.02708 -0.158099,2.52805 -0.15799,2.52776 -1.568505,4.36563 -1.210459,1.5772 -3.344972,6.06265 -3.880935,8.15536 -0.23567,0.9202 -0.508665,3.12285 -0.606653,4.8948 -0.168984,3.05576 -0.208195,3.22599 -0.761172,3.30465 -0.916157,0.13033 -2.84798,-1.80974 -3.257111,-3.27101 -0.315195,-1.12577 -0.249782,-3.42375 0.146495,-5.1463 0.138133,-0.60045 0.110138,-0.58824 -0.303512,0.13229 -0.26689,0.4649 -0.506912,1.58955 -0.579336,2.71456 -0.210313,3.2669 0.720698,4.92815 4.444182,7.92999 2.030735,1.63715 3.467497,2.68234 9.347796,6.80012 3.533764,2.47457 3.720822,4.29828 0.635846,6.19921 -0.982551,0.60543 -0.989991,0.62251 -0.529166,1.21441 0.257069,0.33019 0.97078,1.24933 1.586023,2.04253 1.252152,1.61432 1.952607,3.3061 1.752471,4.23265 l -0.13317,0.61653 0.549267,-0.62462 c 0.378571,-0.43051 0.549267,-0.98736 0.549267,-1.79185 z M 35.878771,212.36051 c 0.892125,-0.77485 1.208868,-1.65603 0.663771,-1.84664 -0.181825,-0.0636 -0.407792,0.10267 -0.502151,0.36943 -0.09436,0.26676 -0.457665,0.87197 -0.807352,1.34492 -0.777071,1.05096 -0.481671,1.11148 0.645732,0.13229 z M 73.7732,197.75967 c 0.456943,-0.85381 0.325347,-1.07248 -0.98288,-1.63321 -0.691224,-0.29627 -1.46586,-0.72787 -1.721413,-0.95911 -0.679191,-0.61457 -0.805366,-0.27847 -0.333452,0.88826 0.397214,0.98204 1.755103,2.21584 2.438704,2.21584 0.178832,0 0.4484,-0.2303 0.599041,-0.51178 z m -26.071207,-8.463 c 0.438959,-0.48505 0.433797,-0.52204 -0.113684,-0.81505 -0.674354,-0.3609 -1.32247,-1.77354 -1.32247,-2.88247 0,-1.63622 2.498305,-2.52147 3.624983,-1.28448 0.799396,0.87767 1.137518,1.64771 1.137518,2.59061 0,0.65676 0.09108,0.8045 0.418515,0.67885 0.230182,-0.0883 0.505082,-0.1606 0.610886,-0.1606 0.105807,0 0.104412,-0.82321 -0.0031,-1.82936 -0.314005,-2.93875 -1.288256,-4.25988 -3.135701,-4.25216 -1.320131,0.006 -2.150388,0.50526 -2.859085,1.72091 -0.508037,0.87146 -0.594897,1.3302 -0.5031,2.65701 0.1104,1.5956 0.992148,4.08485 1.446945,4.08485 0.131152,0 0.445379,-0.22865 0.698289,-0.50811 z m 18.968067,-0.74866 c 0.704906,-1.81369 -0.645252,-6.14784 -2.201534,-7.06716 -0.480653,-0.28393 -1.558761,-0.53655 -2.61124,-0.61185 -1.520232,-0.10877 -1.934432,-0.0406 -2.726166,0.44872 -1.350769,0.83483 -2.312397,2.98042 -2.251117,5.02273 0.04364,1.45445 0.09414,1.57118 0.735618,1.7007 0.37882,0.0765 0.926886,0.22923 1.217928,0.33943 0.471162,0.17839 0.489167,0.15119 0.164269,-0.24819 -0.247933,-0.30477 -0.319879,-0.84796 -0.224452,-1.6946 0.306877,-2.72261 3.459407,-3.68483 5.473576,-1.67066 0.602348,0.60235 0.738138,2.32046 0.254776,3.22363 -0.443683,0.82903 -0.108548,1.28485 0.94466,1.28485 0.781484,0 0.988804,-0.12327 1.223682,-0.7276 z m -16.842066,-1.98438 c -0.245832,-0.8237 -0.927672,-1.86278 -1.105593,-1.68486 -0.08085,0.0808 0.04773,0.44418 0.285723,0.8074 0.237993,0.36322 0.432716,0.84319 0.432716,1.06659 0,0.2234 0.127084,0.40619 0.282413,0.40619 0.169127,0 0.211143,-0.2388 0.104741,-0.59532 z m 13.900347,-0.21046 c 0,-0.66931 -1.131465,-1.84109 -1.773913,-1.83712 -0.358232,0.002 -0.263599,0.16958 0.38485,0.68063 0.472943,0.37274 0.859896,0.9072 0.859896,1.18769 0,0.2805 0.119062,0.50999 0.264583,0.50999 0.145521,0 0.264584,-0.24353 0.264584,-0.54119 z m 2.260467,-11.36506 c 0.899716,0 0.741482,-0.48218 -0.415456,-1.266 -1.12254,-0.76051 -1.640203,-0.66649 -1.880558,0.34156 -0.103884,0.43568 -0.274201,1.07101 -0.378481,1.41183 l -0.189603,0.61969 1.085024,-0.55354 c 0.596765,-0.30445 1.397347,-0.55354 1.779074,-0.55354 z"
id="path1081"
inkscape:connector-curvature="0" />
<path
style="fill:#fbc40f;stroke-width:0.26458335"
d="m 34.888755,255.93652 c -4.654395,-1.4882 -8.055206,-2.37967 -11.509375,-3.01701 -6.63224,-1.22374 -7.961412,-1.57717 -8.797397,-2.33927 -0.776616,-0.70798 -0.754066,-1.5195 0.115564,-4.15903 l 0.710877,-2.15768 -0.629428,-2.47372 c -0.494496,-1.94343 -0.575989,-2.68466 -0.380147,-3.45767 0.397914,-1.57062 1.126925,-1.9088 4.684752,-2.17323 3.644461,-0.27087 3.9004,-0.42571 5.390346,-3.26108 0.507942,-0.96662 1.211137,-2.02768 1.562655,-2.35792 0.587028,-0.55148 0.60278,-0.627 0.193249,-0.92645 -0.343447,-0.25114 -0.445876,-0.74495 -0.445876,-2.1496 0,-1.97983 -0.265656,-1.35896 3.547234,-8.29033 0.760474,-1.38245 1.617389,-3.10885 1.904256,-3.83646 1.200526,-3.04498 2.799012,-5.634 5.250702,-8.50438 1.39882,-1.6377 3.546412,-4.25969 4.772427,-5.82664 l 2.22912,-2.849 -0.04187,-1.72874 c -0.02303,-0.95081 -0.171091,-4.05046 -0.329018,-6.88811 -0.420423,-7.55416 -0.375944,-9.90028 0.23282,-12.28052 1.249868,-4.88695 3.875588,-7.38278 8.960116,-8.51688 2.997919,-0.66869 8.983745,-0.40974 11.815459,0.51113 5.240623,1.70425 8.391597,4.85259 9.348745,9.34095 0.159256,0.74679 0.423643,3.00898 0.587529,5.02708 0.461859,5.68737 1.12472,9.15997 2.108724,11.04725 1.506217,2.88885 5.203965,8.1673 7.700815,10.99273 5.519158,6.24546 7.431127,9.86401 8.954551,16.94713 0.984311,4.57653 0.739589,6.64373 -1.015463,8.57778 -0.383569,0.42269 -0.553813,0.68679 -0.378317,0.58689 0.175495,-0.0999 0.734028,-0.008 1.241184,0.20365 0.958128,0.40033 1.373381,1.29738 1.666624,3.60031 0.21659,1.70097 1.385257,3.19217 3.662241,4.67296 3.917836,2.54789 4.215866,2.80809 4.308126,3.76132 0.0537,0.55473 -0.0818,1.05963 -0.3696,1.3777 -0.76149,0.84142 -4.453877,2.87517 -7.621791,4.19805 -3.489487,1.45715 -5.352648,2.554 -8.100659,4.76887 -3.094818,2.4944 -3.849558,2.78716 -7.14375,2.77108 -3.975135,-0.0194 -4.813351,-0.3209 -6.822663,-2.45401 l -1.66329,-1.76576 h -9.846086 c -11.548383,0 -11.799544,0.0433 -16.044935,2.76581 -2.364316,1.51621 -2.578621,1.59914 -4.101041,1.58694 -1.171636,-0.009 -2.716218,-0.36774 -5.707405,-1.32414 z m 14.404791,-4.54269 c 0.246399,-0.35179 0.411877,-1.14873 0.411877,-1.98362 0,-1.23465 -0.111538,-1.51903 -0.967333,-2.46629 -1.163224,-1.28755 -0.926171,-1.83659 0.448218,-1.03813 2.888747,1.67823 3.021814,1.7086 7.26599,1.65829 6.120866,-0.0726 9.066417,-1.02188 11.745411,-3.78539 1.4898,-1.53681 2.339687,-2.02708 2.768934,-1.59733 0.467849,0.4684 0.308739,2.58895 -0.355405,4.73662 -0.942094,3.0465 -0.805553,4.5137 0.421635,4.53067 0.665454,0.009 1.208561,-4.34244 1.495208,-11.98038 l 0.285933,-7.6188 0.890328,-0.78172 c 0.664943,-0.58383 1.155015,-0.78172 1.935906,-0.78172 0.946661,0 1.082514,-0.0884 1.436042,-0.93452 0.544304,-1.3027 2.066108,-1.96244 4.544306,-1.97009 1.036731,-0.003 2.391154,0.17279 3.009829,0.39107 0.618675,0.21828 1.318255,0.39628 1.554621,0.39556 0.61451,-0.002 -0.930567,-1.22511 -2.017642,-1.59735 -0.925425,-0.3169 -1.056211,-0.76095 -0.587335,-1.99419 0.568497,-1.49526 0.813678,-4.49733 0.519835,-6.36504 -0.467024,-2.96848 -2.539074,-6.78711 -5.26908,-9.71052 -1.067273,-1.14289 -2.667066,-2.27945 -2.667066,-1.8948 0,0.0804 0.692391,1.06574 1.538647,2.18961 3.794276,5.03898 5.004388,7.70085 5.265336,11.58209 0.171043,2.54403 -0.354703,4.71161 -1.37537,5.67048 -0.505868,0.47523 -1.053539,0.66008 -2.201776,0.74314 -2.195766,0.15883 -2.225688,0.0953 -2.444006,-5.18757 -0.212069,-5.1317 -0.460336,-5.99674 -2.7826,-9.69545 -1.872461,-2.98229 -2.455471,-4.13179 -2.945402,-5.80732 -0.58641,-2.00547 -1.809502,-4.29 -3.438457,-6.42242 -1.035171,-1.35512 -1.493385,-2.21284 -1.597726,-2.99077 -0.11689,-0.87147 -0.231992,-1.05526 -0.572577,-0.91423 -0.234452,0.0971 -0.60956,0.22987 -0.83357,0.29508 -0.224012,0.0652 -0.521668,0.37008 -0.661458,0.6775 -0.15462,0.34002 -0.927748,0.83057 -1.973959,1.25248 -1.571307,0.63367 -2.591871,1.20903 -6.867461,3.87165 -1.090938,0.67938 -1.737167,0.8987 -2.645834,0.89795 -1.56903,-0.001 -2.437307,-0.55687 -4.503383,-2.88158 -0.925875,-1.04178 -1.8024,-1.85447 -1.947834,-1.80599 -0.145433,0.0485 -0.41747,0.5302 -0.604525,1.07049 -0.187053,0.54029 -1.009393,2.16443 -1.827419,3.60918 -1.425895,2.51834 -1.494854,2.72848 -1.669674,5.08817 -0.175036,2.36256 -0.226907,2.52016 -1.292374,3.92665 -1.63354,2.15639 -3.720481,6.70545 -4.181419,9.11455 -0.214085,1.11893 -0.389245,3.07274 -0.389245,4.34181 0,1.57374 -0.119253,2.47049 -0.375049,2.82032 -0.365371,0.49967 -0.403927,0.49244 -1.493981,-0.28016 -1.609921,-1.14107 -2.09972,-2.22044 -2.09972,-4.62715 0,-1.09463 0.110752,-2.37641 0.246113,-2.8484 0.320579,-1.11779 -0.09234,-1.11676 -0.698643,0.002 -0.335077,0.61814 -0.465722,1.45497 -0.464701,2.97656 0.0012,1.77325 0.114796,2.33302 0.70023,3.4502 1.029095,1.96383 3.937707,4.44966 10.668043,9.11742 3.659333,2.53789 4.73772,3.48004 5.165575,4.51297 0.443383,1.07042 -0.109001,2.04059 -1.792084,3.14749 l -1.38901,0.9135 0.747551,0.80629 c 2.334427,2.51786 3.362468,4.46766 3.098234,5.87615 -0.19218,1.02441 0.163084,1.16075 0.769316,0.29523 z M 36.302258,212.07871 c 0.754279,-0.79271 0.861806,-1.628 0.236378,-1.83625 -0.188238,-0.0627 -0.499692,0.28401 -0.712316,0.79289 -0.207804,0.49735 -0.563298,1.05819 -0.789985,1.24633 -0.22669,0.18813 -0.412163,0.51026 -0.412163,0.71585 0,0.4993 0.686253,0.12355 1.678086,-0.91882 z m 37.632409,-14.45368 c 0.214273,-0.85374 0.03679,-1.09062 -1.287597,-1.71854 -0.612437,-0.29037 -1.381411,-0.725 -1.708833,-0.96585 -0.56904,-0.41858 -0.595313,-0.41255 -0.595313,0.13667 0,2.05851 3.15317,4.29513 3.591743,2.54772 z m -25.988403,-8.40026 c 0.225864,-0.35867 0.140687,-0.55882 -0.428284,-1.00637 -0.907171,-0.71359 -1.380151,-2.34111 -0.952878,-3.27887 0.43924,-0.96402 1.887723,-1.40832 2.74982,-0.84345 0.935844,0.61319 1.496965,1.59019 1.527267,2.65922 0.02724,0.96089 0.430218,1.18897 1.218703,0.68976 0.515443,-0.32634 0.204298,-3.13228 -0.500533,-4.51386 -0.605412,-1.18671 -1.279446,-1.63665 -2.503742,-1.67136 -1.238557,-0.0351 -2.313162,0.50024 -2.989215,1.48916 -0.467884,0.68441 -0.595313,1.24115 -0.595313,2.6009 0,3.29204 1.430454,5.53231 2.474175,3.87487 z m 18.554399,-0.20733 c 0.393886,-0.43524 0.451795,-0.85456 0.345898,-2.50467 -0.141557,-2.20577 -0.934773,-4.10992 -2.062948,-4.95223 -0.888154,-0.6631 -3.536723,-1.08084 -4.761609,-0.75101 -1.93621,0.52137 -3.172831,2.61215 -3.172831,5.36437 v 1.67779 l 1.318443,0.42162 1.31844,0.42162 -0.300776,-0.562 c -0.5941,-1.11009 -0.179593,-3.04547 0.815965,-3.80984 0.660572,-0.50717 2.688643,-0.40571 3.653848,0.1828 1.087721,0.66321 1.296377,1.52164 0.755619,3.10868 -0.401897,1.1795 -0.400357,1.28401 0.02349,1.59395 0.663646,0.48527 1.526574,0.40547 2.066448,-0.19108 z m -16.635781,-2.71485 c -0.193664,-0.96831 -0.770072,-1.66931 -1.169591,-1.42239 -0.296513,0.18325 0.72176,2.27291 1.109351,2.27656 0.12733,0.001 0.15444,-0.38317 0.06024,-0.85417 z m 13.913684,-0.22657 c -0.104584,-0.81161 -0.97859,-1.56291 -1.818169,-1.56291 -0.633418,0 -0.625488,0.024 0.293897,0.89114 0.519684,0.49012 0.94488,1.03583 0.94488,1.21267 0,0.17685 0.148828,0.27078 0.330729,0.20875 0.181901,-0.062 0.293799,-0.39938 0.248663,-0.74965 z m 0.435076,-10.40377 c 0.397986,-0.2058 1.165979,-0.45718 1.706655,-0.55861 0.540674,-0.10143 0.983044,-0.2761 0.983044,-0.38816 0,-0.41921 -1.884336,-1.62159 -2.415003,-1.54098 -0.387919,0.0589 -0.700633,0.47684 -1.052595,1.40674 -0.275397,0.7276 -0.500819,1.35268 -0.500938,1.38906 -5.29e-4,0.17893 0.631608,0.0266 1.278837,-0.30805 z"
id="path1079"
inkscape:connector-curvature="0" />
<path
style="fill:#f4bb0d;stroke-width:0.26458335"
d="m 34.888755,255.93652 c -4.654395,-1.4882 -8.055206,-2.37967 -11.509375,-3.01701 -6.63224,-1.22374 -7.961412,-1.57717 -8.797397,-2.33927 -0.776616,-0.70798 -0.754066,-1.5195 0.115564,-4.15903 l 0.710877,-2.15768 -0.629428,-2.47372 c -0.494496,-1.94343 -0.575989,-2.68466 -0.380147,-3.45767 0.397914,-1.57062 1.126925,-1.9088 4.684752,-2.17323 3.607759,-0.26815 3.954432,-0.46805 5.252149,-3.02861 0.424072,-0.83674 0.947919,-1.52135 1.164105,-1.52135 0.629058,0 0.481002,1.72226 -0.297111,3.45612 -0.986191,2.19753 -1.690899,2.49359 -5.780709,2.4286 -4.124753,-0.0655 -4.249011,0.10088 -2.626913,3.51827 0.831956,1.75274 0.941884,2.21011 0.84502,3.51582 -0.09068,1.22241 -0.301283,1.76428 -1.134764,2.91967 -1.307911,1.81307 -1.140133,2.09879 1.597972,2.72131 7.301667,1.66008 20.864392,4.275 22.21728,4.28353 2.148213,0.0136 3.530434,-0.66846 4.202372,-2.07353 0.278366,-0.58208 0.605788,-1.26508 0.727605,-1.51776 0.623683,-1.29373 -0.163309,-3.98006 -1.880746,-6.41974 -0.953447,-1.35441 -5.294003,-7.0377 -5.557002,-7.27604 -0.08029,-0.0728 -0.610761,-0.72761 -1.178832,-1.45521 -0.568069,-0.7276 -2.007241,-2.29461 -3.198157,-3.48223 -2.514083,-2.50712 -3.654174,-3.03309 -5.42471,-2.50263 -1.453416,0.43546 -2.009406,0.0922 -2.229641,-1.3764 -0.236334,-1.57599 0.127945,-2.9959 1.315713,-5.12848 2.753327,-4.94345 3.660685,-6.67193 4.138233,-7.88318 1.200526,-3.04498 2.799012,-5.634 5.250702,-8.50438 1.39882,-1.6377 3.546412,-4.25969 4.772427,-5.82664 l 2.22912,-2.849 -0.04187,-1.72874 c -0.02303,-0.95081 -0.171091,-4.05046 -0.329018,-6.88811 -0.420423,-7.55416 -0.375944,-9.90028 0.23282,-12.28052 1.249868,-4.88695 3.875588,-7.38278 8.960116,-8.51688 2.997919,-0.66869 8.983745,-0.40974 11.815459,0.51113 5.240623,1.70425 8.391597,4.85259 9.348745,9.34095 0.159256,0.74679 0.423643,3.00898 0.587529,5.02708 0.461859,5.68737 1.12472,9.15997 2.108724,11.04725 1.506217,2.88885 5.203965,8.1673 7.700815,10.99273 5.519158,6.24546 7.431127,9.86401 8.954551,16.94713 0.981625,4.56405 0.733425,6.6854 -0.998818,8.53686 -0.374415,0.40018 -0.588537,0.7276 -0.475827,0.7276 0.280442,0 -2.632827,2.36938 -3.964324,3.22421 -2.260391,1.45118 -4.810477,1.9031 -6.576066,1.1654 -1.049753,-0.43862 -3.005934,-2.43716 -3.584183,-3.66181 -0.319934,-0.67757 -0.567973,-0.86009 -1.168826,-0.86009 -1.928895,0 -2.416226,2.74647 -1.474976,8.31263 0.536329,3.17163 0.566976,3.79264 0.295987,5.99773 -0.166259,1.35287 -0.302289,3.19953 -0.302289,4.10369 0,1.57072 0.04662,1.68827 1.046819,2.63974 0.767884,0.73047 1.445331,1.085 2.54241,1.33051 2.194613,0.49114 3.8333,0.0667 6.668699,-1.72733 4.525669,-2.86347 5.704687,-3.42574 9.805819,-4.67642 4.124796,-1.2579 5.022191,-1.70086 5.94221,-2.93313 0.94024,-1.25935 0.12763,-1.89352 -3.814404,-2.97681 -1.740988,-0.47843 -3.200464,-1.87868 -3.651637,-3.50345 -0.358566,-1.29127 -0.363651,-3.40978 -0.0098,-4.07101 0.157589,-0.29446 0.169609,-0.51178 0.02831,-0.51178 -0.740191,0 -0.786927,3.85535 -0.06598,5.44268 0.628211,1.38314 2.135005,2.61911 3.694502,3.03047 3.646799,0.96194 4.159979,1.34142 3.471999,2.56741 -0.438379,0.78121 -2.645279,1.82965 -5.418348,2.57413 -2.90629,0.78024 -4.221986,1.26674 -5.494079,2.03152 -0.693412,0.41688 -1.314341,0.75796 -1.379847,0.75796 -0.06551,0 -1.105908,0.6366 -2.312003,1.41466 -1.206098,0.77807 -2.551266,1.59998 -2.989266,1.82648 -2.793714,1.44468 -6.930477,0.28135 -7.669398,-2.15679 -0.105921,-0.34949 -0.04302,-2.31402 0.13978,-4.36562 0.295904,-3.32101 0.281733,-4.03883 -0.129191,-6.54388 -0.617141,-3.76216 -0.499438,-7.51579 0.252915,-8.0657 0.738653,-0.53989 1.571342,-0.36039 1.673786,0.36082 0.137681,0.96925 2.56803,3.41533 3.898035,3.92326 1.390973,0.53122 3.845775,0.38365 5.218507,-0.31372 1.013688,-0.51497 4.018876,-2.58573 4.954302,-3.41383 0.619726,-0.54862 1.987778,-1.09096 1.739789,-0.6897 -0.06216,0.10058 0.235329,0.58186 0.661093,1.06951 0.425765,0.48765 0.778616,0.9598 0.784112,1.04922 0.169701,2.76104 1.126352,4.26373 3.836429,6.02617 3.917834,2.54789 4.215864,2.80809 4.308124,3.76132 0.0537,0.55473 -0.0818,1.05963 -0.3696,1.3777 -0.76148,0.84142 -4.453874,2.87517 -7.621789,4.19805 -3.489486,1.45715 -5.352648,2.554 -8.100658,4.76887 -3.094818,2.4944 -3.849558,2.78716 -7.143751,2.77108 -3.975134,-0.0194 -4.81335,-0.3209 -6.822662,-2.45401 l -1.66329,-1.76576 h -9.846086 c -11.548383,0 -11.799544,0.0433 -16.044935,2.76581 -2.364317,1.51621 -2.578621,1.59914 -4.101042,1.58694 -1.171636,-0.009 -2.716218,-0.36774 -5.707404,-1.32414 z m 14.404791,-4.54269 c 0.246399,-0.35179 0.411877,-1.14873 0.411877,-1.98362 0,-1.23465 -0.111538,-1.51903 -0.967333,-2.46629 -1.163224,-1.28755 -0.926171,-1.83659 0.448218,-1.03813 2.888747,1.67823 3.021814,1.7086 7.26599,1.65829 6.120866,-0.0726 9.066417,-1.02188 11.745411,-3.78539 1.4898,-1.53681 2.339687,-2.02708 2.768934,-1.59733 0.467849,0.4684 0.308739,2.58895 -0.355405,4.73662 -0.942094,3.0465 -0.805553,4.5137 0.421635,4.53067 0.665454,0.009 1.208561,-4.34244 1.495208,-11.98038 l 0.285933,-7.6188 0.890328,-0.78172 c 0.664943,-0.58383 1.155015,-0.78172 1.935906,-0.78172 0.946661,0 1.082514,-0.0884 1.436042,-0.93452 0.544304,-1.3027 2.066108,-1.96244 4.544306,-1.97009 1.036731,-0.003 2.391154,0.17279 3.009829,0.39107 0.618675,0.21828 1.318255,0.39628 1.554621,0.39556 0.61451,-0.002 -0.930567,-1.22511 -2.017642,-1.59735 -0.925425,-0.3169 -1.056211,-0.76095 -0.587335,-1.99419 0.568497,-1.49526 0.813678,-4.49733 0.519835,-6.36504 -0.467024,-2.96848 -2.539074,-6.78711 -5.26908,-9.71052 -1.067273,-1.14289 -2.667066,-2.27945 -2.667066,-1.8948 0,0.0804 0.692391,1.06574 1.538647,2.18961 3.794276,5.03898 5.004388,7.70085 5.265336,11.58209 0.171043,2.54403 -0.354703,4.71161 -1.37537,5.67048 -0.505868,0.47523 -1.053539,0.66008 -2.201776,0.74314 -2.195766,0.15883 -2.225688,0.0953 -2.444006,-5.18757 -0.212069,-5.1317 -0.460336,-5.99674 -2.7826,-9.69545 -1.872461,-2.98229 -2.455471,-4.13179 -2.945402,-5.80732 -0.583938,-1.99702 -1.807695,-4.28762 -3.414459,-6.39109 -1.751084,-2.2924 -2.108877,-3.68357 -1.49887,-5.82789 0.553106,-1.9443 0.1787,-2.5061 -2.093378,-3.14111 -3.352726,-0.93704 -4.433171,-1.45473 -4.893355,-2.34463 -0.716431,-1.38543 -0.406025,-3.23741 0.68272,-4.07332 0.660572,-0.50717 2.688643,-0.40571 3.653848,0.1828 1.087721,0.66321 1.296377,1.52164 0.755619,3.10868 -0.401897,1.1795 -0.400357,1.28401 0.02349,1.59395 0.663646,0.48527 1.526574,0.40547 2.066448,-0.19108 0.393886,-0.43524 0.451795,-0.85456 0.345898,-2.50467 -0.141557,-2.20577 -0.934773,-4.10992 -2.062948,-4.95223 -0.888154,-0.6631 -3.536723,-1.08084 -4.761609,-0.75101 -1.950858,0.52531 -3.172823,2.61044 -3.172823,5.41404 v 1.72745 l -2.315104,-0.0653 -2.315104,-0.0653 -0.02363,-1.85208 c -0.02619,-2.05312 -0.736151,-3.85184 -1.730331,-4.38391 -1.414041,-0.75677 -3.453297,-0.21673 -4.397605,1.16459 -1.376932,2.01415 -0.266388,7.59535 1.38521,6.96158 0.743289,-0.28523 0.760855,-0.94511 0.04025,-1.51194 -0.88518,-0.69628 -1.350569,-2.33114 -0.927759,-3.25911 0.43924,-0.96402 1.887723,-1.40832 2.74982,-0.84345 1.162881,0.76195 1.610048,1.8159 1.489982,3.5118 -0.02867,0.40506 -0.616296,0.96644 -1.938673,1.85209 -3.580641,2.3981 -3.897157,3.11147 -2.005079,4.51908 0.618464,0.4601 1.461098,1.1081 1.87252,1.43999 0.663575,0.53531 1.022085,0.60059 3.175,0.57811 3.366395,-0.0351 9.694321,-1.69239 11.574709,-3.03134 0.935321,-0.66601 1.567876,-0.51811 1.567876,0.36659 0,0.73328 0.06998,0.70287 -6.83015,2.96765 -4.428797,1.45363 -4.655524,1.49942 -6.815567,1.37662 -2.504067,-0.14236 -2.59184,0.0556 -0.490013,1.10533 0.992886,0.49588 1.503431,0.58752 2.627048,0.47155 1.633363,-0.16858 5.681861,-1.49562 7.91292,-2.59374 1.842284,-0.90677 2.802012,-1.00023 2.802012,-0.27284 0,0.64918 -0.371303,0.93375 -2.049193,1.57054 -1.270717,0.48226 -3.06316,1.493 -6.934935,3.91053 -1.092579,0.68221 -1.735802,0.90108 -2.645834,0.90033 -1.56903,-0.001 -2.437307,-0.55687 -4.503383,-2.88158 -0.925875,-1.04178 -1.8024,-1.85447 -1.947834,-1.80599 -0.145433,0.0485 -0.41747,0.5302 -0.604525,1.07049 -0.187053,0.54029 -1.009393,2.16443 -1.827419,3.60918 -1.425895,2.51834 -1.494854,2.72848 -1.669674,5.08817 -0.175036,2.36256 -0.226907,2.52016 -1.292374,3.92665 -1.63354,2.15639 -3.720481,6.70545 -4.181419,9.11455 -0.214085,1.11893 -0.389245,3.07274 -0.389245,4.34181 0,1.57374 -0.119253,2.47049 -0.375049,2.82032 -0.365371,0.49967 -0.403927,0.49244 -1.493981,-0.28016 -1.609921,-1.14107 -2.09972,-2.22044 -2.09972,-4.62715 0,-1.09463 0.110752,-2.37641 0.246113,-2.8484 0.320579,-1.11779 -0.09234,-1.11676 -0.698643,0.002 -0.335077,0.61814 -0.465722,1.45497 -0.464701,2.97656 0.0012,1.77325 0.114796,2.33302 0.70023,3.4502 1.029095,1.96383 3.937707,4.44966 10.668043,9.11742 3.659333,2.53789 4.73772,3.48004 5.165575,4.51297 0.443383,1.07042 -0.109001,2.04059 -1.792084,3.14749 l -1.38901,0.9135 0.747551,0.80629 c 2.334427,2.51786 3.362468,4.46766 3.098234,5.87615 -0.19218,1.02441 0.163084,1.16075 0.769316,0.29523 z m 1.586926,-52.98168 c -0.466016,-0.35247 -0.323316,-0.38924 1.540521,-0.39687 1.12976,-0.005 2.260854,-0.11889 2.513542,-0.25392 0.447137,-0.23893 2.888768,-1.063 7.470889,-2.52148 1.236927,-0.39371 2.517516,-0.96561 2.845755,-1.2709 l 0.596794,-0.55506 -0.57677,-0.61395 c -0.694801,-0.73958 -1.011262,-0.76269 -1.83791,-0.13422 -0.896178,0.68133 -3.43693,1.54242 -7.548351,2.55821 -1.924593,0.4755 -5.972144,0.53096 -6.792225,0.0931 -0.317855,-0.16972 -0.875575,-0.61771 -1.239377,-0.99554 -0.363803,-0.37783 -0.956268,-0.87667 -1.316588,-1.10855 -0.569913,-0.36674 -0.617178,-0.50488 -0.363371,-1.06193 0.160467,-0.35218 1.012891,-1.13522 1.894274,-1.74007 1.354685,-0.92965 1.651169,-1.0411 1.91712,-0.72065 0.408131,0.49177 1.165752,0.48368 1.667225,-0.0178 0.218281,-0.21828 0.495802,-0.39688 0.616712,-0.39688 0.120912,0 0.368551,-0.23812 0.550309,-0.52917 0.39261,-0.62867 1.913486,-0.75121 1.913486,-0.15417 0,0.20624 0.534463,0.57911 1.187696,0.82858 1.247381,0.47639 1.987304,0.26248 1.987304,-0.5745 0,-0.20046 0.115326,-0.36448 0.256281,-0.36448 0.140951,0 0.187745,0.1786 0.103983,0.39688 -0.09782,0.2549 0.0054,0.39687 0.288502,0.39687 0.284396,0 0.368851,-0.11735 0.238022,-0.33073 -0.111525,-0.1819 0.08981,-0.12324 0.447408,0.13035 0.90411,0.64115 2.267685,1.23017 3.825179,1.65233 2.789923,0.75622 3.043063,0.90743 3.038692,1.81508 -0.0055,1.13883 -0.667628,3.29795 -0.860835,2.80701 -0.11679,-0.29677 -0.156514,-0.27893 -0.172593,0.0775 -0.0227,0.50333 -0.678706,0.63244 -0.953582,0.18768 -0.206441,-0.33403 -0.824651,-0.16125 -2.903765,0.81155 -4.543619,2.12592 -9.013463,2.9848 -10.334327,1.98575 z m -0.551495,-9.00761 c -0.227483,-0.59282 0.396029,-1.18726 1.245312,-1.18726 0.890162,0 1.271939,0.45833 0.595299,0.71467 -0.263885,0.1 -0.637122,0.33725 -0.829418,0.5273 -0.461875,0.45646 -0.822524,0.43695 -1.011193,-0.0547 z m 5.807896,-0.20811 c -0.464524,-0.13924 -0.909757,-0.42299 -0.989402,-0.63054 -0.115252,-0.30035 0.110673,-0.36094 1.106795,-0.29685 0.902816,0.0581 1.274323,0.20028 1.333121,0.51026 0.108765,0.57339 -0.42101,0.72574 -1.450514,0.41713 z m -19.834615,22.88228 c 0.754279,-0.79271 0.861806,-1.628 0.236378,-1.83625 -0.188238,-0.0627 -0.499692,0.28401 -0.712316,0.79289 -0.207804,0.49735 -0.563298,1.05819 -0.789985,1.24633 -0.22669,0.18813 -0.412163,0.51026 -0.412163,0.71585 0,0.4993 0.686253,0.12355 1.678086,-0.91882 z m 37.632409,-14.45368 c 0.214273,-0.85374 0.03679,-1.09062 -1.287597,-1.71854 -0.612437,-0.29037 -1.381411,-0.725 -1.708833,-0.96585 -0.56904,-0.41858 -0.595313,-0.41255 -0.595313,0.13667 0,2.05851 3.15317,4.29513 3.591743,2.54772 z M 49.864882,186.30259 c -0.193664,-0.96831 -0.770072,-1.66931 -1.169591,-1.42239 -0.296513,0.18325 0.72176,2.27291 1.109351,2.27656 0.12733,0.001 0.15444,-0.38317 0.06024,-0.85417 z m 13.913684,-0.22657 c -0.104584,-0.81161 -0.97859,-1.56291 -1.818169,-1.56291 -0.633418,0 -0.625488,0.024 0.293897,0.89114 0.519684,0.49012 0.94488,1.03583 0.94488,1.21267 0,0.17685 0.148828,0.27078 0.330729,0.20875 0.181901,-0.062 0.293799,-0.39938 0.248663,-0.74965 z m 0.435076,-10.40377 c 0.397986,-0.2058 1.165979,-0.45718 1.706655,-0.55861 0.540674,-0.10143 0.983044,-0.2761 0.983044,-0.38816 0,-0.41921 -1.884336,-1.62159 -2.415003,-1.54098 -0.387919,0.0589 -0.700633,0.47684 -1.052595,1.40674 -0.275397,0.7276 -0.500819,1.35268 -0.500938,1.38906 -5.29e-4,0.17893 0.631608,0.0266 1.278837,-0.30805 z m -28.00197,77.89647 c -4.620039,-0.96106 -18.415036,-3.77541 -19.107636,-3.89819 -1.293542,-0.22931 -1.37162,-0.68382 -0.347863,-2.02502 1.7061,-2.23511 1.745323,-4.9559 0.105314,-7.30531 -0.253953,-0.3638 -0.498661,-1.07818 -0.543795,-1.5875 l -0.08206,-0.92604 3.307292,-0.002 c 3.792894,-0.003 4.62115,-0.28488 5.645563,-1.92342 0.642708,-1.02801 1.296163,-3.18292 1.07413,-3.54217 -0.195509,-0.31634 -0.361198,-1.88781 -0.17993,-1.70654 0.08713,0.0871 0.288442,0.0576 0.447352,-0.0657 0.15891,-0.12326 0.860031,-0.36347 1.558046,-0.53379 1.103683,-0.26932 1.414092,-0.24462 2.38125,0.18947 1.27239,0.57109 3.494001,2.68839 5.687603,5.42055 0.830469,1.03436 1.688539,2.07607 1.906821,2.31492 0.569052,0.62266 1.34204,1.62705 3.447253,4.47921 1.020403,1.38244 2.013051,2.72347 2.205885,2.98005 0.192836,0.25657 0.569812,1.19049 0.837729,2.07535 0.418303,1.38156 0.44364,1.81614 0.179345,3.07617 -0.169275,0.80703 -0.498427,1.7583 -0.731449,2.11393 -0.945655,1.44326 -3.599082,1.73832 -7.790847,0.86635 z"
id="path1077"
inkscape:connector-curvature="0" />
<path
style="fill:#5e5e5d;stroke-width:0.26458335"
d="m 34.888755,255.93652 c -4.654395,-1.4882 -8.055206,-2.37967 -11.509375,-3.01701 -6.63224,-1.22374 -7.961412,-1.57717 -8.797397,-2.33927 -0.776616,-0.70798 -0.754066,-1.5195 0.115564,-4.15903 l 0.710877,-2.15768 -0.629428,-2.47372 c -0.494496,-1.94343 -0.575989,-2.68466 -0.380147,-3.45767 0.397914,-1.57062 1.126925,-1.9088 4.684752,-2.17323 3.609963,-0.26831 3.953994,-0.46716 5.257252,-3.03871 0.887472,-1.75114 1.415647,-1.77315 1.221525,-0.0509 -0.166815,1.47998 -0.942223,3.00286 -1.874753,3.68196 -0.661076,0.48142 -1.134902,0.54624 -3.992887,0.54624 -4.468551,0 -4.709433,0.22966 -3.341249,3.18563 1.667662,3.60299 1.640688,4.56687 -0.198633,7.09794 -1.559824,2.14645 -2.446161,1.79731 12.913066,5.08662 9.913366,2.12304 12.067501,2.377 13.806943,1.62775 1.515137,-0.65263 2.429198,-2.25187 2.554497,-4.46932 0.08872,-1.57019 0.0035,-2.02017 -0.626893,-3.30857 -1.278009,-2.61216 -7.786101,-10.9571 -11.23645,-14.40784 -2.72795,-2.72826 -3.591326,-3.12058 -5.735462,-2.60621 -1.844596,0.44251 -2.046582,0.23812 -2.046582,-2.07105 0,-1.94257 -0.258817,-1.33997 3.547234,-8.25891 0.760474,-1.38245 1.617389,-3.10885 1.904256,-3.83646 1.200526,-3.04498 2.799012,-5.634 5.250702,-8.50438 1.39882,-1.6377 3.546412,-4.25969 4.772427,-5.82664 l 2.22912,-2.849 -0.04187,-1.72874 c -0.02303,-0.95081 -0.171091,-4.05046 -0.329018,-6.88811 -0.420423,-7.55416 -0.375944,-9.90028 0.23282,-12.28052 1.249868,-4.88695 3.875588,-7.38278 8.960116,-8.51688 2.997919,-0.66869 8.983745,-0.40974 11.815459,0.51113 5.240623,1.70425 8.391597,4.85259 9.348745,9.34095 0.159256,0.74679 0.423643,3.00898 0.587529,5.02708 0.461859,5.68737 1.12472,9.15997 2.108724,11.04725 1.506217,2.88885 5.203965,8.1673 7.700815,10.99273 5.519158,6.24546 7.431127,9.86401 8.954551,16.94713 0.726236,3.37661 0.747082,5.69724 0.06321,7.03656 -1.055195,2.06653 -5.00217,5.26979 -7.788498,6.32094 -2.710542,1.02256 -5.574445,0.0132 -7.108984,-2.50554 -1.08426,-1.77966 -1.413721,-2.07182 -2.172726,-1.92672 -2.021084,0.38635 -2.557712,3.3674 -1.504916,8.36003 0.61286,2.90633 0.611772,2.79742 0.09315,9.33657 -0.113591,1.43225 -0.0483,2.07407 0.274505,2.6983 0.620014,1.19898 2.012416,2.14194 3.679037,2.49151 2.229128,0.46757 3.730189,0.01 7.054832,-2.15034 3.731972,-2.42507 4.815462,-2.93659 9.004819,-4.25119 1.964532,-0.61647 3.929063,-1.30033 4.365625,-1.51971 1.307041,-0.65679 2.248951,-1.69304 2.248951,-2.47419 0,-1.02312 -0.8453,-1.50205 -4.155149,-2.35425 -2.341124,-0.60277 -3.84819,-2.71646 -3.890026,-5.45583 -0.01569,-1.02807 0.110214,-1.77445 0.347824,-2.06173 0.49685,-0.60072 0.787312,-0.24974 0.970981,1.17331 0.252201,1.95403 1.324017,3.38284 3.693634,4.92387 3.917826,2.54789 4.215856,2.80809 4.308116,3.76132 0.0537,0.55473 -0.0818,1.05963 -0.3696,1.3777 -0.76148,0.84142 -4.453867,2.87517 -7.621781,4.19805 -3.489487,1.45715 -5.352648,2.554 -8.100659,4.76887 -3.094818,2.4944 -3.849558,2.78716 -7.14375,2.77108 -3.975135,-0.0194 -4.813351,-0.3209 -6.822663,-2.45401 l -1.66329,-1.76576 h -9.846086 c -11.548383,0 -11.799544,0.0433 -16.044935,2.76581 -2.364316,1.51621 -2.578621,1.59914 -4.101041,1.58694 -1.171636,-0.009 -2.716218,-0.36774 -5.707405,-1.32414 z m 14.404791,-4.54269 c 0.246399,-0.35179 0.411877,-1.14873 0.411877,-1.98362 0,-1.23465 -0.111538,-1.51903 -0.967333,-2.46629 -1.163224,-1.28755 -0.926171,-1.83659 0.448218,-1.03813 2.888747,1.67823 3.021814,1.7086 7.26599,1.65829 6.120866,-0.0726 9.066417,-1.02188 11.745411,-3.78539 1.4898,-1.53681 2.339687,-2.02708 2.768934,-1.59733 0.467849,0.4684 0.308739,2.58895 -0.355405,4.73662 -0.942094,3.0465 -0.805553,4.5137 0.421635,4.53067 0.665454,0.009 1.208561,-4.34244 1.495208,-11.98038 l 0.285933,-7.6188 0.890328,-0.78172 c 0.664943,-0.58383 1.155015,-0.78172 1.935906,-0.78172 0.946661,0 1.082514,-0.0884 1.436042,-0.93452 0.544304,-1.3027 2.066108,-1.96244 4.544306,-1.97009 1.036731,-0.003 2.391154,0.17279 3.009829,0.39107 0.618675,0.21828 1.318255,0.39628 1.554621,0.39556 0.61451,-0.002 -0.930567,-1.22511 -2.017642,-1.59735 -0.925425,-0.3169 -1.056211,-0.76095 -0.587335,-1.99419 0.568497,-1.49526 0.813678,-4.49733 0.519835,-6.36504 -0.467024,-2.96848 -2.539074,-6.78711 -5.26908,-9.71052 -1.067273,-1.14289 -2.667066,-2.27945 -2.667066,-1.8948 0,0.0804 0.692391,1.06574 1.538647,2.18961 3.794276,5.03898 5.004388,7.70085 5.265336,11.58209 0.171043,2.54403 -0.354703,4.71161 -1.37537,5.67048 -0.505868,0.47523 -1.053539,0.66008 -2.201776,0.74314 -2.195766,0.15883 -2.225688,0.0953 -2.444006,-5.18757 -0.212069,-5.1317 -0.460336,-5.99674 -2.7826,-9.69545 -1.872461,-2.98229 -2.455471,-4.13179 -2.945402,-5.80732 -0.583653,-1.99605 -1.807486,-4.28734 -3.411713,-6.3875 -1.746787,-2.28679 -1.918316,-3.02692 -1.288076,-5.55782 0.459473,-1.84515 0.461055,-1.97586 0.02969,-2.45251 -0.250608,-0.27692 -1.374614,-0.7756 -2.497794,-1.10817 -2.982899,-0.88324 -4.199782,-1.46335 -4.713124,-2.24681 -0.762378,-1.16353 -0.428847,-3.18642 0.663676,-4.02523 0.660572,-0.50717 2.688643,-0.40571 3.653848,0.1828 1.087721,0.66321 1.296377,1.52164 0.755619,3.10868 -0.401897,1.1795 -0.400357,1.28401 0.02349,1.59395 0.663646,0.48527 1.526574,0.40547 2.066448,-0.19108 0.393886,-0.43524 0.451795,-0.85456 0.345898,-2.50467 -0.141557,-2.20577 -0.934773,-4.10992 -2.062948,-4.95223 -0.888154,-0.6631 -3.536723,-1.08084 -4.761609,-0.75101 -1.959581,0.52766 -3.172823,2.60905 -3.172823,5.44318 0,1.49408 -0.06263,1.73257 -0.419078,1.59578 -0.230492,-0.0884 -1.226768,-0.23588 -2.213941,-0.32763 l -1.794865,-0.16681 -0.156326,-1.67407 c -0.174919,-1.87316 -0.952257,-3.6419 -1.799956,-4.09557 -1.414041,-0.75677 -3.453297,-0.21673 -4.397605,1.16459 -1.376932,2.01415 -0.266388,7.59535 1.38521,6.96158 0.743289,-0.28523 0.760855,-0.94511 0.04025,-1.51194 -0.882547,-0.69421 -1.350574,-2.33113 -0.930273,-3.25359 0.258853,-0.56812 1.387462,-1.22569 2.103684,-1.22569 0.518533,0 1.842418,1.44746 2.066647,2.25956 0.386014,1.39802 0.112443,1.87322 -1.918644,3.33276 -3.549233,2.55046 -4.088083,3.45253 -2.614581,4.37696 0.400182,0.25106 1.220991,0.89946 1.824019,1.44089 1.264576,1.13539 2.651712,1.45607 5.056764,1.16901 3.045183,-0.36346 9.155997,-2.18864 10.395239,-3.10486 0.718609,-0.53129 1.575541,-0.51156 1.575541,0.0363 0,0.50748 -1.211167,1.03829 -6.085417,2.66702 -4.879898,1.63061 -4.902642,1.63528 -7.474479,1.53265 -1.418829,-0.0566 -2.579688,-0.007 -2.579688,0.11069 0,0.11749 0.559091,0.56818 1.242425,1.00154 2.192137,1.39021 4.794309,1.02886 10.788085,-1.49809 2.248585,-0.94799 3.315324,-1.11676 3.315324,-0.52451 0,0.51352 -0.456123,0.83366 -2.049193,1.43825 -1.270717,0.48226 -3.06316,1.493 -6.934935,3.91053 -1.092579,0.68221 -1.735802,0.90108 -2.645834,0.90033 -1.56903,-0.001 -2.437307,-0.55687 -4.503383,-2.88158 -0.925875,-1.04178 -1.8024,-1.85447 -1.947834,-1.80599 -0.145433,0.0485 -0.41747,0.5302 -0.604525,1.07049 -0.187053,0.54029 -1.009393,2.16443 -1.827419,3.60918 -1.425895,2.51834 -1.494854,2.72848 -1.669674,5.08817 -0.175036,2.36256 -0.226907,2.52016 -1.292374,3.92665 -1.63354,2.15639 -3.720481,6.70545 -4.181419,9.11455 -0.214085,1.11893 -0.389245,3.07274 -0.389245,4.34181 0,1.57374 -0.119253,2.47049 -0.375049,2.82032 -0.365371,0.49967 -0.403927,0.49244 -1.493981,-0.28016 -1.609921,-1.14107 -2.09972,-2.22044 -2.09972,-4.62715 0,-1.09463 0.110752,-2.37641 0.246113,-2.8484 0.320579,-1.11779 -0.09234,-1.11676 -0.698643,0.002 -0.335077,0.61814 -0.465722,1.45497 -0.464701,2.97656 0.0012,1.77325 0.114796,2.33302 0.70023,3.4502 1.029095,1.96383 3.937707,4.44966 10.668043,9.11742 3.659333,2.53789 4.73772,3.48004 5.165575,4.51297 0.443383,1.07042 -0.109001,2.04059 -1.792084,3.14749 l -1.38901,0.9135 0.747551,0.80629 c 2.334427,2.51786 3.362468,4.46766 3.098234,5.87615 -0.19218,1.02441 0.163084,1.16075 0.769316,0.29523 z m 1.119727,-62.02773 c -0.343603,-0.3436 0.431446,-0.88389 1.242775,-0.86633 0.787469,0.017 0.7987,0.0318 0.232188,0.30501 -0.327422,0.15791 -0.595313,0.38798 -0.595313,0.51126 0,0.26467 -0.629237,0.30047 -0.87965,0.0501 z m 5.663444,-0.38085 c -0.464264,-0.18489 -0.560462,-0.33464 -0.350099,-0.545 0.364014,-0.36401 1.72647,-0.0503 1.587836,0.36556 -0.141743,0.42523 -0.492752,0.47612 -1.237737,0.17944 z m -19.774459,23.09346 c 0.754279,-0.79271 0.861806,-1.628 0.236378,-1.83625 -0.188238,-0.0627 -0.499692,0.28401 -0.712316,0.79289 -0.207804,0.49735 -0.563298,1.05819 -0.789985,1.24633 -0.22669,0.18813 -0.412163,0.51026 -0.412163,0.71585 0,0.4993 0.686253,0.12355 1.678086,-0.91882 z m 37.632409,-14.45368 c 0.214273,-0.85374 0.03679,-1.09062 -1.287597,-1.71854 -0.612437,-0.29037 -1.381411,-0.725 -1.708833,-0.96585 -0.56904,-0.41858 -0.595313,-0.41255 -0.595313,0.13667 0,2.05851 3.15317,4.29513 3.591743,2.54772 z M 49.864882,186.30259 c -0.193664,-0.96831 -0.770072,-1.66931 -1.169591,-1.42239 -0.296513,0.18325 0.72176,2.27291 1.109351,2.27656 0.12733,0.001 0.15444,-0.38317 0.06024,-0.85417 z m 13.913684,-0.22657 c -0.104584,-0.81161 -0.97859,-1.56291 -1.818169,-1.56291 -0.633418,0 -0.625488,0.024 0.293897,0.89114 0.519684,0.49012 0.94488,1.03583 0.94488,1.21267 0,0.17685 0.148828,0.27078 0.330729,0.20875 0.181901,-0.062 0.293799,-0.39938 0.248663,-0.74965 z m 0.435076,-10.40377 c 0.397986,-0.2058 1.165979,-0.45718 1.706655,-0.55861 0.540674,-0.10143 0.983044,-0.2761 0.983044,-0.38816 0,-0.41921 -1.884336,-1.62159 -2.415003,-1.54098 -0.387919,0.0589 -0.700633,0.47684 -1.052595,1.40674 -0.275397,0.7276 -0.500819,1.35268 -0.500938,1.38906 -5.29e-4,0.17893 0.631608,0.0266 1.278837,-0.30805 z"
id="path1075"
inkscape:connector-curvature="0" />
<path
style="fill:#020101;stroke-width:0.26458335"
d="m 38.733868,256.97456 c -0.577323,-0.1352 -2.839511,-0.82386 -5.027083,-1.53036 -4.748751,-1.53367 -7.401101,-2.20284 -11.650322,-2.93928 -5.132991,-0.88961 -6.64696,-1.29582 -7.387459,-1.98209 -0.843288,-0.78153 -0.845743,-1.11489 -0.0253,-3.43576 0.756172,-2.13905 0.825334,-3.49133 0.271874,-5.31576 -0.601885,-1.98406 -0.521803,-3.64094 0.21752,-4.50046 0.584024,-0.67897 0.779897,-0.72681 3.638021,-0.88853 3.905752,-0.221 4.321671,-0.45055 5.662309,-3.12508 1.254353,-2.50238 1.594343,-0.60036 0.356956,1.99695 -0.794585,1.66785 -1.470704,1.91101 -5.313697,1.91101 -2.188622,0 -3.372349,0.10483 -3.585014,0.3175 -0.522622,0.52262 -0.363928,1.63263 0.46939,3.28323 0.867893,1.71909 1.20835,3.34724 0.947897,4.53308 -0.09353,0.42585 -0.639897,1.39957 -1.21414,2.16382 -1.464988,1.94971 -1.280041,2.17805 2.450737,3.02567 5.308489,1.20607 17.742129,3.81664 19.824707,4.16241 4.044752,0.67154 6.42968,-0.62195 7.099978,-3.85076 0.593892,-2.86076 -0.198281,-4.57367 -4.925579,-10.65056 -3.754718,-4.82665 -5.416672,-6.7763 -7.328004,-8.59653 -2.462801,-2.34542 -3.346672,-2.61344 -6.303222,-1.91138 -0.670261,0.15915 -0.706945,0.1103 -0.884019,-1.17718 -0.281876,-2.04948 0.03005,-3.17573 1.667528,-6.02086 1.642721,-2.85423 2.468491,-4.48035 4.619051,-9.09591 1.192686,-2.55976 1.864381,-3.57635 4.195649,-6.35 1.526595,-1.81628 3.767301,-4.54993 4.979347,-6.07479 l 2.203717,-2.77246 -0.172661,-3.18066 c -0.09497,-1.74937 -0.244716,-6.03817 -0.33278,-9.53067 -0.134004,-5.31434 -0.09077,-6.6422 0.265102,-8.14158 1.042104,-4.39068 3.662593,-7.07302 8.103137,-8.29439 2.531134,-0.6962 8.901135,-0.63453 11.679643,0.11307 3.851302,1.03624 6.90778,3.08941 8.65694,5.81524 1.090875,1.69998 1.787351,4.84095 2.153957,9.71391 0.508524,6.75938 0.987452,8.5296 3.336296,12.33169 2.521326,4.08129 4.007437,6.11976 6.347849,8.70723 5.699427,6.30106 7.875726,10.63873 9.146567,18.23039 0.557919,3.33286 0.562682,3.51443 0.128318,4.89239 -0.779714,2.47354 -4.638419,5.88314 -7.992002,7.06183 -0.786368,0.27638 -1.700628,0.50185 -2.031685,0.50104 -2.046304,-0.005 -4.315405,-1.56104 -5.285278,-3.62436 -0.827458,-1.76034 -2.412788,-1.87824 -3.403703,-0.25314 -0.410348,0.67297 -0.508884,1.3271 -0.5046,3.34981 0.0029,1.38245 0.119919,2.98979 0.259979,3.57188 0.756833,3.14535 0.82101,4.41901 0.377238,7.48668 -0.530003,3.66374 -0.409967,4.61399 0.735002,5.8185 1.236649,1.30095 2.680391,1.89786 4.573606,1.89094 2.140337,-0.008 2.893754,-0.32727 6.746876,-2.86059 2.729841,-1.7948 3.769251,-2.31448 5.953125,-2.97642 5.141368,-1.55835 5.975083,-1.87343 7.214561,-2.72649 2.706903,-1.86302 1.946653,-3.36233 -2.209684,-4.35779 -1.889524,-0.45254 -2.908535,-1.1504 -3.568348,-2.44374 -0.681437,-1.33573 -0.970116,-3.86706 -0.533951,-4.68204 0.445506,-0.83244 0.816992,-0.70226 0.81869,0.28688 0.0041,2.37716 1.539052,4.33257 5.025607,6.40215 3.354239,1.99103 3.855119,2.9339 2.289039,4.30894 -1.14872,1.00859 -4.763647,2.96242 -7.448414,4.02579 -2.941741,1.16515 -4.648668,2.16216 -7.386487,4.31441 -3.844401,3.02216 -3.723153,2.97528 -7.694764,2.97528 -4.196816,0 -5.39682,-0.41901 -6.72387,-2.34782 -0.460195,-0.66887 -1.086657,-1.34989 -1.392139,-1.51338 -0.38413,-0.20558 -3.502153,-0.28965 -10.110331,-0.27263 -11.55785,0.0298 -12.25749,0.15421 -16.115674,2.86607 -2.355064,1.65533 -3.4954,1.92081 -5.866001,1.36566 z m 10.551161,-5.54216 c 0.453181,-0.53858 0.684977,-1.12941 0.684977,-1.74595 0,-1.13397 -0.684731,-2.6547 -1.357405,-3.01471 -0.572344,-0.30631 -0.666509,-1.03987 -0.133485,-1.03987 0.198657,0 0.666584,0.24022 1.039839,0.53382 1.646418,1.29507 2.77521,1.57141 6.404177,1.5678 6.339896,-0.006 9.180055,-0.88825 12.301601,-3.81998 1.120506,-1.05238 2.052776,-1.72221 2.32508,-1.67057 0.695071,0.13181 0.726821,2.0618 0.06593,4.00772 -0.304509,0.89659 -0.622956,2.28501 -0.70766,3.08537 -0.133842,1.26469 -0.07974,1.52217 0.413237,1.96669 0.490858,0.44261 0.615839,0.46042 0.928135,0.13229 0.740235,-0.77776 1.274064,-5.44737 1.410382,-12.33713 0.115404,-5.83277 0.192114,-6.7653 0.613519,-7.45824 0.468442,-0.77029 1.758363,-1.34761 3.022693,-1.35285 0.339108,-0.001 0.719225,-0.35721 1.058333,-0.99066 0.664911,-1.24203 1.613382,-1.70004 3.852299,-1.86024 1.622568,-0.11609 2.606263,0.0694 4.945097,0.93261 0.181902,0.0671 0.330518,-0.0395 0.330256,-0.23697 -5.29e-4,-0.34744 -1.739456,-1.56098 -2.738956,-1.91136 -0.317259,-0.11121 -0.432536,-0.32292 -0.326417,-0.59946 1.150205,-2.99739 1.190403,-7.36367 0.09281,-10.08105 -1.38256,-3.42287 -4.865164,-8.10285 -6.548639,-8.80017 -0.44772,-0.18545 -0.88386,-0.26737 -0.969196,-0.18203 -0.08534,0.0853 0.38027,0.78597 1.034683,1.55697 3.77826,4.45136 5.800143,8.9188 5.843363,12.91118 0.04268,3.94266 -1.024345,5.55625 -3.674203,5.55625 -1.089491,0 -1.482434,-0.10916 -1.666664,-0.46302 -0.132582,-0.25466 -0.306572,-2.24896 -0.386641,-4.43177 -0.18969,-5.17132 -0.474276,-6.06529 -3.423827,-10.75521 -0.79161,-1.2587 -1.834515,-3.40183 -2.317563,-4.7625 -1.01039,-2.84613 -2.201325,-5.02742 -3.743198,-6.856 -1.218533,-1.4451 -1.546767,-2.54101 -1.22338,-4.08462 0.472932,-2.25742 0.536183,-3.30458 0.22244,-3.68262 -0.173267,-0.20877 -1.666497,-0.80523 -3.318288,-1.32546 -2.442882,-0.76938 -3.136164,-1.10383 -3.715583,-1.79243 -0.584425,-0.69455 -0.68788,-1.02884 -0.576165,-1.86175 0.195694,-1.459 0.815266,-2.26353 1.899867,-2.467 1.154234,-0.21653 1.964823,-0.0213 2.871169,0.69167 0.782005,0.61513 0.92076,1.66831 0.412054,3.12759 -0.375642,1.07757 0.03306,1.62146 1.218435,1.62146 1.077601,0 1.410701,-0.39517 1.619949,-1.92181 0.217988,-1.59039 -0.680276,-4.60357 -1.696765,-5.69173 -1.278348,-1.36847 -4.946867,-1.78757 -6.535545,-0.74663 -0.351491,0.23031 -0.965592,0.9759 -1.364668,1.65687 -0.590502,1.00762 -0.728255,1.57055 -0.739905,3.02365 l -0.01431,1.78552 -1.852083,-0.13329 c -2.554796,-0.18387 -2.513333,-0.15745 -2.515018,-1.6023 -0.0021,-1.81443 -0.411187,-3.03883 -1.299655,-3.89004 -1.524344,-1.46041 -3.994695,-1.07561 -5.232932,0.81512 -0.56723,0.86614 -0.634328,3.89221 -0.120086,5.41587 0.589203,1.74576 1.888429,2.28477 2.309484,0.95814 0.11943,-0.37629 0.0087,-0.67748 -0.355835,-0.96775 -1.250035,-0.99538 -1.54627,-3.13578 -0.532294,-3.846 1.690317,-1.18394 3.92168,0.54963 3.601077,2.79772 -0.05725,0.40142 -0.690023,1.05842 -1.807866,1.87709 -3.530963,2.58594 -4.206124,3.47582 -3.25468,4.28977 0.262104,0.22422 1.019543,0.87952 1.683195,1.45622 1.538229,1.3367 2.26495,1.60274 4.377989,1.60274 3.116861,0 10.641106,-2.01312 11.882242,-3.1791 0.625923,-0.58803 1.186255,-0.52656 1.186255,0.13013 0,0.3836 -0.187532,0.46197 -6.085417,2.54316 -3.770313,1.33043 -3.890061,1.35391 -6.945313,1.3614 -1.70987,0.004 -3.108855,0.0856 -3.108855,0.18091 0,0.0953 0.671431,0.61547 1.492068,1.1559 2.353281,1.54976 3.47849,1.42801 9.699729,-1.04949 3.68224,-1.46639 4.972714,-1.66455 4.025768,-0.61819 -0.255686,0.28253 -0.89697,0.65349 -1.425078,0.82436 -1.525014,0.49341 -3.201493,1.40243 -5.834349,3.16352 -2.180246,1.45834 -2.60105,1.64159 -3.838519,1.67151 -1.862236,0.045 -2.535907,-0.37003 -4.547892,-2.80195 -0.937009,-1.13259 -1.86935,-2.05924 -2.071875,-2.05924 -0.202526,0 -0.45121,0.38695 -0.552638,0.85989 -0.101426,0.47295 -0.90601,2.15924 -1.787962,3.74731 -1.516118,2.72998 -1.619015,3.02934 -1.887133,5.49034 -0.231788,2.12754 -0.406715,2.75992 -0.957799,3.46259 -1.661933,2.11904 -3.629896,6.08941 -4.360432,8.79716 -0.235564,0.87313 -0.508823,3.01493 -0.60724,4.75957 -0.152133,2.69683 -0.24675,3.18503 -0.631534,3.25854 -0.719958,0.13755 -2.789597,-2.11035 -3.006244,-3.26517 -0.186481,-0.99403 -0.0052,-3.99041 0.307539,-5.08367 0.317571,-1.11009 -0.43602,-0.62767 -0.995597,0.63735 -0.807471,1.82542 -0.608049,5.02255 0.422933,6.78045 1.056201,1.8009 4.69819,4.76692 12.18908,9.92672 3.98998,2.74833 4.482732,4.18803 2.064644,6.03237 -0.609087,0.46457 -1.262923,0.89918 -1.45297,0.96581 -0.239943,0.0841 -0.08213,0.43602 0.516408,1.15147 0.474073,0.56667 1.346103,1.74469 1.937846,2.61781 0.984938,1.45329 1.066805,1.70494 0.968364,2.97657 -0.05914,0.76398 -0.01902,1.38906 0.08915,1.38906 0.108178,0 0.504926,-0.36632 0.881666,-0.81405 z m 1.338805,-62.16913 c -0.225605,-0.36504 0.320339,-0.77158 1.043916,-0.77736 0.278914,-0.002 0.457507,0.027 0.396875,0.0649 -0.06063,0.0379 -0.366315,0.28381 -0.679288,0.5464 -0.412742,0.34629 -0.621909,0.3919 -0.761503,0.16604 z m 5.167006,-0.51682 c -0.301165,-0.19463 -0.1895,-0.25746 0.463021,-0.26054 0.472943,-0.002 0.859896,0.11501 0.859896,0.26054 0,0.33607 -0.802881,0.33607 -1.322917,0 z m -19.916057,23.91697 c 1.350386,-1.02999 1.709587,-2.48572 0.61335,-2.48572 -0.280379,0 -0.644708,0.4081 -0.930892,1.04275 -0.258617,0.57351 -0.633889,1.10555 -0.833932,1.18232 -0.440288,0.16895 -0.487942,0.94993 -0.05797,0.94993 0.168164,0 0.712414,-0.31018 1.209439,-0.68928 z m 38.172406,-14.92138 c 0.347258,-0.83835 0.04427,-1.58726 -0.642152,-1.58726 -0.171974,0 -0.875905,-0.35719 -1.564293,-0.79375 -1.492594,-0.94658 -1.762403,-0.97946 -1.762403,-0.21481 0,1.15554 2.068386,3.32984 3.209047,3.37337 0.238347,0.009 0.577895,-0.33839 0.759801,-0.77755 z M 50.116504,187.13596 c 0.226557,-0.36658 -0.627018,-2.28298 -1.097222,-2.46342 -0.663893,-0.25476 -0.692608,0.40311 -0.06891,1.57878 0.642358,1.21086 0.86169,1.37724 1.166136,0.88464 z m 13.780966,-0.37448 c 0.407974,-1.06316 -0.82686,-2.51295 -2.140365,-2.51295 -0.608783,0 -0.49665,0.73059 0.143306,0.93371 0.304326,0.0966 0.722643,0.58086 0.929592,1.07616 0.400336,0.95814 0.817417,1.1547 1.067467,0.50308 z m 0.624621,-11.11191 c 0.363802,-0.20797 0.981853,-0.38234 1.373446,-0.3875 1.322563,-0.0174 1.259557,-0.84189 -0.137191,-1.79531 -1.153346,-0.78728 -1.716561,-0.75107 -2.058009,0.13229 -0.154681,0.40018 -0.439031,1.04593 -0.631886,1.43501 -0.531886,1.07304 0.148963,1.36133 1.45364,0.61551 z"
id="path1073"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>
img/download/windows.png

5.61 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="151mm"
height="151mm"
viewBox="0 0 151 151"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="windows.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="45.141809"
inkscape:cy="325.92194"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="703"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-146)">
<path
style="fill:#000000;stroke-width:0.26458335"
d=""
id="path72"
inkscape:connector-curvature="0" />
<path
style="fill:#0177d6;fill-opacity:1;stroke-width:0.46454021"
d="m 115.37955,269.41234 c -3.9602,-0.58881 -12.74002,-1.82575 -19.51069,-2.74878 -16.032542,-2.18567 -24.224176,-3.40442 -24.458708,-3.63895 -0.10394,-0.10394 -0.193025,-8.94528 -0.197955,-19.64742 l -0.009,-19.45844 26.501293,-0.11992 26.50128,-0.11992 v 23.4631 c 0,22.05936 -0.0486,23.45942 -0.81295,23.40201 -0.44712,-0.0335 -4.05311,-0.54283 -8.01331,-1.13163 z m -55.977098,-7.86159 c -4.087953,-0.58852 -13.129068,-1.85617 -20.091365,-2.817 l -12.658721,-1.74698 v -16.65014 -16.65017 h 20.207501 20.207498 v 19.51069 c 0,10.73089 -0.05225,19.49111 -0.116142,19.46716 -0.06387,-0.0239 -3.460823,-0.52505 -7.548778,-1.11356 z m -32.639818,-58.18683 0.122007,-16.60622 5.342211,-0.76467 c 2.938218,-0.42058 8.791424,-1.23078 13.007127,-1.80045 4.215703,-0.56968 10.85282,-1.5013 14.749151,-2.07025 l 7.084239,-1.03446 v 19.44114 19.44114 H 46.853999 26.640631 Z m 44.485552,16.49009 c -1.9e-5,-0.0639 -0.0158,-8.86265 -0.03525,-19.55286 -0.01937,-10.69019 0.04335,-19.51525 0.139318,-19.61124 0.159966,-0.15995 21.552794,-3.23164 41.936876,-6.02146 4.59895,-0.62943 8.9366,-1.24549 9.63921,-1.36902 l 1.27749,-0.22461 v 23.44766 23.44767 H 97.72702 c -14.563336,0 -26.478811,-0.0523 -26.478834,-0.11605 z"
id="path911"
inkscape:connector-curvature="0" />
</g>
</svg>
img/download/yunohost.png

15.8 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="151mm"
height="151mm"
viewBox="0 0 151 151"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="yunohost.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="-43.025332"
inkscape:cy="169.2545"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="703"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-146)">
<path
style="fill:#000000;stroke-width:0.26458335"
d=""
id="path72"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke-width:0.29804462"
d="m 29.811985,281.19475 c -2.126207,-1.05953 -3.928342,-3.11891 -5.608085,-6.4086 -1.236479,-2.42158 -1.87193,-3.24226 -4.508226,-5.82235 -3.367239,-3.29545 -4.260956,-4.77258 -4.271488,-7.05995 -0.01014,-2.22405 1.121827,-3.23257 5.060207,-4.5079 l 3.129474,-1.01338 0.189516,-8.60013 c 0.198642,-9.01375 0.499229,-11.27267 1.719464,-12.92176 1.183163,-1.59899 5.261257,-0.54828 7.351948,1.89423 2.34428,2.73876 2.957777,5.43223 2.664174,11.69677 -0.243925,5.20477 -0.09586,6.37799 0.804692,6.37799 0.987946,0 3.049946,-2.33366 3.818568,-4.32165 0.66108,-1.70982 0.688599,-2.09678 0.627319,-8.82095 -0.05925,-6.50491 -0.01712,-7.15821 0.561825,-8.70557 1.044575,-2.79189 1.377558,-3.04835 3.869632,-2.98027 4.377532,0.11957 6.446898,1.52667 7.155435,4.86547 0.417684,1.96823 0.376781,2.28205 -1.106642,8.48826 -1.488885,6.2291 -1.48135,9.24366 0.03898,15.59436 1.319217,5.51054 1.7524,8.80942 1.615973,12.3064 -0.128553,3.29549 -0.493122,3.82358 -2.159021,3.12753 -1.673886,-0.69939 -4.2089,-2.83644 -7.278592,-6.13594 -1.527953,-1.64235 -3.014788,-2.98608 -3.304088,-2.98608 -0.289289,0 -1.156849,0.4915 -1.927905,1.09223 -0.771055,0.60072 -2.033679,1.25313 -2.805828,1.4498 l -1.403894,0.35757 v 6.0849 c 0,5.32181 -0.06624,6.18654 -0.528448,6.89544 -0.67783,1.03968 -1.696585,1.05442 -3.704998,0.0537 z m 59.480923,-11.4986 c -3.408244,-3.62391 -5.523249,-10.02669 -4.727399,-14.3113 0.369439,-1.98897 1.237761,-2.87598 2.202109,-2.24953 0.345284,0.2243 1.05953,1.05824 1.587215,1.85321 1.426019,2.14831 1.994015,2.63233 2.839882,2.42005 1.02041,-0.25612 1.838164,-2.16969 1.648039,-3.85649 -0.199908,-1.77357 -1.507016,-3.70067 -6.006783,-8.85594 -4.762808,-5.45664 -5.08217,-6.07711 -4.884512,-9.49017 0.175607,-3.03237 0.858041,-4.72217 2.762497,-6.84039 1.812114,-2.0155 3.631831,-2.8537 6.498919,-2.99353 2.127807,-0.10374 2.490339,-0.0332 4.230333,0.82338 2.903758,1.42952 4.897252,4.37022 4.910592,7.24385 0.007,1.57529 0.0911,1.52263 -2.9739,1.86826 -2.91674,0.32891 -3.505859,1.20837 -2.497538,3.72841 0.929419,2.32285 1.947945,2.20958 3.23945,-0.36024 0.95429,-1.89884 2.733978,-3.13337 4.840538,-3.35779 2.78315,-0.29648 3.44101,-0.54885 4.02143,-1.54267 0.29588,-0.50661 1.01428,-3.25263 1.59645,-6.10227 1.14489,-5.60401 1.90515,-7.4994 3.07488,-7.66588 2.88536,-0.41063 6.42413,2.94988 7.02779,6.67381 0.45651,2.81605 -0.0688,2.55041 4.60267,2.32741 3.49542,-0.16685 4.38065,-0.11704 5.72306,0.32204 2.07839,0.6798 3.66274,1.96647 4.74507,3.85356 1.06914,1.86404 1.10191,2.75947 0.15229,4.15882 -1.66753,2.45725 -4.3987,4.14516 -9.70202,5.99607 -1.72121,0.60072 -3.90924,1.37261 -4.8623,1.71531 l -1.73282,0.6231 0.16468,1.81931 c 0.0905,1.00062 0.38365,4.22619 0.65127,7.16793 0.58185,6.396 0.46654,8.18396 -0.67678,10.49365 -1.48498,2.99994 -3.32555,3.25187 -6.02518,0.82467 -2.80151,-2.5188 -3.8976,-6.04571 -3.90616,-12.56884 -0.006,-4.44002 0.20056,-4.12928 -2.49695,-3.75955 l -1.3828,0.18954 v 5.71283 c 0,5.59655 -0.0163,5.74588 -0.8001,7.33609 -0.45756,0.92833 -1.71999,2.54919 -2.94883,3.78608 -2.666486,2.684 -4.67232,3.68606 -7.77728,3.88532 -2.152395,0.13814 -2.178203,0.13096 -3.117812,-0.86811 z m -23.830811,-0.33537 c -2.571129,-0.89722 -5.780468,-3.09656 -8.612566,-5.90214 -3.2862,-3.25543 -3.686343,-4.22472 -3.829303,-9.27601 -0.245346,-8.66873 2.040224,-15.8942 6.072989,-19.19875 1.346918,-1.1037 3.453345,-1.91146 4.984553,-1.91146 3.653427,0 12.293021,4.45155 14.658437,7.55277 1.867375,2.44827 1.799542,13.68897 -0.120112,19.90408 -1.171914,3.79421 -3.802709,6.9234 -7.154966,8.51041 -2.265553,1.07255 -3.6355,1.14587 -5.999032,0.3211 z m 1.445427,-13.68469 c 2.030848,-1.25514 2.997998,-5.04943 1.912549,-7.50327 -0.493628,-1.11592 -0.760894,-1.39037 -1.354023,-1.39037 -0.944871,0 -2.442194,1.25755 -3.150539,2.64602 -0.635542,1.24577 -1.069739,4.60378 -0.77109,5.96351 0.181451,0.82614 0.319928,0.92791 1.262613,0.92791 0.582338,0 1.527558,-0.2897 2.10049,-0.6438 z M 33.300317,221.71073 c -2.53748,-1.00885 -5.343928,-5.78638 -6.426858,-10.94069 -0.605623,-2.88252 -0.616888,-7.27076 -0.02625,-10.23833 0.726413,-3.6499 0.508509,-4.08886 -4.416058,-8.8956 -2.830915,-2.76317 -3.182113,-3.45178 -3.872143,-7.59203 -0.737802,-4.42685 -1.651132,-11.98706 -1.651132,-13.66736 0,-3.47727 1.570286,-6.1526 3.611276,-6.1526 1.211427,0 2.88502,0.91786 4.165644,2.28458 2.351232,2.50932 2.736968,3.49082 4.256054,10.82937 1.295731,6.25958 1.411577,6.55698 2.553894,6.55698 1.156263,0 2.573123,-1.40426 4.162253,-4.12522 1.297939,-2.22239 2.986784,-3.92198 3.897162,-3.92198 0.867695,0 4.094722,2.84149 4.802402,4.22865 0.512295,1.00418 0.607369,1.64051 0.521735,3.4919 -0.134692,2.91215 -0.883736,4.46046 -4.586628,9.48072 l -2.810863,3.81087 -0.0046,4.66236 c -0.0046,5.33306 -0.558817,11.19857 -1.671892,17.69098 -0.257713,1.50323 -0.919163,2.83716 -1.394645,2.81253 -0.200692,-0.0101 -0.700201,-0.15219 -1.110011,-0.31513 z m 21.332156,-5.6741 c -3.79801,-2.0025 -6.44237,-6.97974 -7.977577,-15.01548 -1.285355,-6.72791 -0.741147,-23.60268 0.811396,-25.15964 1.010204,-1.01308 5.219589,2.16613 6.605898,4.98918 l 0.836358,1.70316 0.172462,8.04721 c 0.09484,4.42596 0.276863,8.2819 0.404447,8.56877 0.482816,1.08558 1.401618,0.44432 2.502673,-1.74667 1.021797,-2.03328 2.373682,-7.02884 3.489865,-12.89587 1.964041,-10.32361 1.923229,-10.16966 2.696055,-10.16966 1.045846,0 4.095149,2.98335 4.855231,4.75019 1.70047,3.95284 1.319179,14.98308 -0.855404,24.74571 -1.46879,6.59398 -3.691964,10.32626 -7.214113,12.11106 -1.850742,0.93784 -4.625255,0.96943 -6.327291,0.0721 z m 20.858812,-2.36357 c -2.848603,-1.90526 -3.45617,-2.78846 -3.115393,-4.52876 0.727188,-3.71362 1.192108,-9.93868 1.462425,-19.58119 0.33328,-11.88856 0.577897,-14.53601 1.399099,-15.14233 1.098912,-0.81136 3.947228,0.28053 5.794888,2.22143 1.677303,1.76197 3.502989,4.54775 3.860542,5.89076 0.553796,2.08011 3.636504,7.91084 3.924153,7.42224 0.0804,-0.13656 0.236779,-1.58949 0.347511,-3.22873 0.484102,-7.16662 1.103621,-13.91268 1.509522,-16.43749 0.411163,-2.55755 1.699048,-6.78672 2.243859,-7.36842 0.134125,-0.14321 1.109521,0.59445 2.167541,1.63924 1.413224,1.39557 2.111267,2.37414 2.630648,3.6879 l 0.706979,1.78826 0.02047,14.30615 c 0.01193,8.37511 0.176877,16.46787 0.39778,19.52043 0.460456,6.36298 0.295343,8.1261 -0.870139,9.29158 -0.712126,0.71212 -1.087541,0.84343 -2.411503,0.84343 -2.331855,0 -3.652155,-0.8104 -7.283655,-4.47074 -1.788933,-1.80313 -3.486645,-3.27842 -3.772694,-3.27842 -0.655775,0 -1.147501,0.96397 -2.161925,4.23822 -1.111564,3.58778 -1.786629,4.52958 -3.3283,4.64344 -1.036951,0.0765 -1.540155,-0.1316 -3.521779,-1.457 z m 36.194815,-5.22387 c -2.81928,-0.5858 -5.33044,-1.97828 -7.48797,-4.15219 -2.22745,-2.24433 -3.50023,-4.54083 -3.82523,-6.90185 -0.875195,-6.35825 3.23149,-22.30676 6.78647,-26.35566 1.00976,-1.15006 4.17054,-2.80984 6.97842,-3.6645 2.07368,-0.63118 3.01346,-0.399 5.03495,1.24399 1.99697,1.62307 3.46468,3.75557 4.15974,6.04392 0.57628,1.89732 0.58402,2.1012 0.14414,3.79878 -0.63302,2.44293 -0.59913,2.99934 0.43178,7.09075 0.49314,1.95712 0.98109,4.32409 1.08435,5.25994 0.43257,3.92092 -2.20405,11.66174 -5.14072,15.09258 -1.1044,1.29025 -3.49447,2.5848 -5.18549,2.80867 -0.57374,0.0759 -1.91494,-0.0431 -2.98044,-0.26443 z m 1.70145,-15.68731 c 1.9676,-2.15187 3.68304,-9.00002 2.44993,-9.78039 -1.48177,-0.93773 -3.95076,1.11926 -4.99566,4.16202 -0.58768,1.71134 -0.4464,4.59314 0.2698,5.50366 0.75669,0.96196 1.46842,0.99783 2.27593,0.11471 z"
id="path983"
inkscape:connector-curvature="0" />
</g>
</svg>
<?php <?php
textdomain('download');
$pageTitle = _('Télécharger et installer'); $pageTitle = _('Télécharger et installer');
$pageDescription = _("Site officiel de Cesium. Télécharger la dernière version pour Linux, Windows, Mac, Android et iPhone."); $pageDescription = _("Site officiel de Cesium. Télécharger la dernière version pour Linux, Windows, Mac, Android et iPhone.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment