Skip to content
Snippets Groups Projects
Commit 5d2932ac authored by rohieb's avatar rohieb
Browse files

brand: integrate opening status in fancy Stratum 0 logo

The template is now only one template because we need to change the
heading on the outer template, but that is negligible. renderStatus()
has therefore been slacked down a lot.
parent 9288017b
No related branches found
No related tags found
1 merge request!6brand: integrate opening status in fancy Stratum 0 logo
......@@ -2,27 +2,16 @@ var httpreq = require('httpreq');
var Mustache = require('mustache');
var URL = 'https://stratum0.org/status/status.json';
var TEMPLATES = {};
var TEMPLATE = "";
require('fs').readFile('modules/brand/template.mustache', 'utf-8', function (err, data) {
TEMPLATES.template = data;
});
require('fs').readFile('modules/brand/status.mustache', 'utf-8', function (err, data) {
TEMPLATES.status = data;
TEMPLATE = data;
});
var status = {};
function renderStatus(sock, everything) {
var sendInner = function () {
status.random = ''+Math.random();
sock.emit('brand.status', Mustache.render(TEMPLATES.status, status));
}
if (everything) {
sock.emit('brand', Mustache.render(TEMPLATES.template, {}));
setTimeout(sendInner, 3000);
} else {
sendInner();
}
function renderStatus(sock) {
status.random = ''+Math.random();
sock.emit('brand', Mustache.render(TEMPLATE, status));
}
function fetchStatus(cb) {
......@@ -35,6 +24,7 @@ function fetchStatus(cb) {
cb(state);
} catch (e) {
console.log('brand: fetchStatus: ' + e);
cb({ lastchange: null });
}
});
}
......@@ -52,12 +42,11 @@ module.exports = function (io) {
}
if (firstTime && status) {
io.on('connection', function (sock) {
renderStatus(sock, true);
renderStatus(sock);
});
renderStatus(io, true);
firstTime = false;
} else {
renderStatus(io, false);
renderStatus(io);
}
});
}
......
Space is {{#open}}<span class="open">open</span> on <span class="person">{{trigger_person}}</span>{{/open}}
{{^open}}<span class="closed">closed</span>{{/open}}
<br>since {{since}}
<br>
<img style="width: 470px; height: 310px" src="http://maurudor.de/?rasd={{random}}"></img>
<img src="/modules/brand/stratum0_logo.svg"><br>
<h3 data-infodisplay-outlet="status"></h3>
{{#lastchange}}
{{#open}}
<img src="/modules/brand/stratum0_logo_open.svg" alt="Stratum 0 Logo – space is open"><br>
<h3>Space is <span class="open">open</span> on <span class="person">{{trigger_person}}</span>
{{/open}}
{{^open}}
<img src="/modules/brand/stratum0_logo_closed.svg" alt="Stratum 0 Logo – space is closed"><br>
<h3>Space is <span class="closed">closed</span>
{{/open}}
<br>since {{since}}</h3>
<br>
{{/lastchange}}
{{^lastchange}}
<img src="/modules/brand/stratum0_logo.svg" alt="Stratum 0 Logo – no SpaceAPI connection :-(" ><br>
{{! -- prevent flickering -- }}
<h3>{{! status }}&nbsp;<br>{{! since }}&nbsp;</h3><br>
{{/lastchange}}
<img style="width: 470px; height: 310px" src="http://maurudor.de/?rasd={{random}}"></img>
This diff is collapsed.
<?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:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="470"
height="108.42064"
id="svg3269">
<defs
id="defs3271">
<linearGradient
id="linearGradient18461">
<stop
id="stop18457"
offset="0"
style="stop-color:#dc322f;stop-opacity:1" />
<stop
id="stop18459"
offset="1"
style="stop-color:#9e1d1b;stop-opacity:1" />
</linearGradient>
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,0.19041417,-0.19041417,0,298.27934,253.15736)"
r="284.69783"
fy="1281.7788"
fx="-1044.8134"
cy="1281.7788"
cx="-1044.8134"
id="radialGradient18463"
xlink:href="#linearGradient18461" />
</defs>
<metadata
id="metadata3274">
<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
id="g22848">
<path
d="m 54.210494,108.42059 a 54.210501,54.210501 0 1 1 0,-108.4210016537 54.210501,54.210501 0 1 1 0,108.4210016537 z"
id="path3348"
style="fill:url(#radialGradient18463);fill-opacity:1;stroke:none;stroke-width:0.19041418" />
<path
d="m 70.129057,50.563374 c 2.109233,-1.70397 4.528156,-3.023407 7.102727,-3.874251 -1.178228,2.743881 -1.786691,5.730898 -1.775676,8.717021 0.01083,2.93232 0.618691,5.861149 1.77569,8.55557 -2.817655,-0.318244 -5.538444,-1.451926 -7.748431,-3.228542 -1.683077,-1.353052 -3.069882,-3.072644 -4.035652,-5.004174 1.281002,-1.949972 2.866488,-3.699463 4.681342,-5.165624 z m -44.773176,2.572943 c -0.14453,3.518856 0.432888,7.065821 1.686066,10.357162 l 8.429034,-9.634064 -8.370004,-9.091886 c -1.035408,2.668684 -1.627623,5.50871 -1.745096,8.368788 z m 19.106415,5.068852 c -3.242638,2.985092 -6.649464,5.903224 -10.671943,7.704682 -3.113907,1.394544 -6.543414,2.078836 -9.954072,1.986138 -2.021073,-4.39396 -3.054372,-9.238923 -3.001841,-14.075112 0.052,-4.787491 1.167677,-9.560568 3.243228,-13.87508 3.711714,-0.341519 7.486974,0.02104 11.065885,1.062559 2.411685,0.701883 4.725708,1.705806 6.97896,2.815632 2.01965,0.994747 3.996366,2.076687 5.922798,3.241746 -1.01159,-3.041132 -2.78446,-5.825789 -5.111849,-8.029192 -1.66587,-1.577121 -3.602154,-2.852603 -5.648879,-3.888664 -4.718927,-2.38871 -10.107559,-3.513261 -15.367971,-2.963518 -1.298945,0.135757 -2.587426,0.371463 -3.850309,0.704344 -3.634932,6.679587 -5.534298,14.294212 -5.462302,21.898453 0.06931,7.32073 1.962903,14.61729 5.462302,21.047833 6.356501,1.153153 13.055613,0.340758 18.95223,-2.298339 4.840988,-2.166611 9.081238,-5.497654 12.888958,-9.189642 2.574925,-2.496671 4.972801,-5.168622 7.470296,-7.742728 2.12932,-2.19463 4.331197,-4.318271 6.580923,-6.389319 3.242637,-2.985093 6.649468,-5.903179 10.671942,-7.704637 3.113908,-1.394545 6.543414,-2.078836 9.954072,-1.986138 2.021068,4.39396 3.054363,9.238878 3.001842,14.075067 -0.05199,4.787535 -1.167674,9.560613 -3.243233,13.875124 -3.711714,0.341519 -7.486974,-0.02104 -11.065885,-1.062559 -2.41168,-0.701882 -4.725708,-1.705805 -6.978956,-2.815631 -2.019654,-0.994747 -3.99637,-2.076687 -5.922798,-3.241791 1.011568,3.041132 2.784438,5.825834 5.111849,8.029237 1.665871,1.57712 3.602155,2.852603 5.64888,3.888619 4.718936,2.388665 10.107554,3.513217 15.367966,2.963518 1.298941,-0.135757 2.587431,-0.371419 3.850313,-0.704299 3.634937,-6.679632 5.534308,-14.294213 5.462302,-21.898498 -0.06932,-7.320686 -1.962912,-14.617246 -5.462302,-21.047788 -6.356496,-1.153198 -13.055617,-0.340803 -18.952234,2.298294 -4.840988,2.166655 -9.081224,5.497699 -12.888953,9.189687 -2.574921,2.496626 -4.972811,5.168577 -7.470301,7.742683 -2.129325,2.19463 -4.331197,4.318271 -6.580918,6.389319 z"
id="path3332"
style="fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44760054" />
</g>
<g
id="g22886">
<path
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
id="path3531"
d="m 153.65104,15.839897 c 5.30888,0 9.01115,0.523919 11.1068,1.571757 2.09559,1.047838 3.1434,2.479732 3.14343,4.296006 -3e-5,0.978069 -0.2096,2.060792 -0.62868,3.248169 -0.41916,1.117608 -1.1177,2.235215 -2.09562,3.352823 -0.55887,-0.418941 -1.71146,-0.87309 -3.45778,-1.362125 -1.74638,-0.488711 -3.63244,-0.733228 -5.65819,-0.733228 -2.58462,0 -4.61038,0.453826 -6.0773,1.362125 -1.46695,0.838206 -2.20042,2.165446 -2.20041,3.98172 -1e-5,1.606642 0.27941,3.108306 0.83826,4.505316 0.55881,1.327563 1.53677,2.934205 2.93387,4.819925 l 10.05899,12.888343 c 1.25734,1.606642 2.27022,3.143191 3.03865,4.610294 0.83822,1.39701 1.50183,2.794019 1.99084,4.191352 0.48895,1.32724 0.80329,2.689365 0.94303,4.086374 0.20954,1.32724 0.31432,2.72425 0.31435,4.191029 -3e-5,2.65448 -0.27946,5.204306 -0.83824,7.649153 -0.55887,2.444848 -1.57175,4.610294 -3.03866,6.496338 -1.39711,1.886044 -3.35302,3.422916 -5.86774,4.610616 -2.44492,1.117608 -5.55342,1.676412 -9.32552,1.676412 -4.75009,0 -8.24279,-0.698667 -10.47812,-2.095676 -2.16548,-1.46678 -3.24822,-3.108629 -3.24821,-4.92458 -1e-5,-1.187701 0.20956,-2.549826 0.62868,-4.086698 0.41913,-1.536549 1.08274,-3.003652 1.99084,-4.400661 1.11766,0.978068 2.54967,1.816274 4.29603,2.514617 1.74634,0.628897 3.56255,0.943184 5.44862,0.943184 2.93385,0 4.9247,-0.733552 5.97253,-2.200331 1.11764,-1.467102 1.67647,-3.422916 1.6765,-5.867764 -3e-5,-1.816274 -0.3493,-3.492685 -1.04782,-5.029558 -0.6287,-1.606641 -1.85115,-3.632548 -3.66734,-6.077395 l -9.53508,-12.783366 c -1.18753,-1.606642 -2.16548,-3.073421 -2.93387,-4.400661 -0.7684,-1.39701 -1.36216,-2.72425 -1.78128,-3.98172 -0.41913,-1.25747 -0.73347,-2.444848 -0.94303,-3.562455 C 135.06987,34.211624 135,33.058808 135,31.871431 c 0,-4.750156 1.53679,-8.592014 4.61037,-11.525895 3.14343,-3.003652 7.82365,-4.505639 14.04067,-4.505639" />
<path
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
id="path3533"
d="m 176.6767,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17465,-2.304985 0.31435,-2.933881 0.1397,-0.698344 0.38419,-1.152493 0.73347,-1.362125 0.34926,-0.209955 0.80331,-0.313318 1.36215,-0.313318 h 3.8769 V 22.65149 c -1e-5,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78128,-1.047515 0.90809,-0.281017 2.09561,-0.419265 3.56256,-0.419265 1.53677,-0.07106 3.49268,-0.103362 5.86774,-0.103362 V 37.84611 h 8.59205 c -2e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73346,1.362448 -0.27944,0.138893 -0.69857,0.209955 -1.25738,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94302,1.571757 2.20041,1.571757 1.74633,0 3.56253,-0.45415 5.44862,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20954,0.907976 0.31432,1.955814 0.31435,3.143514 -2e-5,1.257148 -0.31438,2.270101 -0.94302,3.038537 -0.62872,0.698666 -1.43204,1.25747 -2.40997,1.676411 -0.90813,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14344,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65818,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24822,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57171,-4.610294 -0.27944,-1.886044 -0.41914,-3.98172 -0.41913,-6.286705 V 47.801217" />
<path
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
id="path3535"
d="m 202.57893,41.511282 c 1.8162,-1.25747 3.94674,-2.340193 6.39164,-3.248169 2.51474,-0.978068 5.23905,-1.467102 8.17293,-1.467102 2.864,0 4.75006,0.419264 5.65819,1.25747 0.90808,0.838206 1.36213,2.165446 1.36215,3.98172 -2e-5,0.698343 -0.0699,1.676412 -0.20957,2.933882 -0.13973,1.25747 -0.45407,2.549502 -0.94303,3.876742 -0.76841,-0.349172 -1.46696,-0.558804 -2.09562,-0.628573 -0.62871,-0.138894 -1.22247,-0.209956 -1.78128,-0.209956 -0.6287,0 -1.36217,0.138894 -2.2004,0.419265 -0.83827,0.281017 -1.60666,0.698343 -2.30519,1.257147 l -0.10478,38.454751 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59377,0.489034 -1.36215,0.628574 -0.69856,0.07106 -1.85115,0.138893 -3.45778,0.209955 -1.60665,0 -3.91184,0 -6.91556,0 V 41.511282" />
<path
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
id="path3537"
d="m 227.41697,43.50198 c -1e-5,-0.628573 0.10478,-1.292032 0.31435,-1.990698 0.2794,-0.768436 0.66361,-1.32724 1.15259,-1.676412 0.76839,-0.558803 2.51475,-1.1877 5.23906,-1.886366 2.7243,-0.768113 6.18207,-1.152493 10.37333,-1.152493 4.81991,0 8.20783,0.943183 10.16377,2.829227 2.02574,1.886044 3.03863,5.203982 3.03866,9.954138 v 4.924581 c -3e-5,3.003974 -3e-5,6.077396 0,9.22091 -3e-5,3.143514 -0.035,6.18205 -0.10479,9.115932 -3e-5,2.933882 -0.0349,5.693016 -0.10478,8.277726 -0.0699,2.584711 -0.17465,4.854811 -0.31435,6.810625 -1.81624,1.047838 -4.01664,1.851159 -6.60122,2.409962 -2.51477,0.628897 -5.34385,0.943184 -8.48727,0.943184 -1.95593,0 -3.84199,-0.174425 -5.65818,-0.523919 -1.74636,-0.349172 -3.31808,-1.082723 -4.71515,-2.200331 -1.32724,-1.117608 -2.40997,-2.759457 -3.24822,-4.924903 -0.83825,-2.165446 -1.25737,-5.064443 -1.25737,-8.696668 0,-3.562778 0.31435,-6.461452 0.94303,-8.696991 0.69854,-2.304985 1.60664,-4.086374 2.72431,-5.343845 1.11766,-1.257147 2.40996,-2.095353 3.8769,-2.514617 1.46692,-0.489034 2.96879,-0.733551 4.50559,-0.733551 0.76838,0 1.81619,0.103362 3.14343,0.313317 1.39707,0.209956 2.58459,0.628897 3.56256,1.257471 V 51.98837 c -2e-5,-1.39701 -0.34929,-2.375078 -1.04781,-2.933882 -0.6287,-0.628573 -1.74637,-0.94286 -3.35299,-0.943183 -1.95593,3.23e-4 -4.12141,0.209955 -6.49643,0.628897 -2.3052,0.419264 -4.33096,0.94286 -6.07731,1.571757 -0.62869,-1.187701 -1.04782,-2.409963 -1.25738,-3.667434 -0.20956,-1.25747 -0.31435,-2.304985 -0.31435,-3.143514 m 18.54626,23.57571 c -0.34929,-0.349172 -0.80334,-0.558804 -1.36215,-0.628574 -0.489,-0.138893 -0.94305,-0.209955 -1.36215,-0.209955 -1.18754,0 -2.09565,0.558804 -2.72432,1.676735 -0.6287,1.117607 -0.94304,3.352823 -0.94302,6.705969 -2e-5,2.514618 0.20953,4.330892 0.62868,5.448499 0.48897,1.047838 1.39707,1.571757 2.72431,1.571757 0.48896,0 0.97794,-0.07106 1.46694,-0.209955 0.55881,-0.209955 1.01286,-0.489034 1.36215,-0.838206 0.0698,-0.558803 0.10475,-1.362124 0.10479,-2.409962 0.0698,-1.117608 0.10475,-2.305309 0.10478,-3.562456 -2e-5,-1.25747 -2e-5,-2.549825 0,-3.877065 -2e-5,-1.32724 -2e-5,-2.549502 0,-3.667433" />
<path
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
id="path3539"
d="m 266.723,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17462,-2.304985 0.31435,-2.933881 0.13971,-0.698344 0.3842,-1.152493 0.73347,-1.362125 0.34927,-0.209955 0.80332,-0.313318 1.36216,-0.313318 h 3.8769 V 22.65149 c -10e-6,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78127,-1.047515 0.9081,-0.281017 2.09562,-0.419265 3.56256,-0.419265 1.53678,-0.07106 3.49269,-0.103362 5.86775,-0.103362 V 37.84611 h 8.59205 c -3e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73347,1.362448 -0.27943,0.138893 -0.69856,0.209955 -1.25737,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94301,1.571757 2.2004,1.571757 1.74633,0 3.56254,-0.45415 5.44863,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20953,0.907976 0.31432,1.955814 0.31435,3.143514 -3e-5,1.257148 -0.31438,2.270101 -0.94303,3.038537 -0.62871,0.698666 -1.43203,1.25747 -2.40997,1.676411 -0.90812,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14343,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65819,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24821,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57172,-4.610294 -0.27943,-1.886044 -0.41913,-3.98172 -0.41912,-6.286705 V 47.801217" />
<path
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
id="path3541"
d="m 322.51241,87.300576 c -1.67653,0.978068 -3.91186,1.886044 -6.70599,2.72425 -2.72434,0.838205 -5.65821,1.25747 -8.80162,1.25747 -3.14345,0 -5.72805,-0.349172 -7.7538,-1.047838 -2.02578,-0.698667 -3.66735,-1.711297 -4.92472,-3.038537 -1.18752,-1.397332 -2.02577,-3.073744 -2.51474,-5.029558 -0.41913,-1.955813 -0.62869,-4.156467 -0.62869,-6.601314 V 39.939525 c 0,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.1397,-0.349494 0.59376,-0.558803 1.36216,-0.628896 0.76839,-0.138894 1.9559,-0.209955 3.56256,-0.209955 1.67649,-0.07106 4.05152,-0.103363 7.12511,-0.103363 v 38.454751 c -1e-5,1.606642 0.20954,2.828904 0.62869,3.667433 0.41911,0.838206 1.36214,1.257147 2.82909,1.257147 0.69852,0 1.39706,-0.07106 2.09563,-0.209955 0.69851,-0.209955 1.3272,-0.593689 1.88606,-1.152493 v -39.92153 c -3e-5,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.13967,-0.349494 0.55881,-0.558803 1.25737,-0.628896 0.76838,-0.138894 1.92097,-0.209955 3.45778,-0.209955 1.60662,-0.07106 3.9118,-0.103363 6.91556,-0.103363 v 49.456727" />
<path
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013"
id="path3543"
d="m 348.11339,50.941501 c -2e-5,-1.746181 -0.20956,-2.864112 -0.62868,-3.352823 -0.3493,-0.489034 -1.11769,-0.733551 -2.30519,-0.733551 -0.69856,0 -1.3971,0.138893 -2.09562,0.418941 -0.69856,0.209955 -1.32725,0.489034 -1.88606,0.838206 v 40.026508 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59378,0.489034 -1.36216,0.628574 -0.7684,0.07106 -1.95592,0.138893 -3.56256,0.209955 -1.53679,0 -3.73719,0 -6.60121,0 V 40.254135 c 2.02577,-0.977745 4.43573,-1.781066 7.2299,-2.409963 2.79415,-0.698343 5.76295,-1.047838 8.9064,-1.047838 3.63239,0 6.53133,0.908299 8.69683,2.72425 1.81618,-0.838206 3.80702,-1.501665 5.97255,-1.990699 2.23528,-0.489034 4.36584,-0.733551 6.39165,-0.733551 2.65441,0 4.75002,0.313318 6.28686,0.943183 1.60658,0.628574 2.79412,1.571757 3.56255,2.828905 0.83821,1.1877 1.3621,2.689364 1.57173,4.505639 0.2794,1.746504 0.41907,3.737202 0.4191,5.972418 v 37.092626 c -3e-5,0.558804 -0.10465,0.978068 -0.31428,1.25747 -0.13987,0.277787 -0.59382,0.489034 -1.36216,0.628574 -0.6986,0.07106 -1.85119,0.138893 -3.4578,0.209955 -1.60668,0 -3.80707,0 -6.60119,0 V 51.361412 c -6e-5,-1.606642 -0.20963,-2.72425 -0.6287,-3.353147 -0.41917,-0.628573 -1.22249,-0.94286 -2.40996,-0.94286 -1.46698,0 -2.75927,0.313318 -3.87691,0.94286 v 40.131163 c -3e-5,0.558804 -0.0698,0.978068 -0.20963,1.25747 -0.0698,0.277787 -0.489,0.489034 -1.25737,0.628574 -0.69858,0.07106 -1.85117,0.138893 -3.45778,0.209955 -1.53682,0 -3.80707,0 -6.81077,0 V 50.94247" />
<path
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.43917847px;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.84153628"
id="path3430"
d="m 419.78321,16.836084 c -7.83284,0 -13.43251,3.107646 -16.87163,9.412589 -3.45235,6.246918 -5.23908,15.749839 -5.23908,28.415362 0,5.958161 0.38995,11.294254 0.97678,16.072439 0.58439,4.675805 1.63695,8.703853 3.19673,11.987731 h -0.0887 c 1.63874,3.195478 3.80914,5.575833 6.57106,7.281436 2.81994,1.691936 6.54792,2.575143 11.09975,2.575143 4.46595,0 8.18964,-0.882525 11.01095,-2.575143 2.91902,-1.783405 5.01832,-4.367185 6.65985,-7.814224 a 0.65254964,0.65254964 0 0 1 0.1776,0 c 1.72637,-3.53578 2.79484,-8.062689 3.46312,-13.408499 0.75357,-5.358114 1.24314,-11.512939 1.24317,-18.736379 -3e-5,-10.970831 -1.89363,-19.292696 -5.41668,-24.863442 -3.42598,-5.546849 -8.84738,-8.347013 -16.78282,-8.347013 z m 0.71038,11.099751 c 1.61053,0 3.00953,0.559385 4.08471,1.598364 0.88769,0.857519 1.46742,2.080431 1.95355,3.55192 l -0.53278,1.065576 -14.11889,26.017816 c -0.017,-1.601717 0,-3.153366 0,-4.972688 0,-4.051178 0.009,-7.7042 0.1776,-11.010953 0.17021,-3.323461 0.55083,-6.197106 1.15437,-8.524608 0.60732,-2.343188 1.48718,-4.23477 2.57515,-5.594275 1.19995,-1.384396 2.85131,-2.131152 4.70629,-2.131152 z m 7.81422,21.666714 c 4.6e-4,0.154295 0,0.288188 0,0.44399 -5e-5,5.745842 -0.19322,10.57239 -0.53278,14.474075 -0.33519,3.854231 -0.83101,7.007342 -1.50957,9.501386 -0.0114,0.03751 0.0114,0.05456 0,0.08866 -0.58976,2.320995 -1.49587,4.038988 -2.57514,5.239083 -0.017,0.0341 0.0171,0.0682 0,0.08866 -1.02435,1.083364 -2.32745,1.77596 -3.72952,1.77596 -1.77096,0 -3.27248,-0.359199 -4.4399,-1.33197 -0.80114,-0.728315 -1.47027,-1.704297 -1.95355,-3.019133 l 0.62158,-1.154374 14.11888,-26.106614 z" />
</g>
</svg>
<?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:xlink="http://www.w3.org/1999/xlink"
id="svg3269"
height="108.42064"
width="470"
version="1.1">
<defs
id="defs3271">
<linearGradient
id="linearGradient18461">
<stop
style="stop-color:#859900;stop-opacity:1"
offset="0"
id="stop18457" />
<stop
style="stop-color:#5d6b00;stop-opacity:1"
offset="1"
id="stop18459" />
</linearGradient>
<radialGradient
xlink:href="#linearGradient18461"
id="radialGradient18463"
cx="-1044.8134"
cy="1281.7788"
fx="-1044.8134"
fy="1281.7788"
r="284.69783"
gradientTransform="matrix(0.19041417,0,0,0.19041417,253.15776,-189.8587)"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata3274">
<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
id="g24276">
<path
style="fill:url(#radialGradient18463);fill-opacity:1;stroke:none;stroke-width:0.19041418"
id="path3348"
d="m 108.42099,54.210146 a 54.210501,54.210501 0 1 1 -108.421001653704,0 54.210501,54.210501 0 1 1 108.421001653704,0 z" />
<path
style="fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.44760054"
id="path3332"
d="m 50.563774,38.291583 c -1.70397,-2.109233 -3.023407,-4.528156 -3.874251,-7.102727 2.743881,1.178228 5.730898,1.786691 8.717021,1.775676 2.93232,-0.01083 5.861149,-0.618691 8.55557,-1.77569 -0.318244,2.817655 -1.451926,5.538444 -3.228542,7.748431 -1.353052,1.683077 -3.072644,3.069882 -5.004174,4.035652 -1.949972,-1.281002 -3.699463,-2.866488 -5.165624,-4.681342 z m 2.572943,44.773176 c 3.518856,0.14453 7.065821,-0.432888 10.357162,-1.686066 l -9.634064,-8.429034 -9.091886,8.370004 c 2.668684,1.035408 5.50871,1.627623 8.368788,1.745096 z m 5.068852,-19.106415 c 2.985092,3.242638 5.903224,6.649464 7.704682,10.671943 1.394544,3.113907 2.078836,6.543414 1.986138,9.954072 -4.39396,2.021073 -9.238923,3.054372 -14.075112,3.001841 -4.787491,-0.052 -9.560568,-1.167677 -13.87508,-3.243228 -0.341519,-3.711714 0.02104,-7.486974 1.062559,-11.065885 0.701883,-2.411685 1.705806,-4.725708 2.815632,-6.97896 0.994747,-2.01965 2.076687,-3.996366 3.241746,-5.922798 -3.041132,1.01159 -5.825789,2.78446 -8.029192,5.111849 -1.577121,1.66587 -2.852603,3.602154 -3.888664,5.648879 -2.38871,4.718927 -3.513261,10.107559 -2.963518,15.367971 0.135757,1.298945 0.371463,2.587426 0.704344,3.850309 6.679587,3.634932 14.294212,5.534298 21.898453,5.462302 7.32073,-0.06931 14.61729,-1.962903 21.047833,-5.462302 1.153153,-6.356501 0.340758,-13.055613 -2.298339,-18.95223 C 71.37044,66.561119 68.039397,62.320869 64.347409,58.513149 61.850738,55.938224 59.178787,53.540348 56.604681,51.042853 54.410051,48.913533 52.28641,46.711656 50.215362,44.46193 47.230269,41.219293 44.312183,37.812462 42.510725,33.789988 41.11618,30.67608 40.431889,27.246574 40.524587,23.835916 c 4.39396,-2.021068 9.238878,-3.054363 14.075067,-3.001842 4.787535,0.05199 9.560613,1.167674 13.875124,3.243233 0.341519,3.711714 -0.02104,7.486974 -1.062559,11.065885 -0.701882,2.41168 -1.705805,4.725708 -2.815631,6.978956 -0.994747,2.019654 -2.076687,3.99637 -3.241791,5.922798 3.041132,-1.011568 5.825834,-2.784438 8.029237,-5.111849 1.57712,-1.665871 2.852603,-3.602155 3.888619,-5.64888 C 75.661318,32.565281 76.78587,27.176663 76.236171,21.916251 76.100414,20.61731 75.864752,19.32882 75.531872,18.065938 68.85224,14.431001 61.237659,12.53163 53.633374,12.603636 c -7.320686,0.06932 -14.617246,1.962912 -21.047788,5.462302 -1.153198,6.356496 -0.340803,13.055617 2.298294,18.952234 2.166655,4.840988 5.497699,9.081224 9.189687,12.888953 2.496626,2.574921 5.168577,4.972811 7.742683,7.470301 2.19463,2.129325 4.318271,4.331197 6.389319,6.580918 z" />
</g>
<g
id="g24304">
<path
d="m 153.65104,15.839897 c 5.30888,0 9.01115,0.523919 11.1068,1.571757 2.09559,1.047838 3.1434,2.479732 3.14343,4.296006 -3e-5,0.978069 -0.2096,2.060792 -0.62868,3.248169 -0.41916,1.117608 -1.1177,2.235215 -2.09562,3.352823 -0.55887,-0.418941 -1.71146,-0.87309 -3.45778,-1.362125 -1.74638,-0.488711 -3.63244,-0.733228 -5.65819,-0.733228 -2.58462,0 -4.61038,0.453826 -6.0773,1.362125 -1.46695,0.838206 -2.20042,2.165446 -2.20041,3.98172 -1e-5,1.606642 0.27941,3.108306 0.83826,4.505316 0.55881,1.327563 1.53677,2.934205 2.93387,4.819925 l 10.05899,12.888343 c 1.25734,1.606642 2.27022,3.143191 3.03865,4.610294 0.83822,1.39701 1.50183,2.794019 1.99084,4.191352 0.48895,1.32724 0.80329,2.689365 0.94303,4.086374 0.20954,1.32724 0.31432,2.72425 0.31435,4.191029 -3e-5,2.65448 -0.27946,5.204306 -0.83824,7.649153 -0.55887,2.444848 -1.57175,4.610294 -3.03866,6.496338 -1.39711,1.886044 -3.35302,3.422916 -5.86774,4.610616 -2.44492,1.117608 -5.55342,1.676412 -9.32552,1.676412 -4.75009,0 -8.24279,-0.698667 -10.47812,-2.095676 -2.16548,-1.46678 -3.24822,-3.108629 -3.24821,-4.92458 -1e-5,-1.187701 0.20956,-2.549826 0.62868,-4.086698 0.41913,-1.536549 1.08274,-3.003652 1.99084,-4.400661 1.11766,0.978068 2.54967,1.816274 4.29603,2.514617 1.74634,0.628897 3.56255,0.943184 5.44862,0.943184 2.93385,0 4.9247,-0.733552 5.97253,-2.200331 1.11764,-1.467102 1.67647,-3.422916 1.6765,-5.867764 -3e-5,-1.816274 -0.3493,-3.492685 -1.04782,-5.029558 -0.6287,-1.606641 -1.85115,-3.632548 -3.66734,-6.077395 l -9.53508,-12.783366 c -1.18753,-1.606642 -2.16548,-3.073421 -2.93387,-4.400661 -0.7684,-1.39701 -1.36216,-2.72425 -1.78128,-3.98172 -0.41913,-1.25747 -0.73347,-2.444848 -0.94303,-3.562455 C 135.06987,34.211624 135,33.058808 135,31.871431 c 0,-4.750156 1.53679,-8.592014 4.61037,-11.525895 3.14343,-3.003652 7.82365,-4.505639 14.04067,-4.505639"
id="path3531"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
<path
d="m 176.6767,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17465,-2.304985 0.31435,-2.933881 0.1397,-0.698344 0.38419,-1.152493 0.73347,-1.362125 0.34926,-0.209955 0.80331,-0.313318 1.36215,-0.313318 h 3.8769 V 22.65149 c -1e-5,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78128,-1.047515 0.90809,-0.281017 2.09561,-0.419265 3.56256,-0.419265 1.53677,-0.07106 3.49268,-0.103362 5.86774,-0.103362 V 37.84611 h 8.59205 c -2e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73346,1.362448 -0.27944,0.138893 -0.69857,0.209955 -1.25738,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94302,1.571757 2.20041,1.571757 1.74633,0 3.56253,-0.45415 5.44862,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20954,0.907976 0.31432,1.955814 0.31435,3.143514 -2e-5,1.257148 -0.31438,2.270101 -0.94302,3.038537 -0.62872,0.698666 -1.43204,1.25747 -2.40997,1.676411 -0.90813,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14344,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65818,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24822,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57171,-4.610294 -0.27944,-1.886044 -0.41914,-3.98172 -0.41913,-6.286705 V 47.801217"
id="path3533"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
<path
d="m 202.57893,41.511282 c 1.8162,-1.25747 3.94674,-2.340193 6.39164,-3.248169 2.51474,-0.978068 5.23905,-1.467102 8.17293,-1.467102 2.864,0 4.75006,0.419264 5.65819,1.25747 0.90808,0.838206 1.36213,2.165446 1.36215,3.98172 -2e-5,0.698343 -0.0699,1.676412 -0.20957,2.933882 -0.13973,1.25747 -0.45407,2.549502 -0.94303,3.876742 -0.76841,-0.349172 -1.46696,-0.558804 -2.09562,-0.628573 -0.62871,-0.138894 -1.22247,-0.209956 -1.78128,-0.209956 -0.6287,0 -1.36217,0.138894 -2.2004,0.419265 -0.83827,0.281017 -1.60666,0.698343 -2.30519,1.257147 l -0.10478,38.454751 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59377,0.489034 -1.36215,0.628574 -0.69856,0.07106 -1.85115,0.138893 -3.45778,0.209955 -1.60665,0 -3.91184,0 -6.91556,0 V 41.511282"
id="path3535"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
<path
d="m 227.41697,43.50198 c -1e-5,-0.628573 0.10478,-1.292032 0.31435,-1.990698 0.2794,-0.768436 0.66361,-1.32724 1.15259,-1.676412 0.76839,-0.558803 2.51475,-1.1877 5.23906,-1.886366 2.7243,-0.768113 6.18207,-1.152493 10.37333,-1.152493 4.81991,0 8.20783,0.943183 10.16377,2.829227 2.02574,1.886044 3.03863,5.203982 3.03866,9.954138 v 4.924581 c -3e-5,3.003974 -3e-5,6.077396 0,9.22091 -3e-5,3.143514 -0.035,6.18205 -0.10479,9.115932 -3e-5,2.933882 -0.0349,5.693016 -0.10478,8.277726 -0.0699,2.584711 -0.17465,4.854811 -0.31435,6.810625 -1.81624,1.047838 -4.01664,1.851159 -6.60122,2.409962 -2.51477,0.628897 -5.34385,0.943184 -8.48727,0.943184 -1.95593,0 -3.84199,-0.174425 -5.65818,-0.523919 -1.74636,-0.349172 -3.31808,-1.082723 -4.71515,-2.200331 -1.32724,-1.117608 -2.40997,-2.759457 -3.24822,-4.924903 -0.83825,-2.165446 -1.25737,-5.064443 -1.25737,-8.696668 0,-3.562778 0.31435,-6.461452 0.94303,-8.696991 0.69854,-2.304985 1.60664,-4.086374 2.72431,-5.343845 1.11766,-1.257147 2.40996,-2.095353 3.8769,-2.514617 1.46692,-0.489034 2.96879,-0.733551 4.50559,-0.733551 0.76838,0 1.81619,0.103362 3.14343,0.313317 1.39707,0.209956 2.58459,0.628897 3.56256,1.257471 V 51.98837 c -2e-5,-1.39701 -0.34929,-2.375078 -1.04781,-2.933882 -0.6287,-0.628573 -1.74637,-0.94286 -3.35299,-0.943183 -1.95593,3.23e-4 -4.12141,0.209955 -6.49643,0.628897 -2.3052,0.419264 -4.33096,0.94286 -6.07731,1.571757 -0.62869,-1.187701 -1.04782,-2.409963 -1.25738,-3.667434 -0.20956,-1.25747 -0.31435,-2.304985 -0.31435,-3.143514 m 18.54626,23.57571 c -0.34929,-0.349172 -0.80334,-0.558804 -1.36215,-0.628574 -0.489,-0.138893 -0.94305,-0.209955 -1.36215,-0.209955 -1.18754,0 -2.09565,0.558804 -2.72432,1.676735 -0.6287,1.117607 -0.94304,3.352823 -0.94302,6.705969 -2e-5,2.514618 0.20953,4.330892 0.62868,5.448499 0.48897,1.047838 1.39707,1.571757 2.72431,1.571757 0.48896,0 0.97794,-0.07106 1.46694,-0.209955 0.55881,-0.209955 1.01286,-0.489034 1.36215,-0.838206 0.0698,-0.558803 0.10475,-1.362124 0.10479,-2.409962 0.0698,-1.117608 0.10475,-2.305309 0.10478,-3.562456 -2e-5,-1.25747 -2e-5,-2.549825 0,-3.877065 -2e-5,-1.32724 -2e-5,-2.549502 0,-3.667433"
id="path3537"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
<path
d="m 266.723,47.797987 h -6.28687 c 0,-2.235215 0,-4.016605 0,-5.343845 0.0699,-1.327239 0.17462,-2.304985 0.31435,-2.933881 0.13971,-0.698344 0.3842,-1.152493 0.73347,-1.362125 0.34927,-0.209955 0.80332,-0.313318 1.36216,-0.313318 h 3.8769 V 22.65149 c -10e-6,-0.907976 0.17462,-1.606642 0.52391,-2.095676 0.34926,-0.488711 0.94302,-0.837883 1.78127,-1.047515 0.9081,-0.281017 2.09562,-0.419265 3.56256,-0.419265 1.53678,-0.07106 3.49269,-0.103362 5.86775,-0.103362 V 37.84611 h 8.59205 c -3e-5,2.235539 -0.0349,4.016605 -0.10478,5.343845 -3e-5,1.32724 -0.0699,2.340193 -0.20957,3.038536 -0.13973,0.698667 -0.38422,1.152816 -0.73347,1.362448 -0.27943,0.138893 -0.69856,0.209955 -1.25737,0.209955 h -6.28687 v 28.500613 c -2e-5,1.187377 0.10475,2.340193 0.31435,3.457801 0.20954,1.047838 0.94301,1.571757 2.2004,1.571757 1.74633,0 3.56254,-0.45415 5.44863,-1.362125 0.13967,0.768113 0.2794,1.606642 0.41912,2.514617 0.20953,0.907976 0.31432,1.955814 0.31435,3.143514 -3e-5,1.257148 -0.31438,2.270101 -0.94303,3.038537 -0.62871,0.698666 -1.43203,1.25747 -2.40997,1.676411 -0.90812,0.419265 -1.92101,0.663782 -3.03865,0.733552 -1.11769,0.138893 -2.1655,0.209955 -3.14343,0.209955 -2.3052,0 -4.19126,-0.349172 -5.65819,-1.047838 -1.39709,-0.628574 -2.47983,-1.571757 -3.24821,-2.829227 -0.7684,-1.257148 -1.29231,-2.79402 -1.57172,-4.610294 -0.27943,-1.886044 -0.41913,-3.98172 -0.41912,-6.286705 V 47.801217"
id="path3539"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
<path
d="m 322.51241,87.300576 c -1.67653,0.978068 -3.91186,1.886044 -6.70599,2.72425 -2.72434,0.838205 -5.65821,1.25747 -8.80162,1.25747 -3.14345,0 -5.72805,-0.349172 -7.7538,-1.047838 -2.02578,-0.698667 -3.66735,-1.711297 -4.92472,-3.038537 -1.18752,-1.397332 -2.02577,-3.073744 -2.51474,-5.029558 -0.41913,-1.955813 -0.62869,-4.156467 -0.62869,-6.601314 V 39.939525 c 0,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.1397,-0.349494 0.59376,-0.558803 1.36216,-0.628896 0.76839,-0.138894 1.9559,-0.209955 3.56256,-0.209955 1.67649,-0.07106 4.05152,-0.103363 7.12511,-0.103363 v 38.454751 c -1e-5,1.606642 0.20954,2.828904 0.62869,3.667433 0.41911,0.838206 1.36214,1.257147 2.82909,1.257147 0.69852,0 1.39706,-0.07106 2.09563,-0.209955 0.69851,-0.209955 1.3272,-0.593689 1.88606,-1.152493 v -39.92153 c -3e-5,-0.489034 0.0349,-0.873091 0.10478,-1.152493 0.13967,-0.349494 0.55881,-0.558803 1.25737,-0.628896 0.76838,-0.138894 1.92097,-0.209955 3.45778,-0.209955 1.60662,-0.07106 3.9118,-0.103363 6.91556,-0.103363 v 49.456727"
id="path3541"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
<path
d="m 348.11339,50.941501 c -2e-5,-1.746181 -0.20956,-2.864112 -0.62868,-3.352823 -0.3493,-0.489034 -1.11769,-0.733551 -2.30519,-0.733551 -0.69856,0 -1.3971,0.138893 -2.09562,0.418941 -0.69856,0.209955 -1.32725,0.489034 -1.88606,0.838206 v 40.026508 c -2e-5,0.558804 -0.0699,0.978068 -0.20957,1.25747 -0.13973,0.277787 -0.59378,0.489034 -1.36216,0.628574 -0.7684,0.07106 -1.95592,0.138893 -3.56256,0.209955 -1.53679,0 -3.73719,0 -6.60121,0 V 40.254135 c 2.02577,-0.977745 4.43573,-1.781066 7.2299,-2.409963 2.79415,-0.698343 5.76295,-1.047838 8.9064,-1.047838 3.63239,0 6.53133,0.908299 8.69683,2.72425 1.81618,-0.838206 3.80702,-1.501665 5.97255,-1.990699 2.23528,-0.489034 4.36584,-0.733551 6.39165,-0.733551 2.65441,0 4.75002,0.313318 6.28686,0.943183 1.60658,0.628574 2.79412,1.571757 3.56255,2.828905 0.83821,1.1877 1.3621,2.689364 1.57173,4.505639 0.2794,1.746504 0.41907,3.737202 0.4191,5.972418 v 37.092626 c -3e-5,0.558804 -0.10465,0.978068 -0.31428,1.25747 -0.13987,0.277787 -0.59382,0.489034 -1.36216,0.628574 -0.6986,0.07106 -1.85119,0.138893 -3.4578,0.209955 -1.60668,0 -3.80707,0 -6.60119,0 V 51.361412 c -6e-5,-1.606642 -0.20963,-2.72425 -0.6287,-3.353147 -0.41917,-0.628573 -1.22249,-0.94286 -2.40996,-0.94286 -1.46698,0 -2.75927,0.313318 -3.87691,0.94286 v 40.131163 c -3e-5,0.558804 -0.0698,0.978068 -0.20963,1.25747 -0.0698,0.277787 -0.489,0.489034 -1.25737,0.628574 -0.69858,0.07106 -1.85117,0.138893 -3.45778,0.209955 -1.53682,0 -3.80707,0 -6.81077,0 V 50.94247"
id="path3543"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.23008013" />
<path
d="m 419.78321,16.836084 c -7.83284,0 -13.43251,3.107646 -16.87163,9.412589 -3.45235,6.246918 -5.23908,15.749839 -5.23908,28.415362 0,5.958161 0.38995,11.294254 0.97678,16.072439 0.58439,4.675805 1.63695,8.703853 3.19673,11.987731 h -0.0887 c 1.63874,3.195478 3.80914,5.575833 6.57106,7.281436 2.81994,1.691936 6.54792,2.575143 11.09975,2.575143 4.46595,0 8.18964,-0.882525 11.01095,-2.575143 2.91902,-1.783405 5.01832,-4.367185 6.65985,-7.814224 a 0.65254964,0.65254964 0 0 1 0.1776,0 c 1.72637,-3.53578 2.79484,-8.062689 3.46312,-13.408499 0.75357,-5.358114 1.24314,-11.512939 1.24317,-18.736379 -3e-5,-10.970831 -1.89363,-19.292696 -5.41668,-24.863442 -3.42598,-5.546849 -8.84738,-8.347013 -16.78282,-8.347013 z m 0.71038,11.099751 c 1.61053,0 3.00953,0.559385 4.08471,1.598364 0.88769,0.857519 1.46742,2.080431 1.95355,3.55192 l -0.53278,1.065576 -14.11889,26.017816 c -0.017,-1.601717 0,-3.153366 0,-4.972688 0,-4.051178 0.009,-7.7042 0.1776,-11.010953 0.17021,-3.323461 0.55083,-6.197106 1.15437,-8.524608 0.60732,-2.343188 1.48718,-4.23477 2.57515,-5.594275 1.19995,-1.384396 2.85131,-2.131152 4.70629,-2.131152 z m 7.81422,21.666714 c 4.6e-4,0.154295 0,0.288188 0,0.44399 -5e-5,5.745842 -0.19322,10.57239 -0.53278,14.474075 -0.33519,3.854231 -0.83101,7.007342 -1.50957,9.501386 -0.0114,0.03751 0.0114,0.05456 0,0.08866 -0.58976,2.320995 -1.49587,4.038988 -2.57514,5.239083 -0.017,0.0341 0.0171,0.0682 0,0.08866 -1.02435,1.083364 -2.32745,1.77596 -3.72952,1.77596 -1.77096,0 -3.27248,-0.359199 -4.4399,-1.33197 -0.80114,-0.728315 -1.47027,-1.704297 -1.95355,-3.019133 l 0.62158,-1.154374 14.11888,-26.106614 z"
id="path3430"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.43917847px;line-height:125%;font-family:'Yanone Kaffeesatz';-inkscape-font-specification:'Yanone Kaffeesatz Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.84153628" />
</g>
</svg>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment