init commit

This commit is contained in:
michaelachrisco 2024-03-28 13:58:30 -07:00
parent 85992c2ece
commit 25dbb661cd
33 changed files with 23299 additions and 1 deletions

21
LICENSE Normal file
View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 PrincessMooMoo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -1 +1,2 @@
# wendy_website # wendyMooWebsite
This is the main website of Wendy Moo.

375
apache/index.html Normal file
View file

@ -0,0 +1,375 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
Modified from the Debian original for Ubuntu
Last updated: 2016-11-16
See: https://launchpad.net/bugs/1288690
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache2 Ubuntu Default Page: It works</title>
<style type="text/css" media="screen">
* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body, html {
padding: 3px 3px 3px 3px;
background-color: #D8DBE2;
font-family: Verdana, sans-serif;
font-size: 11pt;
text-align: center;
}
div.main_page {
position: relative;
display: table;
width: 800px;
margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
border-width: 2px;
border-color: #212738;
border-style: solid;
background-color: #FFFFFF;
text-align: center;
}
div.page_header {
height: 99px;
width: 100%;
background-color: #F5F6F7;
}
div.page_header span {
margin: 15px 0px 0px 50px;
font-size: 180%;
font-weight: bold;
}
div.page_header img {
margin: 3px 0px 0px 40px;
border: 0px 0px 0px;
}
div.table_of_contents {
clear: left;
min-width: 200px;
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.table_of_contents_item {
clear: left;
width: 100%;
margin: 4px 0px 0px 0px;
background-color: #FFFFFF;
color: #000000;
text-align: left;
}
div.table_of_contents_item a {
margin: 6px 0px 0px 6px;
}
div.content_section {
margin: 3px 3px 3px 3px;
background-color: #FFFFFF;
text-align: left;
}
div.content_section_text {
padding: 4px 8px 4px 8px;
color: #000000;
font-size: 100%;
}
div.content_section_text pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 1px;
border-style: dotted;
border-color: #000000;
background-color: #F5F6F7;
font-style: italic;
}
div.content_section_text p {
margin-bottom: 6px;
}
div.content_section_text ul, div.content_section_text li {
padding: 4px 8px 4px 16px;
}
div.section_header {
padding: 3px 6px 3px 6px;
background-color: #8E9CB2;
color: #FFFFFF;
font-weight: bold;
font-size: 112%;
text-align: center;
}
div.section_header_red {
background-color: #CD214F;
}
div.section_header_grey {
background-color: #9F9386;
}
.floating_element {
position: relative;
float: left;
}
div.table_of_contents_item a,
div.content_section_text a {
text-decoration: none;
font-weight: bold;
}
div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
color: #000000;
}
div.table_of_contents_item a:hover {
background-color: #000000;
color: #FFFFFF;
}
div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
background-color: #DCDFE6;
color: #000000;
}
div.content_section_text a:hover {
background-color: #000000;
color: #DCDFE6;
}
div.validator {
}
</style>
</head>
<body>
<div class="main_page">
<div class="page_header floating_element">
<img src="/icons/ubuntu-logo.png" alt="Ubuntu Logo" class="floating_element"/>
<span class="floating_element">
Apache2 Ubuntu Default Page
</span>
</div>
<!-- <div class="table_of_contents floating_element">
<div class="section_header section_header_grey">
TABLE OF CONTENTS
</div>
<div class="table_of_contents_item floating_element">
<a href="#about">About</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#changes">Changes</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#scope">Scope</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#files">Config files</a>
</div>
</div>
-->
<div class="content_section floating_element">
<div class="section_header section_header_red">
<div id="about"></div>
It works!
</div>
<div class="content_section_text">
<p>
This is the default welcome page used to test the correct
operation of the Apache2 server after installation on Ubuntu systems.
It is based on the equivalent page on Debian, from which the Ubuntu Apache
packaging is derived.
If you can read this page, it means that the Apache HTTP server installed at
this site is working properly. You should <b>replace this file</b> (located at
<tt>/var/www/html/index.html</tt>) before continuing to operate your HTTP server.
</p>
<p>
If you are a normal user of this web site and don't know what this page is
about, this probably means that the site is currently unavailable due to
maintenance.
If the problem persists, please contact the site's administrator.
</p>
</div>
<div class="section_header">
<div id="changes"></div>
Configuration Overview
</div>
<div class="content_section_text">
<p>
Ubuntu's Apache2 default configuration is different from the
upstream default configuration, and split into several files optimized for
interaction with Ubuntu tools. The configuration system is
<b>fully documented in
/usr/share/doc/apache2/README.Debian.gz</b>. Refer to this for the full
documentation. Documentation for the web server itself can be
found by accessing the <a href="/manual">manual</a> if the <tt>apache2-doc</tt>
package was installed on this server.
</p>
<p>
The configuration layout for an Apache2 web server installation on Ubuntu systems is as follows:
</p>
<pre>
/etc/apache2/
|-- apache2.conf
| `-- ports.conf
|-- mods-enabled
| |-- *.load
| `-- *.conf
|-- conf-enabled
| `-- *.conf
|-- sites-enabled
| `-- *.conf
</pre>
<ul>
<li>
<tt>apache2.conf</tt> is the main configuration
file. It puts the pieces together by including all remaining configuration
files when starting up the web server.
</li>
<li>
<tt>ports.conf</tt> is always included from the
main configuration file. It is used to determine the listening ports for
incoming connections, and this file can be customized anytime.
</li>
<li>
Configuration files in the <tt>mods-enabled/</tt>,
<tt>conf-enabled/</tt> and <tt>sites-enabled/</tt> directories contain
particular configuration snippets which manage modules, global configuration
fragments, or virtual host configurations, respectively.
</li>
<li>
They are activated by symlinking available
configuration files from their respective
*-available/ counterparts. These should be managed
by using our helpers
<tt>
a2enmod,
a2dismod,
</tt>
<tt>
a2ensite,
a2dissite,
</tt>
and
<tt>
a2enconf,
a2disconf
</tt>. See their respective man pages for detailed information.
</li>
<li>
The binary is called apache2. Due to the use of
environment variables, in the default configuration, apache2 needs to be
started/stopped with <tt>/etc/init.d/apache2</tt> or <tt>apache2ctl</tt>.
<b>Calling <tt>/usr/bin/apache2</tt> directly will not work</b> with the
default configuration.
</li>
</ul>
</div>
<div class="section_header">
<div id="docroot"></div>
Document Roots
</div>
<div class="content_section_text">
<p>
By default, Ubuntu does not allow access through the web browser to
<em>any</em> file apart of those located in <tt>/var/www</tt>,
<a href="http://httpd.apache.org/docs/2.4/mod/mod_userdir.html" rel="nofollow">public_html</a>
directories (when enabled) and <tt>/usr/share</tt> (for web
applications). If your site is using a web document root
located elsewhere (such as in <tt>/srv</tt>) you may need to whitelist your
document root directory in <tt>/etc/apache2/apache2.conf</tt>.
</p>
<p>
The default Ubuntu document root is <tt>/var/www/html</tt>. You
can make your own virtual hosts under /var/www. This is different
to previous releases which provides better security out of the box.
</p>
</div>
<div class="section_header">
<div id="bugs"></div>
Reporting Problems
</div>
<div class="content_section_text">
<p>
Please use the <tt>ubuntu-bug</tt> tool to report bugs in the
Apache2 package with Ubuntu. However, check <a
href="https://bugs.launchpad.net/ubuntu/+source/apache2"
rel="nofollow">existing bug reports</a> before reporting a new bug.
</p>
<p>
Please report bugs specific to modules (such as PHP and others)
to respective packages, not to the web server itself.
</p>
</div>
</div>
</div>
<div class="validator">
</div>
</body>
</html>

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
</body>
</html>

1
apache/test.html Executable file
View file

@ -0,0 +1 @@
HELLO WORLDQ!!

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 118 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 31 KiB

5467
designs/geometrics_web.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 345 KiB

165
designs/halloween.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 126 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 148 KiB

358
designs/resticus.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 150 KiB

View file

@ -0,0 +1,261 @@
<?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="2.5in"
height="2.5in"
viewBox="0 0 63.5 63.5"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="rootaccess_circle_logo.svg">
<defs
id="defs2">
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 52.806213,124.32752 a 35.038391,35.038391 0 0 1 49.431047,-3.45656 35.038391,35.038391 0 0 1 3.45656,49.43107 35.038391,35.038391 0 0 1 -49.431049,3.45654 35.038391,35.038391 0 0 1 -3.456558,-49.43105 z"
id="path4533-2"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 52.806213,124.32752 a 35.038391,35.038391 0 0 1 49.431047,-3.45656 35.038391,35.038391 0 0 1 3.45656,49.43107 35.038391,35.038391 0 0 1 -49.431049,3.45654 35.038391,35.038391 0 0 1 -3.456558,-49.43105 z"
id="path4533-0"
inkscape:connector-curvature="0" />
<circle
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4597-1-9"
cx="55.996037"
cy="133.44534"
r="32.127975"
transform="matrix(-0.65243699,0.75784298,0.75784298,0.65243699,0,0)" />
<circle
style="fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4597-19"
cx="-127.93149"
cy="-67.793648"
r="32.127975"
transform="rotate(-144.43404)" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter901"
x="-0.012317405"
width="1.0246348"
y="-0.011698542"
height="1.0233971">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.29734833"
id="feGaussianBlur903" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="96.149722"
inkscape:cy="132.63459"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
units="in" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-233.5)">
<g
id="g935"
transform="translate(-103.77685,58.099961)">
<path
sodipodi:nodetypes="ssccsccss"
inkscape:connector-curvature="0"
id="path846-9"
d="m 135.82637,238.18997 c 15.22627,-0.30917 26.45361,-11.17867 28.15685,-23.29254 1.95302,-13.89041 -3.92887,-21.60874 -3.92887,-21.60874 l 1.30963,-1.40317 c 0,0 -7.52456,-14.34616 -26.28596,-14.68646 -16.61741,-0.30141 -26.19242,14.12519 -26.19242,14.12519 l 2.05798,1.87089 c 0,0 -5.30014,6.97826 -4.39658,19.73786 0.89016,12.5703 12.47436,25.59818 29.27937,25.25697 z"
style="fill:#888266;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter901)" />
<path
sodipodi:nodetypes="ssccsccss"
inkscape:connector-curvature="0"
id="path846"
d="m 135.82637,237.13163 c 15.22627,-0.30917 26.45361,-11.17867 28.15685,-23.29254 1.95302,-13.89041 -3.92887,-21.60874 -3.92887,-21.60874 l 1.30963,-1.40317 c 0,0 -7.52456,-14.34616 -26.28596,-14.68646 -16.61741,-0.30141 -26.19242,14.12519 -26.19242,14.12519 l 2.05798,1.87089 c 0,0 -5.30014,6.97826 -4.39658,19.73786 0.89016,12.5703 12.47436,25.59818 29.27937,25.25697 z"
style="fill:#ffffff;fill-opacity:1;stroke:#988787;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
transform="matrix(1.0871498,0,0,1.0871498,103.02704,-9.1894161)"
id="g4726">
<path
inkscape:connector-curvature="0"
style="opacity:1;vector-effect:none;fill:#9f98a4;fill-opacity:1;stroke:none;stroke-width:0.31127053;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 112.59961,-255.19922 A 79.199855,79.199855 0 0 0 33.400391,-176 a 79.199855,79.199855 0 0 0 22.115234,54.76758 l 1.451172,-1.64063 A 76.954275,76.954275 0 0 1 35.646484,-176 76.954275,76.954275 0 0 1 112.59961,-252.95508 76.954275,76.954275 0 0 1 189.55469,-176 a 76.954275,76.954275 0 0 1 -20.69531,52.36523 l 1.59374,1.63086 A 79.199855,79.199855 0 0 0 191.80078,-176 79.199855,79.199855 0 0 0 112.59961,-255.19922 Z"
transform="matrix(0.26458333,0,0,0.26458333,0,246.2)"
id="path958-3" />
<path
style="fill:#661399;fill-opacity:1;stroke-width:0.11460204"
d="m 17.603876,211.45097 c -1.518418,-0.26682 -2.641852,-1.70386 -2.642596,-3.38027 -6.95e-4,-1.78775 1.352517,-3.21801 3.117105,-3.29429 l 0.674868,-0.0292 4.306528,-8.61161 c 4.144957,-8.28857 4.298548,-8.61886 4.094094,-8.80388 -0.720101,-0.65168 -0.966792,-2.49759 -0.471283,-3.52645 1.005309,-2.08734 3.655906,-2.63584 5.332552,-1.1035 1.00973,0.92285 1.399161,2.3383 0.985122,3.58056 l -0.148148,0.44444 3.437154,3.43711 3.437111,3.43712 0.437861,-0.1445 c 1.146186,-0.37829 2.423016,-0.10627 3.311167,0.70548 1.748231,1.59777 1.459457,4.2345 -0.596735,5.4488 l -0.487063,0.28763 v 2.49946 2.49949 l 0.487063,0.28764 c 1.979128,1.1688 2.335992,3.69488 0.750743,5.31432 -1.570123,1.60401 -4.349273,1.19271 -5.375547,-0.79556 L 38.032053,209.274 h -2.516609 -2.516596 l -0.221825,0.42976 c -0.310546,0.60166 -0.998886,1.23247 -1.673775,1.5339 -1.538314,0.68704 -3.528988,-0.0214 -4.309643,-1.5339 L 26.571773,209.274 h -2.516596 -2.516595 l -0.221819,0.42976 c -0.663496,1.28545 -2.207106,2.01183 -3.712887,1.7472 z m 9.189729,-4.89874 c 0.555395,-1.07602 1.748524,-1.78981 2.991716,-1.78981 1.246098,0 2.278921,0.608 2.942993,1.7325 l 0.287656,0.48707 h 2.508038 2.508045 l 0.223154,-0.43743 c 0.12274,-0.24059 0.302023,-0.50288 0.398411,-0.58287 0.152861,-0.12687 -0.374937,-1.24593 -4.131291,-8.75938 l -4.306549,-8.61394 h -0.430457 -0.430465 l -4.306549,8.61394 c -3.75636,7.51345 -4.284151,8.63251 -4.13129,8.75938 0.0964,0.08 0.275671,0.34228 0.398397,0.58287 l 0.223168,0.43743 h 2.516595 2.516596 z m 13.30595,-5.01091 v -1.65878 l -0.372456,-0.18747 c -1.390964,-0.70012 -2.137251,-2.344 -1.750129,-3.85509 l 0.181779,-0.70953 -2.03255,-2.03489 c -1.1179,-1.1192 -2.050665,-2.01677 -2.07284,-1.9946 -0.03914,0.0391 5.958518,12.09915 6.017035,12.09915 0.01599,0 0.02913,-0.74645 0.02913,-1.65879 z"
id="path4529-1"
inkscape:connector-curvature="0" />
<circle
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.69513834;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4597-7"
cx="-140.37842"
cy="-145.1039"
r="22.333387"
transform="rotate(-144.43404)" />
<circle
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.69513834;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4597-1-8"
cx="131.86206"
cy="152.83353"
r="22.333387"
transform="matrix(-0.65243699,0.75784297,0.75784297,0.65243699,0,0)" />
<g
aria-label="root access"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'share tech';-inkscape-font-specification:'share tech';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="text4601-5"
transform="matrix(0.69513836,0,0,0.69513836,-15.31508,109.62413)">
<path
d="m 33.713962,105.4612 0.71831,-0.87088 0.29392,0.24243 q 0.0024,-0.60166 0.42439,-1.1133 l 0.655458,-0.79467 0.870873,0.71831 -0.745246,0.90353 q -0.296303,0.35924 -0.200475,0.73095 0.09583,0.37171 0.324432,0.56026 l 3.864501,3.1875 -0.763205,0.92531 z"
style="font-size:14.11111069px"
id="path4833-7"
inkscape:connector-curvature="0" />
<path
d="m 44.320156,101.68953 q 0.766168,0.90444 0.660551,1.69667 -0.09485,0.78311 -1.031585,1.57664 l -0.139972,0.11858 q -0.936736,0.79353 -1.735553,0.76746 -0.78805,-0.0352 -1.554218,-0.93962 l -1.641789,-1.93807 q -0.766169,-0.90443 -0.671318,-1.68755 0.105617,-0.79223 1.042352,-1.585759 l 0.139972,-0.118574 q 0.936735,-0.793531 1.724785,-0.758346 0.798817,0.02607 1.564986,0.930499 z m -2.739412,-1.37812 q -0.282752,-0.333781 -0.642384,-0.343522 -0.359633,-0.0097 -0.758014,0.327742 l -0.355314,0.30099 q -0.398382,0.33748 -0.447898,0.69382 -0.04952,0.35634 0.233236,0.69012 l 2.006631,2.36876 q 0.282753,0.33378 0.642385,0.34352 0.359632,0.01 0.758014,-0.32774 l 0.355313,-0.301 q 0.398382,-0.33748 0.447899,-0.69382 0.04952,-0.35634 -0.233236,-0.69012 z"
style="font-size:14.11111069px"
id="path4835-4"
inkscape:connector-curvature="0" />
<path
d="m 50.784628,97.978866 q 0.552567,1.048658 0.278209,1.799335 -0.261874,0.744099 -1.347985,1.316399 l -0.162292,0.0855 q -1.086111,0.5723 -1.860411,0.37419 -0.761816,-0.20469 -1.314383,-1.25335 l -1.184072,-2.247122 q -0.552568,-1.048659 -0.290693,-1.792757 0.274358,-0.750677 1.360469,-1.322978 l 0.162292,-0.08552 q 1.086111,-0.572301 1.847927,-0.367614 0.7743,0.19811 1.326867,1.246768 z M 48.40785,96.041205 q -0.203924,-0.387005 -0.552949,-0.474248 -0.349026,-0.08724 -0.810935,0.15615 l -0.411973,0.21708 q -0.461909,0.243392 -0.587277,0.580606 -0.125367,0.337214 0.07856,0.724219 l 1.4472,2.746487 q 0.203924,0.387001 0.552949,0.474251 0.349026,0.0872 0.810935,-0.15615 l 0.411973,-0.21708 q 0.461909,-0.243396 0.587277,-0.58061 0.125367,-0.337213 -0.07856,-0.724218 z"
style="font-size:14.11111069px"
id="path4837-1"
inkscape:connector-curvature="0" />
<path
d="m 55.323341,98.801742 q -0.68572,0.21842 -1.190079,-0.109648 -0.504359,-0.328067 -0.735628,-1.054124 l -1.306236,-4.100879 -0.873958,0.278379 -0.321206,-1.008413 0.873958,-0.278378 -0.513929,-1.613461 1.142867,-0.364033 0.51393,1.61346 1.559678,-0.496798 0.321206,1.008413 -1.559679,0.496798 1.327651,4.168106 q 0.09422,0.295801 0.280665,0.3697 0.186446,0.0739 0.495692,-0.0246 l 0.954631,-0.304075 0.321206,1.008413 z"
style="font-size:14.11111069px"
id="path4839-8"
inkscape:connector-curvature="0" />
<path
d="m 65.856904,97.387875 q -0.183391,0.0044 -0.411825,-0.102989 -0.214327,-0.107752 -0.374268,-0.301507 -0.314253,0.431036 -0.85032,0.443966 l -0.973383,0.02348 q -1.072133,0.02586 -1.576086,-0.385441 -0.490186,-0.425749 -0.515366,-1.469667 l -0.0068,-0.282141 q -0.05274,-2.186586 2.006883,-2.236264 l 1.467129,-0.03539 -0.01701,-0.70535 Q 64.595308,91.899255 64.321492,91.6659 64.047675,91.432546 63.525715,91.445136 l -1.904446,0.04594 -0.02552,-1.058026 1.763376,-0.04253 q 1.227309,-0.0296 1.818627,0.492513 0.605424,0.521775 0.634006,1.706764 l 0.08166,3.385682 q 0.0051,0.211605 0.163003,0.320718 0.171666,0.09467 0.552555,0.08548 l 0.02382,0.98749 z m -1.803002,-1.015153 q 0.42321,-0.01021 0.531302,-0.210428 0.108093,-0.20022 0.100607,-0.510574 l -0.03743,-1.551771 -1.481235,0.03573 q -0.366783,0.0088 -0.600817,0.25445 -0.234035,0.245604 -0.225188,0.612386 l 0.01701,0.705351 q 0.0088,0.366782 0.182214,0.531983 0.173367,0.165201 0.540149,0.156354 z"
style="font-size:14.11111069px"
id="path4841-5"
inkscape:connector-curvature="0" />
<path
d="m 70.552243,97.964055 q -1.225011,-0.20337 -1.710247,-0.813184 -0.482925,-0.623734 -0.286487,-1.806984 l 0.415985,-2.505704 q 0.194126,-1.169329 0.852689,-1.603559 0.672483,-0.431919 1.883574,-0.23086 l 1.517343,0.251902 -0.173327,1.044044 -1.656549,-0.275012 q -0.515061,-0.08551 -0.81884,0.107232 -0.303778,0.19274 -0.37542,0.624278 l -0.508426,3.062528 q -0.07164,0.431538 0.153561,0.712098 0.225204,0.280559 0.740266,0.366067 l 1.656549,0.275012 -0.173327,1.044044 z"
style="font-size:14.11111069px"
id="path4843-9"
inkscape:connector-curvature="0" />
<path
d="m 75.836384,99.429425 q -1.17215,-0.40997 -1.545892,-1.093814 -0.369083,-0.697165 0.02691,-1.829356 l 0.838575,-2.39758 q 0.391335,-1.118871 1.114483,-1.434018 0.736468,-0.310488 1.895299,0.09482 l 1.451868,0.507804 -0.349407,0.998992 -1.585066,-0.554391 q -0.492836,-0.172374 -0.825113,-0.03445 -0.332277,0.137921 -0.476698,0.550838 l -1.024925,2.930376 q -0.144422,0.412917 0.02946,0.727871 0.173879,0.314954 0.666715,0.487328 l 1.585067,0.554392 -0.349406,0.998991 z"
style="font-size:14.11111069px"
id="path4845-7"
inkscape:connector-curvature="0" />
<path
d="m 80.788941,101.78295 q -1.07472,-0.62208 -1.313883,-1.36379 -0.232094,-0.753917 0.368784,-1.791998 l 1.272446,-2.19829 q 0.607947,-1.050294 1.321376,-1.240606 0.71343,-0.190312 1.763724,0.417634 l 0.329743,0.190867 q 0.867104,0.50191 1.023996,1.244908 0.176173,0.737855 -0.361082,1.666022 l -0.918989,1.587653 -3.00433,-1.73901 -0.530186,0.915954 q -0.219144,0.378595 -0.107277,0.720526 0.111866,0.34193 0.563736,0.60349 l 1.697569,0.98261 -0.530186,0.91595 z m 3.002645,-2.990293 0.530186,-0.915954 q 0.183798,-0.317531 0.09636,-0.645323 -0.08744,-0.327791 -0.404971,-0.511589 l -0.464084,-0.268628 q -0.439658,-0.254489 -0.743024,-0.15291 -0.284084,0.09643 -0.510297,0.487242 l -0.494841,0.854891 z"
style="font-size:14.11111069px"
id="path4847-5"
inkscape:connector-curvature="0" />
<path
d="m 88.364032,105.26121 q -0.579843,0.67387 -1.282321,0.64651 -0.691782,-0.0182 -1.472618,-0.69004 l -1.379832,-1.1873 0.690289,-0.80223 1.486797,1.27934 q 0.288802,0.2485 0.539793,0.2597 0.260196,4.9e-4 0.462681,-0.23483 l 0.487804,-0.56691 q 0.414174,-0.48133 -0.04577,-0.8771 l -0.181839,-0.15646 q -0.748746,-0.64427 -0.847003,-1.2873 -0.07836,-0.64452 0.529097,-1.35048 l 0.266912,-0.310194 q 0.616658,-0.716657 1.290032,-0.677106 0.682578,0.02886 1.47411,0.70994 l 1.219387,1.04924 -0.690289,0.80223 -1.326351,-1.14128 q -0.267409,-0.2301 -0.538301,-0.2398 -0.261688,-0.0204 -0.464173,0.21493 l -0.331339,0.38506 q -0.211689,0.24602 -0.173878,0.48333 0.04851,0.24652 0.27313,0.4398 l 0.14975,0.12885 q 0.716657,0.61666 0.787303,1.29177 0.07985,0.66442 -0.509197,1.34899 z"
style="font-size:14.11111069px"
id="path4849-3"
inkscape:connector-curvature="0" />
<path
d="m 92.152274,109.65231 q -0.687422,0.56371 -1.374642,0.41555 -0.678273,-0.13725 -1.331464,-0.93379 l -1.15427,-1.40758 0.818359,-0.67108 1.243748,1.51669 q 0.241592,0.29461 0.486887,0.34894 0.256207,0.0454 0.496259,-0.15146 l 0.578307,-0.47424 q 0.491015,-0.40265 0.106259,-0.87184 l -0.152113,-0.1855 q -0.626348,-0.7638 -0.612179,-1.41414 0.03403,-0.64837 0.754185,-1.23892 l 0.316432,-0.25949 q 0.731067,-0.59951 1.387517,-0.44436 0.667361,0.1462 1.3295,0.95365 l 1.020053,1.24391 -0.818359,0.67108 -1.109531,-1.35302 q -0.223696,-0.27278 -0.48885,-0.32908 -0.254244,-0.0652 -0.494296,0.13161 l -0.392812,0.32212 q -0.250964,0.2058 -0.254668,0.44607 0.0052,0.25119 0.193148,0.48033 l 0.12527,0.15276 q 0.599505,0.73107 0.552601,1.40825 -0.03599,0.66823 -0.734326,1.24089 z"
style="font-size:14.11111069px"
id="path4851-8"
inkscape:connector-curvature="0" />
</g>
<g
aria-label="fresno, ca"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'share tech';-inkscape-font-specification:'share tech';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="text4623-8"
transform="matrix(0.69513836,0,0,0.69513836,-15.957091,109.62413)">
<path
d="m 49.467459,150.05662 q -0.133654,-0.10398 -0.275672,-0.0938 -0.127167,0.008 -0.211646,0.11693 l -0.617346,0.79357 1.010752,0.7863 -0.487378,0.6265 -1.010752,-0.7863 -2.76181,3.55016 -0.710033,-0.55236 2.76181,-3.55016 -0.542966,-0.4224 0.487378,-0.6265 0.542967,0.4224 0.584853,-0.7518 q 0.331418,-0.42602 0.762117,-0.47981 0.437198,-0.0622 0.821451,0.23677 l 0.935572,0.72782 -0.487378,0.6265 z"
style="letter-spacing:0.8493126px"
id="path4854-3"
inkscape:connector-curvature="0" />
<path
d="m 50.284358,152.22268 0.729516,0.42971 -0.145026,0.24621 q 0.445952,-0.069 0.874543,0.1835 l 0.665684,0.39211 -0.429709,0.72951 -0.756873,-0.44582 q -0.300926,-0.17726 -0.564999,-0.0626 -0.264074,0.11467 -0.376872,0.30617 l -1.906834,3.23723 -0.775112,-0.45656 z"
style="letter-spacing:0.8493126px"
id="path4856-1"
inkscape:connector-curvature="0" />
<path
d="m 52.875154,159.42377 q -0.866372,-0.34173 -1.126339,-0.86522 -0.256084,-0.53333 0.074,-1.37016 l 0.698999,-1.77213 q 0.333966,-0.84668 0.841919,-1.06727 0.507953,-0.22058 1.354635,0.11338 l 0.265819,0.10485 q 0.699005,0.27572 0.898096,0.80932 0.212821,0.52765 -0.08231,1.27588 l -0.504833,1.27987 -2.421903,-0.9553 -0.29125,0.73838 q -0.120383,0.3052 6.58e-4,0.54635 0.121041,0.24115 0.485311,0.38484 l 1.368474,0.53978 -0.291249,0.73838 z m 1.894086,-2.55219 0.291249,-0.73838 q 0.100967,-0.25598 -3.84e-4,-0.48936 -0.101351,-0.23338 -0.357325,-0.33435 l -0.374115,-0.14757 q -0.354425,-0.1398 -0.568118,-0.0307 -0.199965,0.10316 -0.324232,0.4182 l -0.271833,0.68916 z"
style="letter-spacing:0.8493126px"
id="path4858-8"
inkscape:connector-curvature="0" />
<path
d="m 59.766399,159.96788 q -0.136331,0.65266 -0.607445,0.88942 -0.460754,0.23892 -1.217014,0.081 l -1.336406,-0.27916 0.1623,-0.77698 1.440003,0.3008 q 0.279713,0.0584 0.448553,-0.0252 0.171004,-0.094 0.218612,-0.32193 l 0.114692,-0.54907 q 0.09738,-0.46618 -0.348089,-0.55924 l -0.176115,-0.0368 q -0.725182,-0.15148 -1.022852,-0.53802 -0.285147,-0.39472 -0.142324,-1.07847 l 0.06276,-0.30043 q 0.144988,-0.6941 0.601414,-0.9123 0.458589,-0.22856 1.225209,-0.0684 l 1.18101,0.24669 -0.1623,0.77698 -1.284607,-0.26833 q -0.258993,-0.0541 -0.440357,0.0377 -0.1792,0.0815 -0.226808,0.30941 l -0.0779,0.37295 q -0.04977,0.23828 0.0611,0.38037 0.121233,0.14425 0.338787,0.18969 l 0.145036,0.0303 q 0.694102,0.14499 0.985281,0.5626 0.293343,0.40725 0.154847,1.07027 z"
style="letter-spacing:0.8493126px"
id="path4860-9"
inkscape:connector-curvature="0" />
<path
d="m 61.927689,156.2674 0.846246,0.0267 -0.008,0.25388 q 0.335934,-0.24352 0.854259,-0.22716 l 0.275029,0.009 q 0.856824,0.027 1.25668,0.44203 0.410435,0.41532 0.382388,1.30388 l -0.113524,3.59654 -0.899136,-0.0284 0.120202,-3.8081 q 0.01002,-0.31734 -0.174712,-0.50318 -0.173817,-0.19608 -0.491159,-0.2061 l -0.486591,-0.0154 q -0.349076,-0.011 -0.524335,0.17405 -0.174925,0.17448 -0.181603,0.38604 l -0.123541,3.91389 -0.899135,-0.0284 z"
style="letter-spacing:0.8493126px"
id="path4862-6"
inkscape:connector-curvature="0" />
<path
d="m 71.231557,159.26385 q 0.139475,0.87799 -0.236425,1.34491 -0.365447,0.46527 -1.274795,0.60972 l -0.135879,0.0216 q -0.909348,0.14445 -1.411439,-0.183 -0.491639,-0.32911 -0.631113,-1.2071 l -0.298874,-1.88141 q -0.139475,-0.87799 0.225973,-1.34325 0.3759,-0.46692 1.285247,-0.61138 l 0.13588,-0.0216 q 0.909347,-0.14446 1.400986,0.18465 0.502091,0.32745 0.641566,1.20544 z m -1.220525,-1.94932 q -0.05147,-0.32402 -0.278293,-0.47016 -0.22682,-0.14614 -0.613554,-0.0847 l -0.344925,0.0548 q -0.386734,0.0614 -0.5571,0.27067 -0.170366,0.20923 -0.118893,0.53325 l 0.36529,2.2995 q 0.05147,0.32402 0.278293,0.47016 0.22682,0.14615 0.613554,0.0847 l 0.344925,-0.0548 q 0.386734,-0.0614 0.5571,-0.27067 0.170366,-0.20924 0.118894,-0.53326 z"
style="letter-spacing:0.8493126px"
id="path4864-4"
inkscape:connector-curvature="0" />
<path
d="m 74.520806,161.61664 -0.787997,0.24599 -0.03742,-1.54051 -0.315371,-1.01025 1.010253,-0.31537 0.315371,1.01025 z"
style="letter-spacing:0.8493126px"
id="path4866-3"
inkscape:connector-curvature="0" />
<path
d="m 81.639354,156.74957 q -0.796025,0.48345 -1.37017,0.374 -0.579639,-0.11849 -1.046609,-0.88738 l -0.988878,-1.62824 q -0.461477,-0.75984 -0.299365,-1.32882 0.171158,-0.57448 0.958138,-1.05244 l 0.985986,-0.59882 0.412032,0.67843 -1.076443,0.65376 q -0.334692,0.20327 -0.413167,0.46143 -0.07847,0.25816 0.09183,0.53858 l 1.208629,1.99006 q 0.170306,0.28042 0.43557,0.32982 0.265263,0.0494 0.599955,-0.15388 l 1.076443,-0.65376 0.412033,0.67843 z"
style="letter-spacing:0.8493126px"
id="path4868-3"
inkscape:connector-curvature="0" />
<path
d="m 86.783601,152.7883 q -0.103773,0.0903 -0.287085,0.13766 -0.175328,0.0404 -0.36042,0.005 0.02487,0.3993 -0.278471,0.66335 l -0.550795,0.47947 q -0.606674,0.52811 -1.094527,0.53184 -0.48682,-0.0112 -1.001031,-0.60191 l -0.138976,-0.15965 q -1.077065,-1.23729 0.08839,-2.25182 l 0.830185,-0.72267 -0.34744,-0.39913 q -0.215413,-0.24746 -0.485211,-0.25114 -0.269798,-0.004 -0.565152,0.25343 l -1.077644,0.93809 -0.52116,-0.59869 0.997818,-0.8686 q 0.694481,-0.60454 1.28582,-0.58611 0.599322,0.0115 1.183022,0.68202 l 1.667713,1.91581 q 0.104232,0.11974 0.24763,0.10717 0.144433,-0.0275 0.359961,-0.21513 l 0.486417,0.55878 z m -1.526962,0.27686 q 0.239477,-0.20846 0.206054,-0.37581 -0.03342,-0.16735 -0.186297,-0.34296 l -0.764368,-0.87808 -0.838168,0.72962 q -0.207546,0.18067 -0.225119,0.4345 -0.01757,0.25384 0.163095,0.46138 l 0.34744,0.39913 q 0.180669,0.20755 0.359845,0.21995 0.179177,0.0124 0.386723,-0.16826 z"
style="letter-spacing:0.8493126px"
id="path4870-3"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:#9f98a4;fill-opacity:1;stroke:none;stroke-width:0.53975451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 9.6570333,185.69163 A 24.524192,24.524192 0 0 0 5.2676795,199.64384 24.524192,24.524192 0 0 0 29.7923,224.168 24.524192,24.524192 0 0 0 54.316573,199.64384 24.524192,24.524192 0 0 0 50.133404,185.95997 l -0.507583,0.42676 A 23.873931,23.873931 0 0 1 53.666375,199.64384 23.873931,23.873931 0 0 1 29.7923,223.51781 23.873931,23.873931 0 0 1 5.9182316,199.64384 23.873931,23.873931 0 0 1 10.159952,186.06882 Z"
id="path4657-8"
inkscape:connector-curvature="0" />
<circle
style="fill:#f3cdcd;fill-opacity:0;stroke:none;stroke-width:0.53975451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4657-1-6"
cx="29.792126"
cy="199.64389"
r="24.524197" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

730
designs/tpt_web.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 140 KiB

View file

@ -0,0 +1,328 @@
<?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="3in"
height="3in"
viewBox="0 0 76.2 76.2"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="women_in_engineering_logo.svg">
<defs
id="defs2">
<circle
transform="matrix(-0.79691665,0.60408927,0.60408927,0.79691665,0,0)"
r="49.405731"
cy="176.09061"
cx="27.304571"
id="path1050-0-9"
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:0.925;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1050-6"
cx="-93.178818"
cy="-86.739685"
r="49.405727"
transform="rotate(-170.92621)" />
<circle
transform="matrix(-0.79691665,0.60408927,0.60408927,0.79691665,0,0)"
r="49.405731"
cy="176.09061"
cx="27.304571"
id="path1050-0-6"
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:0.925;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1050-04"
cx="-93.178818"
cy="-86.739685"
r="49.405727"
transform="rotate(-170.92621)" />
<circle
transform="rotate(-170.92621)"
r="49.405727"
cy="-86.739685"
cx="-93.178818"
id="path1050-4"
style="opacity:0.925;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1050-0-3"
cx="27.304571"
cy="176.09061"
r="49.405731"
transform="matrix(-0.79691665,0.60408927,0.60408927,0.79691665,0,0)" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter981"
x="-0.012"
width="1.024"
y="-0.012"
height="1.024">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.38785379"
id="feGaussianBlur983" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.7458333"
inkscape:cx="206.42499"
inkscape:cy="185.95306"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1"
showguides="false"
inkscape:guide-bbox="true"
units="in" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-220.79998)">
<g
id="g1026"
transform="matrix(0.9427622,0,0,0.9427622,127.1957,49.999345)">
<path
inkscape:connector-curvature="0"
id="path1050-0-6-3-6-3"
d="m -94.085227,182.79772 a 38.785527,38.785527 0 0 0 -38.785103,38.78564 38.785527,38.785527 0 0 0 38.785103,38.78512 38.785527,38.785527 0 0 0 38.785652,-38.78512 38.785527,38.785527 0 0 0 -38.785652,-38.78564 z"
style="opacity:1;vector-effect:none;fill:#888266;fill-opacity:0.99215686;stroke:none;stroke-width:0.55155891;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99607843;filter:url(#filter981)" />
<path
inkscape:connector-curvature="0"
id="path1050-0-6-3-6"
d="m -94.085228,181.73938 a 38.785527,38.785527 0 0 0 -38.785102,38.78564 38.785527,38.785527 0 0 0 38.785102,38.78512 38.785527,38.785527 0 0 0 38.785652,-38.78512 38.785527,38.785527 0 0 0 -38.785652,-38.78564 z"
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#988787;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.99607843" />
<path
inkscape:connector-curvature="0"
id="path1050-0-6-3"
d="m -94.085246,183.84601 a 36.67878,36.67878 0 0 0 -36.678584,36.6789 36.67878,36.67878 0 0 0 36.678584,36.67858 36.67878,36.67878 0 0 0 36.678895,-36.67858 36.67878,36.67878 0 0 0 -36.678895,-36.6789 z m 0,8.08964 a 28.589224,28.589224 0 0 1 28.589258,28.58926 28.589224,28.589224 0 0 1 -28.589258,28.58895 28.589224,28.589224 0 0 1 -28.589264,-28.58895 28.589224,28.589224 0 0 1 28.589264,-28.58926 z"
style="opacity:1;vector-effect:none;fill:#d0103a;fill-opacity:1;stroke:none;stroke-width:0.52159941;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccccccccccccsccccccccsccssccccccccccscsscccccccccccccccccccsccccccccccccccccccscccs"
inkscape:connector-curvature="0"
id="path845"
d="m -103.93803,197.14522 c -1.07948,-0.009 -2.19835,0.51957 -3.13727,1.08679 -1.75671,1.06124 -2.67895,1.77766 -2.74492,3.16793 -0.0713,1.50306 1.88503,3.65278 2.54269,5.72447 0.29839,1.37525 0.0947,2.87866 -0.45415,4.2515 l 2.93232,1.693 c -0.45787,0.16474 -0.74416,0.67334 -0.97554,1.07566 -0.25009,0.43486 -0.52189,1.00314 -0.43907,1.48829 l -3.03739,-1.75356 c -0.84339,0.97007 -1.87946,1.69675 -2.99635,1.99262 -2.12298,0.46627 -4.9628,-0.15318 -6.22881,0.66009 -1.17104,0.75224 -1.33039,1.90928 -1.3711,3.96127 -0.0277,1.40387 0.14691,3.03111 1.19879,3.96128 1.98104,1.75189 7.39872,-1.60564 10.61233,4.11998 3.16782,5.64417 -1.48645,8.10998 -1.6836,10.79083 -0.12037,1.63682 1.453,2.6009 2.63912,3.34518 1.23448,0.77463 2.92644,1.6471 4.24829,1.0334 1.49793,-0.69545 2.24783,-3.42992 3.579799,-5.00134 1.106503,-1.02423 2.432937,-1.64306 3.786974,-1.90412 v -2.92515 c 0.370606,0.32933 0.964758,0.32367 1.436119,0.32288 0.49427,-0.001 1.111401,-0.0478 1.49175,-0.34982 v 2.93355 c 1.433346,0.26235 2.727964,0.92433 3.620591,1.92266 1.331975,1.57142 2.081623,4.30589 3.579555,5.00134 1.32187,0.6137 3.013825,-0.25877 4.24829,-1.0334 1.186108,-0.74428 2.759497,-1.70836 2.639116,-3.34518 -0.197143,-2.68085 -4.85119,-5.14666 -1.683351,-10.79083 3.213574,-5.72563 8.63104,-2.36809 10.612088,-4.11998 1.051849,-0.93017 1.226879,-2.55741 1.19904,-3.96128 -0.04072,-2.05199 -0.20008,-3.20903 -1.371107,-3.96127 -1.266042,-0.81327 -4.106078,-0.19382 -6.22905,-0.66009 -1.470045,-0.49238 -2.690088,-1.43289 -3.587959,-2.57953 l -2.974104,1.71722 c 0.08404,-0.51275 -0.187163,-1.05612 -0.477146,-1.49694 -0.366474,-0.55702 -0.635896,-0.90128 -1.016828,-1.02153 l 3.094497,-1.78644 c -0.410972,-1.29186 -0.463766,-2.62183 -0.089,-3.76175 0.694909,-1.93923 2.687906,-3.95589 2.541223,-5.60086 -0.129459,-1.45162 -1.731022,-2.48072 -3.019102,-3.16248 -1.237623,-0.65506 -2.859066,-1.53552 -4.216402,-0.61288 -2.223119,1.51117 -2.031348,6.77465 -8.503261,6.85329 -6.565332,0.0798 -6.366642,-6.29072 -8.874342,-7.13042 -0.29127,-0.0975 -0.5905,-0.14196 -0.89273,-0.14438 z m 11.218276,12.87146 c 2.57591,0.33084 4.86284,1.58408 6.518792,3.4186 -1.032136,0.64958 -2.163702,1.40452 -2.622545,1.56988 -0.450262,0.14079 -0.966282,0.11527 -1.468762,-0.0363 l -1.142666,2.1679 c 0.394122,0.3034 0.74247,0.68023 1.023011,1.12562 1.174401,1.86454 0.753186,4.28 -0.900388,5.64809 l 1.253423,1.99015 c 0.524607,-0.20445 1.117752,-0.27921 1.722904,-0.16613 0.552533,0.17431 1.821971,0.85542 2.571376,1.4109 -1.565812,1.97189 -3.81795,3.37285 -6.395185,3.84507 0.130497,-0.78687 0.668215,-4.07569 1.08531,-4.45893 l -1.254414,-1.99187 c -1.935825,0.85776 -4.258792,0.1887 -5.420626,-1.65591 -0.343048,-0.54465 -0.549597,-1.13618 -0.629431,-1.73503 l -2.315745,0.0893 c -0.0607,0.59154 -0.27765,1.18174 -0.67838,1.67173 -0.46398,0.45743 -1.76692,1.13484 -2.53108,1.68311 -0.51429,-1.24697 -0.80026,-2.6122 -0.80026,-4.04485 0,-1.16539 0.18958,-2.28596 0.53647,-3.33505 0.29649,0.1616 0.56735,0.31811 0.75107,0.46207 0.37754,0.31226 2.49455,1.83414 2.63367,2.36988 l 2.411425,-0.093 c 0.176085,-1.21264 0.862169,-2.34328 1.980262,-3.04753 1.218985,-0.76779 2.673367,-0.85338 3.916765,-0.35873 l 1.112753,-2.11104 c -0.48836,-0.35485 -0.885912,-0.82982 -1.082099,-1.36987 -0.196798,-0.75585 -0.21437,-2.37248 -0.27565,-3.04802 z m -3.484868,0.12485 c 0.135378,1.09374 0.70125,3.57976 -1.356023,4.84088 -1.425429,0.87381 -3.363105,-0.12823 -4.874515,-0.99334 1.52779,-1.94236 3.717927,-3.33837 6.230538,-3.84754 z m 11.947336,6.3801 c 0.509385,1.24181 0.791115,2.60095 0.791115,4.02628 0,1.18889 -0.196351,2.33164 -0.556751,3.39885 -1.18385,-0.69717 -3.38317,-1.50349 -3.491289,-3.63668 -0.08496,-1.67646 1.777754,-2.87337 3.256925,-3.78845 z m -14.200781,9.54013 c 0.425364,-0.0101 0.862323,0.0804 1.304105,0.32016 1.393134,0.75614 1.462582,2.87056 1.407198,4.65299 -2.457856,-0.38641 -4.635366,-1.61453 -6.228056,-3.38177 0.90649,-0.49409 2.150865,-1.55909 3.516753,-1.59138 z"
style="opacity:1;fill:#d0103a;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="matrix(0.61975169,0,0,0.61975169,-142.63238,158.18426)"
id="text1054"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:0.925;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
aria-label="WOMEN IN ENGINEERING">
<path
id="path5179"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 29.747413,91.148936 -6.077448,-0.694157 -0.0395,0.170099 q -0.0711,0.306179 -0.309237,0.250881 -0.226799,-0.05267 -0.155701,-0.358844 l 0.392353,-1.689652 q 0.07373,-0.317518 0.30053,-0.264853 0.238139,0.0553 0.164408,0.372816 l -0.244892,1.054615 5.545277,0.618388 -4.150336,-2.302306 0.163261,-0.703077 4.732283,-0.203823 -5.24772,-1.899801 -0.252791,1.088635 q -0.0711,0.306179 -0.309237,0.25088 -0.226799,-0.05266 -0.155701,-0.358843 l 0.394987,-1.700992 q 0.0711,-0.306179 0.297896,-0.253514 0.238139,0.0553 0.167041,0.361477 l -0.0395,0.170099 5.756191,2.07763 -0.168527,0.725757 -4.830903,0.216776 4.233156,2.357392 z"
inkscape:connector-curvature="0" />
<path
id="path5181"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 26.01599,80.038508 q 0.445637,-1.150741 1.688606,-1.555762 1.236317,-0.420081 2.615035,0.113843 1.313582,0.508698 1.940301,1.662744 0.615863,1.149842 0.182838,2.268015 -0.437228,1.129029 -1.677749,1.559966 -1.236317,0.420081 -2.582467,-0.10123 -1.34615,-0.521311 -1.977073,-1.664501 -0.626719,-1.154046 -0.189491,-2.283075 z m 0.445098,0.172369 q -0.361554,0.93362 0.196198,1.911148 0.557752,0.977528 1.697637,1.418961 1.139885,0.441432 2.21054,0.09452 1.070655,-0.34691 1.432209,-1.28053 0.357351,-0.922764 -0.189545,-1.896088 -0.553548,-0.988384 -1.671721,-1.421409 -1.172453,-0.454045 -2.243108,-0.107135 -1.066451,0.336054 -1.43221,1.28053 z"
inkscape:connector-curvature="0" />
<path
id="path5183"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 33.678745,74.920117 -0.262296,0.466882 -4.489444,-0.399053 -0.04562,0.0812 4.88196,2.742709 0.421955,-0.751071 q 0.159659,-0.284189 0.362651,-0.170147 0.213142,0.119744 0.05348,0.403933 l -0.849612,1.512291 Q 33.597862,79.0809 33.38472,78.961156 33.181728,78.847114 33.33568,78.573075 l 0.193871,-0.345087 -4.88196,-2.742709 -0.142552,0.253741 q -0.153957,0.274039 -0.367099,0.154295 -0.202992,-0.114042 -0.04903,-0.388081 l 0.564508,-1.004811 4.427291,0.390842 -2.653939,-3.547369 0.57021,-1.014961 q 0.153956,-0.274039 0.356949,-0.159997 0.213141,0.119744 0.05918,0.393783 l -0.142553,0.25374 4.88196,2.742709 0.193871,-0.345086 q 0.153957,-0.27404 0.356949,-0.159998 0.213142,0.119744 0.05918,0.393784 l -0.849612,1.512291 q -0.153957,0.274039 -0.367099,0.154295 -0.202992,-0.114042 -0.04903,-0.388081 l 0.421955,-0.751071 -4.88196,-2.742709 -0.04562,0.0812 z"
inkscape:connector-curvature="0" />
<path
id="path5185"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 35.618684,69.642449 2.134394,1.635938 2.223743,-2.901298 -1.099536,-0.842756 q -0.249475,-0.191213 -0.100753,-0.385249 0.141639,-0.184796 0.391114,0.0064 l 1.478368,1.133117 -3.186892,4.15791 q -0.191214,0.249475 -0.38525,0.100753 -0.184796,-0.14164 0.0064,-0.391114 l 0.382427,-0.498949 -4.444344,-3.406434 -0.382427,0.498949 q -0.191214,0.249475 -0.38525,0.100753 -0.184796,-0.14164 0.0064,-0.391114 l 3.038171,-3.963875 1.284332,0.984396 q 0.249474,0.191213 0.100753,0.385249 -0.14164,0.184796 -0.391114,-0.0064 l -0.905501,-0.694035 -2.075021,2.707262 1.931118,1.480134 1.026888,-1.339771 -0.415791,-0.318689 q -0.249475,-0.191213 -0.100753,-0.385249 0.14164,-0.184796 0.391114,0.0064 l 1.210414,0.92774 q 0.249475,0.191214 0.107835,0.37601 -0.148722,0.194035 -0.398196,0.0028 l -0.415791,-0.318689 z"
inkscape:connector-curvature="0" />
<path
id="path5187"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 45.385398,63.457813 -0.432251,0.423825 -6.643164,-1.703612 3.773675,3.848697 0.623439,-0.611286 q 0.224438,-0.220063 0.387448,-0.05381 0.17116,0.174563 -0.05328,0.394626 l -1.246878,1.222573 q -0.224438,0.220063 -0.395598,0.0455 -0.16301,-0.16625 0.06143,-0.386313 l 0.282626,-0.277117 -3.920384,-3.998322 -0.448876,0.440126 q -0.224438,0.220063 -0.395598,0.0455 -0.16301,-0.16625 0.06143,-0.386313 l 0.881127,-0.863952 6.643164,1.703612 -3.773675,-3.848696 -0.615127,0.603136 q -0.23275,0.228213 -0.40391,0.05365 -0.16301,-0.16625 0.06974,-0.394464 L 41.0793,58.500748 q 0.224438,-0.220063 0.387448,-0.05381 0.17116,0.174563 -0.05328,0.394626 l -0.282626,0.277117 z"
inkscape:connector-curvature="0" />
<path
id="path5189"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 52.24737,51.377658 2.656426,4.929441 1.424516,-0.767657 q 0.286953,-0.154636 0.397407,0.05033 0.115977,0.215215 -0.170976,0.369851 l -3.269213,1.761746 q -0.276705,0.149113 -0.392682,-0.0661 -0.110454,-0.204966 0.16625,-0.354079 l 1.424517,-0.767658 -2.656426,-4.929441 -1.424516,0.767658 q -0.276705,0.149113 -0.392682,-0.0661 -0.110454,-0.204966 0.166251,-0.354079 l 3.269213,-1.761746 q 0.286953,-0.154636 0.397407,0.05033 0.115977,0.215215 -0.170976,0.369851 z"
inkscape:connector-curvature="0" />
<path
id="path5191"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 63.482736,53.158711 -0.568023,0.209329 -5.360554,-4.27766 1.863832,5.05759 0.819264,-0.301917 q 0.294935,-0.10869 0.375446,0.109781 0.08454,0.229394 -0.210398,0.338084 l -1.638528,0.603833 q -0.294935,0.10869 -0.379472,-0.120704 -0.08051,-0.21847 0.214424,-0.32716 l 0.3714,-0.136869 -1.936292,-5.254214 -0.58987,0.21738 q -0.294935,0.10869 -0.379472,-0.120704 -0.08051,-0.21847 0.214424,-0.32716 l 1.157893,-0.426709 5.360554,4.27766 -1.863832,-5.05759 -0.808341,0.297891 q -0.305858,0.112716 -0.390395,-0.116678 -0.08051,-0.218471 0.225347,-0.331186 L 61.587748,46.8719 q 0.294935,-0.10869 0.375446,0.109781 0.08454,0.229394 -0.210398,0.338084 l -0.3714,0.136868 z"
inkscape:connector-curvature="0" />
<path
id="path5193"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.116105,48.000495 0.184498,2.682889 3.64687,-0.250789 -0.09504,-1.382095 q -0.02156,-0.313584 0.222334,-0.330356 0.232285,-0.01597 0.253849,0.29761 L 77.456407,50.876032 72.23,51.235443 q -0.313584,0.02157 -0.330357,-0.222334 -0.01597,-0.232285 0.297611,-0.25385 l 0.627169,-0.04313 -0.384171,-5.586448 -0.627168,0.04313 q -0.313585,0.02156 -0.330357,-0.222334 -0.01597,-0.232285 0.29761,-0.253849 l 4.982508,-0.342639 0.111018,1.614379 q 0.02156,0.313585 -0.222334,0.330357 -0.232285,0.01597 -0.25385,-0.29761 l -0.07827,-1.138196 -3.402971,0.234017 0.166927,2.427375 1.684064,-0.11581 -0.03594,-0.522641 q -0.02156,-0.313584 0.222334,-0.330356 0.232285,-0.01597 0.253849,0.29761 l 0.104629,1.521465 q 0.02157,0.313584 -0.21072,0.329558 -0.243899,0.01677 -0.265464,-0.296812 l -0.03594,-0.52264 z"
inkscape:connector-curvature="0" />
<path
id="path5195"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 84.214072,51.238314 -0.603761,-0.04407 -3.114155,-6.110315 -0.392385,5.37579 0.870808,0.06356 q 0.313491,0.02288 0.296541,0.255097 -0.0178,0.243827 -0.331288,0.220945 l -1.741616,-0.127123 q -0.313491,-0.02288 -0.295694,-0.266708 0.01695,-0.232216 0.33044,-0.209334 l 0.394767,0.02882 0.40764,-5.584785 -0.626982,-0.04576 q -0.313491,-0.02288 -0.295694,-0.266708 0.01695,-0.232216 0.330441,-0.209334 l 1.230742,0.08983 3.114155,6.110315 0.392386,-5.375791 -0.859198,-0.06271 q -0.325101,-0.02373 -0.307304,-0.267556 0.01695,-0.232216 0.342051,-0.208486 l 1.730006,0.126275 q 0.313491,0.02288 0.296541,0.255098 -0.0178,0.243826 -0.331288,0.220944 l -0.394766,-0.02882 z"
inkscape:connector-curvature="0" />
<path
id="path5197"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 90.273245,46.009697 q -0.705548,-0.152226 -1.283932,0.04454 -0.578383,0.196769 -0.913114,0.589021 -0.323351,0.394708 -0.504337,0.736765 -0.180986,0.342057 -0.235002,0.592412 l -0.179233,0.830727 q -0.250435,1.160741 0.310253,1.984375 0.563144,0.812255 1.792164,1.077422 0.796587,0.171867 1.710792,-0.03581 l 0.368287,-1.706972 -1.581794,-0.34128 q -0.307255,-0.06629 -0.255694,-0.305268 0.04911,-0.227596 0.356359,-0.161304 l 2.207684,0.476318 q 0.318635,0.06875 0.26953,0.296343 -0.05156,0.238976 -0.370195,0.170229 l -0.159317,-0.03437 -0.424758,1.968708 q -1.151857,0.370777 -2.255698,0.132618 -1.399717,-0.301995 -2.067501,-1.29165 -0.656404,-0.9872 -0.366684,-2.330018 l 0.181688,-0.842107 q 0.257801,-1.19488 1.240987,-1.887878 0.997021,-0.701923 2.237421,-0.434301 1.126601,0.243069 1.756465,1.022081 l 0.03437,-0.159317 q 0.06629,-0.307255 0.305268,-0.255695 0.227596,0.0491 0.161304,0.35636 l -0.223428,1.035563 q -0.06629,0.307255 -0.293888,0.25815 -0.216216,-0.04665 -0.166215,-0.3336 0.05916,-0.439799 -0.420779,-0.864906 -0.479939,-0.425107 -1.231007,-0.587153 z"
inkscape:connector-curvature="0" />
<path
id="path5199"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 97.813635,48.387863 -1.938875,5.253261 1.518095,0.560299 q 0.305803,0.112865 0.225184,0.331296 -0.08465,0.229353 -0.390452,0.116487 l -3.483972,-1.285865 q -0.294881,-0.108835 -0.210232,-0.338188 0.08062,-0.21843 0.3755,-0.109595 l 1.518094,0.560298 1.938875,-5.253261 -1.518094,-0.560298 q -0.294882,-0.108835 -0.210232,-0.338188 0.08062,-0.21843 0.3755,-0.109596 l 3.483971,1.285865 q 0.305803,0.112866 0.225185,0.331297 -0.08465,0.229353 -0.390453,0.116487 z"
inkscape:connector-curvature="0" />
<path
id="path5201"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 103.90816,57.997401 -0.53244,-0.288058 -0.33102,-6.850134 -2.56482,4.740757 0.76794,0.415468 q 0.27646,0.149569 0.16567,0.354353 -0.11633,0.215023 -0.39279,0.06546 l -1.535881,-0.830935 q -0.276459,-0.149569 -0.160128,-0.364592 0.110791,-0.204785 0.38725,-0.05522 l 0.348129,0.188345 2.66454,-4.925063 -0.55292,-0.299137 q -0.27646,-0.149568 -0.16013,-0.364592 0.11079,-0.204784 0.38725,-0.05522 l 1.08536,0.587194 0.33102,6.850134 2.56482,-4.740757 -0.7577,-0.409928 q -0.2867,-0.155108 -0.17037,-0.370132 0.11079,-0.204784 0.39749,-0.04968 l 1.52564,0.825396 q 0.27646,0.149568 0.16567,0.354352 -0.11633,0.215024 -0.39279,0.06546 l -0.34813,-0.188346 z"
inkscape:connector-curvature="0" />
<path
id="path5203"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 108.3606,57.153349 -1.60187,2.160083 2.93622,2.177426 0.8252,-1.11277 q 0.18724,-0.252478 0.38361,-0.106854 0.18702,0.13869 -2.1e-4,0.391167 l -1.10952,1.496162 -4.20796,-3.120514 q -0.25247,-0.187231 -0.10685,-0.383603 0.13869,-0.18702 0.39117,2.11e-4 l 0.50495,0.374462 3.33549,-4.497837 -0.50496,-0.374462 q -0.25248,-0.187231 -0.10685,-0.383602 0.13869,-0.18702 0.39116,2.11e-4 l 4.01159,2.97489 -0.96389,1.299791 q -0.18723,0.252477 -0.38361,0.106853 -0.18702,-0.138689 2.2e-4,-0.391167 l 0.67957,-0.916399 -2.73984,-2.031801 -1.44931,1.954361 1.3559,1.005499 0.31205,-0.420795 q 0.18723,-0.252478 0.3836,-0.106854 0.18702,0.13869 -2.1e-4,0.391167 l -0.90842,1.224983 q -0.18723,0.252477 -0.37425,0.113788 -0.19637,-0.145624 -0.009,-0.398102 l 0.31205,-0.420795 z"
inkscape:connector-curvature="0" />
<path
id="path5205"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 114.1425,61.819292 -1.89025,1.912821 2.60011,2.569431 0.97376,-0.985392 q 0.22094,-0.223577 0.39483,-0.05174 0.16562,0.163658 -0.0553,0.387235 l -1.30927,1.324897 -3.72627,-3.682306 q -0.22358,-0.220938 -0.0517,-0.394831 0.16366,-0.165612 0.38724,0.05533 l 0.44715,0.441877 3.93598,-3.982974 -0.44716,-0.441876 q -0.22357,-0.220939 -0.0517,-0.394832 0.16366,-0.165612 0.38723,0.05533 l 3.55238,3.510464 -1.13742,1.151005 q -0.22094,0.223577 -0.39483,0.05174 -0.16561,-0.163658 0.0553,-0.387235 l 0.80192,-0.811499 -2.42622,-2.397591 -1.71023,1.730648 1.20069,1.186521 0.36823,-0.372628 q 0.22094,-0.223576 0.39483,-0.05174 0.16562,0.163658 -0.0553,0.387234 l -1.07196,1.08476 q -0.22094,0.223577 -0.38655,0.05992 -0.17389,-0.171841 0.047,-0.395418 l 0.36823,-0.372627 z"
inkscape:connector-curvature="0" />
<path
id="path5207"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 119.01468,67.398687 -1.9453,1.480752 0.52884,0.694748 q 0.19038,0.25011 0.005,0.391134 -0.19453,0.148075 -0.38491,-0.102035 l -1.19871,-1.574763 q -0.19038,-0.25011 0.004,-0.398185 0.18527,-0.141024 0.37565,0.109086 l 0.38076,0.500219 4.45566,-3.391627 -0.38077,-0.500219 q -0.19038,-0.250109 0.004,-0.398185 0.18527,-0.141024 0.37565,0.109086 l 1.7487,2.297302 q 0.51473,0.676222 0.45307,1.498584 -0.0453,0.824574 -0.62894,1.268799 -0.89854,0.683967 -2.32329,-0.265176 0.035,0.661014 -0.11918,1.246539 -0.15416,0.585525 -0.71521,1.905066 l 0.21859,0.287162 q 0.19038,0.25011 0.005,0.391134 -0.19453,0.148075 -0.38491,-0.102035 l -0.40192,-0.528008 q 0.66475,-1.471625 0.83398,-2.229559 0.18554,-0.755722 0.0245,-1.467062 z m 0.37979,-0.289099 0.80384,1.056017 q 0.52179,0.685486 1.2034,0.927437 0.68162,0.241952 1.12626,-0.09651 0.41685,-0.317304 0.4286,-0.955367 0.0281,-0.635851 -0.3527,-1.13607 l -1.07883,-1.417287 z"
inkscape:connector-curvature="0" />
<path
id="path5209"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 126.88559,73.492001 -4.88696,2.733786 0.79001,1.412241 q 0.15914,0.28448 -0.0441,0.398151 -0.21336,0.119354 -0.3725,-0.165126 l -1.81305,-3.241041 q -0.15345,-0.27432 0.0599,-0.393675 0.2032,-0.113671 0.35665,0.160649 l 0.79002,1.412241 4.88696,-2.733786 -0.79001,-1.412241 q -0.15346,-0.27432 0.0599,-0.393675 0.2032,-0.113671 0.35666,0.16065 l 1.81305,3.241041 q 0.15914,0.28448 -0.0441,0.398151 -0.21336,0.119354 -0.3725,-0.165126 z"
inkscape:connector-curvature="0" />
<path
id="path5211"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 125.28226,84.753834 -0.2183,-0.564635 4.19217,-5.427667 -5.02742,1.943744 0.31486,0.814377 q 0.11335,0.293176 -0.10381,0.377139 -0.22803,0.08816 -0.34138,-0.205015 l -0.62972,-1.628753 q -0.11335,-0.293176 0.11467,-0.381337 0.21717,-0.08396 0.33052,0.209212 l 0.14274,0.369185 5.22287,-2.019312 -0.2267,-0.586351 q -0.11335,-0.293175 0.11467,-0.381337 0.21717,-0.08396 0.33052,0.209213 l 0.445,1.150986 -4.19217,5.427667 5.02742,-1.943744 -0.31067,-0.803519 q -0.11754,-0.304034 0.11048,-0.392195 0.21717,-0.08396 0.33472,0.220071 l 0.62552,1.617895 q 0.11335,0.293176 -0.10382,0.377139 -0.22802,0.08816 -0.34137,-0.205014 l -0.14274,-0.369184 z"
inkscape:connector-curvature="0" />
<path
id="path5213"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.64166641px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.21166667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 132.5958,88.011192 q -0.16244,-0.703267 -0.5866,-1.142964 -0.42416,-0.439696 -0.92156,-0.575721 -0.49478,-0.124681 -0.88133,-0.142929 -0.38656,-0.01825 -0.63611,0.03939 l -0.82804,0.191258 q -1.15699,0.267238 -1.66378,1.125084 -0.49546,0.855226 -0.2125,2.080272 0.18339,0.794011 0.76032,1.532973 l 1.70145,-0.392997 -0.36418,-1.57668 q -0.0707,-0.306261 0.16747,-0.361281 0.22686,-0.0524 0.2976,0.253862 l 0.50827,2.200546 q 0.0734,0.317605 -0.1535,0.370004 -0.2382,0.05502 -0.31156,-0.262585 l -0.0367,-0.158802 -1.96234,0.453256 q -0.82564,-0.884633 -1.07978,-1.984906 -0.32225,-1.395192 0.28922,-2.420593 0.6141,-1.014059 1.95257,-1.323217 l 0.83939,-0.193878 q 1.19101,-0.275098 2.23648,0.319796 1.05943,0.603616 1.34501,1.840005 0.25938,1.122959 -0.17761,2.02442 l 0.15881,-0.03668 q 0.30626,-0.07074 0.36128,0.167464 0.0524,0.22686 -0.25386,0.297599 l -1.03222,0.238418 q -0.30626,0.07074 -0.35866,-0.156121 -0.0498,-0.215517 0.23118,-0.29236 0.42317,-0.133588 0.60367,-0.748792 0.18051,-0.615205 0.008,-1.363844 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.69013218,0.0058681,-0.0058681,0.69013218,-151.56858,111.82822)"
aria-label="FRESNO CITY COLLEGE"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text1087">
<path
d="m 47.653332,186.33325 -1.383269,1.15394 0.689366,0.82637 q 0.139871,0.16766 0.02011,0.26757 -0.125752,0.10491 -0.265623,-0.0628 l -1.16393,-1.39525 q -0.134876,-0.16168 -0.0091,-0.26658 0.119764,-0.0999 0.25464,0.0618 l 0.269751,0.32336 2.880314,-2.40279 -0.269752,-0.32336 q -0.134876,-0.16168 -0.0091,-0.26658 0.119764,-0.0999 0.25464,0.0618 l 2.247932,2.69468 -0.832357,0.69436 q -0.161681,0.13488 -0.266584,0.009 -0.09991,-0.11976 0.06177,-0.25464 l 0.586841,-0.48955 -1.568557,-1.88028 -1.251529,1.04404 0.724333,0.86828 0.269468,-0.22479 q 0.161681,-0.13488 0.261589,-0.0151 0.104904,0.12575 -0.05678,0.26062 l -0.784451,0.6544 q -0.161681,0.13488 -0.266585,0.009 -0.09991,-0.11977 0.06177,-0.25464 l 0.269468,-0.2248 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5217"
inkscape:connector-curvature="0" />
<path
d="m 50.586719,189.91501 -1.149899,1.166 0.416429,0.41068 q 0.149914,0.14784 0.0404,0.25889 -0.11499,0.1166 -0.264904,-0.0312 l -0.943905,-0.93087 q -0.149914,-0.14785 -0.03493,-0.26445 0.109515,-0.11105 0.259429,0.0368 l 0.299829,0.29569 2.633816,-2.6707 -0.299829,-0.29569 q -0.149914,-0.14784 -0.03492,-0.26444 0.109514,-0.11105 0.259428,0.0368 l 1.376991,1.35798 q 0.405324,0.39973 0.442242,0.9509 0.04795,0.5511 -0.297024,0.9009 -0.531143,0.53858 -1.565759,0.044 0.08574,0.43504 0.03891,0.83791 -0.04683,0.40287 -0.294034,1.33099 l 0.172124,0.16975 q 0.149915,0.14784 0.0404,0.25889 -0.11499,0.1166 -0.264904,-0.0312 l -0.316486,-0.31212 q 0.30158,-1.03879 0.342088,-1.55741 0.05154,-0.51871 -0.12258,-0.97519 z m 0.224504,-0.22765 0.632972,0.62423 q 0.410876,0.40521 0.885774,0.50116 0.474898,0.096 0.737732,-0.17056 0.246407,-0.24985 0.193829,-0.67409 -0.04155,-0.42431 -0.341379,-0.72 l -0.849514,-0.83778 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5219"
inkscape:connector-curvature="0" />
<path
d="m 54.071205,192.94921 -1.133291,1.40024 1.903352,1.54049 0.583816,-0.72134 q 0.132462,-0.16366 0.259756,-0.0606 0.121233,0.0981 -0.01123,0.26178 l -0.784962,0.96986 -2.727733,-2.20771 q -0.163664,-0.13246 -0.06064,-0.25975 0.09812,-0.12124 0.261785,0.0112 l 0.327328,0.26492 2.359794,-2.91564 -0.327328,-0.26493 q -0.163664,-0.13246 -0.06064,-0.25975 0.09812,-0.12124 0.261784,0.0112 l 2.600439,2.10468 -0.681937,0.84257 q -0.132462,0.16366 -0.259757,0.0606 -0.121232,-0.0981 0.01123,-0.26178 l 0.48079,-0.59404 -1.776057,-1.43746 -1.025358,1.26688 0.878936,0.71137 0.220771,-0.27277 q 0.132463,-0.16367 0.259757,-0.0606 0.121232,0.0981 -0.01123,0.26178 l -0.642688,0.79408 q -0.132463,0.16366 -0.253696,0.0655 -0.127294,-0.10303 0.0052,-0.26669 l 0.220771,-0.27277 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5221"
inkscape:connector-curvature="0" />
<path
d="m 59.170322,197.81122 q 0.180061,-0.27358 0.122163,-0.55441 -0.0579,-0.28084 -0.277647,-0.50015 -0.208948,-0.22154 -0.465721,-0.48389 -0.245972,-0.26457 -0.45286,-0.50343 -0.196086,-0.24108 -0.232548,-0.55448 -0.03218,-0.31992 0.182184,-0.64562 0.282954,-0.42992 0.810319,-0.49361 0.538166,-0.0659 1.052773,0.27278 0.560206,0.3687 0.698104,1.01026 l 0.08146,-0.12377 q 0.115754,-0.17588 0.252548,-0.0859 0.130281,0.0858 0.01453,0.26162 l -0.44158,0.67095 q -0.115754,0.17588 -0.246034,0.0901 -0.13028,-0.0857 -0.0339,-0.24636 0.173381,-0.306 0.03492,-0.67719 -0.13846,-0.3712 -0.516273,-0.61985 -0.403869,-0.26581 -0.812421,-0.22662 -0.402037,0.0435 -0.612109,0.36266 -0.1672,0.25405 -0.100728,0.52185 0.06647,0.26781 0.27542,0.48934 0.21975,0.21932 0.461434,0.49041 0.252486,0.26886 0.448573,0.50994 0.2026,0.24537 0.226201,0.57831 0.02789,0.32643 -0.190759,0.65865 -0.312964,0.47552 -0.892274,0.53302 -0.579311,0.0575 -1.165573,-0.32834 -0.690486,-0.45444 -0.792192,-1.19354 l -0.124328,0.18891 q -0.115754,0.17587 -0.252548,0.0858 -0.130281,-0.0857 -0.01453,-0.26162 l 0.480164,-0.72957 q 0.115754,-0.17588 0.252548,-0.0858 0.123767,0.0815 0.02739,0.24208 -0.197043,0.32776 -0.02362,0.75931 0.173422,0.43155 0.616376,0.72308 0.455981,0.3001 0.909964,0.26281 0.464785,-0.0395 0.70058,-0.3978 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5223"
inkscape:connector-curvature="0" />
<path
d="m 62.985041,201.28278 -0.358957,-0.18865 -0.277033,-4.58559 -1.679651,3.1961 0.517727,0.27209 q 0.186381,0.0979 0.113826,0.23601 -0.07618,0.14496 -0.262564,0.047 l -1.035454,-0.54416 q -0.186381,-0.0979 -0.110199,-0.24292 0.07256,-0.13806 0.258937,-0.0401 l 0.234703,0.12335 1.744951,-3.32036 -0.372764,-0.1959 q -0.186381,-0.0979 -0.110198,-0.24291 0.07256,-0.13806 0.258936,-0.0401 l 0.731721,0.38454 0.277033,4.58559 1.679651,-3.1961 -0.510824,-0.26845 q -0.193284,-0.10158 -0.117101,-0.24654 0.07255,-0.13806 0.265839,-0.0365 l 1.028551,0.54054 q 0.186382,0.0979 0.113826,0.23601 -0.07618,0.14496 -0.262564,0.047 L 64.87873,197.6794 Z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5225"
inkscape:connector-curvature="0" />
<path
d="m 67.659906,198.42297 q 0.765791,0.31121 1.023298,1.14819 0.267667,0.83269 -0.105199,1.7502 -0.355251,0.87415 -1.135127,1.28113 -0.776941,0.39975 -1.521058,0.0974 -0.751341,-0.30534 -1.026233,-1.14097 -0.267667,-0.83269 0.09639,-1.72852 0.364059,-0.89583 1.136711,-1.30574 0.779876,-0.40698 1.531217,-0.10164 z m -0.120374,0.2962 q -0.621301,-0.25249 -1.282189,0.11025 -0.660887,0.36274 -0.969163,1.12131 -0.308275,0.75856 -0.08778,1.47949 0.220494,0.72092 0.841795,0.97342 0.614078,0.24955 1.272029,-0.10596 0.668112,-0.35981 0.970516,-1.10392 0.317083,-0.78024 0.09659,-1.50117 -0.21327,-0.71799 -0.841796,-0.97342 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5227"
inkscape:connector-curvature="0" />
<path
d="m 73.866813,202.48481 q 0.02819,-0.14546 0.106528,-0.34475 0.08748,-0.20546 0.272521,-0.4635 0.185044,-0.25804 0.420949,-0.45062 0.235905,-0.19258 0.611572,-0.28659 0.377152,-0.10166 0.813531,-0.0171 0.773235,0.14985 1.222078,0.78492 l 0.04303,-0.22202 q 0.04006,-0.2067 0.20083,-0.17555 0.153116,0.0297 0.113057,0.23638 l -0.166171,0.85745 q -0.04006,0.20671 -0.200831,0.17555 -0.137804,-0.0267 -0.117507,-0.21341 0.04528,-0.35662 -0.302375,-0.69407 -0.34,-0.33596 -0.852938,-0.43537 -0.63543,-0.12314 -1.182077,0.27929 -0.545162,0.39478 -0.677209,1.07615 l -0.10534,0.54356 q -0.133531,0.68902 0.26469,1.29839 0.399703,0.60172 1.073413,0.73229 0.398101,0.0772 0.743145,-0.0228 0.345044,-0.0999 0.722492,-0.40807 0.08374,-0.0632 0.152641,-0.0499 0.153116,0.0297 0.124926,0.17514 -0.01335,0.0689 -0.164036,0.19062 -0.150682,0.12172 -0.382373,0.25157 -0.230208,0.1222 -0.575489,0.18238 -0.345282,0.0602 -0.682137,-0.005 -0.78089,-0.15134 -1.269971,-0.8657 -0.479941,-0.72053 -0.330091,-1.49377 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5229"
inkscape:connector-curvature="0" />
<path
d="m 80.50887,201.97325 -0.353631,3.73424 1.079125,0.10219 q 0.217378,0.0206 0.202674,0.17586 -0.01544,0.16303 -0.232817,0.14244 l -2.476554,-0.23452 q -0.209615,-0.0199 -0.194175,-0.18289 0.0147,-0.15527 0.224318,-0.13542 l 1.079125,0.10219 0.353631,-3.73424 -1.079125,-0.10219 q -0.209615,-0.0199 -0.194175,-0.18288 0.0147,-0.15527 0.224318,-0.13542 l 2.476554,0.23453 q 0.217378,0.0206 0.202674,0.17585 -0.01544,0.16304 -0.232817,0.14245 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5231"
inkscape:connector-curvature="0" />
<path
d="m 84.947569,205.91204 0.818811,-0.002 q 0.210551,-5.6e-4 0.21097,0.1554 4.4e-4,0.16376 -0.210111,0.16433 l -1.957348,0.005 q -0.210552,5.6e-4 -0.210992,-0.1632 -4.19e-4,-0.15596 0.210133,-0.15653 l 0.81881,-0.002 -0.01008,-3.75093 -1.302299,0.004 0.0015,0.56927 q 5.66e-4,0.21055 -0.163196,0.21099 -0.155964,4.2e-4 -0.15653,-0.21013 l -0.0024,-0.889 3.555979,-0.01 0.0024,0.88899 q 5.66e-4,0.21055 -0.155398,0.21097 -0.07018,1.9e-4 -0.11712,-0.0543 -0.04696,-0.0623 -0.04721,-0.15584 l -0.0015,-0.56927 -1.294501,0.003 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5233"
inkscape:connector-curvature="0" />
<path
d="m 89.571016,203.99687 0.165969,1.65271 0.814716,-0.0818 q 0.209499,-0.021 0.225083,0.13414 0.01636,0.16295 -0.193136,0.18399 l -1.947559,0.19557 q -0.209498,0.021 -0.225862,-0.1419 -0.01558,-0.15519 0.193915,-0.17622 l 0.814716,-0.0818 -0.165969,-1.65271 -1.597722,-1.93999 -0.186221,0.0187 q -0.209498,0.021 -0.225862,-0.1419 -0.01558,-0.15519 0.193915,-0.17622 l 0.861271,-0.0865 q 0.209499,-0.021 0.225083,0.13415 0.01636,0.16294 -0.193136,0.18398 l -0.294849,0.0296 1.356276,1.6429 0.979243,-1.87744 -0.310368,0.0312 q -0.217258,0.0218 -0.233621,-0.14113 -0.01558,-0.15518 0.201674,-0.177 l 0.853512,-0.0857 q 0.209498,-0.021 0.225082,0.13415 0.01636,0.16294 -0.193135,0.18398 l -0.186221,0.0187 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5235"
inkscape:connector-curvature="0" />
<path
d="m 96.531216,202.20653 q -0.04323,-0.14172 -0.06737,-0.35449 -0.01895,-0.2225 0.02366,-0.53716 0.04262,-0.31466 0.160832,-0.59531 0.118215,-0.28065 0.406086,-0.53967 0.285596,-0.26649 0.710754,-0.39618 0.753351,-0.2298 1.447387,0.12105 l -0.06598,-0.21631 q -0.06143,-0.20139 0.09521,-0.24917 0.149179,-0.0455 0.210611,0.15588 l 0.25483,0.8354 q 0.06143,0.20139 -0.09521,0.24917 -0.134261,0.041 -0.203785,-0.13351 -0.127039,-0.33628 -0.592262,-0.47157 -0.457764,-0.13756 -0.957512,0.0149 -0.61909,0.18885 -0.91355,0.80046 -0.296734,0.60415 -0.09423,1.26799 l 0.161544,0.52959 q 0.204774,0.6713 0.842046,1.02316 0.634998,0.34439 1.291383,0.14417 0.387864,-0.11832 0.645899,-0.36824 0.258031,-0.24992 0.447181,-0.69896 0.0444,-0.0951 0.1115,-0.11555 0.14918,-0.0455 0.19241,0.0962 0.0205,0.0671 -0.0556,0.24525 -0.0761,0.17813 -0.21999,0.40138 -0.14615,0.21579 -0.423021,0.4307 -0.27687,0.2149 -0.605063,0.31501 -0.76081,0.23208 -1.527536,-0.16997 -0.761542,-0.41178 -0.991344,-1.16513 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5237"
inkscape:connector-curvature="0" />
<path
d="m 101.84783,198.31336 q 0.76314,-0.31764 1.53501,0.096 0.77607,0.4034 1.15665,1.31774 0.36259,0.87113 0.0947,1.70904 -0.27085,0.83071 -1.0124,1.13937 -0.74875,0.31165 -1.53202,-0.0888 -0.77607,-0.40339 -1.14765,-1.29613 -0.37159,-0.89274 -0.11093,-1.72765 0.26785,-0.83791 1.0166,-1.14956 z m 0.12286,0.29518 q -0.61916,0.25771 -0.83358,0.98047 -0.21442,0.72275 0.10023,1.4787 0.31464,0.75594 0.97856,1.11311 0.66391,0.35717 1.28307,0.0995 0.61195,-0.25472 0.82937,-0.97027 0.22162,-0.72576 -0.087,-1.4673 -0.32364,-0.77755 -0.98755,-1.13471 -0.65672,-0.36017 -1.28307,-0.0995 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5239"
inkscape:connector-curvature="0" />
<path
d="m 105.50096,197.07425 1.77361,3.30514 1.87589,-1.00664 -0.58998,-1.09943 q -0.0996,-0.18552 0.0447,-0.26296 0.13743,-0.0737 0.23699,0.11178 l 0.74115,1.38115 -3.09899,1.66299 q -0.18553,0.0996 -0.26296,-0.0447 -0.0738,-0.13743 0.11178,-0.23699 l 0.65965,-0.35398 -1.77361,-3.30514 -0.65965,0.35399 q -0.18553,0.0995 -0.26296,-0.0447 -0.0738,-0.13742 0.11178,-0.23698 l 1.60103,-0.85915 q 0.18553,-0.0996 0.25928,0.0379 0.0774,0.1443 -0.1081,0.24386 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5241"
inkscape:connector-curvature="0" />
<path
d="m 109.32116,194.84214 2.08615,3.11731 1.76928,-1.18404 -0.69394,-1.03694 q -0.1171,-0.17498 0.019,-0.26606 0.12961,-0.0867 0.24671,0.0882 l 0.87176,1.30266 -2.92287,1.95604 q -0.17499,0.1171 -0.26607,-0.019 -0.0867,-0.12962 0.0883,-0.24672 l 0.62216,-0.41636 -2.08615,-3.11731 -0.62217,0.41637 q -0.17498,0.1171 -0.26606,-0.019 -0.0867,-0.12962 0.0882,-0.24672 l 1.51005,-1.01055 q 0.17498,-0.1171 0.26172,0.0125 0.0911,0.1361 -0.0839,0.2532 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5243"
inkscape:connector-curvature="0" />
<path
d="m 113.77246,194.0635 1.14095,1.39399 1.89487,-1.55091 -0.58776,-0.71812 q -0.13336,-0.16293 -0.007,-0.26665 0.1207,-0.0988 0.25405,0.0642 l 0.79028,0.96553 -2.71558,2.22265 q -0.16293,0.13336 -0.26666,0.007 -0.0988,-0.12069 0.0641,-0.25405 l 0.32587,-0.26672 -2.37576,-2.90265 -0.32587,0.26672 q -0.16293,0.13336 -0.26665,0.007 -0.0988,-0.12069 0.0641,-0.25405 l 2.58885,-2.11892 0.68655,0.83881 q 0.13336,0.16294 0.007,0.26666 -0.12069,0.0988 -0.25405,-0.0642 l -0.48404,-0.59139 -1.76815,1.44718 1.0323,1.26124 0.87502,-0.71619 -0.22227,-0.27155 q -0.13336,-0.16294 -0.007,-0.26666 0.12069,-0.0988 0.25405,0.0642 l 0.64704,0.79053 q 0.13336,0.16294 0.0127,0.26172 -0.12672,0.10372 -0.26008,-0.0592 l -0.22227,-0.27156 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5245"
inkscape:connector-curvature="0" />
<path
d="m 116.64905,188.76861 q -0.34274,0.34102 -0.443,0.73779 -0.10025,0.39677 -0.002,0.72787 0.10395,0.3256 0.2302,0.552 0.12626,0.2264 0.24726,0.34801 l 0.40152,0.40355 q 0.56103,0.56387 1.22828,0.54901 0.66176,-0.0204 1.25879,-0.61442 0.38696,-0.38501 0.6035,-0.97449 l -0.82503,-0.82921 -0.76841,0.76454 q -0.14925,0.1485 -0.26476,0.0324 -0.11,-0.11056 0.0393,-0.25906 l 1.07245,-1.06705 q 0.15479,-0.15401 0.26479,-0.0434 0.11551,0.11609 -0.0393,0.2701 l -0.0774,0.077 0.95154,0.95636 q -0.21151,0.78248 -0.74774,1.31601 -0.67995,0.67653 -1.47954,0.69105 -0.79407,0.009 -1.4431,-0.64329 l -0.40702,-0.40907 q -0.57753,-0.58045 -0.60858,-1.3856 -0.031,-0.81618 0.57153,-1.41571 0.54728,-0.54452 1.21468,-0.61452 l -0.077,-0.0774 q -0.1485,-0.14926 -0.0324,-0.26476 0.11056,-0.11001 0.25906,0.0392 l 0.50053,0.50306 q 0.1485,0.14925 0.0379,0.25926 -0.10503,0.1045 -0.24806,-0.0282 -0.2256,-0.19356 -0.63945,-0.0788 -0.41386,0.11476 -0.77871,0.47777 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5247"
inkscape:connector-curvature="0" />
<path
d="m 120.44919,187.70799 1.38936,1.14659 1.55857,-1.88858 -0.71573,-0.59066 q -0.1624,-0.13402 -0.0582,-0.26033 0.0993,-0.12029 0.26166,0.0137 l 0.96234,0.79417 -2.23362,2.70656 q -0.13402,0.16239 -0.26032,0.0582 -0.12029,-0.0993 0.0137,-0.26167 l 0.26804,-0.32478 -2.89301,-2.38749 -0.26804,0.32479 q -0.13401,0.16239 -0.26032,0.0582 -0.12029,-0.0993 0.0137,-0.26166 l 2.12938,-2.58025 0.83602,0.68994 q 0.1624,0.13401 0.0582,0.26032 -0.0993,0.12029 -0.26167,-0.0137 l -0.58942,-0.48643 -1.45434,1.76227 1.25705,1.03739 0.71972,-0.87211 -0.27066,-0.22336 q -0.16239,-0.13402 -0.0581,-0.26033 0.0993,-0.12029 0.26166,0.0137 l 0.78791,0.65023 q 0.16239,0.13402 0.0631,0.25431 -0.10423,0.1263 -0.26663,-0.008 l -0.27065,-0.22336 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.79822731px;font-family:FreeMono;-inkscape-font-specification:'FreeMono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0.142875px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.18715745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5249"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 58 KiB

BIN
font/Montserrat-Medium.ttf Normal file

Binary file not shown.

615
hero_image.svg Normal file
View file

@ -0,0 +1,615 @@
<?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="1920"
height="1200"
viewBox="0 0 507.99999 317.50001"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="hero_image.svg">
<defs
id="defs2">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 158.75 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="507.99999 : 158.75 : 1"
inkscape:persp3d-origin="254 : 105.83334 : 1"
id="perspective1081" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="300.48542"
inkscape:cy="460.09315"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1848"
inkscape:window-height="1016"
inkscape:window-x="1752"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,20.500017)">
<rect
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect885"
width="508"
height="29.185829"
x="0.005190338"
y="-20.500837" />
<rect
style="opacity:1;vector-effect:none;fill:#5b046b;fill-opacity:1;stroke:none;stroke-width:0.73206139;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect821-8"
width="508"
height="265.86353"
x="0.056067578"
y="4.7287116" />
<rect
style="opacity:1;vector-effect:none;fill:#6a046b;fill-opacity:1;stroke:none;stroke-width:0.67748111;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect821"
width="508"
height="227.69742"
x="0.056067578"
y="4.7287116" />
<rect
style="opacity:1;vector-effect:none;fill:#6b0458;fill-opacity:1;stroke:none;stroke-width:0.58293194;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect821-0"
width="508"
height="168.57741"
x="0.056067578"
y="4.7287116" />
<rect
style="opacity:1;vector-effect:none;fill:#6b0447;fill-opacity:1;stroke:none;stroke-width:0.41370088;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect821-0-9"
width="508"
height="84.905655"
x="0.056067578"
y="4.7287116" />
<path
style="fill:#8e3d92;fill-opacity:1;stroke:none;stroke-width:0.49438283px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 316.19892,-11.631823 -20.51674,33.865304 2.89503,129.154729 -29.20965,-14.25908 -10.51699,35.64381 33.37066,119.6405 25.4611,4.20237 22.06041,-13.23656 45.9099,8.17214 18.66264,-19.45076 17.2608,0.0615 9.41653,7.40111 51.54104,7.63783 17.01825,-18.48356 -8.7912,-15.71173 0.36742,-20.18326 -20.55372,1.60606 22.11922,-104.66713 -8.40423,-42.764164 -34.60727,24.224954 -21.93628,55.61712 L 426.69373,61.042615 404.44629,19.761314 380.22178,58.076322 364.82155,183.65299 342.40143,19.267186 Z"
id="path867"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 273.3592,141.71681 8.04392,25.29939 20.10978,-12.32533 z"
id="path947"
inkscape:connector-curvature="0" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 283.11253,171.82917 319.06881,292.40809 337.60036,281.30748 304.6577,157.93837 Z"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 261.55283,169.80564 15.6986,-1.16766 -7.13573,-25.16968 z"
id="path951"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 261.96042,175.20974 16.39561,-1.28725 35.48972,119.40721 -19.82072,-3.26005 z"
id="path953"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 278.02986,147.16591 5.05989,14.27146 10.89819,-6.61677 z"
id="path955"
inkscape:connector-curvature="0" />
<path
style="fill:#9b418a;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 287.09728,173.55841 32.84307,108.25365 V 225.85043 L 303.0601,162.73305 Z"
id="path957"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#1e0a2e;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 284.45188,248.9133 24.24624,36.45932 -20.112,-66.08102 -19.28073,-23.11225 z"
id="path959"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 287.09728,173.55841 8.55306,28.14154 10.98843,-25.41361 -3.57867,-13.55329 z"
id="path961"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 299.3905,19.342873 15.32064,-2.935692 V -6.2526847 Z"
id="path963"
inkscape:connector-curvature="0" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 318.28902,-6.1609467 0.82568,21.8342037 18.89851,1.100885 z"
id="path965"
inkscape:connector-curvature="0" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 297.46981,24.157364 3.54695,127.476746 5.56333,2.94625 21.46092,77.74906 L 315.1541,21.521853 Z"
id="path967"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 319.2694,21.452903 20.3034,0.733923 24.03598,168.251814 -31.01749,39.13513 z"
id="path969"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#1e0a2e;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 304.06925,114.93631 13.85282,14.58671 5.87136,74.86014 -12.47667,-51.37462 -7.70621,-3.30264 z"
id="path971"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#9b418a;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 333.16959,189.72081 23.7425,-29.19163 -20.1163,-135.533111 -13.40666,-0.594965 z"
id="path973"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 323.38913,24.401104 5.3621,78.744106 16.51328,-20.763007 -8.46872,-57.386136 z"
id="path975"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 322.0119,12.884559 332.65062,13.663001 321.49294,1.0781775 Z"
id="path977"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#1e0a2e;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 303.68465,108.0335 12.95303,12.68243 -2.01827,-39.081331 -12.43218,-9.874573 z"
id="path979"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 384.61732,55.305106 401.68103,27.59951 398.37838,54.662924 Z"
id="path985"
inkscape:connector-curvature="0" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 405.44238,26.590363 -1.55959,28.439523 18.16461,3.486135 z"
id="path987"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 382.48504,60.59885 -14.77132,124.11817 23.41557,37.85637 7.43369,-161.666717 z"
id="path989"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 403.11629,61.191113 -8.3077,161.660657 30.86659,-25.96905 -1.97915,-132.39547 z"
id="path991"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#1e0a2e;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 381.43306,94.361518 -10.89821,89.780452 17.6447,28.02394 4.02197,-121.177621 z"
id="path995"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#9b418a;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 406.54328,64.570886 -5.50442,108.895774 21.65072,-12.01799 -1.19262,-94.584274 z"
id="path997"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#9b418a;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 400.89413,179.21182 -0.51897,12.06587 22.05589,-14.79042 -0.12975,-8.82235 z"
id="path999"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#9b418a;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 333.8183,195.55914 0.90817,10.50897 23.87225,-29.58084 -1.16767,-9.34132 z"
id="path1001"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 406.54326,64.570884 -2.79805,54.126776 18.4398,2.38524 -0.68806,-54.218506 z"
id="path1003"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 406.73244,34.421485 -0.51897,18.423152 11.02797,2.010978 z"
id="path1005"
inkscape:connector-curvature="0" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 334.98578,253.73952 -0.36697,-19.81594 32.47608,-40.36577 24.40296,35.22829 -24.21945,-26.97165 -27.33865,33.21003 z"
id="path1007"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#1e0a2e;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 335.90316,257.95956 5.50443,20.54986 24.40294,4.77048 -21.65073,-8.44013 z"
id="path1009"
inkscape:connector-curvature="0" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 435.47457,231.58787 33.89376,-109.81962 -18.52411,-7.29694 -22.78981,55.97189 0.6867,26.0241 z"
id="path1011"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 455.07394,110.441 15.04543,5.22922 8.89879,-21.650744 z"
id="path1013"
inkscape:connector-curvature="0" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 476.0825,118.05548 13.39408,7.24748 -5.6879,-30.274343 z"
id="path1015"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 466.5415,235.02448 -30.73305,10.45836 37.33834,-122.01469 16.88023,8.62359 z"
id="path1017"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 483.32996,103.92741 -4.1283,13.3024 7.064,3.30265 z"
id="path1019"
inkscape:connector-curvature="0" />
<path
style="fill:#9b418a;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 444.72146,229.18417 31.03294,-100.05219 10.37924,5.31937 -12.58484,56.56687 z"
id="path1021"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#1e0a2e;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 430.39577,170.62272 1.10089,25.41208 5.32095,21.28377 20.73332,-68.43834 -19.83582,3.90439 z"
id="path1023"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 475.7544,129.13198 -9.16292,30.87825 14.70934,-3.76248 4.83282,-21.7964 z"
id="path1029"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 392.86012,228.91585 32.2147,-26.36748 6.05489,32.10913 -8.99057,-23.30206 -25.22589,17.46218 21.73975,12.99563 0.55044,24.03599 -5.68791,-21.1003 -25.66485,-13.37556 9.43532,0.93506 z"
id="path1031"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 436.63764,248.10403 31.5918,-10.44411 20.17465,-2.20558 0.25949,17.19061 -3.82735,-13.16866 -16.02295,0.97305 z"
id="path1033"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 345.26068,233.00617 21.92597,-9.99969 22.38466,6.42182 -20.82508,-2.20177 z"
id="path1039"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 349.9061,270.67889 2.98403,5.05986 28.02395,9.08185 2.33533,-23.74253 -7.91416,19.07187 -20.75849,-6.61677 z"
id="path1041"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 340.5648,247.97429 -1.81638,7.006 6.48703,13.88221 3.89221,-2.85427 5.4491,4.02195 18.81238,6.87625 7.91416,-18.03393 -32.17563,-11.28743 z"
id="path1043"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 340.56479,239.93038 40.21956,11.15769 28.02395,-6.09782 -21.02848,-9.66438 -20.35874,-1.36355 z"
id="path1051"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 344.39214,241.00074 39.76546,13.07135 24.6507,-9.08184 -18.68263,-1.94611 -7.00599,4.41119 z"
id="path1045"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 386.93467,258.54689 -1.85323,26.96625 17.14927,-16.30702 15.03164,0.094 -7.09398,-20.41097 z"
id="path1047"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#9b418a;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 349.77636,226.5671 18.42316,-7.65469 c 0,0 16.73652,5.77345 16.21755,5.77345 -0.51896,0 -12.00099,-9.92514 -12.00099,-9.92514 l -6.22753,-1.16767 -5.4491,2.65969 z"
id="path1053"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccscccc" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 354.43473,222.18081 12.84366,-12.10973 11.19232,9.90796 -10.27493,-4.58701 z"
id="path1049"
inkscape:connector-curvature="0" />
<path
style="fill:#1e0a2e;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 422.56078,266.52715 10.37925,10.11976 29.97005,4.80039 -28.02394,-7.39519 -0.25948,-7.26549 4.54092,-7.13573 -7.52496,5.57885 -0.12974,6.22754 z"
id="path1083"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 402.13974,228.91739 13.85281,3.39442 11.65101,1.3761 -8.99056,-13.57758 z"
id="path1087"
inkscape:connector-curvature="0" />
<path
style="fill:#9b418a;fill-opacity:1;stroke:none;stroke-width:0.25948098px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 402.13974,228.91739 17.33892,-11.8345 8.1649,16.60502 -9.81622,-11.46756 z"
id="path1085"
inkscape:connector-curvature="0" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25731492px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 420.87332,240.14639 6.56155,-3.47376 0.12865,15.05293 -2.95912,3.3451 -3.08778,7.97675 z"
id="path877"
inkscape:connector-curvature="0" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25731492px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 408.00758,233.58485 10.42126,4.50301 5.91825,-2.57314 z"
id="path879"
inkscape:connector-curvature="0" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25731492px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 428.85009,267.80774 1.92986,-6.17556 14.15233,-11.70783 -14.28098,2.95912 -3.73107,4.11703 -2.31583,6.81886 z"
id="path881"
inkscape:connector-curvature="0" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25731492px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 448.7166,250.90449 16.9213,-0.90974 12.91837,31.65913 -15.64761,-25.10897 -19.46857,-1.8195 z"
id="path887"
inkscape:connector-curvature="0" />
<path
style="fill:#dd48a3;fill-opacity:1;stroke:none;stroke-width:0.25731492px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 470.00466,250.54059 12.5545,-6.00432 13.75467,23.38883 -13.78966,15.0283 z"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#2e0b4c;fill-opacity:1;stroke:none;stroke-width:0.25731492px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 443.80399,257.77308 -5.82237,9.50684 0.50038,5.0036 35.98043,9.14294 -14.10106,-21.78841 z"
id="path891"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#681365;fill-opacity:1;stroke:none;stroke-width:0.25731492px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 448.7166,247.72038 20.8332,-1.00072 11.0989,-5.0036 -12.82742,0.72779 z"
id="path893"
inkscape:connector-curvature="0" />
<g
aria-label=" has all your design and production needs."
transform="matrix(0.22814647,0,0,0.22814647,57.711613,-212.87372)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
id="flowRoot895">
<path
d="m 396.8596,1404.3326 q 5.38667,0 8.53333,3.1467 3.2,3.0933 3.2,9.12 v 16.2667 h -5.12 v -15.68 q 0,-4.1067 -1.97333,-6.1867 -1.97333,-2.08 -5.65333,-2.08 -4.16,0 -6.56,2.4533 -2.4,2.4 -2.4,6.9334 v 14.56 h -5.12 v -39.5734 h 5.12 v 15.3067 q 1.6,-2.0267 4.16,-3.1467 2.61333,-1.12 5.81333,-1.12 z"
style="font-size:53.33333588px"
id="path924" />
<path
d="m 428.37959,1404.3326 q 5.86667,0 8.96,2.88 3.14667,2.88 3.14667,8.5867 v 17.0667 h -4.85333 v -3.7334 q -1.28,1.9734 -3.68,3.04 -2.34667,1.0134 -5.6,1.0134 -4.74667,0 -7.62667,-2.2934 -2.82667,-2.2933 -2.82667,-6.0266 0,-3.7334 2.72,-5.9734 2.72,-2.2933 8.64,-2.2933 h 8.10667 v -1.0133 q 0,-3.3067 -1.92,-5.0667 -1.92,-1.76 -5.65333,-1.76 -2.50667,0 -4.90667,0.8533 -2.4,0.8 -4.05333,2.1867 l -2.13334,-3.84 q 2.18667,-1.76 5.22667,-2.6667 3.04,-0.96 6.45333,-0.96 z m -1.17333,24.9067 q 2.93333,0 5.06667,-1.28 2.13333,-1.3333 3.09333,-3.7333 v -3.9467 h -7.89333 q -6.50667,0 -6.50667,4.3733 0,2.1334 1.65333,3.36 1.65334,1.2267 4.58667,1.2267 z"
style="font-size:53.33333588px"
id="path926" />
<path
d="m 458.08624,1433.186 q -3.46667,0 -6.66667,-0.9067 -3.2,-0.96 -5.01333,-2.4 l 2.13333,-4.0533 q 1.86667,1.3333 4.53333,2.1333 2.66667,0.8 5.38667,0.8 6.72,0 6.72,-3.84 0,-1.28 -0.90667,-2.0267 -0.90666,-0.7466 -2.29333,-1.0666 -1.33333,-0.3734 -3.84,-0.8 -3.41333,-0.5334 -5.6,-1.2267 -2.13333,-0.6933 -3.68,-2.3467 -1.54667,-1.6533 -1.54667,-4.64 0,-3.84 3.2,-6.1333 3.2,-2.3467 8.58667,-2.3467 2.82667,0 5.65333,0.6934 2.82667,0.6933 4.64,1.8666 l -2.18666,4.0534 q -3.46667,-2.24 -8.16,-2.24 -3.25334,0 -4.96,1.0666 -1.70667,1.0667 -1.70667,2.8267 0,1.3867 0.96,2.1867 0.96,0.8 2.34667,1.1733 1.44,0.3733 4,0.8533 3.41333,0.5867 5.49333,1.28 2.13333,0.64 3.62667,2.24 1.49333,1.6 1.49333,4.48 0,3.84 -3.30667,6.1334 -3.25333,2.24 -8.90666,2.24 z"
style="font-size:53.33333588px"
id="path928" />
<path
d="m 501.33951,1404.3326 q 5.86666,0 8.96,2.88 3.14667,2.88 3.14667,8.5867 v 17.0667 h -4.85334 v -3.7334 q -1.28,1.9734 -3.68,3.04 -2.34667,1.0134 -5.6,1.0134 -4.74667,0 -7.62667,-2.2934 -2.82666,-2.2933 -2.82666,-6.0266 0,-3.7334 2.72,-5.9734 2.72,-2.2933 8.64,-2.2933 h 8.10666 v -1.0133 q 0,-3.3067 -1.92,-5.0667 -1.92,-1.76 -5.65333,-1.76 -2.50667,0 -4.90667,0.8533 -2.4,0.8 -4.05333,2.1867 l -2.13333,-3.84 q 2.18666,-1.76 5.22666,-2.6667 3.04,-0.96 6.45334,-0.96 z m -1.17334,24.9067 q 2.93334,0 5.06667,-1.28 2.13333,-1.3333 3.09333,-3.7333 v -3.9467 h -7.89333 q -6.50667,0 -6.50667,4.3733 0,2.1334 1.65334,3.36 1.65333,1.2267 4.58666,1.2267 z"
style="font-size:53.33333588px"
id="path930" />
<path
d="m 522.93948,1393.2926 h 5.12 v 39.5734 h -5.12 z"
style="font-size:53.33333588px"
id="path932" />
<path
d="m 537.81943,1393.2926 h 5.12 v 39.5734 h -5.12 z"
style="font-size:53.33333588px"
id="path934" />
<path
d="m 592.05936,1404.5993 -13.70667,31.0933 q -1.81333,4.32 -4.26667,6.08 -2.4,1.76 -5.81333,1.76 -2.08,0 -4.05334,-0.6933 -1.92,-0.64 -3.2,-1.92 l 2.18667,-3.84 q 2.18667,2.08 5.06667,2.08 1.86667,0 3.09333,-1.0133 1.28,-0.96 2.29334,-3.36 l 0.90666,-1.9734 -12.48,-28.2133 h 5.33333 l 9.86667,22.6133 9.76,-22.6133 z"
style="font-size:53.33333588px"
id="path936" />
<path
d="m 608.16584,1433.186 q -4.21333,0 -7.57333,-1.8667 -3.36,-1.8667 -5.28,-5.12 -1.86667,-3.3067 -1.86667,-7.4667 0,-4.16 1.86667,-7.4133 1.92,-3.3067 5.28,-5.12 3.36,-1.8667 7.57333,-1.8667 4.21334,0 7.52,1.8667 3.36,1.8133 5.22667,5.12 1.92,3.2533 1.92,7.4133 0,4.16 -1.92,7.4667 -1.86667,3.2533 -5.22667,5.12 -3.30666,1.8667 -7.52,1.8667 z m 0,-4.48 q 2.72,0 4.85334,-1.2267 2.18666,-1.28 3.41333,-3.52 1.22667,-2.2933 1.22667,-5.2267 0,-2.9333 -1.22667,-5.1733 -1.22667,-2.2933 -3.41333,-3.52 -2.13334,-1.2267 -4.85334,-1.2267 -2.72,0 -4.90667,1.2267 -2.13333,1.2267 -3.41333,3.52 -1.22667,2.24 -1.22667,5.1733 0,2.9334 1.22667,5.2267 1.28,2.24 3.41333,3.52 2.18667,1.2267 4.90667,1.2267 z"
style="font-size:53.33333588px"
id="path938" />
<path
d="m 656.27242,1404.5993 v 28.2667 h -4.85333 v -4.2667 q -1.54667,2.1867 -4.10667,3.4133 -2.50667,1.1734 -5.49333,1.1734 -5.65334,0 -8.90667,-3.0934 -3.25333,-3.1466 -3.25333,-9.2266 v -16.2667 h 5.12 v 15.68 q 0,4.1067 1.97333,6.24 1.97333,2.08 5.65333,2.08 4.05334,0 6.4,-2.4533 2.34667,-2.4534 2.34667,-6.9334 v -14.6133 z"
style="font-size:53.33333588px"
id="path940" />
<path
d="m 670.93899,1409.346 q 1.33333,-2.4534 3.94666,-3.7334 2.61334,-1.28 6.34667,-1.28 v 4.96 q -0.42667,-0.053 -1.17333,-0.053 -4.16,0 -6.56,2.5067 -2.34667,2.4533 -2.34667,7.04 v 14.08 h -5.12 v -28.2667 h 4.90667 z"
style="font-size:53.33333588px"
id="path942" />
<path
d="m 728.91227,1393.2926 v 39.5734 h -4.90666 v -4.48 q -1.70667,2.3466 -4.32,3.5733 -2.61334,1.2267 -5.76,1.2267 -4.10667,0 -7.36,-1.8134 -3.25334,-1.8133 -5.12,-5.0666 -1.81334,-3.3067 -1.81334,-7.5734 0,-4.2666 1.81334,-7.52 1.86666,-3.2533 5.12,-5.0666 3.25333,-1.8134 7.36,-1.8134 3.04,0 5.6,1.1734 2.56,1.12 4.26666,3.36 v -15.5734 z m -14.56,35.4134 q 2.66667,0 4.85334,-1.2267 2.18666,-1.28 3.41333,-3.52 1.22667,-2.2933 1.22667,-5.2267 0,-2.9333 -1.22667,-5.1733 -1.22667,-2.2933 -3.41333,-3.52 -2.18667,-1.2267 -4.85334,-1.2267 -2.72,0 -4.90666,1.2267 -2.13334,1.2267 -3.41334,3.52 -1.22666,2.24 -1.22666,5.1733 0,2.9334 1.22666,5.2267 1.28,2.24 3.41334,3.52 2.18666,1.2267 4.90666,1.2267 z"
style="font-size:53.33333588px"
id="path944" />
<path
d="m 764.16557,1418.8926 q 0,0.5867 -0.10667,1.5467 h -22.93334 q 0.48,3.7333 3.25334,6.0267 2.82666,2.24 6.98666,2.24 5.06667,0 8.16001,-3.4134 l 2.82666,3.3067 q -1.92,2.24 -4.8,3.4133 -2.82667,1.1734 -6.34667,1.1734 -4.48,0 -7.94666,-1.8134 -3.46667,-1.8666 -5.38667,-5.1733 -1.86667,-3.3067 -1.86667,-7.4667 0,-4.1066 1.81334,-7.4133 1.86666,-3.3067 5.06666,-5.12 3.25334,-1.8667 7.30667,-1.8667 4.05333,0 7.2,1.8667 3.2,1.8133 4.96,5.12 1.81334,3.3067 1.81334,7.5733 z m -13.97334,-10.24 q -3.68,0 -6.18667,2.24 -2.45333,2.24 -2.88,5.8667 h 18.13334 q -0.42667,-3.5733 -2.93333,-5.8133 -2.45334,-2.2934 -6.13334,-2.2934 z"
style="font-size:53.33333588px"
id="path946" />
<path
d="m 779.36552,1433.186 q -3.46667,0 -6.66667,-0.9067 -3.2,-0.96 -5.01333,-2.4 l 2.13333,-4.0533 q 1.86667,1.3333 4.53333,2.1333 2.66667,0.8 5.38667,0.8 6.72,0 6.72,-3.84 0,-1.28 -0.90666,-2.0267 -0.90667,-0.7466 -2.29334,-1.0666 -1.33333,-0.3734 -3.84,-0.8 -3.41333,-0.5334 -5.6,-1.2267 -2.13333,-0.6933 -3.68,-2.3467 -1.54667,-1.6533 -1.54667,-4.64 0,-3.84 3.2,-6.1333 3.2,-2.3467 8.58667,-2.3467 2.82667,0 5.65334,0.6934 2.82666,0.6933 4.64,1.8666 l -2.18667,4.0534 q -3.46667,-2.24 -8.16,-2.24 -3.25334,0 -4.96,1.0666 -1.70667,1.0667 -1.70667,2.8267 0,1.3867 0.96,2.1867 0.96,0.8 2.34667,1.1733 1.44,0.3733 4,0.8533 3.41333,0.5867 5.49333,1.28 2.13334,0.64 3.62667,2.24 1.49333,1.6 1.49333,4.48 0,3.84 -3.30666,6.1334 -3.25334,2.24 -8.90667,2.24 z"
style="font-size:53.33333588px"
id="path948" />
<path
d="m 797.97882,1404.5993 h 5.12 v 28.2667 h -5.12 z m 2.56,-5.44 q -1.49333,0 -2.50666,-0.96 -0.96,-0.96 -0.96,-2.3467 0,-1.3866 0.96,-2.3466 1.01333,-1.0134 2.50666,-1.0134 1.49334,0 2.45334,0.96 1.01333,0.9067 1.01333,2.2934 0,1.44 -1.01333,2.4533 -0.96,0.96 -2.45334,0.96 z"
style="font-size:53.33333588px"
id="path950" />
<path
d="m 839.89883,1404.5993 v 24.4267 q 0,7.4133 -3.68,10.9333 -3.68,3.5733 -10.98667,3.5733 -4,0 -7.62667,-1.12 -3.62666,-1.0666 -5.86666,-3.0933 l 2.45333,-3.9467 q 1.97333,1.7067 4.85333,2.6667 2.93334,1.0133 6.02667,1.0133 4.96,0 7.30667,-2.3466 2.4,-2.3467 2.4,-7.1467 v -2.24 q -1.81334,2.1867 -4.48,3.3067 -2.61334,1.0666 -5.70667,1.0666 -4.05333,0 -7.36,-1.7066 -3.25333,-1.76 -5.12,-4.8534 -1.86667,-3.1466 -1.86667,-7.1466 0,-4 1.86667,-7.0934 1.86667,-3.1466 5.12,-4.8533 3.30667,-1.7067 7.36,-1.7067 3.2,0 5.92,1.1734 2.77333,1.1733 4.53333,3.4666 v -4.3733 z m -14.72,22.6133 q 2.77333,0 4.96,-1.1733 2.24,-1.1733 3.46666,-3.2533 1.28,-2.1334 1.28,-4.8 0,-4.1067 -2.72,-6.6134 -2.72,-2.56 -6.98666,-2.56 -4.32,0 -7.04,2.56 -2.72,2.5067 -2.72,6.6134 0,2.6666 1.22666,4.8 1.28,2.08 3.46667,3.2533 2.24,1.1733 5.06667,1.1733 z"
style="font-size:53.33333588px"
id="path952" />
<path
d="m 864.75209,1404.3326 q 5.38666,0 8.53333,3.1467 3.2,3.0933 3.2,9.12 v 16.2667 h -5.12 v -15.68 q 0,-4.1067 -1.97333,-6.1867 -1.97334,-2.08 -5.65334,-2.08 -4.16,0 -6.56,2.4533 -2.4,2.4 -2.4,6.9334 v 14.56 h -5.12 v -28.2667 h 4.90667 v 4.2667 q 1.54667,-2.1867 4.16,-3.36 2.66667,-1.1734 6.02667,-1.1734 z"
style="font-size:53.33333588px"
id="path954" />
<path
d="m 241.4201,1470.9993 q 5.86667,0 8.96001,2.88 3.14666,2.88 3.14666,8.5866 v 17.0667 h -4.85333 v -3.7333 q -1.28,1.9733 -3.68,3.04 -2.34667,1.0133 -5.6,1.0133 -4.74667,0 -7.62667,-2.2933 -2.82667,-2.2934 -2.82667,-6.0267 0,-3.7333 2.72,-5.9733 2.72,-2.2934 8.64,-2.2934 h 8.10667 v -1.0133 q 0,-3.3067 -1.92,-5.0667 -1.92,-1.76 -5.65333,-1.76 -2.50667,0 -4.90667,0.8534 -2.4,0.8 -4.05333,2.1866 l -2.13334,-3.84 q 2.18667,-1.76 5.22667,-2.6666 3.04,-0.96 6.45333,-0.96 z m -1.17333,24.9066 q 2.93333,0 5.06667,-1.28 2.13333,-1.3333 3.09333,-3.7333 v -3.9467 h -7.89333 q -6.50667,0 -6.50667,4.3734 0,2.1333 1.65333,3.36 1.65334,1.2266 4.58667,1.2266 z"
style="font-size:53.33333588px"
id="path956" />
<path
d="m 278.11342,1470.9993 q 5.38666,0 8.53333,3.1466 3.2,3.0934 3.2,9.12 v 16.2667 h -5.12 v -15.68 q 0,-4.1067 -1.97333,-6.1867 -1.97334,-2.08 -5.65334,-2.08 -4.16,0 -6.56,2.4534 -2.4,2.4 -2.4,6.9333 v 14.56 h -5.12 v -28.2667 h 4.90667 v 4.2667 q 1.54667,-2.1867 4.16,-3.36 2.66667,-1.1733 6.02667,-1.1733 z"
style="font-size:53.33333588px"
id="path958" />
<path
d="m 326.16665,1459.9593 v 39.5733 h -4.90666 v -4.48 q -1.70667,2.3467 -4.32,3.5733 -2.61334,1.2267 -5.76,1.2267 -4.10667,0 -7.36,-1.8133 -3.25334,-1.8134 -5.12,-5.0667 -1.81334,-3.3067 -1.81334,-7.5733 0,-4.2667 1.81334,-7.52 1.86666,-3.2534 5.12,-5.0667 3.25333,-1.8133 7.36,-1.8133 3.04,0 5.6,1.1733 2.56,1.12 4.26666,3.36 v -15.5733 z m -14.56,35.4133 q 2.66667,0 4.85334,-1.2267 2.18666,-1.28 3.41333,-3.52 1.22667,-2.2933 1.22667,-5.2266 0,-2.9334 -1.22667,-5.1734 -1.22667,-2.2933 -3.41333,-3.52 -2.18667,-1.2266 -4.85334,-1.2266 -2.72,0 -4.90666,1.2266 -2.13334,1.2267 -3.41334,3.52 -1.22666,2.24 -1.22666,5.1734 0,2.9333 1.22666,5.2266 1.28,2.24 3.41334,3.52 2.18666,1.2267 4.90666,1.2267 z"
style="font-size:53.33333588px"
id="path960" />
<path
d="m 365.20656,1470.9993 q 4.10667,0 7.36,1.8133 3.25334,1.8133 5.06667,5.0667 1.86667,3.2533 1.86667,7.52 0,4.2666 -1.86667,7.5733 -1.81333,3.2533 -5.06667,5.0667 -3.25333,1.8133 -7.36,1.8133 -3.04,0 -5.6,-1.1733 -2.50666,-1.1734 -4.26666,-3.4134 v 14.6134 h -5.12 v -38.6134 h 4.90666 v 4.48 q 1.70667,-2.3466 4.32,-3.52 2.61334,-1.2266 5.76,-1.2266 z m -0.42666,24.3733 q 2.72,0 4.85333,-1.2267 2.18667,-1.28 3.41333,-3.52 1.28,-2.2933 1.28,-5.2266 0,-2.9334 -1.28,-5.1734 -1.22666,-2.2933 -3.41333,-3.52 -2.13333,-1.2266 -4.85333,-1.2266 -2.66667,0 -4.85334,1.28 -2.13333,1.2266 -3.41333,3.4666 -1.22667,2.24 -1.22667,5.1734 0,2.9333 1.22667,5.2266 1.22667,2.24 3.41333,3.52 2.18667,1.2267 4.85334,1.2267 z"
style="font-size:53.33333588px"
id="path962" />
<path
d="m 391.49985,1476.0126 q 1.33334,-2.4533 3.94667,-3.7333 2.61333,-1.28 6.34667,-1.28 v 4.96 q -0.42667,-0.053 -1.17334,-0.053 -4.16,0 -6.56,2.5067 -2.34666,2.4533 -2.34666,7.04 v 14.08 h -5.12 v -28.2667 h 4.90666 z"
style="font-size:53.33333588px"
id="path964" />
<path
d="m 419.92646,1499.8526 q -4.21333,0 -7.57333,-1.8667 -3.36,-1.8666 -5.28,-5.12 -1.86667,-3.3066 -1.86667,-7.4666 0,-4.16 1.86667,-7.4134 1.92,-3.3066 5.28,-5.12 3.36,-1.8666 7.57333,-1.8666 4.21334,0 7.52,1.8666 3.36,1.8134 5.22667,5.12 1.92,3.2534 1.92,7.4134 0,4.16 -1.92,7.4666 -1.86667,3.2534 -5.22667,5.12 -3.30666,1.8667 -7.52,1.8667 z m 0,-4.48 q 2.72,0 4.85334,-1.2267 2.18666,-1.28 3.41333,-3.52 1.22667,-2.2933 1.22667,-5.2266 0,-2.9334 -1.22667,-5.1734 -1.22667,-2.2933 -3.41333,-3.52 -2.13334,-1.2266 -4.85334,-1.2266 -2.72,0 -4.90666,1.2266 -2.13334,1.2267 -3.41334,3.52 -1.22667,2.24 -1.22667,5.1734 0,2.9333 1.22667,5.2266 1.28,2.24 3.41334,3.52 2.18666,1.2267 4.90666,1.2267 z"
style="font-size:53.33333588px"
id="path966" />
<path
d="m 468.35304,1459.9593 v 39.5733 h -4.90667 v -4.48 q -1.70666,2.3467 -4.32,3.5733 -2.61333,1.2267 -5.76,1.2267 -4.10666,0 -7.36,-1.8133 -3.25333,-1.8134 -5.12,-5.0667 -1.81333,-3.3067 -1.81333,-7.5733 0,-4.2667 1.81333,-7.52 1.86667,-3.2534 5.12,-5.0667 3.25334,-1.8133 7.36,-1.8133 3.04,0 5.6,1.1733 2.56,1.12 4.26667,3.36 v -15.5733 z m -14.56,35.4133 q 2.66667,0 4.85333,-1.2267 2.18667,-1.28 3.41334,-3.52 1.22666,-2.2933 1.22666,-5.2266 0,-2.9334 -1.22666,-5.1734 -1.22667,-2.2933 -3.41334,-3.52 -2.18666,-1.2266 -4.85333,-1.2266 -2.72,0 -4.90667,1.2266 -2.13333,1.2267 -3.41333,3.52 -1.22667,2.24 -1.22667,5.1734 0,2.9333 1.22667,5.2266 1.28,2.24 3.41333,3.52 2.18667,1.2267 4.90667,1.2267 z"
style="font-size:53.33333588px"
id="path968" />
<path
d="m 504.40633,1471.2659 v 28.2667 H 499.553 v -4.2667 q -1.54667,2.1867 -4.10667,3.4134 -2.50667,1.1733 -5.49333,1.1733 -5.65334,0 -8.90667,-3.0933 -3.25333,-3.1467 -3.25333,-9.2267 v -16.2667 h 5.12 v 15.68 q 0,4.1067 1.97333,6.24 1.97333,2.08 5.65333,2.08 4.05334,0 6.4,-2.4533 2.34667,-2.4533 2.34667,-6.9333 v -14.6134 z"
style="font-size:53.33333588px"
id="path970" />
<path
d="m 526.48623,1499.8526 q -4.32,0 -7.73333,-1.8667 -3.36,-1.8666 -5.28,-5.12 -1.92,-3.3066 -1.92,-7.4666 0,-4.16 1.92,-7.4134 1.92,-3.3066 5.28,-5.12 3.41333,-1.8666 7.73333,-1.8666 3.84,0 6.82667,1.5466 3.04,1.5467 4.69333,4.48 l -3.89333,2.5067 q -1.33334,-2.0267 -3.30667,-3.04 -1.97333,-1.0133 -4.37333,-1.0133 -2.77334,0 -5.01334,1.2266 -2.18666,1.2267 -3.46666,3.52 -1.22667,2.24 -1.22667,5.1734 0,2.9866 1.22667,5.28 1.28,2.24 3.46666,3.4666 2.24,1.2267 5.01334,1.2267 2.4,0 4.37333,-1.0133 1.97333,-1.0134 3.30667,-3.04 l 3.89333,2.4533 q -1.65333,2.9333 -4.69333,4.5333 -2.98667,1.5467 -6.82667,1.5467 z"
style="font-size:53.33333588px"
id="path972" />
<path
d="m 560.88619,1497.8793 q -1.12,0.96 -2.77333,1.4933 -1.65333,0.48 -3.41333,0.48 -4.26667,0 -6.61334,-2.2933 -2.34666,-2.2934 -2.34666,-6.56 v -15.52 h -4.8 v -4.2134 h 4.8 v -6.1866 h 5.12 v 6.1866 h 8.10666 v 4.2134 h -8.10666 v 15.3066 q 0,2.2934 1.12,3.52 1.17333,1.2267 3.30666,1.2267 2.34667,0 4,-1.3333 z"
style="font-size:53.33333588px"
id="path974" />
<path
d="m 567.07282,1471.2659 h 5.12 v 28.2667 h -5.12 z m 2.56,-5.44 q -1.49334,0 -2.50667,-0.96 -0.96,-0.96 -0.96,-2.3466 0,-1.3867 0.96,-2.3467 1.01333,-1.0133 2.50667,-1.0133 1.49333,0 2.45333,0.96 1.01333,0.9066 1.01333,2.2933 0,1.44 -1.01333,2.4533 -0.96,0.96 -2.45333,0.96 z"
style="font-size:53.33333588px"
id="path976" />
<path
d="m 594.05946,1499.8526 q -4.21334,0 -7.57334,-1.8667 -3.36,-1.8666 -5.28,-5.12 -1.86666,-3.3066 -1.86666,-7.4666 0,-4.16 1.86666,-7.4134 1.92,-3.3066 5.28,-5.12 3.36,-1.8666 7.57334,-1.8666 4.21333,0 7.52,1.8666 3.36,1.8134 5.22666,5.12 1.92,3.2534 1.92,7.4134 0,4.16 -1.92,7.4666 -1.86666,3.2534 -5.22666,5.12 -3.30667,1.8667 -7.52,1.8667 z m 0,-4.48 q 2.72,0 4.85333,-1.2267 2.18667,-1.28 3.41333,-3.52 1.22667,-2.2933 1.22667,-5.2266 0,-2.9334 -1.22667,-5.1734 -1.22666,-2.2933 -3.41333,-3.52 -2.13333,-1.2266 -4.85333,-1.2266 -2.72,0 -4.90667,1.2266 -2.13333,1.2267 -3.41333,3.52 -1.22667,2.24 -1.22667,5.1734 0,2.9333 1.22667,5.2266 1.28,2.24 3.41333,3.52 2.18667,1.2267 4.90667,1.2267 z"
style="font-size:53.33333588px"
id="path978" />
<path
d="m 630.9127,1470.9993 q 5.38667,0 8.53334,3.1466 3.2,3.0934 3.2,9.12 v 16.2667 h -5.12 v -15.68 q 0,-4.1067 -1.97334,-6.1867 -1.97333,-2.08 -5.65333,-2.08 -4.16,0 -6.56,2.4534 -2.4,2.4 -2.4,6.9333 v 14.56 h -5.12 v -28.2667 h 4.90666 v 4.2667 q 1.54667,-2.1867 4.16,-3.36 2.66667,-1.1733 6.02667,-1.1733 z"
style="font-size:53.33333588px"
id="path980" />
<path
d="m 681.5793,1470.9993 q 5.38666,0 8.53333,3.1466 3.2,3.0934 3.2,9.12 v 16.2667 h -5.12 v -15.68 q 0,-4.1067 -1.97333,-6.1867 -1.97334,-2.08 -5.65334,-2.08 -4.16,0 -6.56,2.4534 -2.4,2.4 -2.4,6.9333 v 14.56 h -5.12 v -28.2667 h 4.90667 v 4.2667 q 1.54667,-2.1867 4.16,-3.36 2.66667,-1.1733 6.02667,-1.1733 z"
style="font-size:53.33333588px"
id="path982" />
<path
d="m 728.51255,1485.5593 q 0,0.5866 -0.10667,1.5466 h -22.93333 q 0.48,3.7334 3.25333,6.0267 2.82667,2.24 6.98667,2.24 5.06667,0 8.16,-3.4133 l 2.82667,3.3066 q -1.92,2.24 -4.8,3.4134 -2.82667,1.1733 -6.34667,1.1733 -4.48,0 -7.94667,-1.8133 -3.46666,-1.8667 -5.38666,-5.1734 -1.86667,-3.3066 -1.86667,-7.4666 0,-4.1067 1.81333,-7.4134 1.86667,-3.3066 5.06667,-5.12 3.25333,-1.8666 7.30667,-1.8666 4.05333,0 7.2,1.8666 3.2,1.8134 4.96,5.12 1.81333,3.3067 1.81333,7.5734 z m -13.97333,-10.24 q -3.68,0 -6.18667,2.24 -2.45333,2.24 -2.88,5.8666 h 18.13333 q -0.42666,-3.5733 -2.93333,-5.8133 -2.45333,-2.2933 -6.13333,-2.2933 z"
style="font-size:53.33333588px"
id="path984" />
<path
d="m 761.1525,1485.5593 q 0,0.5866 -0.10666,1.5466 H 738.1125 q 0.48,3.7334 3.25334,6.0267 2.82666,2.24 6.98666,2.24 5.06667,0 8.16,-3.4133 l 2.82667,3.3066 q -1.92,2.24 -4.8,3.4134 -2.82667,1.1733 -6.34667,1.1733 -4.48,0 -7.94666,-1.8133 -3.46667,-1.8667 -5.38667,-5.1734 -1.86667,-3.3066 -1.86667,-7.4666 0,-4.1067 1.81334,-7.4134 1.86666,-3.3066 5.06666,-5.12 3.25334,-1.8666 7.30667,-1.8666 4.05333,0 7.2,1.8666 3.2,1.8134 4.96,5.12 1.81333,3.3067 1.81333,7.5734 z m -13.97333,-10.24 q -3.68,0 -6.18667,2.24 -2.45333,2.24 -2.88,5.8666 h 18.13334 q -0.42667,-3.5733 -2.93334,-5.8133 -2.45333,-2.2933 -6.13333,-2.2933 z"
style="font-size:53.33333588px"
id="path986" />
<path
d="m 794.91252,1459.9593 v 39.5733 h -4.90667 v -4.48 q -1.70667,2.3467 -4.32,3.5733 -2.61333,1.2267 -5.76,1.2267 -4.10667,0 -7.36,-1.8133 -3.25333,-1.8134 -5.12,-5.0667 -1.81333,-3.3067 -1.81333,-7.5733 0,-4.2667 1.81333,-7.52 1.86667,-3.2534 5.12,-5.0667 3.25333,-1.8133 7.36,-1.8133 3.04,0 5.6,1.1733 2.56,1.12 4.26667,3.36 v -15.5733 z m -14.56,35.4133 q 2.66666,0 4.85333,-1.2267 2.18667,-1.28 3.41333,-3.52 1.22667,-2.2933 1.22667,-5.2266 0,-2.9334 -1.22667,-5.1734 -1.22666,-2.2933 -3.41333,-3.52 -2.18667,-1.2266 -4.85333,-1.2266 -2.72,0 -4.90667,1.2266 -2.13333,1.2267 -3.41333,3.52 -1.22667,2.24 -1.22667,5.1734 0,2.9333 1.22667,5.2266 1.28,2.24 3.41333,3.52 2.18667,1.2267 4.90667,1.2267 z"
style="font-size:53.33333588px"
id="path988" />
<path
d="m 812.72581,1499.8526 q -3.46667,0 -6.66667,-0.9067 -3.2,-0.96 -5.01333,-2.4 l 2.13333,-4.0533 q 1.86667,1.3333 4.53334,2.1333 2.66666,0.8 5.38666,0.8 6.72,0 6.72,-3.84 0,-1.28 -0.90666,-2.0266 -0.90667,-0.7467 -2.29334,-1.0667 -1.33333,-0.3733 -3.84,-0.8 -3.41333,-0.5333 -5.6,-1.2267 -2.13333,-0.6933 -3.68,-2.3466 -1.54667,-1.6534 -1.54667,-4.64 0,-3.84 3.20001,-6.1334 3.2,-2.3466 8.58666,-2.3466 2.82667,0 5.65334,0.6933 2.82666,0.6933 4.64,1.8667 l -2.18667,4.0533 q -3.46667,-2.24 -8.16,-2.24 -3.25333,0 -4.96,1.0667 -1.70667,1.0666 -1.70667,2.8266 0,1.3867 0.96,2.1867 0.96,0.8 2.34667,1.1733 1.44,0.3734 4,0.8534 3.41333,0.5866 5.49333,1.28 2.13334,0.64 3.62667,2.24 1.49333,1.6 1.49333,4.48 0,3.84 -3.30666,6.1333 -3.25334,2.24 -8.90667,2.24 z"
style="font-size:53.33333588px"
id="path990" />
<path
d="m 832.56578,1499.8526 q -1.49333,0 -2.56,-1.0133 -1.06667,-1.0667 -1.06667,-2.6667 0,-1.5467 1.06667,-2.56 1.06667,-1.0667 2.56,-1.0667 1.49333,0 2.50667,1.0134 1.01333,1.0133 1.01333,2.6133 0,1.6 -1.06667,2.6667 -1.01333,1.0133 -2.45333,1.0133 z"
style="font-size:53.33333588px"
id="path992" />
</g>
<g
aria-label="Wendy Moo"
transform="matrix(0.44373656,0,0,0.44373656,-16.942202,-244.4127)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
id="flowRoot909">
<path
d="m 151.76,780.76374 -9.36,28 h -4.2 l -7.64,-22.36 -7.64,22.36 h -4.28 l -9.36,-28 h 4.12 l 7.56,22.76 7.88,-22.76 h 3.68 l 7.72,22.88 7.72,-22.88 z"
style=""
id="path996" />
<path
d="m 173.63997,798.28374 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z"
style=""
id="path998" />
<path
d="m 190.27995,787.36374 q 4.04,0 6.4,2.36 2.4,2.32 2.4,6.84 v 12.2 h -3.84 v -11.76 q 0,-3.08 -1.48,-4.64 -1.48,-1.56 -4.24,-1.56 -3.12,0 -4.92,1.84 -1.8,1.8 -1.8,5.2 v 10.92 h -3.84 v -21.2 h 3.68 v 3.2 q 1.16,-1.64 3.12,-2.52 2,-0.88 4.52,-0.88 z"
style=""
id="path1000" />
<path
d="m 226.31987,779.08374 v 29.68 h -3.68 v -3.36 q -1.28,1.76 -3.24,2.68 -1.96,0.92 -4.32,0.92 -3.08,0 -5.52,-1.36 -2.44,-1.36 -3.84,-3.8 -1.36,-2.48 -1.36,-5.68 0,-3.2 1.36,-5.64 1.4,-2.44 3.84,-3.8 2.44,-1.36 5.52,-1.36 2.28,0 4.2,0.88 1.92,0.84 3.2,2.52 v -11.68 z m -10.92,26.56 q 2,0 3.64,-0.92 1.64,-0.96 2.56,-2.64 0.92,-1.72 0.92,-3.92 0,-2.2 -0.92,-3.88 -0.92,-1.72 -2.56,-2.64 -1.64,-0.92 -3.64,-0.92 -2.04,0 -3.68,0.92 -1.6,0.92 -2.56,2.64 -0.92,1.68 -0.92,3.88 0,2.2 0.92,3.92 0.96,1.68 2.56,2.64 1.64,0.92 3.68,0.92 z"
style=""
id="path1002" />
<path
d="m 252.35984,787.56374 -10.28,23.32 q -1.36,3.24 -3.2,4.56 -1.8,1.32 -4.36,1.32 -1.56,0 -3.04,-0.52 -1.44,-0.48 -2.4,-1.44 l 1.64,-2.88 q 1.64,1.56 3.8,1.56 1.4,0 2.32,-0.76 0.96,-0.72 1.72,-2.52 l 0.68,-1.48 -9.36,-21.16 h 4 l 7.4,16.96 7.32,-16.96 z"
style=""
id="path1004" />
<path
d="m 293.23973,808.76374 -0.04,-20.4 -10.12,17 h -1.84 l -10.12,-16.88 v 20.28 h -3.84 v -28 h 3.28 l 11.68,19.68 11.52,-19.68 h 3.28 l 0.04,28 z"
style=""
id="path1006" />
<path
d="m 313.99972,809.00374 q -3.16,0 -5.68,-1.4 -2.52,-1.4 -3.96,-3.84 -1.4,-2.48 -1.4,-5.6 0,-3.12 1.4,-5.56 1.44,-2.48 3.96,-3.84 2.52,-1.4 5.68,-1.4 3.16,0 5.64,1.4 2.52,1.36 3.92,3.84 1.44,2.44 1.44,5.56 0,3.12 -1.44,5.6 -1.4,2.44 -3.92,3.84 -2.48,1.4 -5.64,1.4 z m 0,-3.36 q 2.04,0 3.64,-0.92 1.64,-0.96 2.56,-2.64 0.92,-1.72 0.92,-3.92 0,-2.2 -0.92,-3.88 -0.92,-1.72 -2.56,-2.64 -1.6,-0.92 -3.64,-0.92 -2.04,0 -3.68,0.92 -1.6,0.92 -2.56,2.64 -0.92,1.68 -0.92,3.88 0,2.2 0.92,3.92 0.96,1.68 2.56,2.64 1.64,0.92 3.68,0.92 z"
style=""
id="path1008" />
<path
d="m 339.39966,809.00374 q -3.16,0 -5.68,-1.4 -2.52,-1.4 -3.96,-3.84 -1.4,-2.48 -1.4,-5.6 0,-3.12 1.4,-5.56 1.44,-2.48 3.96,-3.84 2.52,-1.4 5.68,-1.4 3.16,0 5.64,1.4 2.52,1.36 3.92,3.84 1.44,2.44 1.44,5.56 0,3.12 -1.44,5.6 -1.4,2.44 -3.92,3.84 -2.48,1.4 -5.64,1.4 z m 0,-3.36 q 2.04,0 3.64,-0.92 1.64,-0.96 2.56,-2.64 0.92,-1.72 0.92,-3.92 0,-2.2 -0.92,-3.88 -0.92,-1.72 -2.56,-2.64 -1.6,-0.92 -3.64,-0.92 -2.04,0 -3.68,0.92 -1.6,0.92 -2.56,2.64 -0.92,1.68 -0.92,3.88 0,2.2 0.92,3.92 0.96,1.68 2.56,2.64 1.64,0.92 3.68,0.92 z"
style=""
id="path1010" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 47 KiB

110
index.html Normal file
View file

@ -0,0 +1,110 @@
<!DOCTYPE html>
<html>
<head>
<title>Wendy Moo Designs</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="stylesheet.css" type="text/css" rel="stylesheet" media="screen"/>
<link rel="icon" type="image/png" href="wendy_moo_logo_favicon.ico"/>
</head>
<!--Start of the website-->
<body>
<!--------------------------------Navigation Bar---------------------------------->
<nav id="navbar" class="light_gray">
<img src="wendy_moo_logo.svg" alt="Wendy Moo Logo">
<div>
<a href="#DESIGNS">Designs</a>
<a href="#WEBSITES">Websites</a>
<a href="#PROJECTS">Projects</a>
</div>
</nav>
<!--------------------------------The about Section------------------------------->
<div id="ABOUT" class="about-end-mod">
<img src="hero_image.svg" class="img-scale">
</div>
<!---------------------------------The design section---------------------------->
<div id="DESIGNS" class="center div-mod">
<h1>Designs</h1>
<div class="img-align">
<img src="designs/craft_mafia_logo.svg" alt="Craft Mafia Logo" class="img-scale">
<img src="designs/halloween.svg" alt="Halloween Cross-Stitch Design" class="img-scale">
<img src="designs/making_forward_logo.svg" alt="Making Forward Logo" class="img-scale">
<img src="designs/resticus.svg" alt="Resticus Logo" class="img-scale">
<img src="designs/rootaccess_circle_logo.svg" alt="Circular Logo for Root Access" class="img-scale">
<img src="designs/women_in_engineering_logo.svg" alt="Women in Engineering Logo" class="img-scale">
<img src="designs/acoustic-guitar_web.svg" alt="Acoustic guitar with the words Music is My Love" class="img-scale">
<img src="designs/geometrics_web.svg" alt="Squares and other geometric shapes with the word Geometrics at bottom" class="img-scale">
<img src="designs/tpt_web.svg" alt="Trumpet with wings on top of a water rainbow" class="img-scale">
</div>
</div>
<!---------------------------The Websites Section---------------------------->
<div id="WEBSITES" class="center div-mod">
<h1>Websites</h1>
<div class="img-align">
<a href="https://princessmoomoo.github.io/product_page/" target="_blank"
rel="noreferrer noopener">
<img src="website_thumbs/product_page_thumb.svg" class="img-scale" alt="Link to Product Page">
</a>
<a href="https://princessmoomoo.github.io/recipe_page/" target="_blank"
rel="noreferrer noopener">
<img src="website_thumbs/recipe_page_thumb.svg" class="img-scale" alt="Link to Recipe Page">
</a>
<a href="https://princessmoomoo.github.io/survey_page/" target="_blank"
rel="noreferrer noopener">
<img src="website_thumbs/survey_page_thumb.svg" class="img-scale" alt="Link to Survey Page">
</a>
<a href="https://princessmoomoo.github.io/technical_page/" target="_blank"
rel="noreferrer noopener">
<img src="website_thumbs/technical_page_thumb.svg" class="img-scale" alt="Link to Technical Page">
</a>
<a href="https://princessmoomoo.github.io/tribute_page/" target="_blank"
rel="noreferrer noopener">
<img src="website_thumbs/tribute_page_thumb.svg" class="img-scale" alt="Link to Tribute Page">
</a>
</div>
<!--rel="noreferrer noopener" comes from
https://www.freecodecamp.org/news/how-to-use-html-to-open-link-in-new-tab/-->
</div>
<!----------------------The Project Section ------------------------------------>
<div id="PROJECTS" class="center div-mod">
<h1>Projects</h1>
<div class="img-align">
<img src="projects/medals.svg" alt="Bullard and Edison High School Medals" class="img-scale">
<img src="projects/jewelry_cat.svg" alt="Jewelry Catalog for Daughters of the Nile" class="img-scale">
<img src="projects/shrine_pin.svg" alt="Shrine Pin for Shriners International" class="img-scale">
<img src="projects/pins.svg" alt="Lapel pins" class="img-scale">
</div>
</div>
</div>
<!-----------------------------The Social Media Section -------------------------->
<div id="SOCIAL" class="about-end-mod">
<div class="img-align">
<a href="https://github.com/PrincessMooMoo" target="_blank"
rel="noreferrer noopener">
<img src="social/github_logo.svg" alt="Link to my github." class="img-scale">
</a>
<a href="https://www.linkedin.com/in/wendy-chrisco-2560ab52/" target="_blank"
rel="noreferrer noopener">
<img src="social/linkedin_logo.svg" alt="Link to my Linkedin." class="img-scale">
</a>
<a href="https://wendymooprincess.tumblr.com/" target="_blank"
rel="noreferrer noopener">
<img src="social/tumblr_logo.svg" alt="Link to my tumblr." class="img-scale">
</a>
</div>
<p id="copyright">Copyright&copy; 2020 Wendy Moo. All rights reserved.</p>
</div>
</body>
<footer>
<script src="script.js"></script>
</footer>
</html>

104
projects/jewelry_cat.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 339 KiB

3676
projects/medals.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 890 KiB

5720
projects/pins.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 613 KiB

1450
projects/shrine_pin.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 227 KiB

6
script.js Normal file
View file

@ -0,0 +1,6 @@
function changeText() {
let copyrightYear = new Date().getFullYear();
document.getElementById("copyright").innerHTML=("Copyright&copy; " + copyrightYear + " Wendy Moo. All rights reserved.");
}
changeText();

63
social/github_logo.svg Normal file
View file

@ -0,0 +1,63 @@
<?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="45"
height="45"
viewBox="0 0 11.906247 11.906257"
version="1.1"
id="svg1107"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="github_logo.svg">
<defs
id="defs1101" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="-23.975881"
inkscape:cy="88.129123"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1680"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata1104">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-285.09348)">
<path
inkscape:connector-curvature="0"
id="path106"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.03527778"
d="m 6.0319148,285.45994 c -3.17289,0 -5.74604996,2.57281 -5.74604996,5.74675 0,2.53894 1.64641996,4.69265 3.92994996,5.45253 0.28751,0.0529 0.39229,-0.12453 0.39229,-0.27693 0,-0.13652 -0.005,-0.49777 -0.008,-0.97719 -1.59844,0.34713 -1.93569,-0.77047 -1.93569,-0.77047 -0.26141,-0.66393 -0.63818,-0.84067 -0.63818,-0.84067 -0.52176,-0.35631 0.0395,-0.34925 0.0395,-0.34925 0.57679,0.0406 0.88018,0.59231 0.88018,0.59231 0.51259,0.87807 1.34514,0.62442 1.67252,0.47731 0.0522,-0.37112 0.20073,-0.62441 0.36477,-0.76799 -1.27599,-0.145 -2.61761,-0.63818 -2.61761,-2.84022 0,-0.62724 0.22402,-1.14053 0.59161,-1.54199 -0.0593,-0.14534 -0.25647,-0.7299 0.0564,-1.52083 0,0 0.48225,-0.15451 1.5801,0.58914 0.45826,-0.1277 0.95003,-0.1912 1.43863,-0.19367 0.48824,0.002 0.97966,0.066 1.43862,0.19367 1.09714,-0.74365 1.57868,-0.58914 1.57868,-0.58914 0.31362,0.79093 0.11642,1.37549 0.0575,1.52083 0.3683,0.40146 0.59055,0.91475 0.59055,1.54199 0,2.20768 -1.34373,2.69346 -2.62361,2.83563 0.20602,0.17745 0.38982,0.52811 0.38982,1.06398 0,0.76835 -0.007,1.38818 -0.007,1.57656 0,0.15381 0.10371,0.33267 0.39511,0.27658 2.2817702,-0.76165 3.9267702,-2.91395 3.9267702,-5.45218 0,-3.17394 -2.5731602,-5.74675 -5.7471002,-5.74675" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

78
social/linkedin_logo.svg Normal file
View file

@ -0,0 +1,78 @@
<?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="53"
height="45"
viewBox="0 0 14.022911 11.906257"
version="1.1"
id="svg1107"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="linkedin_logo.svg">
<defs
id="defs1101" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="48.06842"
inkscape:cy="31.151048"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1680"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata1104">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-285.09346)">
<g
id="g5145"
transform="matrix(0.25299043,0,0,0.25299043,4.0455742,219.99634)"
style="stroke:none">
<path
inkscape:connector-curvature="0"
id="path4528"
d="m -12.865849,303.49414 c -0.525454,-0.12651 -1.333424,-0.66039 -1.709446,-1.12955 -0.210137,-0.26218 -0.445232,-0.71791 -0.55697,-1.07967 -0.190538,-0.61689 -0.193351,-0.91249 -0.193351,-20.3175 0,-19.40501 0.0028,-19.70061 0.193351,-20.3175 0.255803,-0.8282 0.760927,-1.44534 1.550208,-1.89401 l 0.629619,-0.3579 H 7.2922241 27.536884 l 0.645964,0.36358 c 0.69868,0.39325 1.123657,0.85522 1.462876,1.59022 l 0.215906,0.46781 v 20.1478 20.14779 l -0.211418,0.45767 c -0.331462,0.71753 -0.797238,1.22307 -1.482019,1.60856 l -0.631309,0.35538 -20.0509319,0.0149 c -11.028013,0.008 -20.1863231,-0.0177 -20.3518011,-0.0576 z m 10.9805891,-17.36869 0.02464,-10.8246 h -3.43911 -3.4391061 v 10.78424 c 0,5.93133 0.029615,10.81385 0.065812,10.85005 0.036196,0.0362 1.572708,0.0543 3.4144701,0.0404 l 3.348659,-0.0255 z m 10.980853,4.47998 c 0.03667,-3.8901 0.100034,-6.54163 0.163785,-6.85386 0.151423,-0.74161 0.662851,-1.71128 1.1293809,-2.14131 1.087454,-1.00238 3.413543,-1.18165 4.636733,-0.35734 0.490072,0.33026 1.001374,1.15373 1.196007,1.92621 0.157316,0.62438 0.179837,1.35196 0.223877,7.23257 l 0.04897,6.53835 h 3.390252 3.390255 v -7.16797 c 0,-7.63272 -0.0083,-7.79598 -0.491189,-9.70806 -0.480226,-1.90137 -1.34145,-3.22425 -2.698676,-4.14529 -0.542179,-0.36793 -0.855649,-0.51183 -1.673058,-0.76803 -1.203679,-0.37726 -1.94202,-0.46582 -3.494722,-0.41915 -1.318784,0.0396 -1.491015,0.0669 -2.297438,0.36435 -1.448184,0.53406 -2.7789399,1.52852 -3.4954139,2.61207 l -0.282298,0.42693 -0.0268,-1.42202 -0.02681,-1.42203 h -3.2908 -3.290801 v 10.78424 c 0,5.93133 0.02962,10.81385 0.06581,10.85005 0.0362,0.0362 1.572708,0.0543 3.41447,0.0404 l 3.348659,-0.0255 z m -12.665738,-18.63027 c 0.824967,-0.40772 1.457135,-1.03677 1.851066,-1.84193 0.302876,-0.61906 0.415117,-1.7755 0.255116,-2.6285 -0.154847,-0.82552 -0.794057,-1.75772 -1.563614,-2.28032 -0.874209,-0.59366 -1.282164,-0.70373 -2.4470641,-0.66021 -0.9251024,0.0346 -1.0278931,0.0594 -1.6175001,0.39129 -1.2992592,0.73129 -2.0370625,1.89066 -2.1117107,3.31829 -0.03633,0.69481 -0.00827,0.86334 0.2588117,1.55423 0.3558463,0.92052 1.0485218,1.69524 1.9016202,2.12687 0.7379158,0.37336 1.0375511,0.4354 1.955253,0.40489 0.68986,-0.0229 0.887581,-0.073 1.518022,-0.38461 z"
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.25187796;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path4530"
d="m 34.105327,303.69381 c -0.68071,-0.25302 -1.181828,-0.67681 -1.583397,-1.33906 -0.301842,-0.49778 -0.338889,-0.63713 -0.368736,-1.38698 -0.04073,-1.02308 0.163036,-1.5384 0.902044,-2.28131 0.587631,-0.59072 1.167519,-0.8162 2.099125,-0.8162 1.259268,0 2.221346,0.60167 2.76203,1.72733 0.70748,1.47291 0.006,3.34453 -1.504559,4.01429 -0.641122,0.28427 -1.664395,0.32062 -2.306507,0.0819 z m 2.041458,-0.27489 c 0.591858,-0.18581 1.160029,-0.69143 1.493298,-1.32891 0.209852,-0.40141 0.256855,-0.62239 0.258853,-1.21696 0.0021,-0.61776 -0.04046,-0.80985 -0.284216,-1.28353 -0.290531,-0.56459 -0.696465,-0.9628 -1.311608,-1.28664 -0.501817,-0.26418 -1.846644,-0.25041 -2.373178,0.0243 -0.519451,0.27102 -1.026398,0.79486 -1.313447,1.35724 -0.324458,0.63566 -0.331777,1.72626 -0.01561,2.3241 0.468574,0.88601 1.135041,1.39043 2.068287,1.5654 0.481904,0.0904 0.803561,0.0566 1.477608,-0.155 z"
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.25187796;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path4532"
d="m 34.097048,300.84884 0.02662,-1.57405 0.774914,0.002 c 0.426204,7.9e-4 0.889267,0.033 1.029031,0.0714 0.320201,0.0881 0.516469,0.53339 0.432453,0.98123 -0.0707,0.37688 -0.188169,0.5004 -0.566031,0.59524 -0.146208,0.0367 -0.265834,0.0978 -0.265834,0.13587 0,0.038 0.195132,0.34933 0.433631,0.69177 0.40283,0.57839 0.433083,0.76417 0.10387,0.63784 -0.07379,-0.0283 -0.317056,-0.35934 -0.540597,-0.73562 -0.375994,-0.63289 -0.431012,-0.68414 -0.734428,-0.68414 h -0.327985 v 0.72648 c 0,0.66487 -0.01664,0.72649 -0.196128,0.72649 -0.189973,0 -0.195294,-0.0494 -0.169513,-1.57405 z m 1.784477,-0.27825 c 0.07205,-0.0598 0.130995,-0.25347 0.130995,-0.43039 0,-0.4453 -0.282723,-0.62325 -0.990198,-0.62325 h -0.559633 v 0.56504 c 0,0.31078 0.03269,0.59869 0.07265,0.63982 0.100767,0.10371 1.185889,-0.0182 1.346187,-0.15122 z"
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.25187796;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

63
social/tumblr_logo.svg Normal file
View file

@ -0,0 +1,63 @@
<?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="27"
height="45"
viewBox="0 0 7.1437497 11.906257"
version="1.1"
id="svg1107"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="tumblr_logo.svg">
<defs
id="defs1101" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="17.787376"
inkscape:cy="46.929512"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1680"
inkscape:window-height="1013"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata1104">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-285.09348)">
<path
inkscape:connector-curvature="0"
id="path106-1"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.01290271"
d="M 6.8595125,296.96998 H 4.890302 c -1.7732184,0 -3.094584,-0.91223 -3.094584,-3.09537 v -3.49405 H 0.18442896 v -1.89283 C 1.9576472,288.0271 2.699294,286.502 2.7847099,285.17948 h 1.8412157 v 3.00116 h 2.148171 v 2.19992 h -2.148171 v 3.04245 c 0,0.91222 0.4603683,1.22834 1.1933711,1.22834 h 1.0402158 v 2.31863" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

141
stylesheet.css Normal file
View file

@ -0,0 +1,141 @@
@font-face{
/*https://fonts.google.com/specimen/Montserrat?selection.family=Montserrat&sidebar.open=true*/
font-family: "Montserrat";
src: url("font/Montserrat-Medium.ttf");
}
html{
font-size: 32px;
}
h1{
font-family: Montserrat, sans-serif;
color: #211927;
display: inline-block;
}
body{
margin: 0;
background-color: white;
}
.light_gray{
background-color: rgb(243, 243, 243);
}
.img-scale{
height: auto;
max-width: 100%;
padding: 0 .5rem 0 0;
}
.center{
margin: 0 auto;
}
.div-mod{
height: 100%;
width: 80%;
position: relative;
top: 3.5rem;
}
.img-align{
display: flex;
justify-content: center;
flex-flow: row wrap;
}
.about-end-mod{
height: 100%;
width: 100%;
position: relative;
top: 3.5rem;
}
/*----------------------Navbar Section-------------------------------------------*/
#navbar{
height: auto;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
overflow: hidden;
position: fixed;
top: 0;
z-index: 1;
}
#navbar img{
height: auto;
width: 4rem;
margin: .2%
}
a{
font-family: Montserrat, sans-serif;
color: #854279;
}
a:hover{
color: #f67ee0;
}
/*-------------------------About Section----------------------------------------------*/
#ABOUT{
}
/*--------------------Designs Section----------------------------------------------*/
#DESIGNS{
background-color: white;
}
/*---------------------Websites Section-----------------------------------------------*/
#WEBSITES{
background-color: white;
}
/*--------------------------Projects Section------------------------------------*/
#PROJECTS{
background-color: white;
}
/*--------------------------Social Media Section------------------------------------*/
#SOCIAL{
background-color: #854279;
margin-top: 5rem;
text-align: center;
padding: 1rem 0 1rem 0;
}
#SOCIAL p{
color: white;
font-size: .5rem;
}
@media(max-width: 740px){
#ABOUT{
display: none;
}
h1{
font-size: 1.5rem;
}
.div-mod{
left: 1%
}
#navbar a{
display: inline-block;
font-size: .75rem;
}
#navbar{
padding: .3rem;
text-align: center;
}
#SOCIAL{
margin-top: 2rem;
}
#navbar img{
margin: 0
}
}

View file

@ -0,0 +1,154 @@
<?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="288"
height="288"
viewBox="0 0 76.20048 76.20048"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="product_page_thumb.svg">
<defs
id="defs2">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter915"
x="-0.0118125"
width="1.023625"
y="-0.012193548"
height="1.0243871">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.62507813"
id="feGaussianBlur917" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="198.25472"
inkscape:cy="159.3245"
inkscape:document-units="mm"
inkscape:current-layer="g927"
showgrid="false"
inkscape:window-width="1848"
inkscape:window-height="1016"
inkscape:window-x="1752"
inkscape:window-y="27"
inkscape:window-maximized="1"
units="px" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-220.80059)">
<g
id="g927"
transform="translate(-152.70334,43.996706)">
<g
id="g894"
transform="matrix(0.55,0,0,0.55,70.269362,111.12906)">
<rect
style="opacity:1;vector-effect:none;fill:#888266;fill-opacity:1;stroke:none;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter915)"
id="rect817-6"
width="127"
height="123.03125"
x="156.20529"
y="128.41998"
rx="2.6458333"
ry="2.6458333" />
<rect
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect817"
width="127"
height="123.03125"
x="155.14694"
y="127.36164"
rx="2.6458333"
ry="2.6458333" />
<g
aria-label="Designs"
transform="matrix(0.51018408,0,0,0.51018408,349.30894,122.62591)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
id="flowRoot814">
<g
id="flowRoot814-8"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none"
transform="translate(-4.7202705,20.101981)"
aria-label="Product Page">
<path
inkscape:connector-curvature="0"
id="path823"
d="m -319.60711,67.595772 q 5.44,0 8.56,2.6 3.12,2.6 3.12,7.16 0,4.56 -3.12,7.16 -3.12,2.6 -8.56,2.6 h -6.92 v 8.48 h -4 v -28 z m -0.12,16.04 q 3.8,0 5.8,-1.6 2,-1.64 2,-4.68 0,-3.04 -2,-4.64 -2,-1.64 -5.8,-1.64 h -6.8 v 12.56 z" />
<path
inkscape:connector-curvature="0"
id="path825"
d="m -299.28722,77.955772 q 1,-1.84 2.96,-2.8 1.96,-0.96 4.76,-0.96 v 3.72 q -0.32,-0.04 -0.88,-0.04 -3.12,0 -4.92,1.88 -1.76,1.84 -1.76,5.28 v 10.56 h -3.84 v -21.2 h 3.68 z" />
<path
inkscape:connector-curvature="0"
id="path827"
d="m -277.96727,95.835772 q -3.16,0 -5.68,-1.4 -2.52,-1.4 -3.96,-3.84 -1.4,-2.48 -1.4,-5.6 0,-3.12 1.4,-5.56 1.44,-2.48 3.96,-3.84 2.52,-1.4 5.68,-1.4 3.16,0 5.64,1.4 2.52,1.36 3.92,3.84 1.44,2.44 1.44,5.56 0,3.12 -1.44,5.6 -1.4,2.44 -3.92,3.84 -2.48,1.4 -5.64,1.4 z m 0,-3.36 q 2.04,0 3.64,-0.92 1.64,-0.96 2.56,-2.64 0.92,-1.72 0.92,-3.92 0,-2.2 -0.92,-3.88 -0.92,-1.72 -2.56,-2.64 -1.6,-0.92 -3.64,-0.92 -2.04,0 -3.68,0.92 -1.6,0.92 -2.56,2.64 -0.92,1.68 -0.92,3.88 0,2.2 0.92,3.92 0.96,1.68 2.56,2.64 1.64,0.92 3.68,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path829"
d="m -241.64734,65.915772 v 29.68 h -3.68 v -3.36 q -1.28,1.76 -3.24,2.68 -1.96,0.92 -4.32,0.92 -3.08,0 -5.52,-1.36 -2.44,-1.36 -3.84,-3.8 -1.36,-2.48 -1.36,-5.68 0,-3.2 1.36,-5.64 1.4,-2.44 3.84,-3.8 2.44,-1.36 5.52,-1.36 2.28,0 4.2,0.88 1.92,0.84 3.2,2.52 v -11.68 z m -10.92,26.56 q 2,0 3.64,-0.92 1.64,-0.96 2.56,-2.64 0.92,-1.72 0.92,-3.92 0,-2.2 -0.92,-3.88 -0.92,-1.72 -2.56,-2.64 -1.64,-0.92 -3.64,-0.92 -2.04,0 -3.68,0.92 -1.6,0.92 -2.56,2.64 -0.92,1.68 -0.92,3.88 0,2.2 0.92,3.92 0.96,1.68 2.56,2.64 1.64,0.92 3.68,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path831"
d="m -214.60737,74.395772 v 21.2 h -3.64 v -3.2 q -1.16,1.64 -3.08,2.56 -1.88,0.88 -4.12,0.88 -4.24,0 -6.68,-2.32 -2.44,-2.36 -2.44,-6.92 v -12.2 h 3.84 v 11.76 q 0,3.08 1.48,4.68 1.48,1.56 4.24,1.56 3.04,0 4.8,-1.84 1.76,-1.84 1.76,-5.2 v -10.96 z" />
<path
inkscape:connector-curvature="0"
id="path833"
d="m -198.04744,95.835772 q -3.24,0 -5.8,-1.4 -2.52,-1.4 -3.96,-3.84 -1.44,-2.48 -1.44,-5.6 0,-3.12 1.44,-5.56 1.44,-2.48 3.96,-3.84 2.56,-1.4 5.8,-1.4 2.88,0 5.12,1.16 2.28,1.16 3.52,3.36 l -2.92,1.88 q -1,-1.52 -2.48,-2.28 -1.48,-0.76 -3.28,-0.76 -2.08,0 -3.76,0.92 -1.64,0.92 -2.6,2.64 -0.92,1.68 -0.92,3.88 0,2.24 0.92,3.96 0.96,1.68 2.6,2.6 1.68,0.92 3.76,0.92 1.8,0 3.28,-0.76 1.48,-0.76 2.48,-2.28 l 2.92,1.84 q -1.24,2.2 -3.52,3.4 -2.24,1.16 -5.12,1.16 z" />
<path
inkscape:connector-curvature="0"
id="path835"
d="m -172.24748,94.355772 q -0.84,0.72 -2.08,1.12 -1.24,0.36 -2.56,0.36 -3.2,0 -4.96,-1.72 -1.76,-1.72 -1.76,-4.92 v -11.64 h -3.6 v -3.16 h 3.6 v -4.64 h 3.84 v 4.64 h 6.08 v 3.16 h -6.08 v 11.48 q 0,1.72 0.84,2.64 0.88,0.92 2.48,0.92 1.76,0 3,-1 z" />
<path
inkscape:connector-curvature="0"
id="path837"
d="m -290.06716,117.59577 q 5.44,0 8.56,2.6 3.12,2.6 3.12,7.16 0,4.56 -3.12,7.16 -3.12,2.6 -8.56,2.6 h -6.92 v 8.48 h -4 v -28 z m -0.12,16.04 q 3.8,0 5.8,-1.6 2,-1.64 2,-4.68 0,-3.04 -2,-4.64 -2,-1.64 -5.8,-1.64 h -6.8 v 12.56 z" />
<path
inkscape:connector-curvature="0"
id="path839"
d="m -265.54729,124.19577 q 4.4,0 6.72,2.16 2.36,2.16 2.36,6.44 v 12.8 h -3.64 v -2.8 q -0.96,1.48 -2.76,2.28 -1.76,0.76 -4.2,0.76 -3.56,0 -5.72,-1.72 -2.12,-1.72 -2.12,-4.52 0,-2.8 2.04,-4.48 2.04,-1.72 6.48,-1.72 h 6.08 v -0.76 q 0,-2.48 -1.44,-3.8 -1.44,-1.32 -4.24,-1.32 -1.88,0 -3.68,0.64 -1.8,0.6 -3.04,1.64 l -1.6,-2.88 q 1.64,-1.32 3.92,-2 2.28,-0.72 4.84,-0.72 z m -0.88,18.68 q 2.2,0 3.8,-0.96 1.6,-1 2.32,-2.8 v -2.96 h -5.92 q -4.88,0 -4.88,3.28 0,1.6 1.24,2.52 1.24,0.92 3.44,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path841"
d="m -228.94737,124.39577 v 18.32 q 0,5.56 -2.76,8.2 -2.76,2.68 -8.24,2.68 -3,0 -5.72,-0.84 -2.72,-0.8 -4.4,-2.32 l 1.84,-2.96 q 1.48,1.28 3.64,2 2.2,0.76 4.52,0.76 3.72,0 5.48,-1.76 1.8,-1.76 1.8,-5.36 v -1.68 q -1.36,1.64 -3.36,2.48 -1.96,0.8 -4.28,0.8 -3.04,0 -5.52,-1.28 -2.44,-1.32 -3.84,-3.64 -1.4,-2.36 -1.4,-5.36 0,-3 1.4,-5.32 1.4,-2.36 3.84,-3.64 2.48,-1.28 5.52,-1.28 2.4,0 4.44,0.88 2.08,0.88 3.4,2.6 v -3.28 z m -11.04,16.96 q 2.08,0 3.72,-0.88 1.68,-0.88 2.6,-2.44 0.96,-1.6 0.96,-3.6 0,-3.08 -2.04,-4.96 -2.04,-1.92 -5.24,-1.92 -3.24,0 -5.28,1.92 -2.04,1.88 -2.04,4.96 0,2 0.92,3.6 0.96,1.56 2.6,2.44 1.68,0.88 3.8,0.88 z" />
<path
inkscape:connector-curvature="0"
id="path843"
d="m -202.46743,135.11577 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -0,0 +1,144 @@
<?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="288"
height="288"
viewBox="0 0 76.20048 76.20048"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="recipe_page_thumb.svg">
<defs
id="defs2">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter915"
x="-0.0118125"
width="1.023625"
y="-0.012193548"
height="1.0243871">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.62507813"
id="feGaussianBlur917" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="206.58975"
inkscape:cy="137.3406"
inkscape:document-units="mm"
inkscape:current-layer="g927"
showgrid="false"
inkscape:window-width="1848"
inkscape:window-height="1016"
inkscape:window-x="1752"
inkscape:window-y="27"
inkscape:window-maximized="1"
units="px" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-220.80059)">
<g
id="g927"
transform="translate(-152.70334,43.996706)">
<g
id="g867"
transform="matrix(0.55,0,0,0.55,70.49932,111.01518)">
<rect
style="opacity:1;vector-effect:none;fill:#888266;fill-opacity:1;stroke:none;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter915)"
id="rect817-6"
width="127"
height="123.03125"
x="156.20529"
y="128.41998"
rx="2.6458333"
ry="2.6458333" />
<rect
style="opacity:1;vector-effect:none;fill:#fd9e64;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect817"
width="127"
height="123.03125"
x="155.14694"
y="127.36164"
rx="2.6458333"
ry="2.6458333" />
<g
id="flowRoot814-8"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none"
transform="matrix(0.51018408,0,0,0.51018408,346.90073,132.88162)"
aria-label="Recipe Page">
<path
inkscape:connector-curvature="0"
id="path825"
d="m -299.72722,95.595772 -6.04,-8.6 q -1.12,0.08 -1.76,0.08 h -6.92 v 8.52 h -4 v -28 h 10.92 q 5.44,0 8.56,2.6 3.12,2.6 3.12,7.16 0,3.24 -1.6,5.52 -1.6,2.28 -4.56,3.32 l 6.64,9.4 z m -7.92,-11.92 q 3.8,0 5.8,-1.64 2,-1.64 2,-4.68 0,-3.04 -2,-4.64 -2,-1.64 -5.8,-1.64 h -6.8 v 12.6 z" />
<path
inkscape:connector-curvature="0"
id="path827"
d="m -270.76725,85.115772 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
<path
inkscape:connector-curvature="0"
id="path829"
d="m -256.20727,95.835772 q -3.24,0 -5.8,-1.4 -2.52,-1.4 -3.96,-3.84 -1.44,-2.48 -1.44,-5.6 0,-3.12 1.44,-5.56 1.44,-2.48 3.96,-3.84 2.56,-1.4 5.8,-1.4 2.88,0 5.12,1.16 2.28,1.16 3.52,3.36 l -2.92,1.88 q -1,-1.52 -2.48,-2.28 -1.48,-0.76 -3.28,-0.76 -2.08,0 -3.76,0.92 -1.64,0.92 -2.6,2.64 -0.92,1.68 -0.92,3.88 0,2.24 0.92,3.96 0.96,1.68 2.6,2.6 1.68,0.92 3.76,0.92 1.8,0 3.28,-0.76 1.48,-0.76 2.48,-2.28 l 2.92,1.84 q -1.24,2.2 -3.52,3.4 -2.24,1.16 -5.12,1.16 z" />
<path
inkscape:connector-curvature="0"
id="path831"
d="m -242.60731,74.395772 h 3.84 v 21.2 h -3.84 z m 1.92,-4.08 q -1.12,0 -1.88,-0.72 -0.72,-0.72 -0.72,-1.76 0,-1.04 0.72,-1.76 0.76,-0.76 1.88,-0.76 1.12,0 1.84,0.72 0.76,0.68 0.76,1.72 0,1.08 -0.76,1.84 -0.72,0.72 -1.84,0.72 z" />
<path
inkscape:connector-curvature="0"
id="path833"
d="m -220.20733,74.195772 q 3.08,0 5.52,1.36 2.44,1.36 3.8,3.8 1.4,2.44 1.4,5.64 0,3.2 -1.4,5.68 -1.36,2.44 -3.8,3.8 -2.44,1.36 -5.52,1.36 -2.28,0 -4.2,-0.88 -1.88,-0.88 -3.2,-2.56 v 10.959998 h -3.84 V 74.395772 h 3.68 v 3.36 q 1.28,-1.76 3.24,-2.64 1.96,-0.92 4.32,-0.92 z m -0.32,18.28 q 2.04,0 3.64,-0.92 1.64,-0.96 2.56,-2.64 0.96,-1.72 0.96,-3.92 0,-2.2 -0.96,-3.88 -0.92,-1.72 -2.56,-2.64 -1.6,-0.92 -3.64,-0.92 -2,0 -3.64,0.96 -1.6,0.92 -2.56,2.6 -0.92,1.68 -0.92,3.88 0,2.2 0.92,3.92 0.92,1.68 2.56,2.64 1.64,0.92 3.64,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path835"
d="m -185.00737,85.115772 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
<path
inkscape:connector-curvature="0"
id="path837"
d="m -290.06716,117.59577 q 5.44,0 8.56,2.6 3.12,2.6 3.12,7.16 0,4.56 -3.12,7.16 -3.12,2.6 -8.56,2.6 h -6.92 v 8.48 h -4 v -28 z m -0.12,16.04 q 3.8,0 5.8,-1.6 2,-1.64 2,-4.68 0,-3.04 -2,-4.64 -2,-1.64 -5.8,-1.64 h -6.8 v 12.56 z" />
<path
inkscape:connector-curvature="0"
id="path839"
d="m -265.54729,124.19577 q 4.4,0 6.72,2.16 2.36,2.16 2.36,6.44 v 12.8 h -3.64 v -2.8 q -0.96,1.48 -2.76,2.28 -1.76,0.76 -4.2,0.76 -3.56,0 -5.72,-1.72 -2.12,-1.72 -2.12,-4.52 0,-2.8 2.04,-4.48 2.04,-1.72 6.48,-1.72 h 6.08 v -0.76 q 0,-2.48 -1.44,-3.8 -1.44,-1.32 -4.24,-1.32 -1.88,0 -3.68,0.64 -1.8,0.6 -3.04,1.64 l -1.6,-2.88 q 1.64,-1.32 3.92,-2 2.28,-0.72 4.84,-0.72 z m -0.88,18.68 q 2.2,0 3.8,-0.96 1.6,-1 2.32,-2.8 v -2.96 h -5.92 q -4.88,0 -4.88,3.28 0,1.6 1.24,2.52 1.24,0.92 3.44,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path841"
d="m -228.94737,124.39577 v 18.32 q 0,5.56 -2.76,8.2 -2.76,2.68 -8.24,2.68 -3,0 -5.72,-0.84 -2.72,-0.8 -4.4,-2.32 l 1.84,-2.96 q 1.48,1.28 3.64,2 2.2,0.76 4.52,0.76 3.72,0 5.48,-1.76 1.8,-1.76 1.8,-5.36 v -1.68 q -1.36,1.64 -3.36,2.48 -1.96,0.8 -4.28,0.8 -3.04,0 -5.52,-1.28 -2.44,-1.32 -3.84,-3.64 -1.4,-2.36 -1.4,-5.36 0,-3 1.4,-5.32 1.4,-2.36 3.84,-3.64 2.48,-1.28 5.52,-1.28 2.4,0 4.44,0.88 2.08,0.88 3.4,2.6 v -3.28 z m -11.04,16.96 q 2.08,0 3.72,-0.88 1.68,-0.88 2.6,-2.44 0.96,-1.6 0.96,-3.6 0,-3.08 -2.04,-4.96 -2.04,-1.92 -5.24,-1.92 -3.24,0 -5.28,1.92 -2.04,1.88 -2.04,4.96 0,2 0.92,3.6 0.96,1.56 2.6,2.44 1.68,0.88 3.8,0.88 z" />
<path
inkscape:connector-curvature="0"
id="path843"
d="m -202.46743,135.11577 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View file

@ -0,0 +1,144 @@
<?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="288"
height="288"
viewBox="0 0 76.20048 76.20048"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="survey_page_thumb.svg">
<defs
id="defs2">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter915"
x="-0.0118125"
width="1.023625"
y="-0.012193548"
height="1.0243871">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.62507813"
id="feGaussianBlur917" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4548611"
inkscape:cx="144"
inkscape:cy="144"
inkscape:document-units="mm"
inkscape:current-layer="g927"
showgrid="false"
inkscape:window-width="1848"
inkscape:window-height="1016"
inkscape:window-x="1752"
inkscape:window-y="27"
inkscape:window-maximized="1"
units="px" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-220.80059)">
<g
id="g927"
transform="translate(-152.70334,43.996706)">
<g
id="g863"
transform="matrix(0.55,0,0,0.55,70.496798,110.9318)">
<rect
style="opacity:1;vector-effect:none;fill:#888266;fill-opacity:1;stroke:none;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter915)"
id="rect817-6"
width="127"
height="123.03125"
x="156.20529"
y="128.41998"
rx="2.6458333"
ry="2.6458333" />
<rect
style="opacity:1;vector-effect:none;fill:#008001;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect817"
width="127"
height="123.03125"
x="155.14694"
y="127.36164"
rx="2.6458333"
ry="2.6458333" />
<g
id="flowRoot814-8"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none"
transform="matrix(0.51018408,0,0,0.51018408,346.90073,132.88162)"
aria-label="Survey Page">
<path
inkscape:connector-curvature="0"
id="path825"
d="m -309.1871,95.915772 q -3.16,0 -6.12,-0.96 -2.92,-1 -4.6,-2.56 l 1.48,-3.12 q 1.6,1.44 4.08,2.36 2.52,0.88 5.16,0.88 3.48,0 5.2,-1.16 1.72,-1.2 1.72,-3.16 0,-1.44 -0.96,-2.32 -0.92,-0.92 -2.32,-1.4 -1.36,-0.48 -3.88,-1.08 -3.16,-0.76 -5.12,-1.52 -1.92,-0.76 -3.32,-2.32 -1.36,-1.6 -1.36,-4.28 0,-2.24 1.16,-4.04 1.2,-1.8 3.6,-2.88 2.4,-1.08 5.96,-1.08 2.48,0 4.88,0.64 2.4,0.64 4.12,1.84 l -1.32,3.2 q -1.76,-1.12 -3.76,-1.68 -2,-0.6 -3.92,-0.6 -3.4,0 -5.12,1.24 -1.68,1.24 -1.68,3.2 0,1.44 0.96,2.36 0.96,0.88 2.36,1.4 1.44,0.48 3.88,1.04 3.16,0.76 5.08,1.52 1.92,0.76 3.28,2.32 1.4,1.56 1.4,4.2 0,2.2 -1.2,4.04 -1.2,1.8 -3.64,2.88 -2.44,1.04 -6,1.04 z" />
<path
inkscape:connector-curvature="0"
id="path827"
d="m -273.30717,74.395772 v 21.2 h -3.64 v -3.2 q -1.16,1.64 -3.08,2.56 -1.88,0.88 -4.12,0.88 -4.24,0 -6.68,-2.32 -2.44,-2.36 -2.44,-6.92 v -12.2 h 3.84 v 11.76 q 0,3.08 1.48,4.68 1.48,1.56 4.24,1.56 3.04,0 4.8,-1.84 1.76,-1.84 1.76,-5.2 v -10.96 z" />
<path
inkscape:connector-curvature="0"
id="path829"
d="m -262.30724,77.955772 q 1,-1.84 2.96,-2.8 1.96,-0.96 4.76,-0.96 v 3.72 q -0.32,-0.04 -0.88,-0.04 -3.12,0 -4.92,1.88 -1.76,1.84 -1.76,5.28 v 10.56 h -3.84 v -21.2 h 3.68 z" />
<path
inkscape:connector-curvature="0"
id="path831"
d="m -230.22727,74.395772 -9.28,21.2 h -3.92 l -9.28,-21.2 h 4 l 7.28,17 7.44,-17 z" />
<path
inkscape:connector-curvature="0"
id="path833"
d="m -208.0674,85.115772 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
<path
inkscape:connector-curvature="0"
id="path835"
d="m -184.38743,74.395772 -10.28,23.32 q -1.36,3.239998 -3.2,4.559998 -1.8,1.32 -4.36,1.32 -1.56,0 -3.04,-0.52 -1.44,-0.48 -2.4,-1.44 l 1.64,-2.879998 q 1.64,1.559998 3.8,1.559998 1.4,0 2.32,-0.759998 0.96,-0.72 1.72,-2.52 l 0.68,-1.48 -9.36,-21.16 h 4 l 7.4,16.96 7.32,-16.96 z" />
<path
inkscape:connector-curvature="0"
id="path837"
d="m -290.06716,117.59577 q 5.44,0 8.56,2.6 3.12,2.6 3.12,7.16 0,4.56 -3.12,7.16 -3.12,2.6 -8.56,2.6 h -6.92 v 8.48 h -4 v -28 z m -0.12,16.04 q 3.8,0 5.8,-1.6 2,-1.64 2,-4.68 0,-3.04 -2,-4.64 -2,-1.64 -5.8,-1.64 h -6.8 v 12.56 z" />
<path
inkscape:connector-curvature="0"
id="path839"
d="m -265.54729,124.19577 q 4.4,0 6.72,2.16 2.36,2.16 2.36,6.44 v 12.8 h -3.64 v -2.8 q -0.96,1.48 -2.76,2.28 -1.76,0.76 -4.2,0.76 -3.56,0 -5.72,-1.72 -2.12,-1.72 -2.12,-4.52 0,-2.8 2.04,-4.48 2.04,-1.72 6.48,-1.72 h 6.08 v -0.76 q 0,-2.48 -1.44,-3.8 -1.44,-1.32 -4.24,-1.32 -1.88,0 -3.68,0.64 -1.8,0.6 -3.04,1.64 l -1.6,-2.88 q 1.64,-1.32 3.92,-2 2.28,-0.72 4.84,-0.72 z m -0.88,18.68 q 2.2,0 3.8,-0.96 1.6,-1 2.32,-2.8 v -2.96 h -5.92 q -4.88,0 -4.88,3.28 0,1.6 1.24,2.52 1.24,0.92 3.44,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path841"
d="m -228.94737,124.39577 v 18.32 q 0,5.56 -2.76,8.2 -2.76,2.68 -8.24,2.68 -3,0 -5.72,-0.84 -2.72,-0.8 -4.4,-2.32 l 1.84,-2.96 q 1.48,1.28 3.64,2 2.2,0.76 4.52,0.76 3.72,0 5.48,-1.76 1.8,-1.76 1.8,-5.36 v -1.68 q -1.36,1.64 -3.36,2.48 -1.96,0.8 -4.28,0.8 -3.04,0 -5.52,-1.28 -2.44,-1.32 -3.84,-3.64 -1.4,-2.36 -1.4,-5.36 0,-3 1.4,-5.32 1.4,-2.36 3.84,-3.64 2.48,-1.28 5.52,-1.28 2.4,0 4.44,0.88 2.08,0.88 3.4,2.6 v -3.28 z m -11.04,16.96 q 2.08,0 3.72,-0.88 1.68,-0.88 2.6,-2.44 0.96,-1.6 0.96,-3.6 0,-3.08 -2.04,-4.96 -2.04,-1.92 -5.24,-1.92 -3.24,0 -5.28,1.92 -2.04,1.88 -2.04,4.96 0,2 0.92,3.6 0.96,1.56 2.6,2.44 1.68,0.88 3.8,0.88 z" />
<path
inkscape:connector-curvature="0"
id="path843"
d="m -202.46743,135.11577 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -0,0 +1,156 @@
<?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="288"
height="288"
viewBox="0 0 76.20048 76.20048"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="technical_page_thumb.svg">
<defs
id="defs2">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter915"
x="-0.0118125"
width="1.023625"
y="-0.012193548"
height="1.0243871">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.62507813"
id="feGaussianBlur917" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4548611"
inkscape:cx="144"
inkscape:cy="144"
inkscape:document-units="mm"
inkscape:current-layer="g927"
showgrid="false"
inkscape:window-width="1848"
inkscape:window-height="1016"
inkscape:window-x="1752"
inkscape:window-y="27"
inkscape:window-maximized="1"
units="px" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-220.80059)">
<g
id="g927"
transform="translate(-152.70334,43.996706)">
<g
id="g850"
transform="matrix(0.55,0,0,0.55,69.951209,110.56808)">
<rect
style="opacity:1;vector-effect:none;fill:#888266;fill-opacity:1;stroke:none;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter915)"
id="rect817-6"
width="127"
height="123.03125"
x="156.20529"
y="128.41998"
rx="2.6458333"
ry="2.6458333" />
<rect
style="opacity:1;vector-effect:none;fill:#fecccb;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect817"
width="127"
height="123.03125"
x="155.14694"
y="127.36164"
rx="2.6458333"
ry="2.6458333" />
<g
id="flowRoot814-8"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#f94e58;fill-opacity:1;stroke:none"
transform="matrix(0.51018408,0,0,0.51018408,346.90073,132.88162)"
aria-label="Technical Page">
<path
inkscape:connector-curvature="0"
id="path825"
d="m -339.16717,71.075772 h -9.6 v -3.48 h 23.16 v 3.48 h -9.6 v 24.52 h -3.96 z" />
<path
inkscape:connector-curvature="0"
id="path827"
d="m -304.84719,85.115772 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
<path
inkscape:connector-curvature="0"
id="path829"
d="m -290.28721,95.835772 q -3.24,0 -5.8,-1.4 -2.52,-1.4 -3.96,-3.84 -1.44,-2.48 -1.44,-5.6 0,-3.12 1.44,-5.56 1.44,-2.48 3.96,-3.84 2.56,-1.4 5.8,-1.4 2.88,0 5.12,1.16 2.28,1.16 3.52,3.36 l -2.92,1.88 q -1,-1.52 -2.48,-2.28 -1.48,-0.76 -3.28,-0.76 -2.08,0 -3.76,0.92 -1.64,0.92 -2.6,2.64 -0.92,1.68 -0.92,3.88 0,2.24 0.92,3.96 0.96,1.68 2.6,2.6 1.68,0.92 3.76,0.92 1.8,0 3.28,-0.76 1.48,-0.76 2.48,-2.28 l 2.92,1.84 q -1.24,2.2 -3.52,3.4 -2.24,1.16 -5.12,1.16 z" />
<path
inkscape:connector-curvature="0"
id="path831"
d="m -265.64732,74.195772 q 4.04,0 6.4,2.36 2.4,2.32 2.4,6.84 v 12.2 h -3.84 v -11.76 q 0,-3.08 -1.48,-4.64 -1.48,-1.56 -4.24,-1.56 -3.12,0 -4.92,1.84 -1.8,1.8 -1.8,5.2 v 10.92 h -3.84 v -29.68 h 3.84 v 11.48 q 1.2,-1.52 3.12,-2.36 1.96,-0.84 4.36,-0.84 z" />
<path
inkscape:connector-curvature="0"
id="path833"
d="m -238.40732,74.195772 q 4.04,0 6.4,2.36 2.4,2.32 2.4,6.84 v 12.2 h -3.84 v -11.76 q 0,-3.08 -1.48,-4.64 -1.48,-1.56 -4.24,-1.56 -3.12,0 -4.92,1.84 -1.8,1.8 -1.8,5.2 v 10.92 h -3.84 v -21.2 h 3.68 v 3.2 q 1.16,-1.64 3.12,-2.52 2,-0.88 4.52,-0.88 z" />
<path
inkscape:connector-curvature="0"
id="path835"
d="m -222.48733,74.395772 h 3.84 v 21.2 h -3.84 z m 1.92,-4.08 q -1.12,0 -1.88,-0.72 -0.72,-0.72 -0.72,-1.76 0,-1.04 0.72,-1.76 0.76,-0.76 1.88,-0.76 1.12,0 1.84,0.72 0.76,0.68 0.76,1.72 0,1.08 -0.76,1.84 -0.72,0.72 -1.84,0.72 z" />
<path
inkscape:connector-curvature="0"
id="path837"
d="m -202.08736,95.835772 q -3.24,0 -5.8,-1.4 -2.52,-1.4 -3.96,-3.84 -1.44,-2.48 -1.44,-5.6 0,-3.12 1.44,-5.56 1.44,-2.48 3.96,-3.84 2.56,-1.4 5.8,-1.4 2.88,0 5.12,1.16 2.28,1.16 3.52,3.36 l -2.92,1.88 q -1,-1.52 -2.48,-2.28 -1.48,-0.76 -3.28,-0.76 -2.08,0 -3.76,0.92 -1.64,0.92 -2.6,2.64 -0.92,1.68 -0.92,3.88 0,2.24 0.92,3.96 0.96,1.68 2.6,2.6 1.68,0.92 3.76,0.92 1.8,0 3.28,-0.76 1.48,-0.76 2.48,-2.28 l 2.92,1.84 q -1.24,2.2 -3.52,3.4 -2.24,1.16 -5.12,1.16 z" />
<path
inkscape:connector-curvature="0"
id="path839"
d="m -180.7674,74.195772 q 4.4,0 6.72,2.16 2.36,2.16 2.36,6.44 v 12.8 h -3.64 v -2.8 q -0.96,1.48 -2.76,2.28 -1.76,0.76 -4.2,0.76 -3.56,0 -5.72,-1.72 -2.12,-1.72 -2.12,-4.52 0,-2.8 2.04,-4.48 2.04,-1.72 6.48,-1.72 h 6.08 v -0.76 q 0,-2.48 -1.44,-3.8 -1.44,-1.32 -4.24,-1.32 -1.88,0 -3.68,0.64 -1.8,0.6 -3.04,1.64 l -1.6,-2.88 q 1.64,-1.32 3.92,-2 2.28,-0.72 4.84,-0.72 z m -0.88,18.68 q 2.2,0 3.8,-0.96 1.6,-1 2.32,-2.8 v -2.96 h -5.92 q -4.88,0 -4.88,3.28 0,1.6 1.24,2.52 1.24,0.92 3.44,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path841"
d="m -164.56741,65.915772 h 3.84 v 29.68 h -3.84 z" />
<path
inkscape:connector-curvature="0"
id="path843"
d="m -290.06716,117.59577 q 5.44,0 8.56,2.6 3.12,2.6 3.12,7.16 0,4.56 -3.12,7.16 -3.12,2.6 -8.56,2.6 h -6.92 v 8.48 h -4 v -28 z m -0.12,16.04 q 3.8,0 5.8,-1.6 2,-1.64 2,-4.68 0,-3.04 -2,-4.64 -2,-1.64 -5.8,-1.64 h -6.8 v 12.56 z" />
<path
inkscape:connector-curvature="0"
id="path845"
d="m -265.54729,124.19577 q 4.4,0 6.72,2.16 2.36,2.16 2.36,6.44 v 12.8 h -3.64 v -2.8 q -0.96,1.48 -2.76,2.28 -1.76,0.76 -4.2,0.76 -3.56,0 -5.72,-1.72 -2.12,-1.72 -2.12,-4.52 0,-2.8 2.04,-4.48 2.04,-1.72 6.48,-1.72 h 6.08 v -0.76 q 0,-2.48 -1.44,-3.8 -1.44,-1.32 -4.24,-1.32 -1.88,0 -3.68,0.64 -1.8,0.6 -3.04,1.64 l -1.6,-2.88 q 1.64,-1.32 3.92,-2 2.28,-0.72 4.84,-0.72 z m -0.88,18.68 q 2.2,0 3.8,-0.96 1.6,-1 2.32,-2.8 v -2.96 h -5.92 q -4.88,0 -4.88,3.28 0,1.6 1.24,2.52 1.24,0.92 3.44,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path847"
d="m -228.94737,124.39577 v 18.32 q 0,5.56 -2.76,8.2 -2.76,2.68 -8.24,2.68 -3,0 -5.72,-0.84 -2.72,-0.8 -4.4,-2.32 l 1.84,-2.96 q 1.48,1.28 3.64,2 2.2,0.76 4.52,0.76 3.72,0 5.48,-1.76 1.8,-1.76 1.8,-5.36 v -1.68 q -1.36,1.64 -3.36,2.48 -1.96,0.8 -4.28,0.8 -3.04,0 -5.52,-1.28 -2.44,-1.32 -3.84,-3.64 -1.4,-2.36 -1.4,-5.36 0,-3 1.4,-5.32 1.4,-2.36 3.84,-3.64 2.48,-1.28 5.52,-1.28 2.4,0 4.44,0.88 2.08,0.88 3.4,2.6 v -3.28 z m -11.04,16.96 q 2.08,0 3.72,-0.88 1.68,-0.88 2.6,-2.44 0.96,-1.6 0.96,-3.6 0,-3.08 -2.04,-4.96 -2.04,-1.92 -5.24,-1.92 -3.24,0 -5.28,1.92 -2.04,1.88 -2.04,4.96 0,2 0.92,3.6 0.96,1.56 2.6,2.44 1.68,0.88 3.8,0.88 z" />
<path
inkscape:connector-curvature="0"
id="path849"
d="m -202.46743,135.11577 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -0,0 +1,148 @@
<?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="288"
height="288"
viewBox="0 0 76.20048 76.20048"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="tribute_page_thumb.svg">
<defs
id="defs2">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter915"
x="-0.0118125"
width="1.023625"
y="-0.012193548"
height="1.0243871">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.62507813"
id="feGaussianBlur917" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.1197917"
inkscape:cx="202.93953"
inkscape:cy="263.07054"
inkscape:document-units="mm"
inkscape:current-layer="g927"
showgrid="false"
inkscape:window-width="1848"
inkscape:window-height="1016"
inkscape:window-x="1752"
inkscape:window-y="27"
inkscape:window-maximized="1"
units="px" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-220.80059)">
<g
id="g927"
transform="translate(-152.70334,43.996706)">
<g
id="g843"
transform="matrix(0.55,0,0,0.55,70.749996,110.98932)">
<rect
style="opacity:1;vector-effect:none;fill:#888266;fill-opacity:1;stroke:none;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter915)"
id="rect817-6"
width="127"
height="123.03125"
x="156.20529"
y="128.41998"
rx="2.6458333"
ry="2.6458333" />
<rect
style="opacity:1;vector-effect:none;fill:#f2d495;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect817"
width="127"
height="123.03125"
x="155.14694"
y="127.36164"
rx="2.6458333"
ry="2.6458333" />
<g
id="flowRoot814-8"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#e94f68;fill-opacity:1;stroke:none"
transform="matrix(0.51018408,0,0,0.51018408,346.90073,132.88162)"
aria-label="Tribute Page">
<path
inkscape:connector-curvature="0"
id="path4035"
d="m -315.68714,71.075772 h -9.6 v -3.48 h 23.16 v 3.48 h -9.6 v 24.52 h -3.96 z" />
<path
inkscape:connector-curvature="0"
id="path4037"
d="m -295.16716,77.955772 q 1,-1.84 2.96,-2.8 1.96,-0.96 4.76,-0.96 v 3.72 q -0.32,-0.04 -0.88,-0.04 -3.12,0 -4.92,1.88 -1.76,1.84 -1.76,5.28 v 10.56 h -3.84 v -21.2 h 3.68 z" />
<path
inkscape:connector-curvature="0"
id="path4039"
d="m -282.72724,74.395772 h 3.84 v 21.2 h -3.84 z m 1.92,-4.08 q -1.12,0 -1.88,-0.72 -0.72,-0.72 -0.72,-1.76 0,-1.04 0.72,-1.76 0.76,-0.76 1.88,-0.76 1.12,0 1.84,0.72 0.76,0.68 0.76,1.72 0,1.08 -0.76,1.84 -0.72,0.72 -1.84,0.72 z" />
<path
inkscape:connector-curvature="0"
id="path4041"
d="m -260.32727,74.195772 q 3.08,0 5.52,1.36 2.44,1.36 3.8,3.8 1.4,2.44 1.4,5.64 0,3.2 -1.4,5.68 -1.36,2.44 -3.8,3.8 -2.44,1.36 -5.52,1.36 -2.36,0 -4.32,-0.92 -1.96,-0.92 -3.24,-2.68 v 3.36 h -3.68 v -29.68 h 3.84 v 11.68 q 1.28,-1.68 3.2,-2.52 1.92,-0.88 4.2,-0.88 z m -0.32,18.28 q 2.04,0 3.64,-0.92 1.64,-0.96 2.56,-2.64 0.96,-1.72 0.96,-3.92 0,-2.2 -0.96,-3.88 -0.92,-1.72 -2.56,-2.64 -1.6,-0.92 -3.64,-0.92 -2,0 -3.64,0.92 -1.64,0.92 -2.56,2.64 -0.92,1.68 -0.92,3.88 0,2.2 0.92,3.92 0.92,1.68 2.56,2.64 1.64,0.92 3.64,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path4043"
d="m -224.5273,74.395772 v 21.2 h -3.64 v -3.2 q -1.16,1.64 -3.08,2.56 -1.88,0.88 -4.12,0.88 -4.24,0 -6.68,-2.32 -2.44,-2.36 -2.44,-6.92 v -12.2 h 3.84 v 11.76 q 0,3.08 1.48,4.68 1.48,1.56 4.24,1.56 3.04,0 4.8,-1.84 1.76,-1.84 1.76,-5.2 v -10.96 z" />
<path
inkscape:connector-curvature="0"
id="path4045"
d="m -205.28737,94.355772 q -0.84,0.72 -2.08,1.12 -1.24,0.36 -2.56,0.36 -3.2,0 -4.96,-1.72 -1.76,-1.72 -1.76,-4.92 v -11.64 h -3.6 v -3.16 h 3.6 v -4.64 h 3.84 v 4.64 h 6.08 v 3.16 h -6.08 v 11.48 q 0,1.72 0.84,2.64 0.88,0.92 2.48,0.92 1.76,0 3,-1 z" />
<path
inkscape:connector-curvature="0"
id="path4047"
d="m -182.20745,85.115772 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
<path
inkscape:connector-curvature="0"
id="path4049"
d="m -290.06716,117.59577 q 5.44,0 8.56,2.6 3.12,2.6 3.12,7.16 0,4.56 -3.12,7.16 -3.12,2.6 -8.56,2.6 h -6.92 v 8.48 h -4 v -28 z m -0.12,16.04 q 3.8,0 5.8,-1.6 2,-1.64 2,-4.68 0,-3.04 -2,-4.64 -2,-1.64 -5.8,-1.64 h -6.8 v 12.56 z" />
<path
inkscape:connector-curvature="0"
id="path4051"
d="m -265.54729,124.19577 q 4.4,0 6.72,2.16 2.36,2.16 2.36,6.44 v 12.8 h -3.64 v -2.8 q -0.96,1.48 -2.76,2.28 -1.76,0.76 -4.2,0.76 -3.56,0 -5.72,-1.72 -2.12,-1.72 -2.12,-4.52 0,-2.8 2.04,-4.48 2.04,-1.72 6.48,-1.72 h 6.08 v -0.76 q 0,-2.48 -1.44,-3.8 -1.44,-1.32 -4.24,-1.32 -1.88,0 -3.68,0.64 -1.8,0.6 -3.04,1.64 l -1.6,-2.88 q 1.64,-1.32 3.92,-2 2.28,-0.72 4.84,-0.72 z m -0.88,18.68 q 2.2,0 3.8,-0.96 1.6,-1 2.32,-2.8 v -2.96 h -5.92 q -4.88,0 -4.88,3.28 0,1.6 1.24,2.52 1.24,0.92 3.44,0.92 z" />
<path
inkscape:connector-curvature="0"
id="path4053"
d="m -228.94737,124.39577 v 18.32 q 0,5.56 -2.76,8.2 -2.76,2.68 -8.24,2.68 -3,0 -5.72,-0.84 -2.72,-0.8 -4.4,-2.32 l 1.84,-2.96 q 1.48,1.28 3.64,2 2.2,0.76 4.52,0.76 3.72,0 5.48,-1.76 1.8,-1.76 1.8,-5.36 v -1.68 q -1.36,1.64 -3.36,2.48 -1.96,0.8 -4.28,0.8 -3.04,0 -5.52,-1.28 -2.44,-1.32 -3.84,-3.64 -1.4,-2.36 -1.4,-5.36 0,-3 1.4,-5.32 1.4,-2.36 3.84,-3.64 2.48,-1.28 5.52,-1.28 2.4,0 4.44,0.88 2.08,0.88 3.4,2.6 v -3.28 z m -11.04,16.96 q 2.08,0 3.72,-0.88 1.68,-0.88 2.6,-2.44 0.96,-1.6 0.96,-3.6 0,-3.08 -2.04,-4.96 -2.04,-1.92 -5.24,-1.92 -3.24,0 -5.28,1.92 -2.04,1.88 -2.04,4.96 0,2 0.92,3.6 0.96,1.56 2.6,2.44 1.68,0.88 3.8,0.88 z" />
<path
inkscape:connector-curvature="0"
id="path4055"
d="m -202.46743,135.11577 q 0,0.44 -0.08,1.16 h -17.2 q 0.36,2.8 2.44,4.52 2.12,1.68 5.24,1.68 3.8,0 6.12,-2.56 l 2.12,2.48 q -1.44,1.68 -3.6,2.56 -2.12,0.88 -4.76,0.88 -3.36,0 -5.96,-1.36 -2.6,-1.4 -4.04,-3.88 -1.4,-2.48 -1.4,-5.6 0,-3.08 1.36,-5.56 1.4,-2.48 3.8,-3.84 2.44,-1.4 5.48,-1.4 3.04,0 5.4,1.4 2.4,1.36 3.72,3.84 1.36,2.48 1.36,5.68 z m -10.48,-7.68 q -2.76,0 -4.64,1.68 -1.84,1.68 -2.16,4.4 h 13.6 q -0.32,-2.68 -2.2,-4.36 -1.84,-1.72 -4.6,-1.72 z" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.3 KiB

82
wendy_moo_logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

BIN
wendy_moo_logo_favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB