You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/08/10 20:32:26 UTC

[incubator-openwhisk-website] branch master updated: Update home page illustrations based upon feedback (#297)

This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 15aac81  Update home page illustrations based upon feedback (#297)
15aac81 is described below

commit 15aac81e0a23c926e72a50afc7f8b2444eaca265
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Fri Aug 10 15:32:24 2018 -0500

    Update home page illustrations based upon feedback (#297)
    
    * Update home page illustrations based upon feedback
    
    * Update home page illustrations based upon feedback
    
    * Update home page illustrations based upon feedback
---
 _layouts/home.html                                 |   4 +-
 css/highlite-syntax-colors.css                     |  69 ------------
 .../elements/OW-Abstract Architecture Diagram.png  | Bin 5750714 -> 408820 bytes
 .../elements/OW-Abstract Architecture Diagram.pptx | Bin 2237835 -> 2290497 bytes
 .../elements/illustration-developers-flexible.png  | Bin 59639 -> 0 bytes
 .../elements/illustration-developers-flexible.svg  |  40 -------
 .../unused}/apache-openwhisk-action-animation.gif  | Bin
 images/runtimes/OW-Runtime-Compositions.png        | Bin 0 -> 124803 bytes
 .../OW-Runtime-Compositions.pptx}                  | Bin 2237835 -> 1221365 bytes
 images/runtimes/OW-Runtimes-small.png              | Bin 356774 -> 0 bytes
 images/runtimes/OW-Runtimes.png                    | Bin 2406427 -> 630525 bytes
 images/runtimes/OW-Runtimes.pptx                   | Bin 3099686 -> 3139731 bytes
 images/runtimes/logo-go-notext-fuschia.png         | Bin 0 -> 29120 bytes
 images/runtimes/logo-go-notext-lightblue.png       | Bin 6570 -> 0 bytes
 images/runtimes/logo-go-notext-lightblue.svg       | 125 ---------------------
 15 files changed, 2 insertions(+), 236 deletions(-)

diff --git a/_layouts/home.html b/_layouts/home.html
index 2850beb..6eba522 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -66,7 +66,7 @@ layout: default
 
     <main>
         <div class="image-wrapper">
-            <img src="{{ site.github.url }}/images/elements/illustration-integrators.png" alt="Apache OpenWhisk benefits for package creators"/>
+            <img src="{{ site.github.url }}/images/elements/illustration-integrators.png" alt="OpenWhisk's out-of-box packages easily integrate with our own services"/>
         </div>
         <div class="content">
             <h4>Integrate easily with many popular services</h4>
@@ -100,7 +100,7 @@ layout: default
             </p>
         </div>
         <div class="image-wrapper">
-            <img src="{{ site.github.url }}/images/elements/illustration-developers-flexible.png" alt="Apache OpenWhisk is integrates with many popular languages and apps"/>
+            <img src="{{ site.github.url }}/images/runtimes/OW-Runtime-Compositions.png" alt="OpenWhiks allows you to create compositions from Actions in any supported language."/>
         </div>
     </main>
 
diff --git a/css/highlite-syntax-colors.css b/css/highlite-syntax-colors.css
deleted file mode 100644
index beb6212..0000000
--- a/css/highlite-syntax-colors.css
+++ /dev/null
@@ -1,69 +0,0 @@
-.highlight .hll { background-color: inherit }
-.highlight  { background: inherit; }
-.highlight .c { color: #888888 } /* Comment */
-.highlight .err { color: #FF0000; background-color: inherit } /* Error */
-.highlight .k { color: #008800; font-weight: bold } /* Keyword */
-.highlight .o { color: #333333 } /* Operator */
-.highlight .ch { color: #888888 } /* Comment.Hashbang */
-.highlight .cm { color: #888888 } /* Comment.Multiline */
-.highlight .cp { color: #557799 } /* Comment.Preproc */
-.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
-.highlight .c1 { color: #888888 } /* Comment.Single */
-.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
-.highlight .gd { color: #A00000 } /* Generic.Deleted */
-.highlight .ge { font-style: italic } /* Generic.Emph */
-.highlight .gr { color: #FF0000 } /* Generic.Error */
-.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
-.highlight .gi { color: #00A000 } /* Generic.Inserted */
-.highlight .go { color: #888888 } /* Generic.Output */
-.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
-.highlight .gs { font-weight: bold } /* Generic.Strong */
-.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.highlight .gt { color: #0044DD } /* Generic.Traceback */
-.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
-.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
-.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
-.highlight .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
-.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
-.highlight .kt { color: #333399; font-weight: bold } /* Keyword.Type */
-.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */
-.highlight .s { background-color: inherit } /* Literal.String */
-.highlight .na { color: #0000CC } /* Name.Attribute */
-.highlight .nb { color: #007020 } /* Name.Builtin */
-.highlight .nc { color: #BB0066; font-weight: bold } /* Name.Class */
-.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
-.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
-.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
-.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
-.highlight .nf { color: #0066BB; font-weight: bold } /* Name.Function */
-.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */
-.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
-.highlight .nt { color: #007700 } /* Name.Tag */
-.highlight .nv { color: #996633 } /* Name.Variable */
-.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
-.highlight .w { color: #bbbbbb } /* Text.Whitespace */
-.highlight .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */
-.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
-.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
-.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
-.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
-.highlight .sa { background-color: inherit } /* Literal.String.Affix */
-.highlight .sb { background-color: inherit } /* Literal.String.Backtick */
-.highlight .sc { color: #0044DD } /* Literal.String.Char */
-.highlight .dl { background-color: inherit } /* Literal.String.Delimiter */
-.highlight .sd { color: #DD4422 } /* Literal.String.Doc */
-.highlight .s2 { background-color: inherit } /* Literal.String.Double */
-.highlight .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
-.highlight .sh { background-color: inherit } /* Literal.String.Heredoc */
-.highlight .si { background-color: inherit } /* Literal.String.Interpol */
-.highlight .sx { color: #DD2200; background-color: inherit } /* Literal.String.Other */
-.highlight .sr { color: #000000; background-color: inherit } /* Literal.String.Regex */
-.highlight .s1 { background-color: inherit } /* Literal.String.Single */
-.highlight .ss { color: #AA6600 } /* Literal.String.Symbol */
-.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
-.highlight .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */
-.highlight .vc { color: #336699 } /* Name.Variable.Class */
-.highlight .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
-.highlight .vi { color: #3333BB } /* Name.Variable.Instance */
-.highlight .vm { color: #996633 } /* Name.Variable.Magic */
-.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
diff --git a/images/elements/OW-Abstract Architecture Diagram.png b/images/elements/OW-Abstract Architecture Diagram.png
index 8007c7f..2b61f9c 100644
Binary files a/images/elements/OW-Abstract Architecture Diagram.png and b/images/elements/OW-Abstract Architecture Diagram.png differ
diff --git a/images/elements/OW-Abstract Architecture Diagram.pptx b/images/elements/OW-Abstract Architecture Diagram.pptx
index beb7916..112b434 100644
Binary files a/images/elements/OW-Abstract Architecture Diagram.pptx and b/images/elements/OW-Abstract Architecture Diagram.pptx differ
diff --git a/images/elements/illustration-developers-flexible.png b/images/elements/illustration-developers-flexible.png
deleted file mode 100644
index 189e5ab..0000000
Binary files a/images/elements/illustration-developers-flexible.png and /dev/null differ
diff --git a/images/elements/illustration-developers-flexible.svg b/images/elements/illustration-developers-flexible.svg
deleted file mode 100644
index 9314ef9..0000000
--- a/images/elements/illustration-developers-flexible.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="448px" height="389px" viewBox="0 0 448 389" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
-    <title>illustration-developers-flexible</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Developers" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.900000036">
-        <g id="Developer" transform="translate(-726.000000, -916.000000)">
-            <g id="illustration-developers-flexible" transform="translate(726.000000, 916.000000)">
-                <path d="M21.4414062,288.808594 L93.7592077,288.808594" id="Path-2" stroke="#CCD5DF" stroke-width="12" stroke-linecap="round"></path>
-                <g id="Group-6" transform="translate(0.000000, 39.000000)">
-                    <path d="M109.841099,146.158901 L182.158901,146.158901" id="Path-2-Copy" stroke="#CCD5DF" stroke-width="12" stroke-linecap="round" transform="translate(146.000000, 146.158901) rotate(-90.000000) translate(-146.000000, -146.158901) "></path>
-                    <path d="M240.841099,146.158901 L313.158901,146.158901" id="Path-2-Copy-2" stroke="#CCD5DF" stroke-width="12" stroke-linecap="round" transform="translate(277.000000, 146.158901) rotate(-90.000000) translate(-277.000000, -146.158901) "></path>
-                    <path d="M347.027344,195.027344 L347.027344,66.2049678 C347.027344,49.2266334 360.790048,35.4778354 377.775543,35.4961771 L408.523742,35.5293802" id="Path-7" stroke="#CCD5DF" stroke-width="12" stroke-linecap="round"></path>
-                    <polygon id="Triangle-Copy" fill="#D3DBE3" transform="translate(395.675007, 36.130213) scale(1, -1) translate(-395.675007, -36.130213) " points="415.350013 -4.26325641e-14 415.350013 72.2604254 376 36.1302127"></polygon>
-                    <ellipse id="Oval-5-Copy-17" fill="#CCD5DF" cx="19.5984597" cy="250.62908" rx="19.5" ry="19.5224486"></ellipse>
-                </g>
-                <g id="Group-20-Copy-5" transform="translate(46.000000, 188.000000)">
-                    <path d="M176.762434,88.3510773 L201.292694,66.9434232 L180.4589,32.8189836 L151.207412,42.3497259 C144.152327,36.22947 136.03813,31.4436866 127.262731,28.2270646 L120.775617,-5.68434189e-14 L80.5170777,-5.68434189e-14 L74.0299631,28.2270646 C65.2551156,31.4490305 57.1413215,36.2376697 50.0852822,42.358855 L20.8337938,32.8189836 L-1.42108547e-14,66.9434232 L24.52111,88.3602064 C23.8989326,92.2948328 23.4871975,96.3024917 23.4871975,100.419699 C23.4871975,104.536907 23 [...]
-                    <path d="M100.753645,150.879997 C73.0701292,150.166762 51,127.570381 51,99.9399986 C51,72.3096166 73.0701292,49.7132351 100.753645,49 C128.437161,49.7132351 150.507291,72.3096166 150.507291,99.9399986 C150.507291,127.570381 128.437161,150.166762 100.753645,150.879997 L100.753645,150.879997 Z" id="Path" fill="#FFFFFF"></path>
-                </g>
-                <g id="Group-20-Copy-9" transform="translate(246.000000, 149.000000)">
-                    <path d="M176.762434,88.3510773 L201.292694,66.9434232 L180.4589,32.8189836 L151.207412,42.3497259 C144.152327,36.22947 136.03813,31.4436866 127.262731,28.2270646 L120.775617,3.97903932e-13 L80.5170777,3.97903932e-13 L74.0299631,28.2270646 C65.2551156,31.4490305 57.1413215,36.2376697 50.0852822,42.358855 L20.8337938,32.8189836 L-1.42108547e-14,66.9434232 L24.52111,88.3602064 C23.8989326,92.2948328 23.4871975,96.3024917 23.4871975,100.419699 C23.4871975,104.536907 23.8 [...]
-                    <path d="M100.755001,149.88039 C73.0707306,149.167152 51,126.570683 51,98.9401949 C51,71.3097064 73.0707306,48.7132378 100.755001,48 C128.439272,48.7132378 150.510002,71.3097064 150.510002,98.9401949 C150.510002,126.570683 128.439272,149.167152 100.755001,149.88039 L100.755001,149.88039 Z" id="Path" fill="#FFFFFF"></path>
-                </g>
-                <g id="Group-20-Copy-10" transform="translate(111.000000, 0.000000)">
-                    <path d="M176.762434,88.3510773 L201.292694,66.9434232 L180.4589,32.8189836 L151.207412,42.3497259 C144.152327,36.22947 136.03813,31.4436866 127.262731,28.2270646 L120.775617,-5.68434189e-14 L80.5170777,-5.68434189e-14 L74.0299631,28.2270646 C65.2551156,31.4490305 57.1413215,36.2376697 50.0852822,42.358855 L20.8337938,32.8189836 L-1.42108547e-14,66.9434232 L24.52111,88.3602064 C23.8989326,92.2948328 23.4871975,96.3024917 23.4871975,100.419699 C23.4871975,104.536907 23 [...]
-                    <path d="M100.753645,150.879997 C73.0701292,150.166762 51,127.570381 51,99.9399986 C51,72.3096166 73.0701292,49.7132351 100.753645,49 C128.437161,49.7132351 150.507291,72.3096166 150.507291,99.9399986 C150.507291,127.570381 128.437161,150.166762 100.753645,150.879997 L100.753645,150.879997 Z" id="Path" fill="#FFFFFF"></path>
-                </g>
-                <path d="M130.165,275.439 C130.165,276.387005 130.001502,277.261496 129.6745,278.0625 C129.347498,278.863504 128.887003,279.556497 128.293,280.1415 C127.698997,280.726503 126.983504,281.182498 126.1465,281.5095 C125.309496,281.836502 124.381005,282 123.361,282 L118.267,282 L118.267,268.887 L123.361,268.887 C124.381005,268.887 125.309496,269.051998 126.1465,269.382 C126.983504,269.712002 127.698997,270.167997 128.293,270.75 C128.887003,271.332003 129.347498,272.023496 129. [...]
-                <path d="M131.051,299.928 C131.125667,299.928 131.191,299.958333 131.247,300.019 L131.786,300.6 C131.375331,301.076002 130.87717,301.446999 130.2915,301.713 C129.70583,301.979001 128.997671,302.112 128.167,302.112 C127.44833,302.112 126.795003,301.987168 126.207,301.7375 C125.618997,301.487832 125.117335,301.137836 124.702,300.6875 C124.286665,300.237164 123.964668,299.697003 123.736,299.067 C123.507332,298.436997 123.393,297.744004 123.393,296.988 C123.393,296.231996 123 [...]
-                <path d="M193.5495,92.887 L193.5495,106 L191.9655,106 C191.731499,106 191.535001,105.9625 191.376,105.8875 C191.216999,105.8125 191.059501,105.682001 190.9035,105.496 L184.7205,97.675 C184.7445,97.9090012 184.761,98.1354989 184.77,98.3545 C184.779,98.5735011 184.7835,98.778999 184.7835,98.971 L184.7835,106 L182.1015,106 L182.1015,92.887 L183.7035,92.887 C183.835501,92.887 183.9465,92.8929999 184.0365,92.905 C184.1265,92.9170001 184.2075,92.9394998 184.2795,92.9725 C184.35 [...]
-                <path d="M193.5495,93.887 L193.5495,107 L191.9655,107 C191.731499,107 191.535001,106.9625 191.376,106.8875 C191.216999,106.8125 191.059501,106.682001 190.9035,106.496 L184.7205,98.675 C184.7445,98.9090012 184.761,99.1354989 184.77,99.3545 C184.779,99.5735011 184.7835,99.778999 184.7835,99.971 L184.7835,107 L182.1015,107 L182.1015,93.887 L183.7035,93.887 C183.835501,93.887 183.9465,93.8929999 184.0365,93.905 C184.1265,93.9170001 184.2075,93.9394998 184.2795,93.9725 C184.35 [...]
-                <path d="M323.384,251.322 C324.176004,251.322 324.745998,251.133002 325.094,250.755 C325.442002,250.376998 325.616,249.849003 325.616,249.171 C325.616,248.870999 325.571,248.598001 325.481,248.352 C325.391,248.105999 325.254501,247.894501 325.0715,247.7175 C324.888499,247.540499 324.657501,247.404 324.3785,247.308 C324.099499,247.212 323.768002,247.164 323.384,247.164 L321.8,247.164 L321.8,251.322 L323.384,251.322 Z M323.384,244.887 C324.308005,244.887 325.101497,244.9964 [...]
-                <path d="M27.036,153.777 C27.3600016,154.143002 27.522,154.451999 27.522,154.704 C27.522,154.956001 27.4380008,155.082 27.27,155.082 C27.1859996,155.082 27.0330011,155.04 26.811,154.956 C26.5889989,154.872 26.3700011,154.83 26.154,154.83 C25.7339979,154.83 25.2150031,155.042998 24.597,155.469 C23.9789969,155.895002 23.3910028,156.422997 22.833,157.053 C22.2749972,157.683003 21.798002,158.411996 21.402,159.24 C21.005998,160.068004 20.808,160.835996 20.808,161.544 C20.808,1 [...]
-                <path d="M108.294693,165.717182 C108.176289,165.33488 107.996381,164.936672 107.732135,164.887062 L107.723112,164.845405 L107.643378,164.886873 C107.53768,164.911678 107.510795,164.976626 107.501404,164.935157 L107.63767,164.879867 C107.534734,164.912625 107.594765,164.8615 107.623491,164.822872 C107.58077,164.837452 107.538969,164.850896 107.50122,164.853547 C107.487962,164.877026 107.522212,164.863204 107.540995,164.864719 C107.493486,164.902021 107.434928,164.971134 10 [...]
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/images/apache-openwhisk-action-animation.gif b/images/elements/unused/apache-openwhisk-action-animation.gif
similarity index 100%
rename from images/apache-openwhisk-action-animation.gif
rename to images/elements/unused/apache-openwhisk-action-animation.gif
diff --git a/images/runtimes/OW-Runtime-Compositions.png b/images/runtimes/OW-Runtime-Compositions.png
new file mode 100644
index 0000000..0bd9fc7
Binary files /dev/null and b/images/runtimes/OW-Runtime-Compositions.png differ
diff --git a/images/elements/OW-Abstract Architecture Diagram.pptx b/images/runtimes/OW-Runtime-Compositions.pptx
similarity index 53%
copy from images/elements/OW-Abstract Architecture Diagram.pptx
copy to images/runtimes/OW-Runtime-Compositions.pptx
index beb7916..e634ccd 100644
Binary files a/images/elements/OW-Abstract Architecture Diagram.pptx and b/images/runtimes/OW-Runtime-Compositions.pptx differ
diff --git a/images/runtimes/OW-Runtimes-small.png b/images/runtimes/OW-Runtimes-small.png
deleted file mode 100644
index d22f8a8..0000000
Binary files a/images/runtimes/OW-Runtimes-small.png and /dev/null differ
diff --git a/images/runtimes/OW-Runtimes.png b/images/runtimes/OW-Runtimes.png
index b7e18da..6b31cce 100644
Binary files a/images/runtimes/OW-Runtimes.png and b/images/runtimes/OW-Runtimes.png differ
diff --git a/images/runtimes/OW-Runtimes.pptx b/images/runtimes/OW-Runtimes.pptx
index a409aef..2d67c06 100644
Binary files a/images/runtimes/OW-Runtimes.pptx and b/images/runtimes/OW-Runtimes.pptx differ
diff --git a/images/runtimes/logo-go-notext-fuschia.png b/images/runtimes/logo-go-notext-fuschia.png
new file mode 100644
index 0000000..b916f59
Binary files /dev/null and b/images/runtimes/logo-go-notext-fuschia.png differ
diff --git a/images/runtimes/logo-go-notext-lightblue.png b/images/runtimes/logo-go-notext-lightblue.png
deleted file mode 100644
index 47922e0..0000000
Binary files a/images/runtimes/logo-go-notext-lightblue.png and /dev/null differ
diff --git a/images/runtimes/logo-go-notext-lightblue.svg b/images/runtimes/logo-go-notext-lightblue.svg
deleted file mode 100644
index d902ba3..0000000
--- a/images/runtimes/logo-go-notext-lightblue.svg
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-
-<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"
-   version="1.1"
-   id="Layer_1"
-   x="0px"
-   y="0px"
-   viewBox="0 0 246.46532 92.081192"
-   xml:space="preserve"
-   sodipodi:docname="logo-go-notext-lightblue.svg"
-   width="246.46532"
-   height="92.081192"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
-     id="metadata48"><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><defs
-     id="defs46"><filter
-       style="color-interpolation-filters:sRGB"
-       inkscape:label="Drop Shadow"
-       id="filter110"><feFlood
-         flood-opacity="0.776471"
-         flood-color="rgb(0,0,0)"
-         result="flood"
-         id="feFlood100" /><feComposite
-         in="flood"
-         in2="SourceGraphic"
-         operator="in"
-         result="composite1"
-         id="feComposite102" /><feGaussianBlur
-         in="composite1"
-         stdDeviation="1"
-         result="blur"
-         id="feGaussianBlur104" /><feOffset
-         dx="1"
-         dy="1"
-         result="offset"
-         id="feOffset106" /><feComposite
-         in="SourceGraphic"
-         in2="offset"
-         operator="over"
-         result="composite2"
-         id="feComposite108" /></filter></defs><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1302"
-     inkscape:window-height="739"
-     id="namedview44"
-     showgrid="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:pagecheckerboard="true"
-     inkscape:zoom="3.2986386"
-     inkscape:cx="123.23266"
-     inkscape:cy="46.040596"
-     inkscape:window-x="219"
-     inkscape:window-y="3"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="Layer_1" /><style
-     type="text/css"
-     id="style2">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style><g
-     id="g41"
-     transform="translate(-4.1612236,-70.19224)"
-     style="filter:url(#filter110)"><g
-       id="g10"><g
-         id="g8"><g
-           id="g6"><path
-             class="st1"
-             d="m 40.2,101.1 c -0.4,0 -0.5,-0.2 -0.3,-0.5 L 42,97.9 c 0.2,-0.3 0.7,-0.5 1.1,-0.5 h 35.7 c 0.4,0 0.5,0.3 0.3,0.6 l -1.7,2.6 c -0.2,0.3 -0.7,0.6 -1,0.6 z"
-             id="path4"
-             inkscape:connector-curvature="0"
-             style="fill:#5dc9e1" /></g></g></g><g
-       id="g18"><g
-         id="g16"><g
-           id="g14"><path
-             class="st1"
-             d="m 25.1,110.3 c -0.4,0 -0.5,-0.2 -0.3,-0.5 l 2.1,-2.7 c 0.2,-0.3 0.7,-0.5 1.1,-0.5 h 45.6 c 0.4,0 0.6,0.3 0.5,0.6 l -0.8,2.4 c -0.1,0.4 -0.5,0.6 -0.9,0.6 z"
-             id="path12"
-             inkscape:connector-curvature="0"
-             style="fill:#5dc9e1" /></g></g></g><g
-       id="g26"><g
-         id="g24"><g
-           id="g22"><path
-             class="st1"
-             d="m 49.3,119.5 c -0.4,0 -0.5,-0.3 -0.3,-0.6 l 1.4,-2.5 c 0.2,-0.3 0.6,-0.6 1,-0.6 h 20 c 0.4,0 0.6,0.3 0.6,0.7 l -0.2,2.4 c 0,0.4 -0.4,0.7 -0.7,0.7 z"
-             id="path20"
-             inkscape:connector-curvature="0"
-             style="fill:#5dc9e1" /></g></g></g><g
-       id="g39"><g
-         id="CXHf1q_7_"><g
-           id="g36"><g
-             id="g30"><path
-               class="st1"
-               d="m 153.1,99.3 c -6.3,1.6 -10.6,2.8 -16.8,4.4 -1.5,0.4 -1.6,0.5 -2.9,-1 -1.5,-1.7 -2.6,-2.8 -4.7,-3.8 -6.3,-3.1 -12.4,-2.2 -18.1,1.5 -6.8,4.4 -10.3,10.9 -10.2,19 0.1,8 5.6,14.6 13.5,15.7 6.8,0.9 12.5,-1.5 17,-6.6 0.9,-1.1 1.7,-2.3 2.7,-3.7 -3.6,0 -8.1,0 -19.3,0 -2.1,0 -2.6,-1.3 -1.9,-3 1.3,-3.1 3.7,-8.3 5.1,-10.9 0.3,-0.6 1,-1.6 2.5,-1.6 5.1,0 23.9,0 36.4,0 -0.2,2.7 -0.2,5.4 -0.6,8.1 -1.1,7.2 -3.8,13.8 -8.2,19.6 -7.2,9.5 -16.6,15.4 -28.5,17 -9.8,1.3 -18.9,-0.6 -26.9,-6.6  [...]
-               id="path28"
-               inkscape:connector-curvature="0"
-               style="fill:#5dc9e1" /></g><g
-             id="g34"><path
-               class="st1"
-               d="m 186.2,154.6 c -9.1,-0.2 -17.4,-2.8 -24.4,-8.8 -5.9,-5.1 -9.6,-11.6 -10.8,-19.3 -1.8,-11.3 1.3,-21.3 8.1,-30.2 7.3,-9.6 16.1,-14.6 28,-16.7 10.2,-1.8 19.8,-0.8 28.5,5.1 7.9,5.4 12.8,12.7 14.1,22.3 1.7,13.5 -2.2,24.5 -11.5,33.9 -6.6,6.7 -14.7,10.9 -24,12.8 -2.7,0.5 -5.4,0.6 -8,0.9 z M 210,114.2 c -0.1,-1.3 -0.1,-2.3 -0.3,-3.3 -1.8,-9.9 -10.9,-15.5 -20.4,-13.3 -9.3,2.1 -15.3,8 -17.5,17.4 -1.8,7.8 2,15.7 9.2,18.9 5.5,2.4 11,2.1 16.3,-0.6 7.9,-4.1 12.2,-10.5 12.7,-19.1 z"
-               id="path32"
-               inkscape:connector-curvature="0"
-               style="fill:#5dc9e1" /></g></g></g></g></g></svg>
\ No newline at end of file