1
0
Fork 0
forked from exozyme/website

Compare commits

...

35 commits
main ... main

Author SHA1 Message Date
aaba4dab4a
Clean up explore page 2024-01-01 19:52:17 +00:00
997820db57
Use max-width instead of width and min() 2023-12-24 01:30:17 +00:00
e235b9db4c
Add a meta viewport tag to all pages so it's not tiny on mobile 2023-12-01 21:53:22 +00:00
5f3d69d69b
Add CSS pendulum page to community-made websites list 2023-11-11 20:03:25 +00:00
722f972985
Update status.exozy.me description 2023-10-01 01:39:29 +00:00
81603fd042
Remove "store large files in /data" because we have a new SSD now 2023-09-24 15:02:13 +00:00
96579d7d83
Merge pull request 'Fix broken/outdated links' (#17) from daudix/website:main into main
Reviewed-on: exozyme/website#17
2023-09-22 03:00:40 +00:00
3ae77b1dd7
Fix broken/outdated links 2023-09-22 00:44:11 +00:00
b2100e9860
Tweak dark mode link colors so it's more intuitive by having blue for unclicked and a purple-ish color for clicked links 2023-09-14 17:21:01 +00:00
5c47b7ac30
Merge pull request 'Fix content overflow on mobile, style tweaks' (#16) from daudix/website:fixes into main
Reviewed-on: exozyme/website#16
2023-09-14 17:11:02 +00:00
cd7aec2a10
Undo slogan change 2023-09-14 18:51:13 +03:00
11f719f5bd
More visible difference between visited/unvisited links 2023-09-14 18:28:39 +03:00
9b1d5ec8fc
Fix content overflow on mobile, style tweaks 2023-09-14 04:11:11 +03:00
42740c305d
Add peaksol.exozy.me to community-made websites 2023-09-10 03:37:59 +00:00
298933768d
Add cloudyy.exozy.me and Twineo to community-made websites 2023-09-09 04:41:33 +00:00
dd8b3574ec
Remove unnecessary RDP image 2023-08-26 08:26:45 +00:00
1651248afd
Remove unnecessary info from quickstart guide, require account username and name un signup email 2023-08-26 03:39:30 +00:00
00339dd3cf
Recommend regular pkill before pkill -9 to fix glitching RDP 2023-08-08 02:23:33 +00:00
4c16e1fa5f
Update Matrix links to point to exozyme space 2023-08-02 14:31:56 +00:00
dd6d42a2a0
Add CyberChef to explore 2023-07-28 16:20:21 +00:00
7d41eb976a
Add isitstilup to community-made websites 2023-07-20 20:30:26 +00:00
09fb29720d
Add reposearch to community-made websites 2023-07-19 23:39:42 +00:00
9dff6f8440
Add new Distrobox logo, crop some icons, make montage larger 2023-07-19 18:00:34 +00:00
390c88c8ec
Remove old/unnecessary icons from About page montage, make background white so it looks good in dark mode 2023-07-13 19:45:07 +00:00
f3fa788122
Make clicking on images link to larger version of image 2023-07-10 23:54:39 +00:00
f3b73539f3
Replace image of server with cooler one 2023-07-10 23:54:28 +00:00
beaa9833d7
Remove installing software question from FUQs since it's already in the quickstart guide 2023-07-07 16:41:36 +00:00
b5c251b74e
Add note to quickstart about using /data to store large files and projects 2023-07-07 16:39:33 +00:00
6b38a1549a
Add cube.exozy.me to community-made websites 2023-06-22 18:54:21 +00:00
943fdd11c7
Add fl.exozy.me to community-made websites 2023-06-21 02:50:41 +00:00
361d6b8598
Add r.exozy.me and diagonal-scroll to community-made websites 2023-06-20 20:14:04 +00:00
b6ce921224 No longer need to pass $USER to moduser command 2023-06-16 16:38:05 +00:00
57fa924ba2
Rename Calibre-Web to exozyme library 2023-06-14 19:16:36 +00:00
dc97f1e3db
Update Calibre-Web description on community-hosted websites 2023-06-14 17:07:10 +00:00
cee14e4967
Add PixivFE to community-made websites 2023-06-13 15:08:35 +00:00
28 changed files with 117 additions and 2089 deletions

View file

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
@ -12,7 +13,7 @@
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
</picture>
</a>
<h1>About</h1>
@ -38,25 +39,29 @@
</p>
<h4>Discuss with the community!</h4>
<p>
Our community mostly hangs out on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>. We're 100% community built and maintained, so everyone has a voice in our project decisions.
Our community mostly hangs out on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a>. We're 100% community built and maintained, so everyone has a voice in our project decisions.
</p>
<h2>Our server</h2>
<p>
We have snazzy overpowered hardware: a 24-thread AMD Ryzen 9 5900X proccessor that compiles code faster than you can snap, a Sapphire Radeon RX 6600 XT Nitro+ graphics card for insane gaming over remote desktop, 32 GB of RAM, and gigabit internet.
</p>
<picture>
<source srcset="img/server.webp" type="image/webp">
<source srcset="img/server.jpg" type="image/jpeg">
<img src="img/server.jpg" alt="The server" width="720">
</picture>
<a href="img/server.jpg">
<picture>
<source srcset="img/server.webp" type="image/webp">
<source srcset="img/server.jpg" type="image/jpeg">
<img src="img/server.jpg" alt="The server" width="720">
</picture>
</a>
<p>
It's equally epic on the software side. Now Arch Linux is a terrible operating system for servers, but we use it anyways and update monthly. We've got free SSH and remote desktop access, code hosting, cloud storage, website hosting, VMs, and basically <a href="explore">anything else you can think of</a>.
</p>
<picture>
<source srcset="img/montage.webp" type="image/webp">
<source srcset="img/montage.png" type="image/png">
<img src="img/montage.png" alt="Things to explore" width="720">
</picture>
<a href="img/montage.png">
<picture>
<source srcset="img/montage.webp" type="image/webp">
<source srcset="img/montage.png" type="image/png">
<img src="img/montage.png" alt="Things to explore" width="720">
</picture>
</a>
<h2>Join us!</h2>
<p>
Cool, have we successfully converted you into joining exozyme yet? If so, try our <a href="quickstart">quickstart guide</a>. Check out our <a href="fuqs">frequently unasked questions</a> too.
@ -68,7 +73,7 @@
We may have occasional outages for maintainence or because our ISP is being dumb. If exozyme is down for more than 24 hours, please <a href="mailto:help@exozy.me">email us</a>!
</div>
<p>
You can find this website's code (CC BY-SA 4.0 license) on <a href="https://git.exozy.me/exozyme/website">exogit</a>. All HTML and CSS was hand-written by the <a href="https://git.exozy.me/exozyme/exozyme">our community</a>!
You can find this website's code (CC BY-SA 4.0 license) on <a href="https://git.exozy.me/exozyme/website">exogit</a>. All HTML and CSS was hand-written by the <a href="https://git.exozy.me/exozyme/exozyme">our community</a>.
</p>
</body>
</html>

View file

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Explore</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
@ -12,13 +13,13 @@
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
</picture>
</a>
<h1>Explore</h1>
<p>
<img src="img/icons/guacamole.svg" alt="exodesk" class="icon">
<a href="https://desk.exozy.me">exodesk</a>: Access your exozyme desktop from anywhere, powered by <a href="https://xrdp.org/">xrdp</a> and <a href="https://guacamole.apache.org/">Apache Guacamole</a>, or use any <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>
<a href="https://desk.exozy.me">exodesk</a>: Access your exozyme desktop from anywhere, powered by <a href="https://www.xrdp.org/">xrdp</a> and <a href="https://guacamole.apache.org/">Apache Guacamole</a>, or use any <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>
</p>
<p>
<img src="img/icons/nextcloud.svg" alt="exocloud" class="icon">
@ -26,7 +27,7 @@
</p>
<p>
<img src="img/icons/matrix.svg" alt="exochat" class="icon">
<a href="https://chat.exozy.me">exochat</a>: Chat with your friends on <a href="https://matrix.org">Matrix</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki/Bridge-Discord-and-Matrix">other networks</a>, powered by <a href="https://matrix.org/docs/projects/server/synapse/">Synapse</a>
<a href="https://chat.exozy.me">exochat</a>: Chat with your friends on <a href="https://matrix.org">Matrix</a> and other networks, powered by <a href="https://matrix-org.github.io/synapse/latest/">Synapse</a>
</p>
<p>
<img src="img/icons/forgejo.svg" alt="exogit" class="icon">
@ -62,7 +63,7 @@
<a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">exopages</a>: Easily host websites, with unlimited subdomains and custom domains, powered by <a href="https://nginx.org">nginx</a>
</p>
<p>
If you would like to use OpenLDAP, PostgreSQL, Redis, PHP-FPM, or Tomcat, just ask on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me">Matrix</a>.
If you would like to use OpenLDAP, PostgreSQL, Redis, PHP-FPM, or Tomcat, just ask on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a>.
</p>
<h2>Community-made websites</h2>
<p>
@ -99,7 +100,7 @@
<a href="https://nvpie.exozy.me">nvpie.exozy.me</a>: NeoVoid's site
</p>
<p>
<a href="https://cinny.exozy.me">Cinny</a>: Yet another matrix client
<a href="https://cinny.exozy.me">Cinny</a>: Yet another Matrix client
</p>
<p>
<a href="https://a.exozy.me">Some Random Website</a>: (+ (This subdomain) (Ordinal n) (! off) (Element 39) (Wide area network) (Prefix for billion))
@ -108,7 +109,7 @@
<a href="https://cursed.exozy.me">69!=</a>: Cursed self-modifying JavaScript
</p>
<p>
<a href="https://library.exozy.me">exozyme Library</a>: A general purpose library for exozyme users
<a href="https://library.exozy.me">exozyme library</a>: Web app for browsing, reading and downloading eBooks stored in a Calibre database
</p>
<p>
<a href="https://socialism.exozy.me">exocialism</a>: Not to be confused with exocial
@ -134,5 +135,35 @@
<p>
<a href="https://weblate.exozy.me">Weblate</a>: Web-based continuous localization
</p>
<p>
<a href="https://pixivfe.exozy.me">PixivFE</a>: A privacy respecting frontend for Pixiv
</p>
<p>
<a href="https://diagonal-scroll.exozy.me">Diagonal Scroll</a>: CSS abuse
</p>
<p>
<a href="https://fl.exozy.me">flexozyme</a>: CSS abuse part 2
</p>
<p>
<a href="https://reposearch.exozy.me">reposearch</a>: Search git repos across multiple sites
</p>
<p>
<a href="https://status.exozy.me">exozyme status</a>: A status page in Go
</p>
<p>
<a href="https://cyberchef.exozy.me">CyberChef</a>: The Cyber Swiss Army Knife
</p>
<p>
<a href="https://cloudyy.exozy.me">cloudyy.exozy.me</a>: Cloudyy's personal website
</p>
<p>
<a href="https://twineo.exozy.me">Twineo</a>: Alternative front-end to Twitch
</p>
<p>
<a href="https://peaksol.exozy.me">peaksol.exozy.me</a>: Peaksol's personal website
</p>
<p>
<a href="https://pendulum.exozy.me">pendulum.exozy.me</a>: CSS abuse part 3
</p>
</body>
</html>

View file

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FUQs</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
@ -12,7 +13,7 @@
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
</picture>
</a>
<h1>Frequently Unasked Questions</h1>
@ -26,23 +27,19 @@
</p>
<h4>How do I change my account details like my email address or command-line shell?</h4>
<p>
Log into exozyme and run the command <i>moduser $USER</i>. Edit the file to update your account details, and hit <i>Ctrl+Q</i> to save and quit.
</p>
<h4>How do I install software?</h4>
<p>
If you want to install a graphical app, open up Discover in a remote desktop session and search. Otherwise, try <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>. Just ask on Matrix if you need help or you'd like to have an app installed globally.
Log into exozyme and run the command <i>moduser</i>. Edit the file to update your account details, and hit <i>Ctrl+Q</i> to save and quit.
</p>
<h4>My remote desktop is glitching out!</h4>
<p>
Log in to <a href="https://hub.exozy.me">exohub</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> and run the command <i>pkill -9 -u $USER</i> to kill all your processes. Note that you'll lose all unsaved work!
Log in to <a href="https://hub.exozy.me">exohub</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> and run the command <i>pkill -u $USER</i> to kill all your processes. If that doesn't fix it, run <i>pkill -9 -u $USER</i> to force kill everything. Note that you'll lose all unsaved work.
</p>
<h4>What kind of data does exozyme collect?</h4>
<p>
We don't collect any more data than what Arch Linux does by default, such as your IP address. Your data is never saved to anywhere else except on the exozyme server and an offsite backup. If you decide to delete your account, we will delete all of your data from the server. Yeah, we're serious about protecting your data and privacy!
We don't collect any more data than what Arch Linux does by default, such as your IP address. Your data is never saved to anywhere else except on the exozyme server and an offsite backup. If you decide to delete your account, we will delete all of your data from the server.
</p>
<h4>I need help with something!</h4>
<p>
You know the drill: ask on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>! If you aren't able to do that, shoot us an email at <a href="mailto:help@exozy.me">help@exozy.me</a> (optionally using <a href="https://git.exozy.me/exozyme/exozyme/raw/branch/main/pubkey.asc">GPG</a>).
Ask on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a>. If you aren't able to do that, shoot us an email at <a href="mailto:help@exozy.me">help@exozy.me</a> (optionally using <a href="https://git.exozy.me/exozyme/exozyme/raw/branch/main/pubkey.asc">GPG</a>).
</p>
</body>
</html>

View file

@ -1,3 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 2250 2250" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect id="favicon" x="0" y="0" width="2250" height="2250" style="fill:none;"/><g id="favicon1" serif:id="favicon"><path d="M1991.66,1034.72c-38.493,0 -64.144,-22.57 -64.144,-68.897l-0,-266.084c-0,-169.867 -69.982,-263.709 -250.762,-263.709l-83.976,0l-0,179.368l25.661,0c71.144,0 104.967,39.201 104.967,109.285l0,235.201c0,102.156 30.324,143.733 96.806,165.114c-66.482,20.196 -96.806,62.958 -96.806,165.114l0,174.621c0,48.7 0,96.216 -12.829,144.917c-12.829,45.141 -33.823,87.903 -62.98,124.726c-16.329,21.386 -34.991,39.202 -55.981,55.835l-0,23.755l83.971,-0c180.781,-0 250.763,-93.843 250.763,-263.709l-0,-266.084c-0,-47.516 24.485,-68.897 64.144,-68.897l47.822,-0l-0,-179.37l-46.656,-0l0,-1.186Z" style="fill-rule:nonzero;"/><path d="M1420.16,706.904l-258.923,0c-5.833,0 -10.495,-4.752 -10.495,-10.691l-0,-20.192c-0,-5.941 4.662,-10.692 10.495,-10.692l260.089,0c5.83,0 10.495,4.751 10.495,10.692l0,20.192c0,5.939 -5.833,10.691 -11.661,10.691Z" style="fill-rule:nonzero;"/><path d="M1464.48,963.474l-188.942,0c-5.833,0 -10.501,-4.754 -10.501,-10.693l0,-20.192c0,-5.938 4.668,-10.691 10.501,-10.691l188.942,-0c5.833,-0 10.495,4.753 10.495,10.691l-0,20.192c-0,4.754 -4.662,10.693 -10.495,10.693Z" style="fill-rule:nonzero;"/><path d="M1539.12,835.188l-377.885,0c-5.833,0 -10.495,-4.75 -10.495,-10.689l-0,-20.196c-0,-5.939 4.662,-10.69 10.495,-10.69l376.719,0c5.833,0 10.499,4.751 10.499,10.69l-0,20.196c-0,4.75 -3.5,10.689 -9.333,10.689Z" style="fill-rule:nonzero;"/><path d="M861.493,765.074c25.658,0 51.319,2.376 75.811,8.316l0,-48.705c0,-68.897 34.989,-109.285 104.971,-109.285l25.658,0l-0,-179.368l-83.977,0c-180.781,0 -250.758,93.842 -250.758,263.709l0,87.901c40.819,-14.252 83.977,-22.568 128.295,-22.568Z" style="fill-rule:nonzero;"/><path d="M1618.44,1411.25c-18.662,-150.861 -132.962,-276.776 -279.919,-305.285c-40.818,-8.314 -81.642,-9.504 -121.295,-2.376c-1.166,-0 -1.166,-1.189 -2.332,-1.189c-64.148,-136.605 -201.772,-226.884 -351.063,-226.884c-149.289,-0 -285.747,87.905 -351.062,224.51c-1.166,-0 -1.166,1.188 -2.332,1.188c-41.987,-4.753 -83.975,-2.379 -125.963,8.314c-144.623,35.634 -254.257,159.175 -274.085,308.847c-2.332,15.441 -3.499,30.883 -3.499,45.141c0,45.136 30.325,86.713 74.645,92.652c54.817,8.317 102.636,-34.448 101.469,-89.089c0,-8.317 0,-17.821 1.167,-26.134c9.331,-76.025 66.48,-140.168 141.123,-157.99c23.328,-5.939 46.654,-7.124 68.814,-3.559c71.146,9.502 141.124,-27.324 171.449,-91.467c22.162,-47.516 57.151,-89.094 103.804,-111.664c51.314,-24.946 109.633,-28.506 163.286,-9.499c55.979,20.192 97.966,62.954 123.627,116.409c26.824,52.27 39.653,89.093 96.805,96.221c23.325,3.559 88.639,2.374 113.132,1.185c47.82,0 95.64,16.631 129.463,51.079c22.156,23.757 38.485,53.455 45.486,86.715c10.495,53.455 -2.334,106.908 -33.825,147.296c-22.162,28.509 -52.485,49.89 -86.308,59.394c-16.329,4.754 -32.657,5.939 -48.986,5.939l-257.757,0c-51.314,0 -92.138,-41.573 -92.138,-93.842l0,-348.049c0,-14.251 -11.661,-26.13 -25.658,-26.13l-36.156,0c-71.148,1.185 -128.295,81.964 -128.295,167.488l-0,312.415c-0,92.652 73.476,167.488 164.451,167.488c0,0 404.714,-1.19 410.544,-1.19c93.304,-9.503 179.614,-58.204 237.927,-133.04c58.319,-72.46 85.142,-167.492 73.481,-264.894Z" style="fill-rule:nonzero;"/></g></svg>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" viewBox="106.87 436 1931.45 1377.97"><rect id="favicon" x="0" y="0" width="2250" height="2250" style="fill:none;"/><g id="favicon1" serif:id="favicon"><path d="M1991.66,1034.72c-38.493,0 -64.144,-22.57 -64.144,-68.897l-0,-266.084c-0,-169.867 -69.982,-263.709 -250.762,-263.709l-83.976,0l-0,179.368l25.661,0c71.144,0 104.967,39.201 104.967,109.285l0,235.201c0,102.156 30.324,143.733 96.806,165.114c-66.482,20.196 -96.806,62.958 -96.806,165.114l0,174.621c0,48.7 0,96.216 -12.829,144.917c-12.829,45.141 -33.823,87.903 -62.98,124.726c-16.329,21.386 -34.991,39.202 -55.981,55.835l-0,23.755l83.971,-0c180.781,-0 250.763,-93.843 250.763,-263.709l-0,-266.084c-0,-47.516 24.485,-68.897 64.144,-68.897l47.822,-0l-0,-179.37l-46.656,-0l0,-1.186Z" style="fill-rule:nonzero;"/><path d="M1420.16,706.904l-258.923,0c-5.833,0 -10.495,-4.752 -10.495,-10.691l-0,-20.192c-0,-5.941 4.662,-10.692 10.495,-10.692l260.089,0c5.83,0 10.495,4.751 10.495,10.692l0,20.192c0,5.939 -5.833,10.691 -11.661,10.691Z" style="fill-rule:nonzero;"/><path d="M1464.48,963.474l-188.942,0c-5.833,0 -10.501,-4.754 -10.501,-10.693l0,-20.192c0,-5.938 4.668,-10.691 10.501,-10.691l188.942,-0c5.833,-0 10.495,4.753 10.495,10.691l-0,20.192c-0,4.754 -4.662,10.693 -10.495,10.693Z" style="fill-rule:nonzero;"/><path d="M1539.12,835.188l-377.885,0c-5.833,0 -10.495,-4.75 -10.495,-10.689l-0,-20.196c-0,-5.939 4.662,-10.69 10.495,-10.69l376.719,0c5.833,0 10.499,4.751 10.499,10.69l-0,20.196c-0,4.75 -3.5,10.689 -9.333,10.689Z" style="fill-rule:nonzero;"/><path d="M861.493,765.074c25.658,0 51.319,2.376 75.811,8.316l0,-48.705c0,-68.897 34.989,-109.285 104.971,-109.285l25.658,0l-0,-179.368l-83.977,0c-180.781,0 -250.758,93.842 -250.758,263.709l0,87.901c40.819,-14.252 83.977,-22.568 128.295,-22.568Z" style="fill-rule:nonzero;"/><path d="M1618.44,1411.25c-18.662,-150.861 -132.962,-276.776 -279.919,-305.285c-40.818,-8.314 -81.642,-9.504 -121.295,-2.376c-1.166,-0 -1.166,-1.189 -2.332,-1.189c-64.148,-136.605 -201.772,-226.884 -351.063,-226.884c-149.289,-0 -285.747,87.905 -351.062,224.51c-1.166,-0 -1.166,1.188 -2.332,1.188c-41.987,-4.753 -83.975,-2.379 -125.963,8.314c-144.623,35.634 -254.257,159.175 -274.085,308.847c-2.332,15.441 -3.499,30.883 -3.499,45.141c0,45.136 30.325,86.713 74.645,92.652c54.817,8.317 102.636,-34.448 101.469,-89.089c0,-8.317 0,-17.821 1.167,-26.134c9.331,-76.025 66.48,-140.168 141.123,-157.99c23.328,-5.939 46.654,-7.124 68.814,-3.559c71.146,9.502 141.124,-27.324 171.449,-91.467c22.162,-47.516 57.151,-89.094 103.804,-111.664c51.314,-24.946 109.633,-28.506 163.286,-9.499c55.979,20.192 97.966,62.954 123.627,116.409c26.824,52.27 39.653,89.093 96.805,96.221c23.325,3.559 88.639,2.374 113.132,1.185c47.82,0 95.64,16.631 129.463,51.079c22.156,23.757 38.485,53.455 45.486,86.715c10.495,53.455 -2.334,106.908 -33.825,147.296c-22.162,28.509 -52.485,49.89 -86.308,59.394c-16.329,4.754 -32.657,5.939 -48.986,5.939l-257.757,0c-51.314,0 -92.138,-41.573 -92.138,-93.842l0,-348.049c0,-14.251 -11.661,-26.13 -25.658,-26.13l-36.156,0c-71.148,1.185 -128.295,81.964 -128.295,167.488l-0,312.415c-0,92.652 73.476,167.488 164.451,167.488c0,0 404.714,-1.19 410.544,-1.19c93.304,-9.503 179.614,-58.204 237.927,-133.04c58.319,-72.46 85.142,-167.492 73.481,-264.894Z" style="fill-rule:nonzero;"/></g></svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -1,721 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
id="Layer_1"
x="0px"
y="0px"
width="85.5"
height="85.5"
viewBox="0 0 85.5 85.5"
enable-background="new 0 0 486 80"
xml:space="preserve"
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
sodipodi:docname="collabora.svg"
inkscape:export-filename="/home/samtuke/cb/git/productivity/Marketing/rebrand/splash-screens/collabora-office/flat_logo.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
id="metadata153"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs151"><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8314"><path
d="M 425.724,259.042 H 854.29 V 477.953 H 425.724 Z"
id="path8316"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8326"><path
d="m 507.7,372.723 h 19.783 V 350.466 H 507.7 Z"
id="path8328"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8330"><path
d="m 507.7,350.466 c 2.343,5.293 19.783,3.393 19.783,3.393 v 0 l -13.802,18.864 c 0,0 -5.981,-17.666 -5.981,-22.257"
id="path8332"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8334"><path
d="m 507.69994,372.723 h 19.78275 v -22.2566 h -19.78275 z"
id="path8336"
inkscape:connector-curvature="0" /></clipPath><linearGradient
x1="0"
y1="0"
x2="1"
y2="0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(19.782499,0,0,-19.782499,507.70023,361.59463)"
spreadMethod="pad"
id="linearGradient8338"><stop
style="stop-opacity:1;stop-color:#939598"
offset="0"
id="stop8340" /><stop
style="stop-opacity:1;stop-color:#939598"
offset="0.79908746"
id="stop8342" /><stop
style="stop-opacity:1;stop-color:#d1d3d4"
offset="1"
id="stop8344" /></linearGradient><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8366"><path
d="m 507.701,350.392 c 0,4.494 17.666,17.224 17.666,17.224 v 0 c 0,0 -17.666,12.682 -17.666,17.358 v 0 z"
id="path8368"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8376"><path
d="m 507.70051,384.97387 h 17.66681 v -34.581 h -17.66681 z"
id="path8378"
inkscape:connector-curvature="0" /></clipPath><linearGradient
x1="0"
y1="0"
x2="1"
y2="0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(17.667353,0,0,-17.667353,507.70023,367.68366)"
spreadMethod="pad"
id="linearGradient8380"><stop
style="stop-opacity:1;stop-color:#a7a9ac"
offset="0"
id="stop8382" /><stop
style="stop-opacity:1;stop-color:#d1d3d4"
offset="0.20630948"
id="stop8384" /><stop
style="stop-opacity:1;stop-color:#d1d3d4"
offset="0.241935"
id="stop8386" /><stop
style="stop-opacity:1;stop-color:#d1d3d4"
offset="1"
id="stop8388" /></linearGradient><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8404"><path
d="m 518.22,394.198 h 9.614 v -0.802 h -9.614 z"
id="path8406"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8408"><path
d="m 518.22,393.396 h 9.614 v 0.801 h -9.614 z"
id="path8410"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8432"><path
d="m 513.413,389.791 h 18.426 v -0.801 h -18.426 z"
id="path8434"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8436"><path
d="m 513.413,388.99 h 18.426 v 0.801 h -18.426 z"
id="path8438"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8460"><path
d="m 511.41,385.385 h 24.836 v -0.801 H 511.41 Z"
id="path8462"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8464"><path
d="m 511.41,384.584 h 24.836 v 0.801 H 511.41 Z"
id="path8466"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8488"><path
d="m 514.214,380.978 h 26.839 v -0.801 h -26.839 z"
id="path8490"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8492"><path
d="m 514.214,380.177 h 26.839 v 0.801 h -26.839 z"
id="path8494"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8516"><path
d="m 519.021,376.573 h 26.037 v -0.801 h -26.037 z"
id="path8518"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8520"><path
d="m 519.021,375.772 h 26.037 v 0.801 h -26.037 z"
id="path8522"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8544"><path
d="m 524.229,372.165 h 25.237 v -0.801 h -25.237 z"
id="path8546"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8548"><path
d="m 524.229,371.364 h 25.237 v 0.801 h -25.237 z"
id="path8550"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8572"><path
d="m 529.036,368.161 h 24.435 v -0.802 h -24.435 z"
id="path8574"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8576"><path
d="m 529.036,367.359 h 24.436 v 0.801 h -24.436 z"
id="path8578"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8600"><path
d="m 523.828,363.753 h 25.237 v -0.801 h -25.237 z"
id="path8602"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8604"><path
d="m 523.828,362.952 h 25.237 v 0.801 h -25.237 z"
id="path8606"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8628"><path
d="m 518.62,359.348 h 26.039 v -0.802 H 518.62 Z"
id="path8630"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8632"><path
d="m 518.62,358.546 h 26.039 v 0.801 H 518.62 Z"
id="path8634"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8656"><path
d="m 513.813,354.941 h 26.84 v -0.801 h -26.84 z"
id="path8658"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8660"><path
d="m 513.813,354.14 h 26.839 v 0.801 h -26.839 z"
id="path8662"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8684"><path
d="m 511.41,350.534 h 24.836 v -0.802 H 511.41 Z"
id="path8686"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8688"><path
d="m 511.41,349.732 h 24.836 v 0.801 H 511.41 Z"
id="path8690"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8712"><path
d="m 514.214,346.128 h 17.625 v -0.801 h -17.625 z"
id="path8714"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8716"><path
d="m 514.214,345.327 h 17.625 v 0.801 h -17.625 z"
id="path8718"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8740"><path
d="m 519.021,341.722 h 8.412 v -0.801 h -8.412 z"
id="path8742"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8744"><path
d="m 519.021,340.921 h 8.412 v 0.801 h -8.412 z"
id="path8746"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8314-6"><path
d="M 425.724,259.042 H 854.29 V 477.953 H 425.724 Z"
id="path8316-8"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8326-1"><path
d="m 507.7,372.723 h 19.783 V 350.466 H 507.7 Z"
id="path8328-9"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8330-1"><path
d="m 507.7,350.466 c 2.343,5.293 19.783,3.393 19.783,3.393 v 0 l -13.802,18.864 c 0,0 -5.981,-17.666 -5.981,-22.257"
id="path8332-1"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8334-0"><path
d="m 507.69994,372.723 h 19.78275 v -22.2566 h -19.78275 z"
id="path8336-8"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8366-0"><path
d="m 507.701,350.392 c 0,4.494 17.666,17.224 17.666,17.224 v 0 c 0,0 -17.666,12.682 -17.666,17.358 v 0 z"
id="path8368-9"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8376-0"><path
d="m 507.70051,384.97387 h 17.66681 v -34.581 h -17.66681 z"
id="path8378-2"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8404-7"><path
d="m 518.22,394.198 h 9.614 v -0.802 h -9.614 z"
id="path8406-7"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8408-2"><path
d="m 518.22,393.396 h 9.614 v 0.801 h -9.614 z"
id="path8410-4"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8432-6"><path
d="m 513.413,389.791 h 18.426 v -0.801 h -18.426 z"
id="path8434-3"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8436-0"><path
d="m 513.413,388.99 h 18.426 v 0.801 h -18.426 z"
id="path8438-5"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8460-6"><path
d="m 511.41,385.385 h 24.836 v -0.801 H 511.41 Z"
id="path8462-4"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8464-3"><path
d="m 511.41,384.584 h 24.836 v 0.801 H 511.41 Z"
id="path8466-4"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8488-7"><path
d="m 514.214,380.978 h 26.839 v -0.801 h -26.839 z"
id="path8490-2"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8492-8"><path
d="m 514.214,380.177 h 26.839 v 0.801 h -26.839 z"
id="path8494-8"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8516-3"><path
d="m 519.021,376.573 h 26.037 v -0.801 h -26.037 z"
id="path8518-8"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8520-6"><path
d="m 519.021,375.772 h 26.037 v 0.801 h -26.037 z"
id="path8522-1"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8544-3"><path
d="m 524.229,372.165 h 25.237 v -0.801 h -25.237 z"
id="path8546-9"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8548-2"><path
d="m 524.229,371.364 h 25.237 v 0.801 h -25.237 z"
id="path8550-4"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8572-9"><path
d="m 529.036,368.161 h 24.435 v -0.802 h -24.435 z"
id="path8574-4"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8576-8"><path
d="m 529.036,367.359 h 24.436 v 0.801 h -24.436 z"
id="path8578-5"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8600-9"><path
d="m 523.828,363.753 h 25.237 v -0.801 h -25.237 z"
id="path8602-1"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8604-0"><path
d="m 523.828,362.952 h 25.237 v 0.801 h -25.237 z"
id="path8606-7"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8628-9"><path
d="m 518.62,359.348 h 26.039 v -0.802 H 518.62 Z"
id="path8630-2"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8632-3"><path
d="m 518.62,358.546 h 26.039 v 0.801 H 518.62 Z"
id="path8634-7"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8656-5"><path
d="m 513.813,354.941 h 26.84 v -0.801 h -26.84 z"
id="path8658-4"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8660-2"><path
d="m 513.813,354.14 h 26.839 v 0.801 h -26.839 z"
id="path8662-2"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8684-0"><path
d="m 511.41,350.534 h 24.836 v -0.802 H 511.41 Z"
id="path8686-5"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8688-8"><path
d="m 511.41,349.732 h 24.836 v 0.801 H 511.41 Z"
id="path8690-0"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8712-7"><path
d="m 514.214,346.128 h 17.625 v -0.801 h -17.625 z"
id="path8714-8"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8716-8"><path
d="m 514.214,345.327 h 17.625 v 0.801 h -17.625 z"
id="path8718-2"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8740-9"><path
d="m 519.021,341.722 h 8.412 v -0.801 h -8.412 z"
id="path8742-6"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8744-4"><path
d="m 519.021,340.921 h 8.412 v 0.801 h -8.412 z"
id="path8746-2"
inkscape:connector-curvature="0" /></clipPath><linearGradient
y2="347.28149"
x2="218.50883"
y1="300.49261"
x1="151.24023"
gradientUnits="userSpaceOnUse"
id="path24_1_-9-6"><stop
id="stop20-0-1"
style="stop-color:#1e1e1f;stop-opacity:1"
offset="0" /><stop
id="stop32-1-1"
style="stop-color:#262727;stop-opacity:1"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(0.09963734,0,0,0.09963734,29.527122,-61.529368)"
id="path24_1_"
gradientUnits="userSpaceOnUse"
x1="103.3008"
y1="297.04099"
x2="234.9995"
y2="297.04099"
xlink:href="#SVGID_1_-2"><stop
offset="0"
style="stop-color:#000000;stop-opacity:0.402"
id="stop20" /><stop
offset="0.4746"
style="stop-color:#000000;stop-opacity:0.402"
id="stop22" /><stop
offset="0.6456"
style="stop-color:#000000;stop-opacity:0.351"
id="stop24" /><stop
offset="0.7675"
style="stop-color:#000000;stop-opacity:0.3"
id="stop26" /><stop
offset="0.866"
style="stop-color:#000000;stop-opacity:0.252"
id="stop28" /><stop
offset="0.9494"
style="stop-color:#000000;stop-opacity:0.2"
id="stop30" /><stop
offset="1"
style="stop-color:#000000;stop-opacity:0.15"
id="stop32" /></linearGradient><linearGradient
gradientTransform="matrix(0.09963734,0,0,0.09963734,29.527122,-61.529368)"
y2="256.50339"
x2="220.9146"
y1="256.50339"
x1="103.3008"
gradientUnits="userSpaceOnUse"
id="SVGID_1_"><stop
id="stop37"
style="stop-color:#999999"
offset="0" /><stop
id="stop39"
style="stop-color:#BBBBBB"
offset="0.1466" /><stop
id="stop41"
style="stop-color:#CCCCCC"
offset="0.2419" /></linearGradient><linearGradient
y2="347.28149"
x2="218.50883"
y1="300.49261"
x1="151.24023"
gradientUnits="userSpaceOnUse"
id="path24_1_-9"
gradientTransform="translate(559.73756,-2.4894758)"><stop
id="stop20-0"
style="stop-color:#1e1e1f;stop-opacity:1"
offset="0" /><stop
id="stop32-1"
style="stop-color:#262727;stop-opacity:1"
offset="1" /></linearGradient><linearGradient
id="SVGID_1_-2"
gradientUnits="userSpaceOnUse"
x1="103.3008"
y1="256.50339"
x2="220.91409"
y2="256.50339"
gradientTransform="translate(559.73756,-2.4894758)"><stop
offset="0"
style="stop-color:#595959"
id="stop37-5" /><stop
offset="0.1466"
style="stop-color:#7B7B7B"
id="stop39-0" /><stop
offset="0.2419"
style="stop-color:#8C8C8C"
id="stop41-3" /></linearGradient></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1349"
id="namedview149"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.335391"
inkscape:cx="1.8721109"
inkscape:cy="87.240366"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g4298"
showguides="true"
inkscape:pagecheckerboard="0"><inkscape:grid
type="xygrid"
id="grid219" /></sodipodi:namedview><g
id="svg1205"
display="none"
style="display:none"
transform="translate(48.492702,-99.953018)"><rect
x="-3"
y="-4"
display="inline"
width="491.5"
height="85.5"
id="rect4"
style="display:inline;fill:#0f3c7e" /><g
id="g4122"
transform="matrix(0.62747746,0,0,0.62747746,-228.72288,-1457.0571)"
display="inline"
style="display:inline"><path
id="path3047"
d="m 484.039,2375.006 v 45.9 h 29.598 v -6.974 h -20.565 v -38.928 h -9.033"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3049"
d="m 519.098,2420.906 h 9.035 v -33.038 h -9.035 v 33.038 m 4.517,-35.881 c 2.833,0 5.192,-2.302 5.192,-5.214 0,-2.844 -2.359,-5.212 -5.192,-5.212 -2.898,0 -5.192,2.369 -5.192,5.212 0,2.913 2.294,5.214 5.192,5.214"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3051"
d="m 543.866,2391.728 h -0.135 v -19.566 h -9.034 v 48.744 h 8.832 l 0.201,-3.857 h 0.135 c 2.833,3.181 5.665,4.535 10.317,4.535 8.764,0 14.563,-7.922 14.563,-17.808 0,-9.543 -5.192,-16.584 -14.16,-16.584 -4.785,0 -7.618,1.421 -10.719,4.536 m -0.134,11.914 c 0,-5.688 2.562,-9.478 7.416,-9.478 5.394,0 8.091,3.86 8.091,10.155 0,6.23 -2.629,10.292 -7.956,10.292 -4.652,0 -7.551,-3.657 -7.551,-9.48 v -1.489"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3053"
d="m 592.988,2387.192 c -4.316,0.272 -8.428,2.91 -10.315,6.569 h -0.135 l -0.202,-5.892 h -8.832 v 33.039 h 9.034 v -12.458 c 0,-6.635 1.212,-9.002 3.303,-10.493 1.821,-1.287 3.978,-1.829 6.944,-1.964 l 0.203,-8.801"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3055"
d="m 626.228,2402.425 c 0,-8.194 -4.988,-15.232 -13.618,-15.232 -10.384,0 -17.059,7.175 -17.059,18.074 0,10.631 6.877,16.318 17.059,16.318 4.787,0 8.158,-0.744 11.327,-2.168 l -0.943,-6.77 c -2.968,1.219 -6.001,1.964 -9.238,1.964 -5.46,0 -8.968,-2.507 -9.304,-7.651 h 21.373 c 0.269,-1.219 0.403,-3.114 0.403,-4.535 m -14.562,-8.259 c 3.911,0 5.732,3.181 5.866,6.566 h -12.743 c 0.675,-3.79 3.303,-6.566 6.877,-6.566"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3057"
d="m 653.657,2374.329 c -12.136,0 -22.114,8.868 -22.114,23.627 0,14.76 9.978,23.628 22.114,23.628 12.136,0 22.115,-8.868 22.115,-23.628 10e-4,-14.758 -9.979,-23.627 -22.115,-23.627 m 0,4.603 c 9.034,0 15.912,6.77 15.912,19.021 0,12.255 -6.876,19.025 -15.912,19.025 -9.035,0 -15.912,-6.77 -15.912,-19.025 0,-12.25 6.878,-19.021 15.912,-19.021"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3059"
d="m 684.407,2386.04 v 2.099 h -5.326 v 4.333 h 5.326 v 28.436 h 5.663 v -28.436 h 8.361 v -4.333 h -8.361 v -2.979 c 0,-5.891 2.495,-9.344 7.011,-9.344 2.09,0 3.44,0.338 4.72,0.813 l 0.54,-4.198 c -1.216,-0.474 -3.506,-0.948 -5.327,-0.948 -8.022,0 -12.607,5.215 -12.607,14.557"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3061"
d="m 703.236,2386.04 v 2.099 h -5.326 v 4.333 h 5.326 v 28.436 h 5.664 v -28.436 h 8.361 v -4.333 H 708.9 v -2.979 c 0,-5.891 2.495,-9.344 7.01,-9.344 2.09,0 3.441,0.338 4.72,0.813 l 0.54,-4.198 c -1.214,-0.474 -3.506,-0.948 -5.327,-0.948 -8.022,0 -12.607,5.215 -12.607,14.557"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3063"
d="m 723.82,2420.906 h 5.664 v -32.767 h -5.664 v 32.767 m 2.831,-37.574 c 1.956,0 3.506,-1.556 3.506,-3.521 0,-1.963 -1.55,-3.52 -3.506,-3.52 -1.955,0 -3.505,1.557 -3.505,3.52 0,1.965 1.55,3.521 3.505,3.521"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3065"
d="m 741.26,2404.387 c 0,-8.259 4.921,-12.591 11.327,-12.591 3.371,0 6.337,0.811 8.765,1.964 l 0.54,-4.333 c -2.023,-1.018 -5.259,-1.964 -8.832,-1.964 -10.113,0 -17.733,6.16 -17.733,17.671 0,10.832 6.876,16.45 15.979,16.45 4.045,0 6.944,-0.473 10.248,-1.897 l -0.54,-4.333 c -2.831,1.287 -5.866,1.896 -8.698,1.896 -6.54,0 -11.056,-4.13 -11.056,-12.863"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path3067"
d="m 793.836,2405.81 c 0.135,-1.217 0.202,-2.235 0.202,-3.251 0,-8.395 -4.383,-15.095 -12.81,-15.095 -9.1,0 -15.775,7.583 -15.775,17.671 0,11.103 6.675,16.45 15.775,16.45 4.048,0 7.081,-0.61 10.248,-1.897 l -0.539,-4.333 c -2.495,1.219 -6.068,1.896 -8.901,1.896 -6.54,0 -10.787,-3.993 -10.922,-11.44 h 22.722 m -13.08,-14.014 c 4.99,0 7.687,4.129 7.687,9.545 h -17.059 c 0.81,-5.754 3.978,-9.545 9.372,-9.545"
inkscape:connector-curvature="0"
style="fill:#ffffff" /></g><g
id="g2977"
transform="matrix(0.62026788,0,0,0.62820994,-318.24592,-674.22997)"
display="inline"
style="display:inline"><path
id="path2979"
d="m 585.297,1093.95 c -0.754,-0.02 -1.499,0.452 -1.792,1.138 -0.296,0.686 -0.123,1.541 0.414,2.063 l 16.196,16.248 c 0.523,0.523 1.373,0.696 2.062,0.421 0.691,-0.276 1.178,-0.986 1.182,-1.719 v -16.276 c 0.003,-0.982 -0.904,-1.876 -1.897,-1.872 h -16.166 v 0 z"
inkscape:connector-curvature="0"
style="fill:#ffffff" /><path
id="path2981"
d="m 540.763,1093.949 c -1.049,0.016 -1.892,0.871 -1.891,1.921 v 74.157 c -0.002,1.051 0.842,1.906 1.891,1.921 h 60.677 c 1.06,0 1.921,-0.855 1.922,-1.915 0,0 0,0 0,-0.01 v -47.755 c 0.003,-0.511 -0.198,-1.002 -0.559,-1.363 l -26.246,-26.372 c -0.357,-0.371 -0.85,-0.584 -1.363,-0.588 h -34.431 v 0 z m 1.922,3.843 h 31.701 l 25.134,25.255 v 45.058 h -56.835 z"
inkscape:connector-curvature="0"
style="fill:#ffffff" /></g><rect
x="0"
y="75"
display="inline"
width="486"
height="5"
id="rect21"
style="display:inline;fill:#6c9aca" /><path
id="path10643"
display="inline"
d="m 371.109,53.543 h -4.696 v -3.154 c 0,-0.916 -0.053,-1.488 -0.154,-1.717 -0.104,-0.229 -0.331,-0.343 -0.682,-0.343 -0.397,0 -0.647,0.14 -0.757,0.417 -0.104,0.275 -0.158,0.874 -0.158,1.793 v 8.438 c 0,0.881 0.054,1.457 0.158,1.729 0.108,0.27 0.35,0.402 0.723,0.402 0.357,0 0.595,-0.135 0.704,-0.406 0.109,-0.271 0.166,-0.909 0.166,-1.914 v -2.299 h 4.696 V 57.2 c 0,1.886 -0.133,3.224 -0.396,4.011 -0.266,0.788 -0.853,1.479 -1.759,2.072 -0.908,0.595 -2.026,0.89 -3.355,0.89 -1.381,0 -2.521,-0.251 -3.417,-0.75 -0.896,-0.5 -1.49,-1.194 -1.781,-2.079 -0.291,-0.885 -0.438,-2.218 -0.438,-3.996 v -5.303 c 0,-1.309 0.044,-2.287 0.135,-2.941 0.09,-0.653 0.356,-1.283 0.801,-1.89 0.444,-0.603 1.062,-1.079 1.85,-1.429 0.788,-0.348 1.692,-0.521 2.719,-0.521 1.388,0 2.534,0.271 3.437,0.807 0.904,0.537 1.498,1.207 1.783,2.008 0.282,0.803 0.425,2.052 0.425,3.744 v 1.721 h -0.004 z"
inkscape:connector-curvature="0"
style="display:inline;fill:#ffffff" /><path
display="inline"
d="m 382.674,51.785 c -0.146,-0.516 -0.415,-1.018 -0.812,-1.502 -0.394,-0.485 -0.956,-0.879 -1.683,-1.182 -0.726,-0.303 -1.595,-0.453 -2.609,-0.453 -1.207,0 -2.197,0.233 -2.974,0.705 -0.774,0.472 -1.312,1.096 -1.609,1.871 -0.297,0.775 -0.445,1.855 -0.445,3.238 v 3.809 c 0,1.264 0.081,2.211 0.246,2.84 0.164,0.633 0.438,1.17 0.82,1.613 0.385,0.444 0.923,0.777 1.615,1 0.692,0.217 1.537,0.328 2.537,0.328 0.895,0 1.685,-0.13 2.375,-0.386 0.688,-0.257 1.255,-0.655 1.694,-1.198 0.438,-0.541 0.726,-1.125 0.858,-1.748 0.132,-0.623 0.202,-1.604 0.202,-2.941 v -3.641 c 0.003,-1.052 -0.071,-1.837 -0.215,-2.353 z m -4.321,8.095 c 0,0.644 -0.041,1.06 -0.123,1.257 -0.083,0.193 -0.255,0.291 -0.514,0.291 -0.252,0 -0.42,-0.107 -0.508,-0.32 -0.085,-0.213 -0.129,-0.67 -0.129,-1.373 v -6.721 c 0,-0.762 0.044,-1.24 0.129,-1.441 0.086,-0.198 0.261,-0.297 0.519,-0.297 0.258,0 0.429,0.099 0.508,0.297 0.079,0.201 0.118,0.681 0.118,1.441 z"
id="path24"
inkscape:connector-curvature="0"
style="display:inline;fill:#ffffff" /><path
id="path10647"
display="inline"
d="m 389.04,45.663 v 18.112 h -4.657 V 45.663 Z"
inkscape:connector-curvature="0"
style="display:inline;fill:#ffffff" /><path
id="path10649"
display="inline"
d="m 395.321,45.663 v 18.112 h -4.655 V 45.663 Z"
inkscape:connector-curvature="0"
style="display:inline;fill:#ffffff" /><path
display="inline"
d="m 430.428,51.785 c -0.146,-0.516 -0.415,-1.018 -0.812,-1.502 -0.396,-0.485 -0.956,-0.879 -1.684,-1.182 -0.729,-0.303 -1.595,-0.453 -2.61,-0.453 -1.206,0 -2.196,0.233 -2.973,0.705 -0.774,0.472 -1.312,1.096 -1.608,1.871 -0.299,0.775 -0.446,1.855 -0.446,3.238 v 3.809 c 0,1.264 0.081,2.211 0.245,2.84 0.165,0.633 0.438,1.17 0.821,1.613 0.384,0.444 0.923,0.777 1.615,1 0.692,0.217 1.537,0.328 2.537,0.328 0.895,0 1.686,-0.13 2.375,-0.386 0.688,-0.257 1.255,-0.655 1.693,-1.198 0.439,-0.541 0.726,-1.125 0.859,-1.748 0.133,-0.623 0.202,-1.604 0.202,-2.941 v -3.641 c 0.004,-1.052 -0.07,-1.837 -0.214,-2.353 z m -4.321,8.095 c 0,0.644 -0.041,1.06 -0.126,1.257 -0.081,0.193 -0.253,0.291 -0.512,0.291 -0.251,0 -0.42,-0.107 -0.508,-0.32 -0.086,-0.213 -0.13,-0.67 -0.13,-1.373 v -6.721 c 0,-0.762 0.044,-1.24 0.13,-1.441 0.086,-0.198 0.261,-0.297 0.519,-0.297 0.259,0 0.429,0.099 0.508,0.297 0.08,0.201 0.119,0.681 0.119,1.441 z"
id="path28"
inkscape:connector-curvature="0"
style="display:inline;fill:#ffffff" /><path
display="inline"
d="m 448.306,51.454 c -0.155,-0.789 -0.622,-1.454 -1.398,-1.995 -0.773,-0.541 -1.927,-0.811 -3.456,-0.811 l -4.108,0.011 v -0.011 c -1.251,0.084 -2.207,0.828 -2.865,2.236 l 0.158,-1.957 h -4.498 v 14.848 h 4.539 V 57.9 c 0,-1.443 0.059,-1.687 0.146,-2.088 0.09,-0.399 0.328,-0.711 0.715,-0.938 0.286,-0.164 0.692,-0.27 1.218,-0.312 v 0.027 l 3.854,0.066 v -1.553 c 0,-0.826 0.035,-1.338 0.109,-1.535 0.07,-0.197 0.258,-0.297 0.555,-0.297 0.261,0 0.447,0.119 0.562,0.353 0.112,0.235 0.169,0.737 0.169,1.513 0,0.617 -0.054,1.026 -0.156,1.229 -0.104,0.201 -0.896,0.596 -2.375,1.179 -1.384,0.539 -2.249,1.011 -2.601,1.414 -0.349,0.403 -0.521,1.164 -0.521,2.278 v 1.223 c 0,1.505 0.329,2.48 0.986,2.926 0.656,0.444 1.38,0.668 2.168,0.668 0.602,0 1.12,-0.134 1.555,-0.4 0.433,-0.268 0.788,-0.666 1.062,-1.203 v 1.326 h 4.419 v -7.459 c -0.003,-2.456 -0.081,-4.076 -0.237,-4.863 z m -4.303,8.318 c 0,0.752 -0.041,1.215 -0.124,1.393 -0.084,0.176 -0.266,0.264 -0.539,0.264 -0.291,0 -0.486,-0.113 -0.583,-0.338 -0.1,-0.225 -0.146,-0.725 -0.146,-1.499 0,-0.676 0.055,-1.192 0.169,-1.553 0.112,-0.36 0.521,-0.81 1.225,-1.341 z"
id="path30"
inkscape:connector-curvature="0"
style="display:inline;fill:#ffffff" /><path
display="inline"
d="m 418.858,50.789 c -0.049,-0.337 -0.191,-0.682 -0.43,-1.031 -0.24,-0.352 -0.587,-0.625 -1.041,-0.818 -0.455,-0.192 -0.992,-0.291 -1.61,-0.291 -0.536,0 -1.033,0.106 -1.492,0.32 -0.457,0.215 -0.872,0.541 -1.246,0.975 v -4.279 h -4.537 V 61.41 h -1.562 v -5.091 c 0,-2.457 -0.079,-4.076 -0.235,-4.864 -0.156,-0.788 -0.622,-1.453 -1.397,-1.994 -0.774,-0.541 -1.927,-0.812 -3.456,-0.812 -1.273,0 -2.312,0.238 -3.109,0.715 -0.801,0.477 -1.33,1.025 -1.596,1.646 -0.266,0.625 -0.396,1.51 -0.396,2.655 v 0.993 h 4.26 v -1.553 c 0,-0.824 0.037,-1.336 0.11,-1.535 0.07,-0.197 0.258,-0.295 0.555,-0.295 0.262,0 0.447,0.117 0.562,0.351 0.111,0.235 0.168,0.74 0.168,1.515 0,0.615 -0.053,1.024 -0.155,1.228 -0.104,0.202 -0.896,0.596 -2.375,1.18 -1.385,0.538 -2.249,1.011 -2.6,1.413 -0.35,0.405 -0.522,1.164 -0.522,2.279 v 1.224 c 0,1.503 0.329,2.479 0.984,2.925 0.658,0.444 1.382,0.668 2.169,0.668 0.602,0 1.119,-0.135 1.555,-0.4 0.435,-0.266 0.789,-0.668 1.063,-1.201 v 1.322 h 10.523 l 0.008,-1.123 c 0.379,0.469 0.797,0.818 1.256,1.053 0.458,0.23 0.949,0.352 1.479,0.352 0.735,0 1.372,-0.199 1.907,-0.59 0.535,-0.391 0.875,-0.854 1.022,-1.389 0.145,-0.534 0.216,-1.348 0.216,-2.438 v -6.701 c -0.005,-1.101 -0.029,-1.819 -0.078,-2.154 z M 402.4,59.772 v 0 c -10e-4,0.752 -0.042,1.215 -0.125,1.393 -0.083,0.176 -0.264,0.264 -0.539,0.264 -0.292,0 -0.484,-0.113 -0.584,-0.338 -0.099,-0.225 -0.146,-0.725 -0.146,-1.499 0,-0.676 0.057,-1.192 0.17,-1.553 0.111,-0.36 0.52,-0.81 1.225,-1.341 z m 11.992,-0.364 c 0,0.883 -0.041,1.439 -0.126,1.67 -0.085,0.234 -0.265,0.35 -0.543,0.35 -0.273,0 -0.456,-0.113 -0.546,-0.337 -0.091,-0.226 -0.139,-0.737 -0.139,-1.536 v -6.416 c 0,-0.83 0.04,-1.349 0.121,-1.554 0.08,-0.206 0.258,-0.31 0.528,-0.31 0.278,0 0.465,0.119 0.561,0.354 0.096,0.235 0.144,0.738 0.144,1.509 z"
id="path32"
inkscape:connector-curvature="0"
style="display:inline;fill:#ffffff" /><g
display="inline"
id="g34"
style="display:inline"><path
d="m 464.534,56.898 c -0.277,-1.412 -1.911,-2.66 -3.335,-1.981 -0.209,0.077 -0.354,0.237 -0.521,0.377 -1.336,1.565 0.174,4.235 2.158,4.142 1.263,0.007 2.037,-1.414 1.698,-2.538 z m -1.854,0.624 c -0.48,0.268 -1.14,0.054 -1.468,-0.485 h -10e-4 c -0.33,-0.537 -0.207,-1.188 0.272,-1.46 0.481,-0.268 1.139,-0.051 1.469,0.486 l 10e-4,0.002 c 0.328,0.535 0.206,1.189 -0.273,1.457 z"
id="path36"
inkscape:connector-curvature="0"
style="fill:#204a87" /><path
d="m 462.952,56.063 c -0.33,-0.537 -0.986,-0.754 -1.469,-0.486 -0.479,0.271 -0.604,0.923 -0.272,1.46 h 10e-4 c 0.329,0.539 0.986,0.753 1.468,0.485 0.48,-0.269 0.601,-0.922 0.272,-1.459 z"
id="path38"
inkscape:connector-curvature="0"
style="fill:#6d9acb" /></g><g
display="inline"
id="g40"
style="display:inline"><path
d="m 474.297,52.731 c -0.834,0.199 -1.271,1.055 -2.045,1.373 -0.79,-0.408 -0.562,-1.504 -1.2,-2.029 -0.542,-0.566 -1.407,-0.469 -2.068,-0.741 -0.82,-0.616 -0.5,-1.758 -0.27,-2.577 0.423,-1.263 0.858,-2.799 0.008,-3.984 -0.56,-0.935 -1.746,-1.481 -2.818,-1.111 -1.44,0.357 -2.287,1.764 -2.688,3.087 -0.64,1.315 -2.562,1.692 -3.688,0.769 -0.814,-0.553 -1.748,-1.029 -2.759,-1 -0.889,-0.16 -1.097,-1.242 -1.062,-1.994 0.087,-1.914 0.849,-3.703 1.273,-5.558 0.405,-2.512 0.029,-5.181 -1.374,-7.326 -0.896,-1.451 -2.103,-2.701 -3.476,-3.73 -2.421,-1.852 -5.504,-3.014 -8.593,-2.71 -2.039,0.322 -4.045,1.244 -5.253,2.947 -1.779,2.326 -1.857,5.577 -0.89,8.236 1.601,4.215 5.421,7.598 9.888,8.514 1.369,0.344 2.804,0.189 4.167,0.006 1.226,0.031 2.279,1.396 1.911,2.562 -0.428,0.762 -1.156,1.365 -1.358,2.234 -0.534,1.484 0.022,3.191 1.273,4.134 1.407,1.153 3.52,1.442 5.065,0.513 1.055,-0.636 1.92,-1.601 2.312,-2.592 0.389,-0.973 0.818,-2.188 1.961,-2.533 0.871,-0.253 1.69,0.276 2.395,0.727 0.672,0.326 1.677,-0.073 2.131,0.656 0.396,0.799 -0.073,1.713 -0.429,2.443 -0.532,0.904 -1.096,1.939 -0.789,3.014 0.245,1.119 1.491,1.832 2.608,1.562 1.306,-0.192 2.137,-1.351 3.243,-1.923 0.573,-0.135 0.677,0.65 1.123,0.779 1.229,0.371 2.35,-0.781 2.618,-1.883 0.385,-0.811 -0.242,-2.048 -1.216,-1.865 z M 453.418,41.357 c -2.591,2.643 -7.448,2.146 -10.776,-1.053 -3.326,-3.198 -3.98,-7.981 -1.39,-10.623 2.59,-2.641 7.451,-2.096 10.779,1.103 3.329,3.199 3.977,7.933 1.387,10.573 z m 4.258,12.259 c -0.731,0.327 -1.518,0.405 -2.242,0.271 -1.042,-0.193 -1.963,-0.828 -2.429,-1.8 -0.791,-1.646 0.021,-3.63 1.807,-4.429 1.784,-0.801 3.877,-0.116 4.669,1.527 0.791,1.65 -0.021,3.631 -1.805,4.431 z m 7.56,-4.813 c -1.037,-0.418 -1.501,-1.759 -1.037,-2.98 0.465,-1.225 1.802,-1.868 2.838,-1.45 1.034,0.418 1.438,1.753 0.972,2.978 -0.466,1.219 -1.738,1.87 -2.773,1.452 z m 5.336,6.736 c -0.39,0.531 -0.99,0.984 -1.505,1.15 -0.514,0.166 -1.035,0.129 -1.432,-0.155 -0.398,-0.285 -0.655,-0.88 -0.655,-1.416 0,-0.535 0.138,-0.95 0.527,-1.483 0.39,-0.531 0.911,-0.918 1.426,-1.084 0.513,-0.166 1.089,-0.086 1.486,0.2 0.396,0.283 0.646,0.672 0.646,1.207 0.002,0.536 -0.105,1.048 -0.493,1.581 z m 4.211,-0.299 c -0.205,0.324 -0.481,0.537 -0.76,0.658 -0.278,0.119 -0.554,0.125 -0.769,-0.008 -0.215,-0.131 -0.331,-0.379 -0.346,-0.678 -0.013,-0.303 0.02,-0.609 0.226,-0.934 0.203,-0.324 0.479,-0.588 0.757,-0.707 0.279,-0.121 0.612,-0.143 0.827,-0.012 0.214,0.133 0.332,0.377 0.347,0.676 0.013,0.305 -0.076,0.68 -0.282,1.005 z"
id="path42"
inkscape:connector-curvature="0"
style="fill:#204a87" /><path
d="m 452.031,30.785 c -3.328,-3.198 -8.189,-3.743 -10.779,-1.103 -2.592,2.642 -1.938,7.424 1.39,10.623 3.328,3.198 8.187,3.695 10.776,1.052 2.59,-2.64 1.942,-7.374 -1.387,-10.572 z"
id="path44"
inkscape:connector-curvature="0"
style="fill:#6d9acb" /><path
d="m 454.812,47.658 c -1.785,0.799 -2.598,2.781 -1.807,4.429 0.466,0.972 1.387,1.606 2.429,1.8 0.726,0.137 1.511,0.057 2.242,-0.271 1.784,-0.8 2.597,-2.781 1.805,-4.431 -0.793,-1.643 -2.885,-2.328 -4.669,-1.527 z"
id="path46"
inkscape:connector-curvature="0"
style="fill:#6d9acb" /><path
d="m 468.008,47.348 c 0.466,-1.224 0.062,-2.559 -0.972,-2.977 -1.036,-0.418 -2.373,0.227 -2.838,1.449 -0.464,1.224 0,2.563 1.037,2.98 1.036,0.421 2.308,-0.23 2.773,-1.452 z"
id="path48"
inkscape:connector-curvature="0"
style="fill:#6d9acb" /><path
d="m 470.42,52.751 c -0.397,-0.286 -0.975,-0.366 -1.486,-0.2 -0.515,0.166 -1.036,0.553 -1.426,1.084 -0.391,0.533 -0.527,0.948 -0.527,1.483 0,0.536 0.257,1.131 0.655,1.416 0.396,0.284 0.918,0.321 1.432,0.155 0.516,-0.166 1.115,-0.619 1.505,-1.15 0.389,-0.533 0.495,-1.045 0.495,-1.581 -0.002,-0.535 -0.252,-0.924 -0.648,-1.207 z"
id="path50"
inkscape:connector-curvature="0"
style="fill:#6d9acb" /><path
d="m 473.893,53.572 c -0.278,0.121 -0.554,0.384 -0.757,0.707 -0.206,0.324 -0.237,0.632 -0.226,0.935 0.015,0.3 0.132,0.546 0.346,0.679 0.215,0.133 0.489,0.127 0.769,0.006 0.277,-0.119 0.555,-0.332 0.76,-0.657 0.205,-0.325 0.295,-0.7 0.282,-1.003 -0.015,-0.299 -0.133,-0.543 -0.347,-0.676 -0.215,-0.131 -0.548,-0.111 -0.827,0.009 z"
id="path52"
inkscape:connector-curvature="0"
style="fill:#6d9acb" /></g><g
display="inline"
id="g54"
style="display:inline"><path
d="m 461.713,37.216 c -1.322,0.228 -2.283,1.758 -1.781,2.968 0.585,1.841 3.354,2.55 4.799,0.998 0.296,-0.281 0.457,-0.674 0.559,-1.054 0.346,-1.936 -1.766,-3.414 -3.577,-2.912 z m 1.685,2.923 c -0.222,0.65 -1.036,0.947 -1.82,0.666 0,0 -10e-4,0 -0.002,-0.002 -0.784,-0.281 -1.238,-1.038 -1.016,-1.687 0.221,-0.648 1.036,-0.946 1.82,-0.664 0,0 10e-4,0 10e-4,0.001 0.784,0.282 1.239,1.037 1.017,1.686 z"
id="path56"
inkscape:connector-curvature="0"
style="fill:#204a87" /><path
d="m 462.382,38.453 c 0,-0.001 -0.001,-0.001 0,0 -0.785,-0.283 -1.602,0.015 -1.821,0.663 -0.224,0.649 0.23,1.404 1.016,1.687 10e-4,0.002 0.002,0.002 0.002,0.002 0.784,0.281 1.6,-0.016 1.82,-0.666 0.221,-0.649 -0.234,-1.404 -1.017,-1.686 z"
id="path58"
inkscape:connector-curvature="0"
style="fill:#6d9acb" /></g></g><rect
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4138"
width="499"
height="58"
x="949.64948"
y="-185.39832" /><rect
style="opacity:1;fill:#ced0d2;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4140"
width="491.5"
height="85.5"
x="0"
y="0" /><g
display="none"
id="Layer_1-2"
style="display:none"
transform="translate(183.59583,-77.321263)"><rect
id="rect4151"
height="800"
width="1280"
display="inline"
y="-124"
x="-812"
style="display:inline;fill:#f2f2f2" /><rect
id="rect4153"
height="80"
width="212"
display="inline"
x="0"
y="0"
style="display:inline;fill:#ffffff" /></g><g
id="g4762"
transform="matrix(0.81809146,0,0,0.81809146,22.434697,75.008495)"><polygon
transform="matrix(2.0377711,0,0,2.0377711,214.04721,-105.65899)"
id="polygon14"
points="30.958,32.599 17.914,44.893 17.358,44.386 17.258,20.718 17.772,20.172 "
style="fill:#ffffff" /><path
id="path24-7"
d="M 250.26248,-64.553074"
stroke-miterlimit="10"
inkscape:connector-curvature="0"
style="fill:#ffffff;stroke:#000000;stroke-width:2.03777;stroke-miterlimit:10" /><g
transform="matrix(2.0374308,0,0,2.0374308,212.45976,-105.73989)"
id="g4298"><polygon
style="fill:#ffffff"
points="17.258,20.718 17.772,20.172 30.958,32.599 17.914,44.893 17.358,44.386 "
id="polygon14-7"
transform="translate(-121.09826)" /><polygon
points="30.958,32.599 30.379,33.145 17.914,44.893 28.654,55.638 51.742,32.55 28.561,9.362 17.763,20.162 17.772,20.172 30.379,32.053 "
id="polygon16"
style="fill:#504999;fill-opacity:1"
transform="translate(-121.09826)" /><polygon
style="fill:#c8c8c8"
points="29.864,32.599 17.358,44.386 17.258,20.718 "
id="polygon18"
transform="translate(-121.09826)" /><polygon
points="31.847,41.483 27.743,35.628 18.807,44.052 "
id="polygon20"
style="fill:#38257a;fill-opacity:1"
transform="translate(-121.09826)" /></g></g></svg>

Before

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -1,6 +1 @@
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M414 204C414 180.804 432.804 162 456 162C610.64 162 736 287.36 736 442C736 465.196 717.196 484 694 484C670.804 484 652 465.196 652 442C652 333.752 564.248 246 456 246C432.804 246 414 227.196 414 204Z" fill="#0DBD8B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M610 820C610 843.196 591.196 862 568 862C413.36 862 288 736.64 288 582C288 558.804 306.804 540 330 540C353.196 540 372 558.804 372 582C372 690.248 459.752 778 568 778C591.196 778 610 796.804 610 820Z" fill="#0DBD8B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M204 610C180.804 610 162 591.196 162 568C162 413.36 287.36 288 442 288C465.196 288 484 306.804 484 330C484 353.196 465.196 372 442 372C333.752 372 246 459.752 246 568C246 591.196 227.196 610 204 610Z" fill="#0DBD8B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M820 414C843.196 414 862 432.804 862 456C862 610.64 736.64 736 582 736C558.804 736 540 717.196 540 694C540 670.804 558.804 652 582 652C690.248 652 778 564.248 778 456C778 432.804 796.804 414 820 414Z" fill="#0DBD8B"/>
</svg>
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="162 162 700 700"> <path fill-rule="evenodd" clip-rule="evenodd" d="M414 204C414 180.804 432.804 162 456 162C610.64 162 736 287.36 736 442C736 465.196 717.196 484 694 484C670.804 484 652 465.196 652 442C652 333.752 564.248 246 456 246C432.804 246 414 227.196 414 204Z" fill="#0DBD8B"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M610 820C610 843.196 591.196 862 568 862C413.36 862 288 736.64 288 582C288 558.804 306.804 540 330 540C353.196 540 372 558.804 372 582C372 690.248 459.752 778 568 778C591.196 778 610 796.804 610 820Z" fill="#0DBD8B"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M204 610C180.804 610 162 591.196 162 568C162 413.36 287.36 288 442 288C465.196 288 484 306.804 484 330C484 353.196 465.196 372 442 372C333.752 372 246 459.752 246 568C246 591.196 227.196 610 204 610Z" fill="#0DBD8B"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M820 414C843.196 414 862 432.804 862 456C862 610.64 736.64 736 582 736C558.804 736 540 717.196 540 694C540 670.804 558.804 652 582 652C690.248 652 778 564.248 778 456C778 432.804 796.804 414 820 414Z" fill="#0DBD8B"/> </svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 118 KiB

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg height="128" viewBox="0 0 33.8667 33.8667" width="128" xmlns="http://www.w3.org/2000/svg">
<metadata/>
<g transform="translate(0 -263.13)">
<path d="m0 263.13h33.87v33.87h-33.87z" fill="#1d99f3"/>
<path d="m18.8061 267.477-4.30242.41187v17.7156l4.25685-.64088v-7.55326l5.72205 8.37759 4.48586-1.41935-5.85934-8.05685 5.90521-7.59912-4.57729-1.05245-5.67649 7.59883zm-9.75254 4.31712c-.04858.005-.09551.0265-.13199.0632l-1.68863 1.68833c-.071.0712-.08437.18161-.03203.26782l1.97702 3.25614c-.35065.5895-.63169 1.22509-.83255 1.89559l-3.6295.75494c-.10098.0209-.17374.11039-.17374.21402v2.38772c0 .10098.06909.18844.16639.21196l3.52278.86107c.18786.77655.47897 1.51268.86372 2.18928l-2.03906 3.10944c-.05689.0869-.045.20138.0285.27458l1.68804 1.68834c.071.0708.18183.0847.26841.0326l3.19528-1.94057c.62765.36219 1.30454.64721 2.01995.8405l.74553 3.58451c.02098.10157.11076.17375.21373.17375h2.38802c.10039 0 .188-.0685.21196-.16699l.87812-3.59186c.73745-.19902 1.43492-.49565 2.07786-.8743l3.14883 2.06463c.08658.057.20109.0456.27458-.0279l1.68863-1.68834c.07143-.0714.08422-.18182.03174-.26781l-1.14947-1.89442-.37189.11759c-.05421.0171-.11333-.003-.14522-.0503 0 0-.73319-1.07332-1.68011-2.45915-1.13197 2.21544-3.43502 3.73297-6.09453 3.73297-3.77847 0-6.84183-3.06343-6.84183-6.84212 0-2.77974 1.65799-5.17032 4.03813-6.24122v-1.76506c-.43318.15154-.85196.33425-1.24972.55092-.00029-.00027-.00058-.001-.0017-.002l-3.22292-2.11384c-.04341-.0284-.09371-.0397-.14229-.0347z" fill="#fcfcfc" stroke-width=".265"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -1,198 +0,0 @@
<?xml version="1.0" encoding="windows-1252" 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:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="48" height="48" id="svg2691" sodipodi:version="0.32" inkscape:version="0.46" version="1.0" sodipodi:docname="libvirt_can_48x48.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs id="defs2693">
<linearGradient inkscape:collect="always" id="linearGradient3707">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop3709"/>
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop3711"/>
</linearGradient>
<filter inkscape:collect="always" id="filter4127">
<feGaussianBlur inkscape:collect="always" stdDeviation="1.2154263" id="feGaussianBlur4129"/>
</filter>
<mask maskUnits="userSpaceOnUse" id="mask4168">
<path style="fill:#7c858c" id="path4170" d="M 113.124,36.661 C 130.357,73.281 188.495,168.336 218.49,207.715 C 214.421,221.22 200.062,228.527 188.191,225.155 L 72.849,58.555 C 72.779,46.208 95.748,31.956 113.124,36.661 z" sodipodi:nodetypes="ccccc"/>
</mask>
<filter inkscape:collect="always" id="filter4475" x="-0.17873323" width="1.3574665" y="-0.18128486" height="1.3625697">
<feGaussianBlur inkscape:collect="always" stdDeviation="1.0178857" id="feGaussianBlur4477"/>
</filter>
<mask maskUnits="userSpaceOnUse" id="mask4481">
<path style="fill:#aaaaaa;fill-rule:evenodd" id="path4483" d="M 213.96734,236.83626 C 211.99162,238.33712 208.25,251.5944 210.39293,254.67691 C 213.57936,259.26156 232.81705,241.9784 231.05405,237.43045 C 229.24111,232.75527 215.69711,236.01818 213.96734,236.83626 z M 204.33874,229.48904 L 206.82812,233.27099 C 206.82812,233.27099 207.51829,234.31471 207.1244,236.67401 C 206.5088,240.36377 203.94945,249.93277 203.79862,257.79656 C 203.78035,258.74632 202.87948,267.30046 211.01805,264.86662 C 219.15735,262.43353 235.98629,247.00808 239.35,240.1741 C 242.71372,233.34011 238.38517,229.53545 233.13409,229.18701 C 227.88299,228.8378 219.78849,229.40663 216.06535,230.03496 C 212.34222,230.66328 212.57174,229.27678 209.38812,225.68436 C 209.14916,225.41475 204.33874,229.48904 204.33874,229.48904 z" clip-rule="evenodd"/>
</mask>
<linearGradient id="linearGradient3301">
<stop id="stop3303" offset="0" style="stop-color:#ffffff;stop-opacity:1;"/>
<stop id="stop3305" offset="1" style="stop-color:#868686;stop-opacity:1;"/>
</linearGradient>
<filter inkscape:collect="always" id="filter3973">
<feGaussianBlur inkscape:collect="always" stdDeviation="1.6345834" id="feGaussianBlur3975"/>
</filter>
<mask maskUnits="userSpaceOnUse" id="mask3913">
<path style="fill:#2f6962" id="path3915" d="M 95.108,61.776 L 244.59,10.309 C 260.256,4.915 277.328,13.242 282.722,28.908 L 322.521,144.488 C 327.915,160.154 319.589,177.226 303.923,182.619 L 199.943,218.42 L 95.108,61.776 z"/>
</mask>
<linearGradient id="linearGradient3312">
<stop style="stop-color:#91c4b7;stop-opacity:1;" offset="0" id="stop3314"/>
<stop style="stop-color:#005f61;stop-opacity:1;" offset="1" id="stop3316"/>
</linearGradient>
<linearGradient id="linearGradient4001">
<stop id="stop4003" offset="0" style="stop-color:#005f61;stop-opacity:1;"/>
<stop id="stop4005" offset="1" style="stop-color:#91c4b7;stop-opacity:1;"/>
</linearGradient>
<filter inkscape:collect="always" id="filter3795">
<feGaussianBlur inkscape:collect="always" stdDeviation="4.575671" id="feGaussianBlur3797"/>
</filter>
<mask maskUnits="userSpaceOnUse" id="mask3813">
<g id="g3815" style="fill:#2f6962;fill-opacity:1;filter:url(#filter3795)">
<path style="fill:#2f6962;fill-opacity:1" id="path3817" d="M 17.749,121.529 C 13.254,108.474 20.192,94.247 33.247,89.753 L 244.466,17.028 C 257.521,12.533 271.748,19.472 276.243,32.527 L 315.186,145.623 C 319.681,158.678 312.742,172.904 299.687,177.399 L 88.467,250.123 C 75.412,254.618 61.185,247.679 56.69,234.624 L 17.749,121.529 L 17.749,121.529 z"/>
<path style="fill:#2f6962;fill-opacity:1" id="path3819" d=""/>
</g>
</mask>
<linearGradient id="linearGradient3355">
<stop id="stop3357" offset="0" style="stop-color:#005f61;stop-opacity:1;"/>
<stop id="stop3359" offset="1" style="stop-color:#000000;stop-opacity:1;"/>
</linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3355" id="linearGradient3353" x1="110.77139" y1="168.57651" x2="145.4675" y2="151.57651" gradientUnits="userSpaceOnUse"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3554" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.870471,-0.6430111,0.256613,0.7464679,-116.69068,109.71214)" cx="135.63954" cy="12.000564" fx="135.63954" fy="12.000564" r="161.65305"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3552" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.870471,-0.6430111,0.256613,0.7464679,-116.69068,109.71214)" cx="135.63954" cy="12.000564" fx="135.63954" fy="12.000564" r="161.65305"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient4499" cx="135.63954" cy="12.000564" fx="135.63954" fy="12.000564" r="161.65305" gradientTransform="matrix(1.870471,-0.6430111,0.256613,0.7464679,-116.69068,109.71214)" gradientUnits="userSpaceOnUse"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3550" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5433331,-0.1032133,9.1312671e-2,1.3653854,-130.42141,-95.005447)" cx="197.5676" cy="252.71837" fx="197.5676" fy="252.71837" r="166.51035"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3548" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5433331,-0.1032133,9.1312671e-2,1.3653854,-130.42141,-93.005447)" cx="197.5676" cy="252.71837" fx="197.5676" fy="252.71837" r="166.51035"/>
<linearGradient inkscape:collect="always" id="linearGradient4485">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop4487"/>
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop4489"/>
</linearGradient>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient4491" cx="197.5676" cy="252.71837" fx="197.5676" fy="252.71837" r="166.51035" gradientTransform="matrix(1.5433331,-0.1032133,9.1312671e-2,1.3653854,-130.42141,-95.005447)" gradientUnits="userSpaceOnUse"/>
<linearGradient inkscape:collect="always" id="linearGradient3985">
<stop style="stop-color:#c8c7c5;stop-opacity:1;" offset="0" id="stop3987"/>
<stop style="stop-color:#c8c7c5;stop-opacity:0;" offset="1" id="stop3989"/>
</linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3821" id="linearGradient3546" gradientUnits="userSpaceOnUse" x1="128.61047" y1="239.37396" x2="138.61214" y2="267.79517"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3821" id="linearGradient3544" gradientUnits="userSpaceOnUse" x1="128.61047" y1="239.37396" x2="138.61214" y2="267.79517"/>
<linearGradient inkscape:collect="always" id="linearGradient3821">
<stop style="stop-color:#3e3e3e;stop-opacity:1;" offset="0" id="stop3823"/>
<stop style="stop-color:#3e3e3e;stop-opacity:0;" offset="1" id="stop3825"/>
</linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3821" id="linearGradient3827" x1="128.61047" y1="239.37396" x2="138.61214" y2="267.79517" gradientUnits="userSpaceOnUse"/>
<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" id="perspective2699"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3301" id="linearGradient2849" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.2044542,0,0,0.206894,223.15199,384.69438)" x1="223.26088" y1="220.57135" x2="227.66476" y2="255.41133"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient3312" id="radialGradient2854" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.2451219,-2.8023745e-2,2.8003732e-2,0.2449469,209.44219,400.06452)" cx="228.5497" cy="-6.5085859" fx="228.5497" fy="-6.5085859" r="111.43131"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient4001" id="linearGradient2857" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.1607126,0,0,0.1607126,229.77611,393.43155)" x1="308.85297" y1="100.29708" x2="270.57684" y2="-8.0806551"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3985" id="linearGradient2922" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.1864825,0,0,0.183485,221.08599,390.18818)" x1="173.70392" y1="267.11093" x2="166.66296" y2="246.63959"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3355" id="linearGradient2931" gradientUnits="userSpaceOnUse" x1="110.77139" y1="168.57651" x2="145.4675" y2="151.57651"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3355" id="linearGradient2933" gradientUnits="userSpaceOnUse" x1="110.77139" y1="168.57651" x2="145.4675" y2="151.57651"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3355" id="linearGradient2935" gradientUnits="userSpaceOnUse" x1="110.77139" y1="168.57651" x2="145.4675" y2="151.57651"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient3707" id="radialGradient3713" cx="253.17924" cy="414.7771" fx="253.17924" fy="414.7771" r="11.61242" gradientTransform="matrix(1.0533082,-0.2332954,0.5198577,2.3296247,-228.50257,-491.64451)" gradientUnits="userSpaceOnUse"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3821" id="linearGradient3729" x1="131.35121" y1="230.78259" x2="153.367" y2="280.43924" gradientUnits="userSpaceOnUse"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3821" id="linearGradient3731" gradientUnits="userSpaceOnUse" x1="131.35121" y1="230.78259" x2="153.367" y2="280.43924" gradientTransform="translate(2.0683759,6.0465534)"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3821" id="linearGradient3935" gradientUnits="userSpaceOnUse" gradientTransform="translate(2.0683759,6.0465534)" x1="131.35121" y1="230.78259" x2="153.367" y2="280.43924"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3821" id="linearGradient3937" gradientUnits="userSpaceOnUse" x1="131.35121" y1="230.78259" x2="153.367" y2="280.43924"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3821" id="linearGradient3939" gradientUnits="userSpaceOnUse" x1="131.35121" y1="230.78259" x2="153.367" y2="280.43924"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3985" id="linearGradient3941" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.1864825,0,0,0.183485,221.08599,390.18818)" x1="173.70392" y1="267.11093" x2="166.66296" y2="246.63959"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3943" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5433331,-0.1032133,9.1312671e-2,1.3653854,-130.42141,-93.005447)" cx="197.5676" cy="252.71837" fx="197.5676" fy="252.71837" r="166.51035"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3945" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5433331,-0.1032133,9.1312671e-2,1.3653854,-130.42141,-95.005447)" cx="197.5676" cy="252.71837" fx="197.5676" fy="252.71837" r="166.51035"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3947" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5433331,-0.1032133,9.1312671e-2,1.3653854,-130.42141,-95.005447)" cx="197.5676" cy="252.71837" fx="197.5676" fy="252.71837" r="166.51035"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3949" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.870471,-0.6430111,0.256613,0.7464679,-116.69068,109.71214)" cx="135.63954" cy="12.000564" fx="135.63954" fy="12.000564" r="161.65305"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3951" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.870471,-0.6430111,0.256613,0.7464679,-116.69068,109.71214)" cx="135.63954" cy="12.000564" fx="135.63954" fy="12.000564" r="161.65305"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4485" id="radialGradient3953" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.870471,-0.6430111,0.256613,0.7464679,-116.69068,109.71214)" cx="135.63954" cy="12.000564" fx="135.63954" fy="12.000564" r="161.65305"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3355" id="linearGradient3955" gradientUnits="userSpaceOnUse" x1="110.77139" y1="168.57651" x2="145.4675" y2="151.57651"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3355" id="linearGradient3957" gradientUnits="userSpaceOnUse" x1="110.77139" y1="168.57651" x2="145.4675" y2="151.57651"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3355" id="linearGradient3959" gradientUnits="userSpaceOnUse" x1="110.77139" y1="168.57651" x2="145.4675" y2="151.57651"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient4001" id="linearGradient3961" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.1607126,0,0,0.1607126,229.77611,393.43155)" x1="308.85297" y1="100.29708" x2="270.57684" y2="-8.0806551"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient3312" id="radialGradient3963" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.2451219,-2.8023745e-2,2.8003732e-2,0.2449469,209.44219,400.06452)" cx="228.5497" cy="-6.5085859" fx="228.5497" fy="-6.5085859" r="111.43131"/>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient3301" id="linearGradient3965" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.2044542,0,0,0.206894,223.15199,384.69438)" x1="223.26088" y1="220.57135" x2="227.66476" y2="255.41133"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient3707" id="radialGradient3967" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.0533082,-0.2332954,0.5198577,2.3296247,-228.50257,-491.64451)" cx="253.17924" cy="414.7771" fx="253.17924" fy="414.7771" r="11.61242"/>
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" gridtolerance="10000" guidetolerance="10" objecttolerance="10" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6568543" inkscape:cx="11.055851" inkscape:cy="9.1215621" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="938" inkscape:window-height="701" inkscape:window-x="32" inkscape:window-y="109"/>
<metadata id="metadata2696">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(-229.0084,-393.50097)">
<g id="g3868" transform="matrix(0.9970565,0,0,1.0016203,1.0230942,-1.8249913)">
<g transform="matrix(0.1632429,0,0,0.1632429,229.53545,392.87888)" id="Background"/>
<g transform="matrix(0.1632429,0,0,0.1632429,229.97448,394.30498)" id="g2643">
<path sodipodi:nodetypes="cccccccccc" d="M 11.004,141.618 C 4.711,123.341 14.425,103.424 32.702,97.131 L 196.77325,41.25174 C 215.05025,34.95874 234.96825,44.67374 241.26125,62.95074 L 284.83825,189.50274 C 291.13125,207.77974 281.41725,227.69674 263.14025,233.98974 L 99.069,289.869 C 80.792,296.161 60.874,286.447 54.581,268.17 L 11.004,141.618 L 11.004,141.618 z" id="path2645" style="fill:#7c858c"/>
<path d="" id="path2647" style="fill:#7c858c"/>
</g>
<g transform="matrix(0.1632429,0,0,0.1632429,229.53545,392.87888)" style="fill:url(#linearGradient3939);fill-opacity:1" id="g2649">
<path sodipodi:nodetypes="cccccccccc" d="M 9.1653759,136.31855 C 2.8713759,118.04155 12.586376,98.124552 30.863376,91.831553 L 192.82611,34.798556 C 211.10311,28.505556 233.54411,36.958556 239.83811,55.235556 L 283.41511,183.68055 C 289.70811,201.95755 283.14911,220.61255 264.87211,226.90555 L 97.230376,284.56955 C 78.953376,290.86255 59.035376,281.14755 52.742376,262.87055 L 9.1653759,136.31855 L 9.1653759,136.31855 z" id="path2651" style="fill:url(#linearGradient3935);fill-opacity:1"/>
<path d="" id="path2653" style="fill:url(#linearGradient3937);fill-opacity:1"/>
</g>
<path sodipodi:nodetypes="cccccccccccccccccccccccccccccc" clip-rule="evenodd" d="M 250.28896,435.84382 L 252.81803,434.98695 L 254.03408,438.46215 L 251.505,439.31902 L 250.28896,435.84382 z M 254.95866,434.26181 L 257.48773,433.40494 L 258.70379,436.87996 L 256.17472,437.73684 L 254.95866,434.26181 z M 259.62838,432.6798 L 262.15762,431.82294 L 263.37368,435.29814 L 260.84461,436.15501 L 259.62838,432.6798 z M 264.29826,431.09762 L 266.82734,430.24074 L 268.04338,433.71594 L 265.51431,434.57283 L 264.29826,431.09762 z M 268.96797,429.51561 L 271.49704,428.65873 L 272.7131,432.13375 L 270.18402,432.99062 L 268.96797,429.51561 z M 245.61906,437.42601 L 248.14814,436.56914 L 249.36419,440.04434 L 246.83511,440.90121 L 245.61906,437.42601 z" id="path2655" style="opacity:0.7;fill:url(#linearGradient3941);fill-opacity:1;fill-rule:evenodd"/>
<g transform="matrix(0.1632429,0,0,0.1632429,229.53545,392.87888)" style="fill:url(#radialGradient3947);fill-opacity:1" id="g2657">
<path sodipodi:nodetypes="cccccccccc" d="M 2.568,126.472 C -3.725,108.195 5.989,88.278 24.266,81.985 L 196.43573,21.869635 C 214.71273,15.577635 234.63073,25.291635 240.92373,43.568635 L 282.67573,164.82163 C 288.96873,183.09863 283.39148,208.5313 265.11448,214.8243 L 88.808,274.25021 C 70.531,280.54321 50.613,266.002 44.32,247.725 L 2.568,126.472 L 2.568,126.472 z" id="path2659" style="fill:url(#radialGradient3943);fill-opacity:1"/>
<path d="" id="path2661" style="fill:url(#radialGradient3945);fill-opacity:1"/>
</g>
<g transform="matrix(0.1632429,0,0,0.1632429,229.53545,392.87888)" id="g2663">
<path sodipodi:nodetypes="cccccccccc" d="M -3.598669,123.27046 C -9.8916688,104.99346 1.2012483,81.629166 19.478248,75.336166 L 195.78473,13.152425 C 214.06173,6.8594247 238.11548,15.195508 244.40948,33.472508 L 287.5404,158.86225 C 293.8334,177.13925 284.80886,200.50354 266.53186,206.79654 L 81.951873,271.04866 C 63.674873,277.34166 45.13579,265.55829 38.84279,247.28129 L 1.2275414,137.05963 L -3.598669,123.27046 z" id="path2665" style="fill:#7c858c"/>
<path d="" id="path2667" style="fill:#7c858c"/>
</g>
<g transform="matrix(0.1632429,0,0,0.1632429,229.53545,392.87888)" style="opacity:0.9;fill:url(#radialGradient3953);fill-opacity:1" id="g2669">
<path sodipodi:nodetypes="cccccccccc" d="M 3.6946241,124.55392 C -2.4183759,106.79892 7.7070828,85.382541 25.462083,79.268541 L 194.66754,19.410259 C 212.42254,13.297259 234.52938,23.423718 240.64238,41.178718 L 278.05046,155.19763 C 284.16346,172.95263 274.72746,192.30063 256.97246,198.41363 L 87.767,256.893 C 70.012,263.006 50.664,253.569 44.55,235.814 L 11.278669,149.37443 L 3.6946241,124.55392 z" id="path2671" style="fill:url(#radialGradient3949);fill-opacity:1"/>
<path d="" id="path2673" style="fill:url(#radialGradient3951);fill-opacity:1"/>
</g>
<g transform="matrix(0.1632429,0,0,0.1632429,229.53545,392.87888)" id="g2675">
<path sodipodi:nodetypes="cccccccccc" d="M 7.427,123.74 C 1.493,106.508 10.652,87.728 27.885,81.795 L 195.6041,23.519635 C 212.8361,17.586635 231.6161,26.745635 237.5501,43.978635 L 277.3211,159.47563 C 283.2551,176.70863 274.0951,195.48763 256.8631,201.42063 L 89.143,259.696 C 71.91,265.629 53.131,256.469 47.197,239.237 L 7.427,123.74 L 7.427,123.74 z" id="path2677" style="fill:#3e3e3e"/>
<path d="" id="path2679" style="fill:#3e3e3e"/>
</g>
<g transform="matrix(0.1582479,0,0,0.1579466,230.14201,393.68514)" style="fill:url(#linearGradient3959);fill-opacity:1" id="g3799">
<path sodipodi:nodetypes="cccccccccc" d="M 10.414,122.666 C 5.02,107 13.346,89.928 29.012,84.534 L 196.4021,26.371635 C 212.0681,20.977635 229.1401,29.304635 234.5341,44.970635 L 274.3331,160.55063 C 279.7271,176.21663 271.4011,193.28863 255.7351,198.68163 L 88.345,256.844 C 72.679,262.238 55.607,253.911 50.212,238.245 L 10.414,122.666 L 10.414,122.666 z" id="path3801" style="fill:url(#linearGradient3955);fill-opacity:1"/>
<path d="" id="path3803" style="fill:url(#linearGradient3957);fill-opacity:1"/>
</g>
<g transform="matrix(0.1599363,0,0,0.1599363,228.50593,392.3367)" mask="url(#mask3813)" style="fill:#3c857c;fill-opacity:1" id="g2681">
<path sodipodi:nodetypes="cccccccccc" d="M 10.414,122.666 C 5.02,107 13.346,89.928 29.012,84.534 L 190.15552,36.187689 C 205.82152,30.793689 237.17141,32.874109 242.56541,48.540109 L 279.68731,165.90485 C 285.08131,181.57085 274.0782,196.85811 258.4122,202.25111 L 88.345,256.844 C 72.679,262.238 55.607,253.911 50.212,238.245 L 10.414,122.666 L 10.414,122.666 z" id="path2683" style="fill:#3c857c;fill-opacity:1"/>
<path d="" id="path2685" style="fill:#3c857c;fill-opacity:1"/>
</g>
<path sodipodi:nodetypes="ccccccc" d="M 245.06115,403.35974 L 261.22784,397.89491 C 264.42086,396.69037 266.48925,398.14118 267.35613,400.65889 L 273.86488,419.23405 C 274.73177,421.75179 272.94348,424.60802 269.75047,425.47474 L 261.57181,428.42185 L 245.06115,403.35974 z" id="path2781" style="fill:url(#linearGradient3961);fill-opacity:1"/>
<path sodipodi:nodetypes="ccccccc" d="M 245.41718,404.78441 L 261.11291,399.3404 C 263.22913,398.61171 265.5354,399.73666 266.26408,401.85287 L 272.57678,419.62307 C 273.30563,421.73928 272.18084,424.04539 270.06447,424.77408 L 261.23354,427.85433 L 245.41718,404.78441 z" id="path2783" style="fill:url(#radialGradient3963);fill-opacity:1"/>
<path transform="matrix(0.1632429,0,0,0.1632429,229.20896,392.87888)" mask="url(#mask3913)" d="M 127.052,43.547 C 144.285,80.167 199.917,172.455 229.912,211.834 C 227.054,225.944 211.239,235.142 200.103,230.625 L 84.761,64.024 C 84.691,51.677 106.821,36.753 127.052,43.547 z" id="path2789" style="fill:#25514b;filter:url(#filter3973)"/>
<path sodipodi:nodetypes="csscccsssssssc" clip-rule="evenodd" d="M 267.44752,434.99316 C 266.85459,435.3726 265.6244,438.8749 266.21875,439.72234 C 267.103,440.98294 272.90358,436.57466 272.43518,435.33971 C 271.95348,434.0702 267.9611,434.79351 267.44752,434.99316 z M 264.06523,431.86556 L 265.20403,434.02924 C 265.20403,434.02924 265.395,434.31579 265.25556,434.94206 C 265.03761,435.92149 264.19096,438.45098 264.06584,440.55115 C 264.05071,440.80481 263.69925,443.08126 266.10302,442.52017 C 268.50699,441.95929 273.58462,438.02126 274.63817,436.23163 C 275.69172,434.442 274.4658,433.37752 272.93466,433.2267 C 271.40349,433.07566 269.03183,433.13877 267.93718,433.2658 C 266.84253,433.39283 265.97642,432.08844 265.35514,430.90412 C 264.72554,429.70393 264.06523,431.86556 264.06523,431.86556 z" id="path2795" style="fill:#3e3e3e;fill-rule:evenodd"/>
<path clip-rule="evenodd" d="M 267.41695,434.04273 C 266.82402,434.42218 265.59382,437.92448 266.18838,438.77192 C 267.07243,440.03232 272.87321,435.62423 272.40481,434.38929 C 271.92311,433.11978 267.93094,433.84309 267.41695,434.04273 z M 264.67848,431.97318 L 265.36708,433.01137 C 265.36708,433.01137 265.55804,433.29792 265.41861,433.92419 C 265.20065,434.90362 264.35401,437.43311 264.22889,439.53328 C 264.21376,439.78694 263.86229,442.06339 266.26607,441.5023 C 268.67004,440.94141 273.74766,437.00339 274.80121,435.21376 C 275.85476,433.42412 274.62886,432.35965 273.0977,432.20883 C 271.56654,432.05779 269.19488,432.12089 268.10022,432.24793 C 267.00558,432.37496 267.08695,432.00689 266.19349,431.01174 C 266.12643,430.93705 264.67848,431.97318 264.67848,431.97318 z" id="path2797" style="fill:url(#linearGradient3965);fill-opacity:1;fill-rule:evenodd"/>
<path mask="url(#mask4481)" transform="matrix(0.2333604,8.6690274e-3,-8.2284939e-3,0.2108889,217.5483,379.68808)" d="M 214.776,227.853 C 211.979,231.149 208.536,233.698 204.85,235.327 C 205.282,232.731 204.476,231.535 204.476,231.535 L 201.108,226.517 C 201.108,226.517 208.191,221.509 208.518,221.87 C 211.812,225.494 212.397,227.397 214.776,227.853 z" id="path2799" style="fill:#54575a;fill-opacity:1;filter:url(#filter4475)"/>
<path d="M 249.47962,398.99585 C 252.48003,405.4295 262.16531,421.64327 267.38739,428.56162 C 266.88982,431.04056 264.13644,432.65653 262.19769,431.86295 L 242.11683,402.5934 C 242.10464,400.4242 245.95744,397.80224 249.47962,398.99585 z" id="path2803" style="fill:#c8c7c5"/>
<g transform="translate(-0.4090098,0.1767767)" id="g3838">
<g id="g2695" transform="matrix(0.2072622,-1.3560108e-2,-1.3560126e-2,0.1749416,230.91971,390.83709)">
<path sodipodi:nodetypes="cssssssc" clip-rule="evenodd" d="M 31.57795,106.66601 C 29.80695,98.971014 34.17995,97.311014 34.24995,97.287014 C 35.62095,96.815014 40.43295,95.733014 41.56595,99.024014 C 42.59095,102.00101 37.03495,106.84401 31.98295,108.58401 C 26.96795,110.31101 19.51395,109.94801 18.48895,106.97101 C 17.35595,103.68001 21.81395,101.57001 23.18495,101.09801 C 23.25395,101.07401 27.52695,98.861014 31.06495,106.84401 C 31.19495,107.13701 31.63595,106.91801 31.57795,106.66601 z" id="path2697" style="fill:#ffe600;fill-rule:evenodd"/>
<path sodipodi:nodetypes="cscsscscssc" d="M 34.272682,155.18655 C 41.546682,172.23555 50.18,182.625 56.783,180.352 C 63.385,178.079 64.644639,164.99894 58.332637,145.21692 C 57.965637,141.91392 58.780916,133.44245 59.416916,129.85745 C 59.880916,127.24245 59.146813,123.06055 57.046813,125.36055 C 56.412813,126.05455 54.227221,130.44477 53.853221,131.12177 C 44.617285,111.37293 35.764034,104.05458 31.123194,105.72434 C 26.670674,107.32554 23.281308,118.985 28.392518,139.50868 C 27.760596,138.82799 23.000568,137.28868 22.072568,137.13168 C 19.001568,136.61168 20.072316,139.27042 22.047316,141.04542 C 24.756316,143.48042 32.528682,152.35755 34.272682,155.18655 z" id="path2699" style="fill:#000000;fill-opacity:1"/>
<path sodipodi:nodetypes="csssccsssccsssc" clip-rule="evenodd" d="M 32.540827,134.6247 C 38.038827,150.5907 43.213208,158.89545 49.169859,156.79934 C 53.909111,155.13163 52.763142,146.69073 47.403164,130.68301 C 43.804046,119.93414 36.68532,109.27191 32.930086,110.85157 C 28.79951,112.58912 28.68769,122.57747 32.540827,134.6247 z M 55.031906,168.99836 C 56.429877,172.3279 58.064286,172.8178 58.735286,172.5868 C 59.406286,172.3558 59.54735,169.15694 58.995123,167.60395 C 57.677231,163.89772 56.0112,162.72523 55.3402,162.95523 C 54.6702,163.18623 53.714013,165.29313 55.031906,168.99836 z M 46.973031,171.83988 C 47.509031,173.39788 49.621857,175.79893 50.292857,175.56793 C 50.962857,175.33693 51.022399,172.16007 50.552695,170.58508 C 49.42658,166.80905 47.345373,165.09158 46.674373,165.32358 C 46.003373,165.55358 45.190506,168.64994 46.973031,171.83988 z" id="path2701" style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"/>
<g id="g2703">
<ellipse transform="matrix(-1.4905695,0.4668914,-0.8892306,-2.4736931,269.41579,537.49779)" cx="50.867001" cy="163.328" rx="4.428" ry="2.142" id="ellipse2705" sodipodi:cx="50.867001" sodipodi:cy="163.328" sodipodi:rx="4.428" sodipodi:ry="2.142" style="fill:#ffe600"/>
<path d="" id="path2707" style="fill:#ffe600"/>
</g>
</g>
<g transform="matrix(0.2072622,-1.3560108e-2,-1.3560126e-2,0.1749416,238.65006,388.17145)" id="g3796">
<path style="fill:#ffe600;fill-rule:evenodd" id="path3798" d="M 31.57795,106.66601 C 29.80695,98.971014 34.17995,97.311014 34.24995,97.287014 C 35.62095,96.815014 40.43295,95.733014 41.56595,99.024014 C 42.59095,102.00101 37.03495,106.84401 31.98295,108.58401 C 26.96795,110.31101 19.51395,109.94801 18.48895,106.97101 C 17.35595,103.68001 21.81395,101.57001 23.18495,101.09801 C 23.25395,101.07401 27.52695,98.861014 31.06495,106.84401 C 31.19495,107.13701 31.63595,106.91801 31.57795,106.66601 z" clip-rule="evenodd" sodipodi:nodetypes="cssssssc"/>
<path style="fill:#000000;fill-opacity:1" id="path3800" d="M 34.272682,155.18655 C 41.546682,172.23555 50.18,182.625 56.783,180.352 C 63.385,178.079 64.644639,164.99894 58.332637,145.21692 C 57.965637,141.91392 58.780916,133.44245 59.416916,129.85745 C 59.880916,127.24245 59.146813,123.06055 57.046813,125.36055 C 56.412813,126.05455 54.227221,130.44477 53.853221,131.12177 C 44.617285,111.37293 35.764034,104.05458 31.123194,105.72434 C 26.670674,107.32554 23.281308,118.985 28.392518,139.50868 C 27.760596,138.82799 23.000568,137.28868 22.072568,137.13168 C 19.001568,136.61168 20.072316,139.27042 22.047316,141.04542 C 24.756316,143.48042 32.528682,152.35755 34.272682,155.18655 z" sodipodi:nodetypes="cscsscscssc"/>
<path style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" id="path3802" d="M 32.540827,134.6247 C 38.038827,150.5907 43.213208,158.89545 49.169859,156.79934 C 53.909111,155.13163 52.763142,146.69073 47.403164,130.68301 C 43.804046,119.93414 36.68532,109.27191 32.930086,110.85157 C 28.79951,112.58912 28.68769,122.57747 32.540827,134.6247 z M 55.031906,168.99836 C 56.429877,172.3279 58.064286,172.8178 58.735286,172.5868 C 59.406286,172.3558 59.54735,169.15694 58.995123,167.60395 C 57.677231,163.89772 56.0112,162.72523 55.3402,162.95523 C 54.6702,163.18623 53.714013,165.29313 55.031906,168.99836 z M 46.973031,171.83988 C 47.509031,173.39788 49.621857,175.79893 50.292857,175.56793 C 50.962857,175.33693 51.022399,172.16007 50.552695,170.58508 C 49.42658,166.80905 47.345373,165.09158 46.674373,165.32358 C 46.003373,165.55358 45.190506,168.64994 46.973031,171.83988 z" clip-rule="evenodd" sodipodi:nodetypes="csssccsssccsssc"/>
<g id="g3804">
<ellipse style="fill:#ffe600" sodipodi:ry="2.142" sodipodi:rx="4.428" sodipodi:cy="163.328" sodipodi:cx="50.867001" id="ellipse3806" ry="2.142" rx="4.428" cy="163.328" cx="50.867001" transform="matrix(-1.4905695,0.4668914,-0.8892306,-2.4736931,269.41579,537.49779)"/>
<path style="fill:#ffe600" id="path3808" d=""/>
</g>
</g>
<g transform="matrix(-0.2072622,1.3560108e-2,1.3560126e-2,-0.1749416,260.49869,445.94699)" id="g3810">
<path style="fill:#ffe600;fill-rule:evenodd" id="path3812" d="M 31.57795,106.66601 C 29.80695,98.971014 34.17995,97.311014 34.24995,97.287014 C 35.62095,96.815014 40.43295,95.733014 41.56595,99.024014 C 42.59095,102.00101 37.03495,106.84401 31.98295,108.58401 C 26.96795,110.31101 19.51395,109.94801 18.48895,106.97101 C 17.35595,103.68001 21.81395,101.57001 23.18495,101.09801 C 23.25395,101.07401 27.52695,98.861014 31.06495,106.84401 C 31.19495,107.13701 31.63595,106.91801 31.57795,106.66601 z" clip-rule="evenodd" sodipodi:nodetypes="cssssssc"/>
<path style="fill:#000000;fill-opacity:1" id="path3814" d="M 34.272682,155.18655 C 41.546682,172.23555 50.18,182.625 56.783,180.352 C 63.385,178.079 64.644639,164.99894 58.332637,145.21692 C 57.965637,141.91392 58.780916,133.44245 59.416916,129.85745 C 59.880916,127.24245 59.146813,123.06055 57.046813,125.36055 C 56.412813,126.05455 54.227221,130.44477 53.853221,131.12177 C 44.617285,111.37293 35.764034,104.05458 31.123194,105.72434 C 26.670674,107.32554 23.281308,118.985 28.392518,139.50868 C 27.760596,138.82799 23.000568,137.28868 22.072568,137.13168 C 19.001568,136.61168 20.072316,139.27042 22.047316,141.04542 C 24.756316,143.48042 32.528682,152.35755 34.272682,155.18655 z" sodipodi:nodetypes="cscsscscssc"/>
<path style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" id="path3816" d="M 32.540827,134.6247 C 38.038827,150.5907 43.213208,158.89545 49.169859,156.79934 C 53.909111,155.13163 52.763142,146.69073 47.403164,130.68301 C 43.804046,119.93414 36.68532,109.27191 32.930086,110.85157 C 28.79951,112.58912 28.68769,122.57747 32.540827,134.6247 z M 55.031906,168.99836 C 56.429877,172.3279 58.064286,172.8178 58.735286,172.5868 C 59.406286,172.3558 59.54735,169.15694 58.995123,167.60395 C 57.677231,163.89772 56.0112,162.72523 55.3402,162.95523 C 54.6702,163.18623 53.714013,165.29313 55.031906,168.99836 z M 46.973031,171.83988 C 47.509031,173.39788 49.621857,175.79893 50.292857,175.56793 C 50.962857,175.33693 51.022399,172.16007 50.552695,170.58508 C 49.42658,166.80905 47.345373,165.09158 46.674373,165.32358 C 46.003373,165.55358 45.190506,168.64994 46.973031,171.83988 z" clip-rule="evenodd" sodipodi:nodetypes="csssccsssccsssc"/>
<g id="g3818">
<ellipse style="fill:#ffe600" sodipodi:ry="2.142" sodipodi:rx="4.428" sodipodi:cy="163.328" sodipodi:cx="50.867001" id="ellipse3820" ry="2.142" rx="4.428" cy="163.328" cx="50.867001" transform="matrix(-1.4905695,0.4668914,-0.8892306,-2.4736931,269.41579,537.49779)"/>
<path style="fill:#ffe600" id="path3822" d=""/>
</g>
</g>
<g id="g3824" transform="matrix(-0.2072622,1.3560108e-2,1.3560126e-2,-0.1749416,252.76834,448.61263)">
<path sodipodi:nodetypes="cssssssc" clip-rule="evenodd" d="M 31.57795,106.66601 C 29.80695,98.971014 34.17995,97.311014 34.24995,97.287014 C 35.62095,96.815014 40.43295,95.733014 41.56595,99.024014 C 42.59095,102.00101 37.03495,106.84401 31.98295,108.58401 C 26.96795,110.31101 19.51395,109.94801 18.48895,106.97101 C 17.35595,103.68001 21.81395,101.57001 23.18495,101.09801 C 23.25395,101.07401 27.52695,98.861014 31.06495,106.84401 C 31.19495,107.13701 31.63595,106.91801 31.57795,106.66601 z" id="path3826" style="fill:#ffe600;fill-rule:evenodd"/>
<path sodipodi:nodetypes="cscsscscssc" d="M 34.272682,155.18655 C 41.546682,172.23555 50.18,182.625 56.783,180.352 C 63.385,178.079 64.644639,164.99894 58.332637,145.21692 C 57.965637,141.91392 58.780916,133.44245 59.416916,129.85745 C 59.880916,127.24245 59.146813,123.06055 57.046813,125.36055 C 56.412813,126.05455 54.227221,130.44477 53.853221,131.12177 C 44.617285,111.37293 35.764034,104.05458 31.123194,105.72434 C 26.670674,107.32554 23.281308,118.985 28.392518,139.50868 C 27.760596,138.82799 23.000568,137.28868 22.072568,137.13168 C 19.001568,136.61168 20.072316,139.27042 22.047316,141.04542 C 24.756316,143.48042 32.528682,152.35755 34.272682,155.18655 z" id="path3828" style="fill:#000000;fill-opacity:1"/>
<path sodipodi:nodetypes="csssccsssccsssc" clip-rule="evenodd" d="M 32.540827,134.6247 C 38.038827,150.5907 43.213208,158.89545 49.169859,156.79934 C 53.909111,155.13163 52.763142,146.69073 47.403164,130.68301 C 43.804046,119.93414 36.68532,109.27191 32.930086,110.85157 C 28.79951,112.58912 28.68769,122.57747 32.540827,134.6247 z M 55.031906,168.99836 C 56.429877,172.3279 58.064286,172.8178 58.735286,172.5868 C 59.406286,172.3558 59.54735,169.15694 58.995123,167.60395 C 57.677231,163.89772 56.0112,162.72523 55.3402,162.95523 C 54.6702,163.18623 53.714013,165.29313 55.031906,168.99836 z M 46.973031,171.83988 C 47.509031,173.39788 49.621857,175.79893 50.292857,175.56793 C 50.962857,175.33693 51.022399,172.16007 50.552695,170.58508 C 49.42658,166.80905 47.345373,165.09158 46.674373,165.32358 C 46.003373,165.55358 45.190506,168.64994 46.973031,171.83988 z" id="path3830" style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"/>
<g id="g3832">
<ellipse transform="matrix(-1.4905695,0.4668914,-0.8892306,-2.4736931,269.41579,537.49779)" cx="50.867001" cy="163.328" rx="4.428" ry="2.142" id="ellipse3834" sodipodi:cx="50.867001" sodipodi:cy="163.328" sodipodi:rx="4.428" sodipodi:ry="2.142" style="fill:#ffe600"/>
<path d="" id="path3836" style="fill:#ffe600"/>
</g>
</g>
</g>
<path d="M 248.39637,398.84366 C 251.43593,405.36326 261.69033,422.28629 266.98085,429.29708 C 266.26316,431.70144 263.73051,433.00232 261.63671,432.402 L 241.29266,402.74154 C 241.28031,400.54335 245.33159,398.006 248.39637,398.84366 z" id="path2805" style="fill:#7c858c"/>
<path transform="matrix(0.1775041,0,0,0.1778485,228.23934,392.24611)" mask="url(#mask4168)" d="M 192.119,225.881 L 73.534,54.687 C 76.708,45.626 90.402,36.699 103.759,35.812 C 125.917,80.035 181.923,170.206 215.59,214.035 C 210.396,222.172 200.97,226.683 192.119,225.881 z" id="path2807" style="fill:#c8c7c5;filter:url(#filter4127)"/>
<path clip-rule="evenodd" d="M 264.59026,431.95646 L 242.49074,400.15379 C 243.13166,399.60418 243.95112,399.13262 244.83694,398.82092 C 246.07156,401.04577 249.34827,406.77082 254.55654,414.60061 C 258.61943,420.70846 262.80021,426.72365 266.02971,430.99176 C 265.60935,431.40451 265.11706,431.73047 264.59026,431.95646 z M 263.94684,432.17833 C 263.69783,432.24393 263.44508,432.28794 263.19142,432.30897 L 241.56683,401.19014 C 241.69187,400.99428 241.84177,400.80145 242.01296,400.6145 L 263.94684,432.17833 z" id="path2809" style="fill:url(#radialGradient3967);fill-opacity:1;fill-rule:evenodd"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 37 KiB

View file

@ -1,44 +0,0 @@
<?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="48px" height="48px" id="svg2856" version="1.1" inkscape:version="0.47 r22583" sodipodi:docname="minetest-icon.svg" inkscape:export-filename="/home/erlehmann/pics/icons/minetest/minetest-icon-24x24.png" inkscape:export-xdpi="45" inkscape:export-ydpi="45">
<defs id="defs2858">
<filter inkscape:collect="always" id="filter3864">
<feGaussianBlur inkscape:collect="always" stdDeviation="0.20490381" id="feGaussianBlur3866"/>
</filter>
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="12.083333" inkscape:cx="24" inkscape:cy="24" inkscape:current-layer="layer1" showgrid="false" inkscape:grid-bbox="true" inkscape:document-units="px" inkscape:window-width="1233" inkscape:window-height="755" inkscape:window-x="0" inkscape:window-y="25" inkscape:window-maximized="1">
<inkscape:grid type="xygrid" id="grid2866" empspacing="2" visible="true" enabled="true" snapvisiblegridlinesonly="true" spacingx="0.5px" spacingy="10px" color="#ff0000" opacity="0.1254902" empcolor="#ff0000" empopacity="0.25098039" dotted="false"/>
<inkscape:grid type="axonomgrid" id="grid2870" units="px" empspacing="1" visible="true" enabled="true" snapvisiblegridlinesonly="true" spacingy="1px" originx="0px"/>
</sodipodi:namedview>
<metadata id="metadata2861">
<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 id="layer1" inkscape:label="Layer 1" inkscape:groupmode="layer">
<path style="fill:#e9b96e;fill-opacity:1;stroke:#573a0d;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="M 6.1513775e-7,16 3.2110204e-7,28 21.035899,40.145082 l 21,-12.414519 0,-11.461126 L 20.78461,4 6.1513775e-7,16 z" id="path3047" transform="translate(3.4641013,6)" sodipodi:nodetypes="ccccccc"/>
<path style="fill:#2e3436;fill-opacity:1;stroke:#2e3436;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="m 8.5,30.907477 -2,-1.1547 0,6 L 17.320508,42 l 0,-2 -1.732051,-1 0,-2 L 13.5,35.794229 l 0,-4 -5,-2.886752 0,2 z" id="path3831" sodipodi:nodetypes="ccccccccccc"/>
<path style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-linejoin:miter" d="m 6.9282032,36 3.4641018,-2 3.464101,2 1.643594,0.948929 0,2 2,1.154701 0,2 L 6.9282032,36 z" id="path3870" sodipodi:nodetypes="cccccccc"/>
<path style="fill:#fce94f;fill-opacity:1;stroke:#625802;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="M 25.980762,19 31.5,22.186533 l 0,2 L 38.09375,28 41.5625,26 45.5,23.730563 l 0,2.538874 0,-4 L 32.908965,15 25.980762,19 z" id="path3851" sodipodi:nodetypes="cccccccccc"/>
<path style="fill:#e9b96e;fill-opacity:1;stroke:#573a0d;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000000000000000" d="m 24.839746,18.341234 8.660254,-5 0,2 -8.660254,5 0,-2 z" id="path5684" sodipodi:nodetypes="ccccc"/>
<path style="fill:#73d216;fill-opacity:1;stroke:#325b09;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="M 25.980762,5 3.4641016,18 17.5,26.10363 31.5,18.186533 24.839746,14.341234 33.5,9.341234 25.980762,5 z" id="path3821" sodipodi:nodetypes="ccccccc" transform="translate(0,4)"/>
<path style="fill:#729fcf;fill-opacity:1;stroke:#19314b;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="m 17.5,28.10363 0,2 1.552559,0.89637 0,2 5.447441,3.145082 12,-7.071797 0,-2.14657 2,-1.1547 0,-1.54403 -7,-4.041452 -14,7.917097 z" id="path3825" sodipodi:nodetypes="ccccccccccc" transform="translate(0,4)"/>
<g id="g5691" style="stroke-linejoin:miter">
<path sodipodi:nodetypes="ccccc" id="path3862" d="m 13.856406,20 6.928204,4 -6.928204,4 -6.9282028,-4 6.9282028,-4 z" style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3864);opacity:0.25000000000000000"/>
<g id="g3858" style="stroke-linejoin:miter">
<path style="fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="m 15.588457,21 1.732051,1 1.732051,-1 0,-6 -1.732051,-1 -1.732051,1 0,6 z" id="path3833" sodipodi:nodetypes="ccccccc" transform="translate(-3.4641015,2)"/>
<path style="fill:#4e9a06;fill-opacity:1;stroke:#316004;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="M 9.9641015,13.752777 17.320508,18 l 6.643593,-3.835681 0,-8.3286385 L 17.320508,2 9.9641015,6.2472233 l 0,7.5055537 z" id="path3837" transform="translate(-3.4641015,2)" sodipodi:nodetypes="ccccccc"/>
</g>
</g>
<g id="g5686" transform="translate(-4.2591582e-7,2)" style="stroke-linejoin:miter">
<path transform="translate(24.248712,-2)" style="opacity:0.25000000000000000;fill:#2e3436;fill-opacity:1;stroke:none;filter:url(#filter3864);stroke-linejoin:miter" d="m 13.856406,20 5.196153,3 -5.196153,3 -5.196152,-3 5.196152,-3 z" id="path3868" sodipodi:nodetypes="ccccc"/>
<path style="fill:#4e9a06;fill-opacity:1;stroke:#316004;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="M 15.71539,21.073285 17.320508,22 l 1.394882,-0.805336 0,-8.389328 L 17.320508,12 l -1.605118,1.073285 0,8 z" id="path3853" sodipodi:nodetypes="ccccccc" transform="translate(20.78461,0)"/>
</g>
<path style="fill:none;fill-opacity:1;stroke:#ef2929;stroke-width:0.50000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:0.50000000000000000, 0.50000000000000000;stroke-dashoffset:0.25000000000000000" d="M 12.124356,33 11.25833,32.5" id="path3872" sodipodi:nodetypes="cc"/>
<path style="fill:#888a85;stroke:#2e3436;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000000000000000" d="m 45.5,26.730563 -4,2.309401 0,1 -2,1.1547 0,2 -2,1.154701 0,4 8,-4.618802 0,-7 z" id="path3874" sodipodi:nodetypes="ccccccccc"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -1,120 +0,0 @@
<?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:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:export-ydpi="60" inkscape:export-xdpi="60" inkscape:export-filename="pcpico.png" width="48px" height="48px" id="svg11300" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docbase="/source/git/pcpweb/images" sodipodi:docname="pcpico.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs id="defs3">
<linearGradient inkscape:collect="always" id="linearGradient3282">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop3284"/>
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop3286"/>
</linearGradient>
<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 24 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="48 : 24 : 1" inkscape:persp3d-origin="24 : 16 : 1" id="perspective73"/>
<linearGradient id="linearGradient12512">
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" offset="0.0000000" id="stop12513"/>
<stop style="stop-color:#fff520;stop-opacity:0.89108908;" offset="0.50000000" id="stop12517"/>
<stop style="stop-color:#fff300;stop-opacity:0.0000000;" offset="1.0000000" id="stop12514"/>
</linearGradient>
<linearGradient id="linearGradient10653">
<stop style="stop-color:#f3f4ff;stop-opacity:1.0000000;" offset="0.0000000" id="stop10655"/>
<stop style="stop-color:#9193af;stop-opacity:1.0000000;" offset="1.0000000" id="stop10657"/>
</linearGradient>
<linearGradient id="linearGradient42174">
<stop style="stop-color:#a0a0a0;stop-opacity:1.0000000;" offset="0.0000000" id="stop42176"/>
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" offset="1.0000000" id="stop42178"/>
</linearGradient>
<linearGradient id="linearGradient2145">
<stop style="stop-color:#fffffd;stop-opacity:1.0000000;" offset="0.0000000" id="stop2147"/>
<stop style="stop-color:#cbcbc9;stop-opacity:1.0000000;" offset="1.0000000" id="stop2149"/>
</linearGradient>
<linearGradient id="linearGradient37935">
<stop id="stop37937" offset="0.0000000" style="stop-color:#9497b3;stop-opacity:1.0000000;"/>
<stop id="stop37939" offset="1.0000000" style="stop-color:#4c4059;stop-opacity:1.0000000;"/>
</linearGradient>
<linearGradient id="linearGradient2152">
<stop id="stop2154" offset="0.0000000" style="stop-color:#9aa29a;stop-opacity:1.0000000;"/>
<stop id="stop2156" offset="1.0000000" style="stop-color:#b5beb5;stop-opacity:1.0000000;"/>
</linearGradient>
<linearGradient inkscape:collect="always" id="linearGradient3816">
<stop style="stop-color:#000000;stop-opacity:1;" offset="0" id="stop3818"/>
<stop style="stop-color:#000000;stop-opacity:0;" offset="1" id="stop3820"/>
</linearGradient>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient3816" id="radialGradient3822" cx="31.112698" cy="19.008621" fx="31.112698" fy="19.008621" r="8.6620579" gradientUnits="userSpaceOnUse"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient3282" id="radialGradient3312" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.9795918,0,0,1.0544218,-7.0818916,-2.136631)" cx="21.124816" cy="-17.584156" fx="21.124816" fy="-17.584156" r="12.993088"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3316" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,11.311319,-25.567991)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3320" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,4.0903488,-25.419331)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3324" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,-3.1233222,-25.299541)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3328" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,11.311319,-33.362568)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3332" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,4.0903488,-33.213911)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3336" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,-3.1233222,-33.094125)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3340" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,11.311319,-41.177529)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3344" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,4.0903488,-41.028872)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient2152" id="radialGradient3348" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.810917,0,0,0.881007,-3.1233222,-40.909086)" spreadMethod="pad" cx="12.727922" cy="15.29631" fx="12.727922" fy="15.29631" r="3.7123108"/>
</defs>
<sodipodi:namedview stroke="#c4a000" fill="#babdb6" id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="0.25490196" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.9999998" inkscape:cx="20.235807" inkscape:cy="23.928194" inkscape:current-layer="g3371" showgrid="false" inkscape:grid-bbox="false" inkscape:document-units="px" inkscape:showpageshadow="false" inkscape:window-width="906" inkscape:window-height="689" inkscape:window-x="237" inkscape:window-y="15" inkscape:object-paths="false" inkscape:guide-bbox="false"/>
<metadata id="metadata4">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/"/>
<dc:title>New Appointment</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>appointment</rdf:li>
<rdf:li>new</rdf:li>
<rdf:li>meeting</rdf:li>
<rdf:li>rvsp</rdf:li>
</rdf:Bag>
</dc:subject>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
<cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/>
</cc:License>
</rdf:RDF>
</metadata>
<g id="layer1" inkscape:label="Layer 1" inkscape:groupmode="layer">
<g id="g3350" transform="matrix(1.8194444,0,0,1.6838709,-0.7242932,58.865415)">
<rect y="-30.703503" x="4.1875901" height="6.5411415" width="6.020752" id="rect1921" style="opacity:0.39892476;fill:url(#radialGradient3348);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-31.49345" x="3.569216" height="6.5411415" width="6.020752" id="rect2810" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-30.82329" x="11.401262" height="6.5411415" width="6.020752" id="rect2956" style="opacity:0.39892476;fill:url(#radialGradient3344);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-31.613237" x="10.782885" height="6.5411415" width="6.020752" id="rect2958" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-30.971947" x="18.622232" height="6.5411415" width="6.020752" id="rect2964" style="opacity:0.5;fill:url(#radialGradient3340);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-31.761894" x="18.003855" height="6.5411415" width="6.020752" id="rect2966" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-22.888542" x="4.1875901" height="6.5411415" width="6.020752" id="rect2972" style="opacity:0.39892476;fill:url(#radialGradient3336);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-23.67849" x="3.569216" height="6.5411415" width="6.020752" id="rect2974" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-23.008329" x="11.401262" height="6.5411415" width="6.020752" id="rect2978" style="opacity:0.39892476;fill:url(#radialGradient3332);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-23.798275" x="10.782885" height="6.5411415" width="6.020752" id="rect2980" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-23.156986" x="18.622232" height="6.5411415" width="6.020752" id="rect2984" style="opacity:0.5;fill:url(#radialGradient3328);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-23.946932" x="18.003855" height="6.5411415" width="6.020752" id="rect2986" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-15.093961" x="4.1875901" height="6.5411415" width="6.020752" id="rect2996" style="opacity:0.5;fill:url(#radialGradient3324);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-15.883908" x="3.569216" height="6.5411415" width="6.020752" id="rect2998" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-15.213752" x="11.401262" height="6.5411415" width="6.020752" id="rect3002" style="opacity:0.5;fill:url(#radialGradient3320);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-16.003696" x="10.782885" height="6.5411415" width="6.020752" id="rect3004" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-15.362412" x="18.622232" height="6.5411415" width="6.020752" id="rect3008" style="opacity:0.5;fill:url(#radialGradient3316);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-16.152357" x="18.003855" height="6.5411415" width="6.020752" id="rect3010" style="fill:#1047b0;fill-opacity:1;fill-rule:nonzero;stroke:#1047b0;stroke-width:0.31380489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="-34.377941" x="0.88388324" height="27.400391" width="25.455847" id="rect2510" style="fill:url(#radialGradient3312);fill-opacity:1;fill-rule:evenodd"/>
</g>
<g id="g3371" transform="translate(-4.9497477,-2.8284273)">
<g id="g3375" transform="translate(34.117904,4.772971)">
<path style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d31e11;stroke-width:1.3043052;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M -8.775331,26.45356 C -9.738433,26.76041 -8.775331,26.45356 -9.647614,27.140362 C -10.5199,27.827165 -9.647614,27.140362 -10.665279,27.941631 C -11.682947,28.7429 -10.665279,27.941631 -11.378542,28.390362 C -12.091807,28.839093 -11.378542,28.390362 -11.801045,28.610158 C -12.223547,28.829956 -12.196266,28.582746 -12.196266,28.582746 C -11.706326,22.724476 -10.624366,16.938693 -8.955534,11.245903 C -8.955534,11.245903 -8.955534,11.245903 -8.941894,11.122299 C -8.928253,10.998695 -9.296192,10.724074 -9.296192,10.724074 C -9.296192,10.724074 -9.296192,10.724074 -9.745975,11.191079 C -10.195758,11.658084 -9.745975,11.191079 -10.631899,12.001486 C -11.517825,12.811892 -10.545568,11.820648 -11.617796,13.116334 C -12.690025,14.412021 -11.704129,13.297172 -12.471953,14.24032 C -13.23978,15.183469 -12.471953,14.24032 -13.426082,15.668749 C -14.380213,17.097178 -13.426082,15.668749 -14.380213,17.097178 C -15.33434,18.525606 -14.605102,17.433861 -15.254827,18.509751 C -15.904553,19.585642 -15.029938,18.173068 -15.706944,19.496167 C -16.383953,20.819265 -15.706944,19.496167 -16.252213,20.828402 C -16.79748,22.160638 -17.675671,25.221267 -18.902613,29.121782 C -20.129553,33.022296 -17.347414,24.738055 -19.119623,29.970806 C -20.891832,35.203558 -19.165032,29.780831 -20.046649,32.957994 C -20.928267,36.135159 -20.13298,33.138834 -20.751117,36.334272 C -21.369255,39.52971 -21.007956,38.060164 -21.007956,38.060164 C -21.007956,38.060164 -20.751117,36.334272 -21.742218,44.11221 C -21.124439,44.52871 -21.574222,44.995715 -21.124439,44.52871 C -20.674656,44.061705 -20.797422,45.174144 -20.674656,44.061705 C -20.551891,42.949264 -20.74286,44.679727 -20.551891,42.949264 C -20.360921,41.218805 -20.679322,45.306886 -20.360921,41.218805 C -20.04252,37.130722 -20.447073,39.593673 -20.04252,37.130722 C -19.637967,34.667773 -20.406151,39.222861 -19.637967,34.667773 C -18.869784,30.112684 -19.94919,35.082113 -19.47428,33.18452 C -19.06886,31.564591 -18.49085,28.483331 -18.49085,28.483331 C -18.49085,28.483331 -18.760658,29.12385 -18.333491,27.658874 C -17.906321,26.193895 -18.73571,29.499231 -17.958551,26.065722 C -17.181392,22.632212 -16.202817,20.380791 -16.202817,20.380791" id="path3108" sodipodi:nodetypes="cssssccscsssssssssssssccssssssscssc"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d31e11;stroke-width:1.3043052;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M -6.831805,25.55982 C -7.973817,25.799537 -9.202352,26.096891 -10.119363,26.750126 C -11.036329,27.403328 -10.119363,26.750126 -11.137028,27.551396 C -12.154696,28.352664 -11.137028,27.551396 -11.850291,28.000127 C -12.563556,28.448857 -11.850291,28.000127 -12.272794,28.219922 C -12.695296,28.439719 -12.668015,28.192511 -12.668015,28.192511 C -12.178075,22.33424 -11.096115,16.548457 -9.427283,10.855668 C -9.427283,10.855668 -9.427283,10.855668 -9.413643,10.732064 C -9.400002,10.608459 -9.767941,10.333839 -9.767941,10.333839 C -9.767941,10.333839 -9.767941,10.333839 -10.217724,10.800844 C -10.667507,11.267849 -10.217724,10.800844 -11.103648,11.61125 C -11.989574,12.421657 -11.017317,11.430413 -12.089545,12.726099 C -13.161774,14.021786 -12.175878,12.906937 -12.943702,13.850085 C -13.711529,14.793233 -12.943702,13.850085 -13.897831,15.278513 C -14.851962,16.706942 -13.897831,15.278513 -14.851962,16.706942 C -15.80609,18.13537 -15.076851,17.043624 -15.726578,18.119516 C -16.376303,19.195406 -15.501687,17.782832 -16.178694,19.105931 C -16.855702,20.429029 -16.178694,19.105931 -16.723962,20.438166 C -17.269229,21.770402 -18.147421,24.831031 -19.374362,28.731547 C -20.601303,32.632062 -17.819163,24.347819 -19.591372,29.580571 C -21.363581,34.813323 -19.636782,29.390595 -20.518399,32.56776 C -21.400017,35.744924 -20.604729,32.748598 -21.222867,35.944036 C -21.841005,39.139475 -21.479705,37.669929 -21.479705,37.669929 C -21.479705,37.669929 -21.222867,35.944036 -22.213968,43.721975 C -21.596189,44.138474 -22.045972,44.60548 -21.596189,44.138474 C -21.146406,43.671469 -21.269171,44.783907 -21.146406,43.671469 C -21.02364,42.559029 -21.214609,44.289491 -21.02364,42.559029 C -20.832671,40.828569 -21.151072,44.91665 -20.832671,40.828569 C -20.514269,36.740487 -20.918823,39.203438 -20.514269,36.740487 C -20.109717,34.277538 -20.877901,38.832625 -20.109717,34.277538 C -19.341533,29.72245 -20.42094,34.691878 -19.946029,32.794285 C -19.54061,31.174356 -18.962599,28.093096 -18.962599,28.093096 C -18.962599,28.093096 -19.232408,28.733615 -18.80524,27.268638 C -18.378071,25.803659 -19.20746,29.108996 -18.430301,25.675486 C -17.653142,22.241977 -16.674565,19.990555 -16.674565,19.990555" id="path3078" sodipodi:nodetypes="cssssccscsssssssssssssccssssssscssc"/>
</g>
</g>
<g id="g3160" transform="matrix(0.996195,-0.1431803,8.715574e-2,1.6365594,-27.299443,6.2909229)">
<path sodipodi:nodetypes="cccccccccccccccccccccsccccccccccccccccccccccc" id="path3127" d="M 60.776727,13.559406 C 56.581979,12.055473 53.877827,10.624954 53.877827,10.624954 C 53.877827,10.624954 53.877827,10.624954 53.877827,10.624954 L 53.824861,10.624954 C 51.727487,11.627576 51.780453,11.627576 51.780453,11.627576 C 52.82914,14.510115 52.82914,14.510115 52.82914,14.510115 C 49.533268,13.256837 49.533268,13.256837 49.533268,13.256837 C 49.158736,13.44483 49.008924,13.695485 49.008924,13.695485 C 49.458362,14.447452 49.08383,14.760771 49.08383,14.760771 C 47.585706,14.886099 47.585706,14.886099 47.585706,14.886099 C 49.383455,16.640688 49.383455,16.640688 49.383455,16.640688 L 49.383455,16.640688 L 49.383455,16.640688 C 50.132517,16.51536 50.132517,16.51536 50.132517,16.51536 C 50.731767,19.272572 50.731767,19.272572 50.731767,19.272572 C 49.982705,19.397899 49.832892,19.272572 49.832892,19.272572 L 49.832892,19.272572 L 49.832892,19.272572 C 48.934018,22.029783 48.934018,22.029783 48.934018,22.029783 C 52.82914,20.024538 52.82914,20.024538 52.82914,20.024538 C 53.278578,19.272572 53.278578,19.272572 53.278578,19.272572 C 54.02764,19.021916 53.877827,19.021916 54.02764,19.021916 C 54.177453,19.021916 54.177453,19.021916 54.177453,19.021916 C 54.926514,22.656422 54.926514,22.656422 54.926514,22.656422 L 54.926514,22.656422 L 54.926514,22.656422 L 54.926514,22.656422 C 56.874076,22.280438 56.874076,22.280438 56.874076,22.280438 L 56.874076,22.280438 L 56.874076,22.280438 L 56.874076,22.280438 C 61.218637,17.893966 61.218637,17.893966 61.218637,17.893966 L 61.218637,17.893966 L 61.218637,17.893966 C 63.465822,17.267327 63.465822,17.267327 63.465822,17.267327 C 65.113759,15.512738 65.113759,15.512738 65.113759,15.512738 C 69.608132,14.134132 69.608132,14.134132 69.608132,14.134132 C 71.256069,13.006182 71.256069,13.006182 71.256069,13.006182 C 71.555693,12.504871 71.555693,12.504871 71.555693,12.504871 C 69.487142,12.312426 68.110008,12.755527 68.110008,12.755527 C 67.810383,13.382165 67.810383,13.382165 67.810383,13.382165 C 65.113759,13.883477 65.113759,13.883477 65.113759,13.883477 C 62.417135,13.006182 62.417135,13.006182 62.417135,13.006182 C 62.505415,13.047121 62.39948,13.016319 62.523069,13.065697 L 60.776727,13.559406 z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.77512646px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
<path sodipodi:nodetypes="cccccccc" id="path3129" d="M 67.529846,12.160219 C 67.042955,12.316879 66.874055,12.630199 66.874055,12.630199 L 66.874055,12.630199 L 66.874055,12.630199 L 66.874055,12.630199 L 66.874055,12.630199 L 66.874055,12.630199 L 66.499524,13.444829" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.1550253;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path sodipodi:nodetypes="cccccccc" id="path3131" d="M 66.368438,12.39521 C 65.881547,12.551869 65.712647,12.865189 65.712647,12.865189 L 65.712647,12.865189 L 65.712647,12.865189 L 65.712647,12.865189 L 65.712647,12.865189 L 65.712647,12.865189 L 65.338116,13.679819" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.1550253;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path sodipodi:nodetypes="cccccccc" id="path3133" d="M 64.879858,13.084512 C 64.392967,13.241172 64.224067,13.554491 64.224067,13.554491 L 64.224067,13.554491 L 64.224067,13.554491 L 64.224067,13.554491 L 64.224067,13.554491 L 64.224067,13.554491 L 63.849536,14.369121" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.1550253;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path sodipodi:nodetypes="cccccccccccccccccccccsccccccccccccccccccccccc" id="path3135" d="M 61.464917,14.1755 C 57.270169,12.671567 54.566017,11.241049 54.566017,11.241049 C 54.566017,11.241049 54.566017,11.241049 54.566017,11.241049 L 54.51305,11.241049 C 52.415676,12.243671 52.468643,12.243671 52.468643,12.243671 C 53.51733,15.12621 53.51733,15.12621 53.51733,15.12621 C 50.221457,13.872932 50.221457,13.872932 50.221457,13.872932 C 49.846926,14.060925 49.697114,14.31158 49.697114,14.31158 C 50.146551,15.063546 49.77202,15.376866 49.77202,15.376866 C 48.273896,15.502193 48.273896,15.502193 48.273896,15.502193 C 50.071644,17.256783 50.071644,17.256783 50.071644,17.256783 L 50.071644,17.256783 L 50.071644,17.256783 C 50.820707,17.131455 50.820707,17.131455 50.820707,17.131455 C 51.419957,19.888666 51.419957,19.888666 51.419957,19.888666 C 50.670894,20.013994 50.521081,19.888666 50.521081,19.888666 L 50.521081,19.888666 L 50.521081,19.888666 C 49.622207,22.645877 49.622207,22.645877 49.622207,22.645877 C 53.51733,20.640633 53.51733,20.640633 53.51733,20.640633 C 53.966767,19.888666 53.966767,19.888666 53.966767,19.888666 C 54.715829,19.638011 54.566017,19.638011 54.715829,19.638011 C 54.865642,19.638011 54.865642,19.638011 54.865642,19.638011 C 55.614704,23.272517 55.614704,23.272517 55.614704,23.272517 L 55.614704,23.272517 L 55.614704,23.272517 L 55.614704,23.272517 C 57.562265,22.896533 57.562265,22.896533 57.562265,22.896533 L 57.562265,22.896533 L 57.562265,22.896533 L 57.562265,22.896533 C 61.906826,18.51006 61.906826,18.51006 61.906826,18.51006 L 61.906826,18.51006 L 61.906826,18.51006 C 64.154012,17.883422 64.154012,17.883422 64.154012,17.883422 C 65.801949,16.128833 65.801949,16.128833 65.801949,16.128833 C 70.296321,14.750227 70.296321,14.750227 70.296321,14.750227 C 71.944258,13.622277 71.944258,13.622277 71.944258,13.622277 C 72.243883,13.120966 72.243883,13.120966 72.243883,13.120966 C 70.175331,12.928521 68.798197,13.371622 68.798197,13.371622 C 68.498573,13.99826 68.498573,13.99826 68.498573,13.99826 C 65.801949,14.499571 65.801949,14.499571 65.801949,14.499571 C 63.105325,13.622277 63.105325,13.622277 63.105325,13.622277 C 63.193605,13.663216 63.08767,13.632414 63.211258,13.681792 L 61.464917,14.1755 z" style="opacity:0.31182796;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.77512646px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 25 KiB

View file

@ -1,12 +0,0 @@
<svg width="1024px" height="1024px" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<style>
.st1{fill:#fff}
</style>
<g id="Icon">
<circle cx="512" cy="512" r="512" style="fill:#ef7878"/>
<g id="Logo">
<path class="st1" d="M398.3 331.8c-33.2-17.9-70.3-31.9-108.6-40.9-7.7 16.6-11.5 33.2-11.5 52.4 0 28.1 8.9 53.7 24.3 74.1 24.2-35.7 56.2-66.4 95.8-85.6zm323.3 85.6c15.3-20.4 24.3-46 24.3-74.1 0-19.2-3.8-37.1-11.5-52.4-38.3 7.7-75.4 21.7-108.6 40.9 38.3 19.2 71.5 49.9 95.8 85.6zm-152.1 58.8c-7.7 0-14.1 6.4-14.1 14.1 0 2.6 1.3 5.1 2.6 7.7 5.1 7.7 12.8 12.8 21.7 15.3 2.6-5.1 3.8-11.5 3.8-17.9V489c-1.2-7.7-6.3-12.8-14-12.8z"/>
<path class="st1" d="M503.1 320.3c-126.5 5.1-224.9 112.4-224.9 239v131.6c0 23 19.2 42.2 42.2 42.2 23 0 42.2-19.2 42.2-42.2v-34.5H659v34.5c0 23 19.2 42.2 42.2 42.2 23 0 42.2-19.2 42.2-42.2v-138c1.2-131.6-107.5-237.7-240.3-232.6zm132.8 184c-7.7 12.8-19.2 21.7-33.2 26.8-8.9 17.9-28.1 30.7-49.8 30.7h-6.4c-7.7 0-14.1-6.4-14.1-14.1s6.4-14.1 14.1-14.1c6.4 0 12.8-2.6 17.9-5.1-7.7-3.8-15.3-8.9-20.4-16.6-5.1-6.4-7.7-12.8-7.7-21.7 0-17.9 15.3-33.2 33.2-33.2 11.5 0 20.4 5.1 26.8 14.1 7.7 10.2 12.8 21.7 12.8 35.8v5.1c6.4-2.6 11.5-7.7 15.3-12.8 2.6-3.8 6.4-3.8 10.2-2.6 2.6-1.2 3.9 3.9 1.3 7.7z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,31 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="256.000000pt" height="256.000000pt" viewBox="0 0 256.000000 256.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.16, written by Peter Selinger 2001-2019
</metadata>
<g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M0 1280 l0 -1280 1280 0 1280 0 0 1280 0 1280 -1280 0 -1280 0 0
-1280z m719 794 l311 -129 0 -56 c0 -36 -5 -59 -12 -62 -7 -3 -150 -62 -317
-131 -167 -69 -308 -126 -312 -126 -5 0 -9 31 -9 69 l0 69 215 87 c118 48 215
91 215 95 0 3 -82 39 -182 80 -101 40 -200 82 -220 92 l-38 18 0 66 c0 60 2
66 19 61 11 -2 159 -63 330 -133z m1131 -629 l0 -55 -365 0 -365 0 0 55 0 55
365 0 365 0 0 -55z m-947 -646 l37 -12 0 -64 c0 -35 -3 -63 -7 -63 -3 0 -30
12 -60 26 -64 32 -128 41 -177 24 -74 -24 -61 -82 21 -95 146 -24 226 -71 239
-141 16 -85 -17 -148 -98 -188 -46 -23 -63 -26 -157 -26 -73 1 -122 6 -156 18
l-50 17 -3 68 c-2 53 0 67 11 67 8 0 20 -7 27 -15 38 -45 211 -72 258 -39 49
34 16 76 -74 93 -157 31 -214 80 -214 183 0 69 56 131 141 157 42 13 211 6
262 -10z m530 1 l37 -11 0 -64 c0 -36 -3 -65 -7 -65 -5 0 -30 11 -56 25 -89
45 -202 42 -227 -5 -14 -27 17 -57 67 -65 70 -12 170 -44 195 -64 36 -28 51
-73 46 -130 -6 -63 -36 -103 -100 -135 -46 -23 -63 -26 -157 -26 -73 1 -122 6
-156 18 l-50 17 -3 68 c-3 75 2 80 50 46 91 -65 268 -64 268 1 0 28 -35 47
-119 64 -86 18 -155 55 -176 96 -22 42 -19 116 5 155 23 37 54 60 108 81 43
16 214 13 275 -6z m297 -90 l0 -100 105 0 105 0 0 100 0 100 70 0 70 0 0 -270
0 -270 -70 0 -69 0 -3 118 -3 117 -100 0 -100 0 -3 -117 -3 -118 -69 0 -70 0
0 270 0 270 70 0 70 0 0 -100z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,109 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="105"
height="49.091"
version="1.1"
viewBox="0 0 105 49.091"
id="svg34"
sodipodi:docname="systemd.svg"
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs38" />
<sodipodi:namedview
id="namedview36"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="10.780164"
inkscape:cx="164.65426"
inkscape:cy="31.400264"
inkscape:window-width="2560"
inkscape:window-height="1349"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg34" />
<title
id="title2">systemd logo</title>
<metadata
id="metadata4">
<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>systemd logo</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-60,-1082.52)"
id="g32">
<g
transform="matrix(2.00001,0,0,2.00001,-4358.02,-5676.01)"
style="stroke-width:0.499998"
id="g30">
<path
d="m 2213.65,3385.02 v 13 h 5 v -2 h -3 v -9 h 3 v -2 z"
style="color:#000000;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;text-transform:none;text-orientation:mixed;dominant-baseline:auto;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000000;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
id="path6" />
<path
d="m 2251.65,3385.02 v 2 h 3 v 9 h -3 v 2 h 5 v -13 z"
style="color:#000000;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;text-transform:none;text-orientation:mixed;dominant-baseline:auto;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000000;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
id="path8" />
<g
id="g24">
<path
d="m 2270.4,3392.48 q -2.25,-0.4804 -2.25,-1.9394 0,-0.5391 0.3047,-0.9903 0.3106,-0.4511 0.8906,-0.7207 0.5801,-0.2695 1.3536,-0.2695 0.8144,0 1.4238,0.2637 0.6094,0.2578 0.9375,0.7265 0.3281,0.4629 0.3281,1.0606 h -1.7695 q 0,-0.3809 -0.2285,-0.5918 -0.2286,-0.2168 -0.6973,-0.2168 -0.3867,0 -0.6211,0.1816 -0.2285,0.1817 -0.2285,0.4688 0,0.2754 0.2578,0.4453 0.2637,0.1699 0.8906,0.2871 0.75,0.1406 1.2715,0.3691 0.5215,0.2227 0.8262,0.6211 0.3105,0.3985 0.3105,1.0137 0,0.5566 -0.334,1.002 -0.3281,0.4394 -0.9433,0.6914 -0.6094,0.2519 -1.418,0.2519 -0.8555,0 -1.4824,-0.3105 -0.6211,-0.3164 -0.9492,-0.8086 -0.3223,-0.4922 -0.3223,-1.0254 h 1.6699 q 0.018,0.457 0.3282,0.6797 0.3105,0.2168 0.7968,0.2168 0.4512,0 0.6914,-0.1699 0.2461,-0.1758 0.2461,-0.4688 0,-0.1816 -0.1113,-0.3047 -0.1055,-0.1289 -0.3867,-0.2402 -0.2754,-0.1113 -0.7852,-0.2227 z"
style="stroke-width:0.499998"
id="path10" />
<path
d="m 2280.09,3388.68 -2.543,7.2891 q -0.1464,0.416 -0.3632,0.7617 -0.2168,0.3515 -0.6328,0.5976 -0.4161,0.252 -1.0489,0.252 -0.2285,0 -0.375,-0.024 -0.1406,-0.023 -0.3926,-0.088 v -1.336 q 0.088,0.01 0.2637,0.01 0.4746,0 0.709,-0.1465 0.2344,-0.1465 0.3574,-0.4805 l 0.1758,-0.4629 -2.2148,-6.3691 h 1.8984 l 1.1309,3.8437 1.1425,-3.8437 z"
style="stroke-width:0.499998"
id="path12" />
<path
d="m 2283.03,3392.48 q -2.25,-0.4804 -2.25,-1.9394 0,-0.5391 0.3047,-0.9903 0.3105,-0.4511 0.8906,-0.7207 0.5801,-0.2695 1.3535,-0.2695 0.8145,0 1.4239,0.2637 0.6093,0.2578 0.9375,0.7265 0.3281,0.4629 0.3281,1.0606 h -1.7695 q 0,-0.3809 -0.2286,-0.5918 -0.2285,-0.2168 -0.6972,-0.2168 -0.3867,0 -0.6211,0.1816 -0.2285,0.1817 -0.2285,0.4688 0,0.2754 0.2578,0.4453 0.2636,0.1699 0.8906,0.2871 0.75,0.1406 1.2715,0.3691 0.5215,0.2227 0.8262,0.6211 0.3105,0.3985 0.3105,1.0137 0,0.5566 -0.334,1.002 -0.3281,0.4394 -0.9433,0.6914 -0.6094,0.2519 -1.418,0.2519 -0.8555,0 -1.4824,-0.3105 -0.6211,-0.3164 -0.9493,-0.8086 -0.3222,-0.4922 -0.3222,-1.0254 h 1.6699 q 0.018,0.457 0.3281,0.6797 0.3106,0.2168 0.7969,0.2168 0.4512,0 0.6914,-0.1699 0.2461,-0.1758 0.2461,-0.4688 0,-0.1816 -0.1113,-0.3047 -0.1055,-0.1289 -0.3867,-0.2402 -0.2754,-0.1113 -0.7852,-0.2227 z"
style="stroke-width:0.499998"
id="path14" />
<path
d="m 2290.02,3393.68 q 0.2871,0 0.4922,-0.041 v 1.3301 q -0.457,0.164 -1.043,0.164 -1.8632,0 -1.8632,-1.8984 v -3.2695 h -0.8965 v -1.2891 h 0.8965 v -1.5703 h 1.7695 v 1.5703 h 1.0664 v 1.2891 h -1.0664 v 3.0644 q 0,0.375 0.1465,0.5156 0.1465,0.1348 0.498,0.1348 z"
style="stroke-width:0.499998"
id="path16" />
<path
d="m 2297.14,3392.42 h -4.0078 q 0.1,0.5918 0.4922,0.9434 0.3925,0.3457 1.0078,0.3457 0.457,0 0.8437,-0.1699 0.3926,-0.1758 0.668,-0.5215 l 0.8496,0.9785 q -0.334,0.4805 -0.9785,0.8086 -0.6387,0.3281 -1.5,0.3281 -0.9727,0 -1.6934,-0.4101 -0.7148,-0.4102 -1.1015,-1.1133 -0.3809,-0.7031 -0.3809,-1.5528 v -0.2226 q 0,-0.9492 0.3574,-1.6934 0.3574,-0.7441 1.0313,-1.1601 0.6738,-0.4219 1.5937,-0.4219 0.8965,0 1.5293,0.3809 0.6328,0.3808 0.961,1.0839 0.3281,0.6973 0.3281,1.6465 z m -1.7344,-1.3242 q -0.012,-0.5156 -0.2871,-0.8144 -0.2695,-0.2989 -0.8086,-0.2989 -0.5039,0 -0.791,0.334 -0.2813,0.334 -0.3692,0.9199 h 2.2559 z"
style="stroke-width:0.499998"
id="path18" />
<path
d="m 2305.37,3388.56 q 0.9668,0 1.4942,0.5742 0.5273,0.5742 0.5273,1.8633 v 4.0195 h -1.7695 v -4.0254 q 0,-0.3984 -0.1055,-0.6152 -0.1055,-0.2226 -0.3047,-0.3047 -0.1933,-0.082 -0.4922,-0.082 -0.3574,0 -0.6093,0.1758 -0.252,0.1699 -0.3985,0.4863 0.01,0.041 0.01,0.1348 v 4.2304 h -1.7696 v -4.0078 q 0,-0.3984 -0.1054,-0.6211 -0.1055,-0.2226 -0.3047,-0.3105 -0.1934,-0.088 -0.4981,-0.088 -0.3398,0 -0.5918,0.1523 -0.246,0.1465 -0.3984,0.4219 v 4.4531 h -1.7695 v -6.3398 h 1.6582 l 0.059,0.709 q 0.3164,-0.3985 0.7734,-0.6094 0.4629,-0.2168 1.043,-0.2168 0.5859,0 1.0078,0.2402 0.4277,0.2344 0.6562,0.7207 0.3165,-0.4629 0.7911,-0.7089 0.4804,-0.252 1.1015,-0.252 z"
style="stroke-width:0.499998"
id="path20" />
<path
d="m 2314.35,3386.02 v 9 h -1.5937 l -0.088,-0.6797 q -0.6211,0.7969 -1.6055,0.7969 -0.7676,0 -1.3301,-0.4101 -0.5566,-0.4161 -0.8496,-1.1426 -0.2871,-0.7266 -0.2871,-1.6582 v -0.1231 q 0,-0.9668 0.2871,-1.6992 0.293,-0.7324 0.8496,-1.1367 0.5625,-0.4043 1.3418,-0.4043 0.9024,0 1.5059,0.6855 v -3.2285 z m -2.8359,7.6875 q 0.7441,0 1.0664,-0.6328 v -2.4492 q -0.3047,-0.6328 -1.0547,-0.6328 -0.6035,0 -0.8848,0.4922 -0.2753,0.4922 -0.2753,1.3183 v 0.1231 q 0,0.8144 0.2695,1.3008 0.2754,0.4804 0.8789,0.4804 z"
style="stroke-width:0.499998"
id="path22" />
</g>
<path
d="m 2237.65,3391.52 8,-4.5 v 9 z"
style="fill:#33d17a"
id="path26" />
<circle
cx="2229.1499"
cy="3391.52"
r="4.49998"
style="fill:#33d17a"
id="circle28" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg enable-background="new 0 0 300 200" inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)" sodipodi:docname="Tomcat-logo.svg" version="1.1" viewBox="0 0 260 184" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"><title>Apache Tomcat logo</title><metadata><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><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:current-layer="svg6805" inkscape:cx="141.80598" inkscape:cy="120.06684" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="1014" inkscape:window-maximized="1" inkscape:window-width="1920" inkscape:window-x="0" inkscape:window-y="36" inkscape:zoom="2.9663129" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<g transform="translate(-8.71 -8.72)">
<g id="cvfa">
<path d="m53.7 130c2.96 3.65 6.25 7.35 9.87 11.1-10.5 3.17-17.5 9.06-21.8 14.3-6.82 8.23-10.4 19.1-9.6 28.4h-18.2c3.64-7.9 18.2-30.7 39.6-53.8z" fill="#d1a41a"/>
<path d="m264 189h-22.1c-50.6-26.4-95.1-45-142-49.1.1-6.57 1.27-14 3.52-22.3l-4.35-1.17c-2.31 8.52-3.52 16.2-3.66 23.1-4.92-.33-9.87-.49-14.9-.49-4.23 0-8.09.391-11.6 1.07-4.59-4.58-8.5-8.96-11.8-13.1 21.8-22.7 57.6-43.2 88.9-50.9 8.79 29.2 27.7 49.2 50.6 62.7 1.68-.96 3.33-1.96 4.95-3.02l40 43 1.75-.15c10.9-.939 17.1 4.98 18.8 6.82 1.21 1.34 1.93 2.57 2.33 3.54z" fill="#d1a41a"/>
<path d="m244 44.8c.811 39.7-19.4 71.3-47.8 87.5-48.1-24-57.2-84.7-49-117 2.28 12.5 6.43 20.3 15.4 24.1 19.5-5.59 46.4-6.03 66.2-.57 8.25-6 11.5-15.2 13.2-23.2 2.18 9.32 1.93 29.5 1.94 29.5z" fill="#ffdc76"/>
</g>
<polygon points="109 89.2 123 82.4 131 104"/>
<polygon points="93.3 97.1 102 91.9 110 106"/>
<polygon points="76.4 108 84 103 87.8 116"/>
<polygon points="211 144 206 139 199 150"/>
<polygon points="221 156 217 152 205 160"/>
<polygon points="203 33.2 189 33.5 197 52"/>
<polygon points="148 68.3 146 60.4 160 67.5"/>
<polygon points="151 80 150 74.8 158 78.1"/>
<polygon points="243 71.6 245 65.6 234 70.2"/>
<polygon points="239 83.8 240 78.9 232 81.3"/>
<rect x="142" y="99.3" width="26.2" height="3.24"/>
<rect x="142" y="91.5" width="26.2" height="3.24"/>
<rect x="222" y="99.3" width="26.2" height="3.24"/>
<rect x="222" y="91.5" width="26.2" height="3.24"/>
<path d="m213 72.3h-42.8v-2.92h13.3c1.64-7.02 1.96-13.7-.0137-17.1-.844-1.45-2.01-2.12-3.67-2.12-7.61 0-10.8 8.05-10.9 8.39l.002-.002-2.73-1.02c.156-.42 3.96-10.3 13.6-10.3 2.69 0 4.83 1.24 6.19 3.57 2.41 4.14 2.13 11.3.494 18.6h23.4c3.1-9.12 9.58-13.4 20.4-13.4v2.92c-11.7 0-15 4.97-17.4 10.5h12.7l-.0293 2.9z"/>
<path d="m215 86.7.0186-.0029c-3.46-5.1-4.55-9.46-3.11-14.4l-2.97.0146c-1.04 3.3-.62 8.27 1.93 12.5h-29.7c1.81-3.62 3.48-8.03 4.7-12.5h-3.02c-1.35 4.79-3.24 9.52-5.37 13.3l-.689 1.21 16.7 10.5-9.38 6.18 1.61 2.44 10.5-6.91 11.3 7.38 1.55-2.47-10.5-6.49s15.7-10.2 16.5-10.7c-.005-.0068-.008-.0127-.0127-.0186zm-18.9 8.81-12.3-7.75 24.1.0059z"/>
</g>
<g transform="matrix(.99 0 0 .996 -7.52 -8)">
<path d="m249 41.3c-.0185-5.07-1.6-26.5-4.5-32.4-7.87 2.99-22.2 12.7-25.4 22.6-15.5-2.32-33-2.04-48.4.609-2.56-10.7-15.4-18.8-25.1-23.4-4.09 6.91-5.91 22.9-5.44 34.3-.0176.0117-.0366.0234-.0542.0361 1.8 47.7 25.2 77.4 55.8 95.4 31.5-18 54-53.1 53.1-97.1.0127.0078.0264.0137.0381.0215zm-26.2-9.2c.114.0205.229.042.344.0635-.114-.0215-.229-.043-.344-.0635zm-1.96-.338c.275.044.554.0938.83.141-.276-.0469-.553-.0947-.83-.141zm23.3 13c.81 39.7-19.4 71.3-47.8 87.5-48.1-24-57.2-84.7-49-117 2.28 12.5 6.42 20.3 15.4 24.1 19.5-5.59 46.4-6.03 66.2-.569 8.25-6 11.5-15.2 13.2-23.2 2.18 9.32 1.93 29.5 1.94 29.5z"/>
<path d="m265 182c-4.94-5.53-14.6-8.14-22.7-7.95-5.74-6.83-39-41.9-39-41.9l-2.31 2.9 40.2 43.2 1.74-.149c10.9-.935 17.1 4.98 18.8 6.82 1.2 1.35 1.93 2.58 2.33 3.54h-22.1c-50.6-26.4-95.1-45-142-49.1.104-6.57 1.27-14 3.52-22.3l-4.34-1.18c-2.31 8.52-3.52 16.2-3.66 23.1-4.92-.326-9.87-.495-14.9-.495-4.24 0-8.1.394-11.6 1.08-4.59-4.59-8.5-8.96-11.8-13.1 21.9-22.8 58.1-43.5 89.5-51.1l-1.02-4.4c-33.8 8.15-70.8 30.3-91.4 51.8-9.56-12.9-13.4-23.5-14.5-31.5-1.42-10.1.997-19.4 7-26.9 9.4-11.7 22.7-12.5 36.5-10.2-.268 2.17.0171 4.24.885 5.52 3.63 5.36 23.1 7.25 34.8 2.05-8.6-12-26-17.9-30.8-15.6-1.6.78-2.8 2.21-3.63 3.89-4.75-.849-9.46-1.48-12.9-1.46-12.1.0889-21.4 4.32-28.3 12.9-6.8 8.45-9.55 18.9-7.95 30.3 1.52 10.8 6.86 22.3 15.8 34.2-1.49 1.6-2.93 3.17-4.31 4.72-21.8 24.4-37.8 50.7-37.8 55v2.25h28.8l-.505-2.67c-1.63-8.6 1.62-19.4 8.28-27.4 4.18-5.04 11.1-10.8 22-13.5 9.66 9.43 22 19.4 35.7 29.1h21.4v-2.25c0-2.54-1.26-4.76-3.54-6.26-3.38-2.21-8.6-2.52-13.4-.881-4.57-5.09-7.14-11.9-7.69-20.3 46.5 4.12 90.9 22.9 141 49.1h27.6l.361-1.81c.516-2.58-.888-6.03-3.75-9.23zm-223-26.8c-6.82 8.23-10.4 19.1-9.6 28.4h-18.2c3.65-7.89 18.2-30.7 39.6-53.8 2.96 3.66 6.25 7.35 9.87 11.1-10.5 3.17-17.5 9.06-21.8 14.3z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="400" height="400" version="1.1" viewBox="0 0 400 400" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="a"><path d="m0 300h300v-300h-300z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 0 400)"><g clip-path="url(#a)"><g transform="translate(177.57 268.56)"><path d="m0 0c0.969-0.066 2.097 0.81 3.987 1.635-1.862 0.802-2.973 1.655-3.939 1.593-0.996-0.063-2.592-1.031-2.567-1.578 0.027-0.603 1.532-1.583 2.519-1.65" fill="#871719"/></g><g transform="translate(179.32 268.11)"><path d="m0 0c0.969-0.066 2.097 0.81 3.987 1.635-1.862 0.802-2.973 1.655-3.939 1.593-0.996-0.063-2.592-1.031-2.567-1.578 0.027-0.603 1.532-1.583 2.519-1.65" fill="#871719"/></g><g transform="translate(299.74 154.44)"><path d="m0 0s6.94 145.56-153.04 145.56c-141.48 0-145.9-139.63-145.9-139.63s-20.811-160.37 149.16-160.37c163.02 0 149.78 154.44 149.78 154.44" fill="#871719"/></g><g transform="translate(133.86 128.17)"><path d="m0 0c-2.627-1.39-4.65-2.414-6.63-3.517-8.1-4.512-15.026-10.419-20.544-17.868-1.784-2.409-3.01-2.603-5.727-0.941-35.338 21.61-37.609 75.843 0.983 99.453 30.017 18.364 68.365 7.14 82.735-20.477 2.723-5.234 3.069-13.291 1.345-18.782-5.955-18.955-20.015-29.586-39.313-34.102 5.689 4.87 10.218 10.393 11.659 18.025 1.452 7.687-0.084 14.638-4.542 20.956-6.773 9.596-19.868 13.544-30.811 9.389-11.881-4.511-18.39-15.354-17.216-28.683 1.09-12.381 10.484-20.405 28.061-23.453" fill="#fff"/></g><g transform="translate(58.513 66.293)"><path d="M 0,0 C 2.838,19.152 25.265,36.788 44.23,34.776 38.356,26.832 35.643,17.846 34.988,8.883 28.686,7.722 22.747,6.941 16.981,5.478 11.304,4.037 5.803,1.903 0,0" fill="#fff"/></g><g transform="translate(183.79 273.09)"><path d="m0 0c1.061 0.812 2.155 1.494 3.472 0.408 0.75-0.617 1.478-1.257 2.386-2.032-1.127-0.595-2.042-1.096-2.975-1.567-1.306-0.658-2.282-0.218-3.072 0.822-0.642 0.844-0.757 1.645 0.189 2.369m15.447-157.8c-1.598 1.382-2.611 1.381-4.485 0.182-6.359-4.068-12.867-7.922-19.481-11.562-3.792-2.086-7.898-3.599-12.653-5.724 1.633-0.421 2.418-0.619 3.201-0.827 17.776-4.73 27.272-20.335 23.065-37.813-3.741-15.544-19.52-25.482-34.812-22.86-12.748 2.186-23.877 12.772-25.735 25.456-2.026 13.824 4.859 27.119 17.108 32.689 6.794 3.089 13.771 5.778 20.549 8.9 7.706 3.551 16.038 6.355 22.766 11.296 16.7 12.262 27.012 29.145 31.033 49.523 2.408 12.207 2.245 24.36-3.339 35.95-4.286 8.895-11.319 15.357-18.875 21.253-7.775 6.068-16.007 11.554-23.747 17.664-2.095 1.653-3.509 4.505-4.478 7.09-0.411 1.095 0.925 4.066 1.819 4.227 4.746 0.852 9.596 1.29 14.425 1.473 5.574 0.21 11.164 0.032 16.746-0.042 1.21-0.015 2.853 0.141 3.549-0.542 2.891-2.843 5.159-1.014 7.166 0.856 1.689 1.573 2.893 3.668 4.236 5.433-0.815 0.12-2.487 0.541-4.168 0.581-5.613 0.133-11.233 0.047-16.843 0.253-1 0.037-1.963 1.066-2.942 1.637 1.031 0.409 2.058 1.165 3.093 1.175 9.682 0.091 19.366 0.054 29.057 0.054 0.011 5.038-6.722 11.936-12.704 13.806-0.045-0.682-0.087-1.317-0.131-1.994-5.944-0.141-11.778-0.03-17.078 2.788-1.396 0.743-2.309 2.394-3.446 3.627-1.431 1.551-2.605 3.547-4.349 4.559-3.576 2.076-7.48 3.58-11.211 5.397-13.259 6.458-27.262 6.231-42.302 4.854 8.991-2.092 17.11-3.982 25.23-5.872-0.093-0.494-0.185-0.987-0.278-1.481-10.86-1.455-21.134 2.528-31.756 4.003 3.849-2.254 7.749-4.35 11.778-6.158 4.095-1.837 8.316-3.39 12.538-5.091-5.364-4.583-10.746-5.588-17.488-4.048-3.686 0.842-7.585 1.29-11.348 1.106-3.887-0.19-7.802-1.147-11.332-3.506 3.78-1.916 7.263-3.506 10.549-5.432 1.355-0.795 2.909-2.144 3.287-3.536 0.904-3.333 1.166-6.841 1.687-10.281-6.188-0.701-17.071-6.994-19.27-11.09 9.512-1.831 19.868 0.383 28.942-5.746-2.989-2.262-9.949-5.075-12.502-7.007 3.156-0.827 10.469-0.423 13.33-0.229 2.409 0.164 3.521 0.223 4.508-0.59l28.001-21.921c2.944-2.374 14.835-13.629 17.939-20.704 2.643-6.023 2.966-11.148 2.965-12.398-2e-3 -3.355-0.413-8.609-2.721-14.469-0.969-2.461-3.812-7.912-9.677-14.267-9.09-9.847-20.783-15.17-33.57-17.807-29.732-6.13-54.436-37.881-47.462-72.884 8.142-40.866 53.247-62.991 90.107-43.552 23.824 12.564 36.456 37.078 33.072 63.762-2.045 16.12-9.338 29.269-21.563 39.839" fill="#fff"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 4.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 MiB

After

Width:  |  Height:  |  Size: 4 MiB

View file

@ -3,9 +3,9 @@ cd icons
for old in *; do
new="$(echo "$old" | sed -e 's/.svg$/-large.svg/')"
echo $new
rsvg-convert "$old" -h 1080 -f svg -o "$new"
rsvg-convert "$old" -h 1440 -f svg -o "$new"
done
cd ..
montage -background none icons/*-large.svg -geometry 540x540 -tile 6x6 -border 30 -bordercolor none montage.png
montage -background white icons/*-large.svg -geometry 720x720 -tile 5x5 -border 30 -bordercolor transparent montage.png
convert montage.png -resize 50% montage.webp
rm icons/*-large.svg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View file

@ -3,6 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>exozyme</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
@ -13,18 +14,23 @@
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
</picture>
</a>
<h1>The exozyme project</h1>
<div class="emoji">🏗️ 💻 👾 📖 🗨️ </div>
<div class="emoji">🏗️ 💻 👾 📖 🗨️</div>
<p class="slogan">
Build. Code. Hack. Learn. Discuss.
</p>
<pre><a href="about">About</a> <a href="quickstart">Quickstart</a> <a href="explore">Explore</a> <a href="fuqs">FUQs</a></pre>
<div>
<a href="about">About</a>&nbsp;&nbsp;&nbsp;
<a href="quickstart">Quickstart</a>&nbsp;&nbsp;&nbsp;
<a href="explore">Explore</a>&nbsp;&nbsp;&nbsp;
<a href="fuqs">FUQs</a>
</div>
<br>
<div class="info">
<b><a href="https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/">#GiveUpGitHub!</a></b> Join us for libre code hosting, or even better, contribute to <a href="https://nlnet.nl/project/Gitea/">forge federation development</a>.
<a href="https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/">#GiveUpGitHub!</a> Join us for libre code hosting, or even better, contribute to <a href="https://nlnet.nl/project/Gitea/">forge federation development</a>.
</div>
</body>
</html>

View file

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quickstart</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
@ -12,36 +13,28 @@
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
</picture>
</a>
<h1>Quickstart Guide</h1>
<h2>Join us!</h2>
<p>
Need an exozyme account? Shoot us an email to <a href="mailto:join@exozy.me">join@exozy.me</a> (optionally using <a href="https://git.exozy.me/exozyme/exozyme/raw/branch/main/pubkey.asc">GPG</a>) and introduce yourself and what you plan to do with exozyme. We may ask a few follow-up questions, and then we'll set up your new account!
Need an exozyme account? Shoot us an email to <a href="mailto:join@exozy.me">join@exozy.me</a> (optionally using <a href="https://git.exozy.me/exozyme/exozyme/raw/branch/main/pubkey.asc">GPG</a>) and introduce yourself, explain what you plan to do with exozyme, what you would like your account's username and display name to be, and optionally include your SSH public key. You'll soon recieve a reply with your new account's temporary password.
</p>
<h2>Logging in</h2>
<p>
You can start by logging into your exozyme remote desktop with the <a href="https://desk.exozy.me">exodesk</a> web client. (If you want to use a RDP client app, check out the <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">wiki</a>, or alternatively, log in with <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a>.)
You can log into our server either using remote desktop or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> if you emailed us your public key. For remote desktop, go to the <a href="https://desk.exozy.me">exodesk</a> web client (or any other <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>). You should see a login screen, and type in your exozyme username and password. You'll be dropped into a desktop, which might take a few seconds to load.
</p>
<p>
Anyways, you should see a login screen, and type in your exozyme username and password. You'll be dropped into a desktop, which might take a few seconds to load properly. Enjoy your exozyme desktop!
</p>
<picture>
<source srcset="img/rdp.webp" type="image/webp">
<source srcset="img/rdp.png" type="image/png">
<img src="img/rdp.png" alt="Remote desktop" width="720">
</picture>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. If you have not changed your password yet, you should open the application menu and start the Konsole app, then type <i>passwd</i> to set a new password. You can install more apps using the Discover app store. When you're done, please <b>remember to log out</b> by selecting "Log Out" in the application menu. <b>Closing the browser tab does not log you out.</b>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. <b>You should change your password now</b> using the <i>passwd</i> command. In your remote desktop, open the application menu and start the Konsole app, then type <i>passwd</i> to set a new password. You can install more apps using the Discover app store. Your remote desktop session will automatically be logged out after an hour of inactivity.
</p>
<h2>Programming</h2>
<p>
Check out our online programming environment, <a href="https://hub.exozy.me">exohub</a>. We have all your favorite programming languages, text editors, IDEs, debuggers and more. In the impossibly low chance your favorite language or tool isn't installed, you can install it with <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>.
Check out our online programming environment, <a href="https://hub.exozy.me">exohub</a>. You can install command-line software with <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>.
</p>
<h2>Enter the Matrix</h2>
<p>
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and <a href="https://matrix.org/bridges/">other networks</a> using your exochat account. To start, go to the <a href="https://app.element.io">Element web client</a>. (Since exochat is powered by Matrix, so you can also use any <a href="https://matrix.org/clients/">Matrix client</a>, such as the <a href="https://cloud.exozy.me/apps/riotchat/">exocloud integrated Matrix client</a>.) <b>Make sure you change your homeserver to exozy.me instead of matrix.org</b>, and sign in with your exozyme username and password as usual. Welcome to Matrix!
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and <a href="https://matrix.org/bridges/">other networks</a> using your exochat account. To start, go to the <a href="https://app.element.io">Element web client</a>. (Since exochat is powered by Matrix, so you can also use any <a href="https://matrix.org/clients/">Matrix client</a>, such as the <a href="https://cloud.exozy.me/apps/riotchat/">exocloud integrated Matrix client</a>.) <b>Make sure you change your homeserver to exozy.me instead of matrix.org</b>, and sign in with your exozyme username and password. Welcome to Matrix!
</p>
<h2>Explore!</h2>
<p>
@ -49,7 +42,7 @@
</p>
<h2>Questions?</h2>
<p>
Check out our <a href="fuqs">frequently unasked questions</a> or ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> to get help from the exozyme community.
Check out our <a href="fuqs">frequently unasked questions</a> or ask about it on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a> to get help from the exozyme community.
</p>
</body>
</html>

View file

@ -1,29 +1,11 @@
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #111111;
color: #cccccc;
}
a:link {
color: #3eab86;
}
a:visited {
color: #4bd1a3;
}
}
body {
font-family: DejaVu Sans Mono, Noto Sans Mono, Hack, monospace;
width: min(720px, 100%);
max-width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
pre {
font-family: DejaVu Sans Mono, Noto Sans Mono, Hack, monospace;
}
h4 {
text-align: left;
}
@ -33,6 +15,17 @@ p {
line-height: 150%;
}
picture, img {
border-radius: 0.5em;
max-width: 100%;
}
.logo {
max-width: 360px;
width: 100%;
height: auto;
}
.emoji {
font-size: 3em;
}
@ -43,6 +36,7 @@ p {
}
.icon {
border-radius: unset;
height: 3em;
width: 3em;
float: left;
@ -53,7 +47,24 @@ p {
margin: auto;
text-align: left;
background: lightgreen;
color: black;
padding: 1%;
border-radius: 0.5em;
padding: 1em;
width: 50%;
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #111111;
color: #cccccc;
}
a:link {
color: skyblue;
}
a:visited {
color: pink;
}
.info {
background: darkslategray;
}
}