aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/README.md21
-rw-r--r--templates/css/estilos.min.css1
-rw-r--r--templates/fonts/libresocial/LICENSE114
-rw-r--r--templates/fonts/libresocial/libresocial.svg287
-rw-r--r--templates/fonts/libresocial/libresocial.ttfbin0 -> 6444 bytes
-rw-r--r--templates/fonts/libresocial/libresocial.woffbin0 -> 17260 bytes
-rw-r--r--templates/fonts/opensans/LICENSE.txt202
-rw-r--r--templates/fonts/opensans/OpenSans-Bold.ttfbin0 -> 224592 bytes
-rw-r--r--templates/fonts/opensans/OpenSans-Regular.ttfbin0 -> 217360 bytes
-rw-r--r--templates/fonts/opensans/OpenSans-Semibold.ttfbin0 -> 221328 bytes
-rw-r--r--templates/fonts/opensans/ops/latin.woff2bin0 -> 15572 bytes
-rw-r--r--templates/fonts/opensans/opsbold/latin.woff2bin0 -> 16276 bytes
-rw-r--r--templates/fonts/opensans/opssemibold/latin.woff2bin0 -> 16164 bytes
-rw-r--r--templates/images/BG.jpgbin0 -> 46874 bytes
-rw-r--r--templates/images/BG.xcfbin0 -> 2073054 bytes
-rw-r--r--templates/images/favicon.pngbin0 -> 2065 bytes
-rw-r--r--templates/images/foto.pngbin0 -> 16344 bytes
-rw-r--r--templates/images/trabajos/1.xcfbin0 -> 979213 bytes
-rw-r--r--templates/images/trabajos/conocimientos.jpgbin0 -> 19564 bytes
-rw-r--r--templates/images/trabajos/hyperbola.jpgbin0 -> 4058 bytes
-rw-r--r--templates/images/trabajos/librevideojs.jpgbin0 -> 16514 bytes
-rw-r--r--templates/index.tpl121
-rw-r--r--templates/js/efectos.js47
-rw-r--r--templates/js/efectos.min.js3
-rw-r--r--templates/js/formulario.js64
-rw-r--r--templates/js/formulario.min.js3
-rw-r--r--templates/librejs.html27
-rw-r--r--templates/sass/_front.sass228
-rw-r--r--templates/sass/_libresocial.sass68
-rw-r--r--templates/sass/_mediaqueries.sass41
-rw-r--r--templates/sass/_tipografia.sass18
-rw-r--r--templates/sass/estilos.sass14
32 files changed, 1259 insertions, 0 deletions
diff --git a/templates/README.md b/templates/README.md
new file mode 100644
index 0000000..49335ff
--- /dev/null
+++ b/templates/README.md
@@ -0,0 +1,21 @@
+## Hacking
+
+## SASS to CSS
+
+1. Requeriments:
+
+ ```
+ gem install sass
+ ```
+
+2. Generate CSS from SASS:
+
+ ```
+ sass -t compressed --sourcemap=none sass/estilos.sass:css/estilos.min.css
+ ```
+
+3. Show CSS to SASS live
+
+ ```
+ sass --watch -t compressed --sourcemap=none sass/estilos.sass:css/estilos.min.css
+ ```
diff --git a/templates/css/estilos.min.css b/templates/css/estilos.min.css
new file mode 100644
index 0000000..8bd359a
--- /dev/null
+++ b/templates/css/estilos.min.css
@@ -0,0 +1 @@
+@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;src:local("Open Sans"),local("OpenSans"),url("../fonts/opensans/ops/latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url("../fonts/opensans/opssemibold/latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215}@font-face{font-family:"libresocial";src:url("../fonts/libresocial/libresocial.woff") format("woff"),url("../fonts/libresocial/libresocial.ttf") format("truetype"),url("../fonts/libresocial/libresocial.svg") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"libresocial";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-diaspora:before{content:""}.icon-friendica:before{content:""}.icon-gitlab:before{content:""}.icon-gnusocial:before{content:""}.icon-hubzilla:before{content:""}.icon-mastodon:before{content:""}.icon-mediagoblin:before{content:""}.icon-notabug:before{content:""}.icon-pump:before{content:""}.icon-tox:before{content:""}.icon-xmpp:before{content:""}body{background:#fff;font-family:"Open Sans",sans-serif;font-size:16px}.contenedor{width:90%;max-width:1000px;margin:auto;overflow:hidden}header{background:url("./../images/BG.jpg") #68bdea;background-repeat:no-repeat;background-position:center;max-height:600px}header .menu{margin:40px 0px;text-align:right}header .menu a{margin:0px 20px;color:#fff;padding-bottom:9px;display:inline-block;text-decoration:none;border-bottom:2px solid transparent;font-size:1rem}header .menu a:hover{border-bottom:2px solid #fff}header .contenedor-texto{display:flex;justify-content:center;align-content:center;margin:190px 0px}header .contenedor-texto .texto{border:2px solid rgba(255,255,255,0.5);border-radius:3px;display:inline-block;text-align:center;padding:20px 60px}header .contenedor-texto .texto h1,header .contenedor-texto .texto h2{color:#fff;font-weight:300;margin:0px}header .contenedor-texto .texto .nombre{margin-bottom:10px;font-size:3.125rem;line-height:50px}header .contenedor-texto .texto .profesion{font-size:1.5rem;line-height:25px}main .contenedor{overflow:visible}main .acerca-de{text-align:center}main .acerca-de .foto{margin-top:-60px}main .acerca-de .foto img{vertical-align:top;border-radius:50%;border:5px solid rgba(255,255,255,0.2)}main .acerca-de .texto{color:#5a5a5a;font-weight:600;font-size:1rem;line-height:30px;width:80%;margin:40px auto 60px auto}main .acerca-de .texto .titulo{font-size:2.125rem;margin-bottom:40px;font-weight:300;color:#dd820d;text-align:center}main .acerca-de .texto .bold{color:#3895ea;text-decoration:underline}main .trabajos{background:#f2f2f2;padding:60px 0}main .trabajos .contenedor{overflow:hidden}main .trabajos .titulo{font-size:2.125rem;line-height:34px;margin-bottom:40px;font-weight:300;color:#323068;text-align:center}main .trabajos .contenedor-trabajos{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}main .trabajos .contenedor-trabajos .trabajo{width:23%;margin-bottom:40px}main .trabajos .contenedor-trabajos .trabajo .thumb{width:100%;margin-bottom:10px}main .trabajos .contenedor-trabajos .trabajo .thumb img{width:100%;vertical-align:top;border-radius:3px}main .trabajos .contenedor-trabajos .trabajo .descripcion{text-align:center}main .trabajos .contenedor-trabajos .trabajo .descripcion .nombre{font-weight:700;color:#3895ea;margin-bottom:10px}main .trabajos .contenedor-trabajos .trabajo .descripcion .nombre a{text-decoration:none;color:#3895ea}main .trabajos .contenedor-trabajos .trabajo .descripcion .categoria{font-size:.8rem;color:#636363}footer .contacto{padding:60px 0}footer .contacto .titulo{font-size:2.125rem;line-height:34px;margin-bottom:40px;font-weight:300;color:#3895ea;text-align:center}footer .contacto .formulario{display:flex;flex-wrap:wrap;justify-content:space-between}footer .contacto .formulario input[type="text"],footer .contacto .formulario input[type="email"]{background:#f3f4f7;border:2px solid #cecece;border-radius:5px;padding:15px 20px;font-size:1.125rem;color:#a4a4a4}footer .contacto .formulario textarea{background:#f3f4f7;border:2px solid #cecece;border-radius:5px;padding:15px 20px;font-size:1.25rem;color:#a4a4a4}footer .contacto .formulario input[type="text"]:focus,footer .contacto .formulario input[type="email"]:focus{border:2px solid #3895ea}footer .contacto .formulario textarea:focus{border:2px solid #3895ea}footer .contacto .formulario input[type="text"],footer .contacto .formulario input[type="email"]{width:45%;margin-bottom:15px}footer .contacto .formulario textarea{width:100%;height:100px;max-width:100%;min-height:100px;max-height:300px;margin-bottom:15px}footer .contacto .formulario .error{display:none;margin-top:20px;border-radius:3px;background:#fc636b;color:#fff;padding:15px 10px;padding-left:40px;width:100%}footer .contacto .formulario .boton{margin:auto;background:#3895ea;color:#fff;border:none;border-radius:3px;padding:15px 40px;cursor:pointer}footer .contacto .formulario .boton:hover{background:#387bea}footer .redes-sociales-libres{background:#1e2b38;padding:60px 0}footer .redes-sociales-libres .contenedor{display:flex;justify-content:center}footer .redes-sociales-libres a{color:#fff;text-align:center;width:100px;display:block;padding:15px 0;border-radius:3px;font-size:1.8rem;margin:0 20px}footer .redes-sociales-libres .diaspora:hover{background:#010101}footer .redes-sociales-libres .gnusocial:hover{background:#a42833}footer .redes-sociales-libres .gitlab:hover{background:#e24329}footer .redes-sociales-libres .libregit:hover{background:#333}footer .redes-sociales-libres .mediagoblin:hover{background:#775fa3}footer .redes-sociales-libres .notabug:hover{background:#244664}footer .redes-sociales-libres .peertube:hover{background:#f1680d}footer .copyleft{background:#192633;padding:5px 0}footer .copyleft p{color:#fff;text-align:center;font-size:.75rem}footer .copyleft p a{color:#3895ea;text-decoration:none}@media screen and (max-width: 985px){footer .contacto .formulario input[type="text"],footer .contacto .formulario input[type="email"]{width:44%}}@media screen and (max-width: 830px){footer .contacto .formulario input[type="text"],footer .contacto .formulario input[type="email"]{width:42%}}@media screen and (max-width: 800px){header .menu{text-align:center}main .trabajos .contenedor-trabajos .trabajo{width:46%}footer .contacto .formulario [type="text"],[type="email"]{width:100%}}@media screen and (max-width: 630px){footer .contacto .formulario input[type="text"],footer .contacto .formulario input[type="email"]{width:100%}}@media screen and (max-width: 500px){header .contenedor-texto .texto .nombre{font-size:35px}header .contenedor-texto .texto .profesion{font-size:18px}footer .redes-sociales-libres .contenedor{flex-wrap:wrap;padding:20px 0}}@media screen and (max-width: 320px){footer .contacto .formulario input[type="text"],footer .contacto .formulario input[type="email"]{width:84%}footer .copyleft p{font-size:.6rem}}
diff --git a/templates/fonts/libresocial/LICENSE b/templates/fonts/libresocial/LICENSE
new file mode 100644
index 0000000..495e9e8
--- /dev/null
+++ b/templates/fonts/libresocial/LICENSE
@@ -0,0 +1,114 @@
+[ Copyleft Attitude ]
+
+Free Art License 1.3 (FAL 1.3)
+
+Preamble
+
+The Free Art License grants the right to freely copy, distribute, and transform creative works without infringing the author’s rights.
+
+The Free Art License recognizes and protects these rights. Their implementation has been reformulated in order to allow everyone to use creations of the human mind in a creative manner, regardless of their types and ways of expression.
+
+While the public’s access to creations of the human mind usually is restricted by the implementation of copyright law, it is favoured by the Free Art License. This license intends to allow the use of a work’s resources; to establish new conditions for creating in order to increase creation opportunities. The Free Art License grants the right to use a work, and acknowledges the right holder’s and the user’s rights and responsibility.
+
+The invention and development of digital technologies, Internet and Free Software have changed creation methods: creations of the human mind can obviously be distributed, exchanged, and transformed. They allow to produce common works to which everyone can contribute to the benefit of all.
+
+The main rationale for this Free Art License is to promote and protect these creations of the human mind according to the principles of copyleft: freedom to use, copy, distribute, transform, and prohibition of exclusive appropriation.
+
+Definitions
+
+« work » either means the initial work, the subsequent works or the common work as defined hereafter:
+
+« common work » means a work composed of the initial work and all subsequent contributions to it (originals and copies). The initial author is the one who, by choosing this license, defines the conditions under which contributions are made.
+
+« Initial work » means the work created by the initiator of the common work (as defined above), the copies of which can be modified by whoever wants to
+
+« Subsequent works » means the contributions made by authors who participate in the evolution of the common work by exercising the rights to reproduce, distribute, and modify that are granted by the license.
+
+« Originals » (sources or resources of the work) means all copies of either the initial work or any subsequent work mentioning a date and used by their author(s) as references for any subsequent updates, interpretations, copies or reproductions.
+
+« Copy » means any reproduction of an original as defined by this license.
+
+1. OBJECT
+The aim of this license is to define the conditions under which one can use this work freely.
+
+2. SCOPE
+This work is subject to copyright law. Through this license its author specifies the extent to which you can copy, distribute, and modify it.
+
+2.1 FREEDOM TO COPY (OR TO MAKE REPRODUCTIONS)
+You have the right to copy this work for yourself, your friends or any other person, whatever the technique used.
+
+2.2 FREEDOM TO DISTRIBUTE, TO PERFORM IN PUBLIC
+You have the right to distribute copies of this work; whether modified or not, whatever the medium and the place, with or without any charge, provided that you:
+attach this license without any modification to the copies of this work or indicate precisely where the license can be found,
+specify to the recipient the names of the author(s) of the originals, including yours if you have modified the work,
+specify to the recipient where to access the originals (either initial or subsequent).
+The authors of the originals may, if they wish to, give you the right to distribute the originals under the same conditions as the copies.
+
+2.3 FREEDOM TO MODIFY
+You have the right to modify copies of the originals (whether initial or subsequent) provided you comply with the following conditions:
+all conditions in article 2.2 above, if you distribute modified copies;
+indicate that the work has been modified and, if it is possible, what kind of modifications have been made;
+distribute the subsequent work under the same license or any compatible license.
+The author(s) of the original work may give you the right to modify it under the same conditions as the copies.
+
+3. RELATED RIGHTS
+Activities giving rise to author’s rights and related rights shall not challenge the rights granted by this license.
+For example, this is the reason why performances must be subject to the same license or a compatible license. Similarly, integrating the work in a database, a compilation or an anthology shall not prevent anyone from using the work under the same conditions as those defined in this license.
+
+4. INCORPORATION OF THE WORK
+Incorporating this work into a larger work that is not subject to the Free Art License shall not challenge the rights granted by this license.
+If the work can no longer be accessed apart from the larger work in which it is incorporated, then incorporation shall only be allowed under the condition that the larger work is subject either to the Free Art License or a compatible license.
+
+5. COMPATIBILITY
+A license is compatible with the Free Art License provided:
+it gives the right to copy, distribute, and modify copies of the work including for commercial purposes and without any other restrictions than those required by the respect of the other compatibility criteria;
+it ensures proper attribution of the work to its authors and access to previous versions of the work when possible;
+it recognizes the Free Art License as compatible (reciprocity);
+it requires that changes made to the work be subject to the same license or to a license which also meets these compatibility criteria.
+
+6. YOUR INTELLECTUAL RIGHTS
+This license does not aim at denying your author’s rights in your contribution or any related right. By choosing to contribute to the development of this common work, you only agree to grant others the same rights with regard to your contribution as those you were granted by this license. Conferring these rights does not mean you have to give up your intellectual rights.
+
+7. YOUR RESPONSIBILITIES
+The freedom to use the work as defined by the Free Art License (right to copy, distribute, modify) implies that everyone is responsible for their own actions.
+
+8. DURATION OF THE LICENSE
+This license takes effect as of your acceptance of its terms. The act of copying, distributing, or modifying the work constitutes a tacit agreement. This license will remain in effect for as long as the copyright which is attached to the work. If you do not respect the terms of this license, you automatically lose the rights that it confers.
+If the legal status or legislation to which you are subject makes it impossible for you to respect the terms of this license, you may not make use of the rights which it confers.
+
+9. VARIOUS VERSIONS OF THE LICENSE
+This license may undergo periodic modifications to incorporate improvements by its authors (instigators of the « Copyleft Attitude » movement) by way of new, numbered versions.
+You will always have the choice of accepting the terms contained in the version under which the copy of the work was distributed to you, or alternatively, to use the provisions of one of the subsequent versions.
+
+10. SUB-LICENSING
+Sub-licenses are not authorized by this license. Any person wishing to make use of the rights that it confers will be directly bound to the authors of the common work.
+
+11. LEGAL FRAMEWORK
+This license is written with respect to both French law and the Berne Convention for the Protection of Literary and Artistic Works.
+
+USER GUIDE
+
+– How to use the Free Art License?
+To benefit from the Free Art License, you only need to mention the following elements on your work:
+[Name of the author, title, date of the work. When applicable, names of authors of the common work and, if possible, where to find the originals].
+Copyleft: This is a free work, you can copy, distribute, and modify it under the terms of the Free Art License http://artlibre.org/licence/lal/en/
+
+– Why to use the Free Art License?
+1.To give the greatest number of people access to your work.
+2.To allow it to be distributed freely.
+3.To allow it to evolve by allowing its copy, distribution, and transformation by others.
+4.So that you benefit from the resources of a work when it is under the Free Art License: to be able to copy, distribute or transform it freely.
+5.But also, because the Free Art License offers a legal framework to disallow any misappropriation. It is forbidden to take hold of your work and bypass the creative process for one’s exclusive possession.
+
+– When to use the Free Art License?
+Any time you want to benefit and make others benefit from the right to copy, distribute and transform creative works without any exclusive appropriation, you should use the Free Art License. You can for example use it for scientific, artistic or educational projects.
+
+– What kinds of works can be subject to the Free Art License?
+The Free Art License can be applied to digital as well as physical works.
+You can choose to apply the Free Art License on any text, picture, sound, gesture, or whatever sort of stuff on which you have sufficient author’s rights.
+
+– Historical background of this license:
+It is the result of observing, using and creating digital technologies, free software, the Internet and art. It arose from the « Copyleft Attitude » meetings which took place in Paris in 2000. For the first time, these meetings brought together members of the Free Software community, artists, and members of the art world. The goal was to adapt the principles of Copyleft and free software to all sorts of creations. http://www.artlibre.org
+
+Copyleft Attitude, 2007.
+You can make reproductions and distribute this license verbatim (without any changes).
diff --git a/templates/fonts/libresocial/libresocial.svg b/templates/fonts/libresocial/libresocial.svg
new file mode 100644
index 0000000..3889844
--- /dev/null
+++ b/templates/fonts/libresocial/libresocial.svg
@@ -0,0 +1,287 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<!--
+ 2017-7-21: Created with FontForge (http://fontforge.org)
+ -->
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+ <metadata>
+ Created by FontForge 20170320 at Fri Jul 21 21:42:46 2017
+ By heckyel
+ Copyright (c) 2017, heckyel
+ </metadata>
+ <defs>
+ <font id="libresocial-Regular" horiz-adv-x="128" >
+ <font-face
+ font-family="libresocial"
+ font-weight="400"
+ font-stretch="normal"
+ units-per-em="128"
+ panose-1="2 0 5 9 0 0 0 0 0 0"
+ ascent="96"
+ descent="-32"
+ bbox="5.23352 -6.39046 122.799 96.1191"
+ underline-thickness="50"
+ underline-position="-100"
+ unicode-range="U+E800-E810"
+ />
+ <missing-glyph />
+ <glyph glyph-name="uniE800" unicode="&#xe800;"
+ d="M42.2178 -4.2041l-2.87012 2.15137l-3.98828 3.06348l-3.9873 3.0625l-2.53809 1.94043l-2.53711 1.94141l-0.786133 0.608398l-0.785156 0.609375v0.216797v0.216797l3.32324 4.81836l3.32324 4.81836l0.75 1.11816l0.75 1.11816l2.99609 4.32324l2.99609 4.32324
+ l0.362305 0.550781l0.362305 0.551758l1.75293 2.53027l1.75195 2.53027v0.274414v0.274414l-4.89453 1.6709l-4.89355 1.6709l-5.31738 1.80371l-5.31738 1.80469l-1.20801 0.453125l-1.20898 0.453125l-3.57617 1.21387l-3.57617 1.21484l-0.0810547 0.147461
+ l-0.0820312 0.147461l0.709961 2.28809l0.709961 2.28906l1.80469 5.84863l1.80566 5.84863l1.35645 4.38672l1.35742 4.38672h0.481445h0.482422l2.08301 -0.736328l2.08398 -0.735352l7.6123 -2.58984l7.61328 -2.58984l4.7959 -1.65137l4.79492 -1.65137
+ l0.338867 0.136719l0.338867 0.136719l0.0625 16.6016l0.0625 16.6006l12.5518 0.0664062l12.5527 0.0654297l0.192383 -0.320312l0.193359 -0.320312l0.00390625 -16.4648l0.00390625 -16.4658h0.386719h0.385742l2.81641 0.989258l2.81543 0.989258l5.80078 1.96191
+ l5.80078 1.96289l5.0752 1.74805l5.0752 1.74805l0.742188 0.258789l0.742188 0.259766l0.466797 -0.00390625l0.46582 -0.00390625l1.30762 -4.25586l1.30762 -4.25586l1.37891 -4.4502l1.37891 -4.4502l1.12012 -3.70605l1.12012 -3.70605v-0.282227v-0.28125
+ l-0.543945 -0.164062l-0.543945 -0.163086l-6.7666 -2.30664l-6.76758 -2.30664l-6.52539 -2.25684l-6.52539 -2.25684l-0.966797 -0.274414l-0.966797 -0.273438l-0.299805 -0.257812l-0.298828 -0.257812l0.524414 -0.797852l0.525391 -0.797852l1.14355 -1.65332
+ l1.14453 -1.65234l3.41699 -4.95898l3.41797 -4.95898l0.350586 -0.508789l0.351562 -0.507812l1.9375 -2.79785l1.9375 -2.79688l0.839844 -1.27148l0.839844 -1.27148l1.0918 -1.5752l1.0918 -1.5752l-0.548828 -0.546875l-0.547852 -0.546875l-1.08789 -0.791992
+ l-1.08691 -0.791992l-0.242188 -0.211914l-0.241211 -0.211914l-2.65918 -2.03516l-2.6582 -2.03516l-0.845703 -0.616211l-0.84668 -0.617188l-2.57227 -1.97754l-2.57227 -1.97852l-2.06055 -1.58984l-2.06055 -1.58887h-0.363281h-0.364258l-0.527344 0.699219
+ l-0.527344 0.699219l-3.24805 4.7041l-3.24805 4.70508l-0.998047 1.52539l-0.998047 1.52539l-0.157227 0.12793l-0.157227 0.126953l-1.00391 1.52539l-1.00391 1.52637l-1.34082 1.90723l-1.3418 1.90723l-0.413086 0.635742l-0.412109 0.635742l-1.41895 2.03418
+ l-1.41992 2.03418l-0.330078 0.200195l-0.331055 0.199219l-0.834961 -1.22363l-0.835938 -1.22363l-1.88965 -2.7041l-1.88867 -2.70508l-1.08789 -1.5918l-1.08789 -1.5918l-1.49902 -2.18164l-1.5 -2.18066l-0.700195 -1.01758l-0.699219 -1.01758l-2.04199 -2.92383
+ l-2.04297 -2.9248l-1.15527 -1.71387l-1.15527 -1.71484l-0.192383 -0.124023l-0.191406 -0.125z" />
+ <glyph glyph-name="uniE801" unicode="&#xe801;"
+ d="M66.3379 91.8926c-6.65234 0.0332031 -17.6064 0.0332031 -24.3418 0l12.0957 -0.0615234zM22.4766 88.9473c0.288086 0.359375 0.280273 0.367188 -0.0878906 0.0849609c-0.222656 -0.170898 -0.405273 -0.348633 -0.405273 -0.396484
+ c0 -0.186523 0.19043 -0.0664062 0.493164 0.311523zM19.9268 86.4551c0.288086 0.359375 0.280273 0.367188 -0.0878906 0.0849609c-0.385742 -0.295898 -0.318359 -0.481445 -0.318359 -0.481445c0.0488281 0 0.231445 0.178711 0.40625 0.396484zM17.041 80.4375
+ c-0.0732422 0.180664 -0.128906 0.126953 -0.139648 -0.137695c-0.0107422 -0.238281 0.12207 -0.296875 0.12207 -0.296875c0.0771484 0.0751953 0.0849609 0.270508 0.0175781 0.43457zM70.1455 69.4629c-4.55859 0.0351562 -12.0176 0.0351562 -16.5752 0
+ l8.28711 -0.0625zM70.1455 44.3154c-4.55859 0.0341797 -12.0176 0.0341797 -16.5752 0l8.28711 -0.0625zM70.1455 24.6055c-4.55859 0.0341797 -12.0176 0.0341797 -16.5752 0l8.28711 -0.0625zM16.8252 62.082l-0.0605469 -17.1436l0.0605469 -17.292
+ c0.0332031 9.42871 0.0332031 24.9248 0 34.4355zM21.752 1.39551c0 0.0380859 -0.391602 0.419922 -0.870117 0.849609l-0.869141 0.78125l0.798828 -0.849609c0.744141 -0.791016 0.94043 -0.78125 0.94043 -0.78125zM22.9111 0.505859
+ c0 0.0478516 -0.182617 0.225586 -0.40625 0.396484c-0.367188 0.282227 -0.375977 0.274414 -0.0878906 -0.0849609c0.303711 -0.37793 0.494141 -0.311523 0.494141 -0.311523zM101.333 -1.33496c4.81836 1.66602 8.19238 5.25586 9.44727 10.0498
+ c0.445312 1.70117 0.457031 2.65137 0.457031 36.2236c0 33.3467 -0.0146484 34.5332 -0.448242 36.1914c-1.32129 5.04688 -5.04395 8.77637 -10.2949 10.3145c-0.953125 0.280273 -2.90039 0.370117 -9.59961 0.445312l-8.4043 0.09375v-13.2705v-13.2705h-16.46h-16.459
+ v-9.96875v-9.96875h16.459h16.46v-12.5732v-12.5742h-16.46h-16.459v-11.2197v-11.2188l24.9795 0.0615234l24.9795 0.0615234zM30.5029 -1.91504c-0.222656 0.0566406 -0.587891 0.0566406 -0.811523 0c-0.222656 -0.0576172 -0.0400391 -0.103516 0.40625 -0.103516
+ s0.405273 0.103516 0.405273 0.103516zM28.5908 -5.9873c-2.45215 0.331055 -5.80566 1.61523 -7.92285 3.03418c-3.59668 2.41016 -6.21387 6.13184 -7.54883 10.7363l-0.524414 1.8125v35.3428l0.000976562 35.3428l0.523438 1.8125
+ c1.95703 6.77637 6.82715 11.5664 13.5371 13.3154l1.93457 0.504883h35.585h35.5859l2.07812 -0.636719c6.50293 -1.99023 11.0703 -6.58594 12.9434 -13.0244l0.507812 -1.74512l0.0693359 -34.3232c0.0488281 -24.166 -0.00683594 -34.8926 -0.1875 -36.249
+ c-0.564453 -4.23145 -2.2666 -7.64258 -5.32617 -10.6699c-2.91406 -2.88184 -6.1748 -4.53516 -10.2012 -5.17285c-1.44531 -0.229492 -69.3877 -0.305664 -71.0547 -0.0800781z" />
+ <glyph glyph-name="uniE802" unicode="&#xe802;"
+ d="M84.5303 56.5996c0 0.0908203 2.75781 8.72754 6.12793 19.1943c3.85742 11.9785 6.37988 19.2148 6.80859 19.5303c0.945312 0.694336 1.88184 0.624023 2.60059 -0.196289c0.506836 -0.578125 12.5986 -37.4639 12.5859 -38.3936
+ c-0.000976562 -0.164062 -6.33008 -0.298828 -14.0635 -0.298828c-7.73242 0 -14.0596 0.0742188 -14.0596 0.164062zM15.2188 56.7344c-0.0117188 0.929688 12.0801 37.8154 12.5859 38.3936c0.71875 0.819336 1.65625 0.891602 2.5957 0.199219
+ c0.419922 -0.30957 2.99023 -7.67871 6.80859 -19.5254c3.37305 -10.4658 6.13281 -19.1045 6.13281 -19.1973s-6.32617 -0.167969 -14.0596 -0.167969c-7.73242 0 -14.0635 0.133789 -14.0635 0.297852zM37.1846 12.749
+ c-14.3662 10.4668 -26.6992 19.6514 -27.4072 20.4111c-0.729492 0.783203 -1.28711 1.80566 -1.28711 2.35938c0 0.898438 6.20996 20.5186 6.49414 20.5186c0.0693359 0 10.9668 -13.9609 24.2178 -31.0244c13.251 -17.0625 24.248 -30.8672 24.248 -30.8672
+ c0.0859375 0.0869141 -4.31445 13.9805 -9.77734 30.875c-5.46387 16.8945 -9.93457 30.874 -9.93457 31.0664c0 0.194336 8.89746 0.348633 20.1982 0.348633c11.1084 0 20.1982 -0.148438 20.1982 -0.330078s-4.4541 -14.1016 -9.89844 -30.9336
+ s-9.85254 -30.7451 -9.79688 -30.918s10.9512 13.6582 24.2119 30.7344c13.2617 17.0771 24.168 31.0488 24.2363 31.0488c0.277344 0 6.49414 -19.6084 6.49414 -20.4824c0 -0.517578 -0.441406 -1.46875 -0.981445 -2.11328
+ c-1.2793 -1.52734 -53.4971 -39.6055 -54.4043 -39.6719c-0.379883 -0.0283203 -12.4453 8.51172 -26.8115 18.9785z" />
+ <glyph glyph-name="uniE803" unicode="&#xe803;"
+ d="M59.0303 -5.70117l-2.82129 0.429688l-3.29199 0.970703l-3.29102 0.97168l-3.05664 1.57715l-3.05566 1.57812l-1.34668 1.0332l-1.3457 1.03223l-1.87109 1.5918l-1.87109 1.5918l-1.99414 2.79102l-1.99512 2.79199l-1.9209 3.92188l-1.92188 3.92285
+ l-0.960938 3.70215l-0.960938 3.70215l-0.483398 4.1416l-0.483398 4.1416l0.0224609 3.45996l0.0214844 3.46094l0.62793 3.69141l0.62793 3.69141l0.283203 1.20215l0.28418 1.20215l0.723633 2.0127l0.723633 2.01172l1.17578 1.96875l1.1748 1.96875l1.16113 1.22852
+ l1.16016 1.22852v0.746094v0.746094l-1.03613 0.455078l-1.03613 0.455078l-1.54102 2.11914l-1.54102 2.11914l-0.755859 2.89453l-0.755859 2.89551l0.166992 4.67578l0.166992 4.67578l1.40234 2.75195l1.40234 2.75293l2.75781 2.89941l2.75781 2.89941
+ l0.401367 0.171875l0.40625 0.239258l0.726562 0.444336l0.827148 0.579102l1.22949 -0.140625l1.23047 -0.140625l0.167969 -0.866211l0.166992 -0.866211l-1.7998 -3.74707l-1.7998 -3.74805l-0.178711 -4.97168l-0.179688 -4.9707l0.553711 -1.31152l0.552734 -1.31152
+ l1.21582 -0.638672l1.21582 -0.637695h3.49414h3.49316l1.72559 1.91797l1.72461 1.91895l1.02734 0.503906l1.02637 0.503906h2.64062h2.64062l1.37891 -0.700195l1.37988 -0.700195l0.751953 -1.42676l0.751953 -1.42773l1.10645 1.59766l1.10645 1.59766
+ l1.43945 0.584961l1.44043 0.584961l2.7998 -0.198242l2.7998 -0.199219l2.64453 -2.4541l2.64453 -2.45312l3.18555 0.223633l3.18555 0.223633l1.44824 0.838867l1.44727 0.838867l0.338867 3.49609l0.337891 3.49512l-0.55957 2.99902l-0.55957 2.99902
+ l-0.12793 0.460938l-0.126953 0.461914l-1.51172 2.89258l-1.51074 2.89355l0.498047 0.913086l0.499023 0.914062h0.484375h0.484375l0.853516 -0.448242l0.852539 -0.448242l2.64258 -2.49121l2.13867 -2.48145l0.293945 -0.350586l0.209961 -0.27832l0.938477 -0.988281
+ l0.9375 -0.988281l1.70703 -3.43555l1.70703 -3.43652l-0.212891 -4.7002l-0.212891 -4.7002l-0.426758 -0.661133l-0.341797 -0.692383l-0.0498047 -0.209961l-0.0595703 -0.220703l-0.639648 -1.49902l-0.639648 -1.5l-0.155273 -0.257812l-0.09375 -0.164062
+ l-0.157227 -0.292969l-0.419922 -0.591797l-1.88281 -1.46289l-1.88184 -1.46289l1.64355 -1.88477l1.41211 -1.77051l0.820312 -1.41895l0.588867 -1.30566l0.0908203 -0.124023l0.0888672 -0.130859l1.22852 -1.70605l0.84082 -1.96094l0.62793 -1.42578l0.62793 -1.42578
+ l0.71875 -2.70898l0.71875 -2.70801v-0.606445v-0.607422l-7.40039 0.126953l-7.40039 0.126953l-1.70801 3.38086l-1.70801 3.38086l-1.82422 1.83398l-1.82324 1.83496l-2.13184 1.34375l-2.13184 1.34375l-3.04004 0.768555l-3.04102 0.768555l-5.87793 -0.282227
+ l-5.87695 -0.282227l-2.11621 -0.487305l-2.11621 -0.487305l-2.46777 -1.21191l-2.12012 -1.45898l-0.185547 -0.206055l-0.163086 -0.177734l-0.875977 -0.990234l-0.875 -0.990234l-0.65332 -2.88672l-1.28223 -6.67676l-0.24707 -7.39941l0.885742 -7.72852
+ l0.841797 -2.76855l0.841797 -2.76855l0.15332 -0.460938l0.154297 -0.460938l0.630859 -1.5l0.631836 -1.5l0.12207 -0.225586l0.189453 -0.196289l0.214844 -0.248047l0.208008 -0.21875l1.99805 -1.89648l1.99902 -1.89746l2.83789 -1.34668l2.83887 -1.34766
+ l2.80371 -0.513672l2.80371 -0.513672l4.9375 0.217773l4.9375 0.217773l2.69824 1.0166l2.69922 1.0166l1.88574 1.8877l1.71777 1.76953l0.137695 0.283203l0.0654297 0.380859l0.263672 1.78809l0.263672 1.78906l-4.0166 -0.328125l-4.0166 -0.329102
+ l-0.966797 0.301758l-0.336914 0.352539l-0.368164 0.657227l-0.261719 0.625977l-0.470703 0.800781l-0.470703 0.800781l-1.79297 4.87207l-1.79297 4.87207l-0.327148 1.0957l0.701172 0.00292969h15.9873h15.9883l-0.325195 -3.5752l-0.325195 -3.57617
+ l-0.660156 -3.22949l-0.660156 -3.23047l-0.194336 -0.691406l-0.194336 -0.692383l-0.0947266 -0.115234l-0.0947266 -0.115234l-0.118164 -0.461914l-0.117188 -0.460938l-0.117188 -0.230469l-0.118164 -0.231445l-0.0996094 -0.345703l-0.0986328 -0.345703
+ l-0.332031 -0.922852l-0.332031 -0.922852l-1.69141 -3.38086l-1.69043 -3.38086l-3.63477 -3.56738l-3.63574 -3.56836l-2.76562 -1.32324l-2.76465 -1.32324l-0.94043 -0.392578l-0.94043 -0.393555l-2.58594 -0.708008l-2.58594 -0.707031l-6.34766 -0.175781
+ l-6.34766 -0.175781z" />
+ <glyph glyph-name="uniE804" unicode="&#xe804;"
+ d="M59.624 21.9521c-4.03027 2.87012 -4.50879 3.38086 -4.14258 4.42871c0.227539 0.650391 0.396484 3.03711 0.376953 5.30176l-0.0361328 4.11914l3.63477 1.87598l3.63379 1.87598l2.61621 -2.78516c1.43848 -1.53125 3.59961 -3.25586 4.80273 -3.83203
+ c1.20312 -0.577148 2.19336 -1.36133 2.2002 -1.74316c0.0351562 -1.82227 -2.25488 -9.84473 -2.81055 -9.84473c-0.34375 0 -1.77148 -0.607422 -3.17188 -1.34961c-1.40137 -0.742188 -2.54785 -1.32031 -2.54785 -1.32031c0 0.015625 -2.0498 1.48828 -4.55566 3.27344z
+ M75.0391 3.66406c2.35352 1.3916 4.24902 4.04102 4.70508 6.57812c0.65332 3.63965 -1.57031 8.14648 -5.08008 10.2949c-0.824219 0.504883 -0.803711 0.866211 0.301758 5.40527l1.18555 4.86523l3.39746 0.307617c14.4688 1.31055 20.9844 19.5801 10.7803 30.2305
+ c-4.29785 4.4873 -11.0186 6.38086 -16.6172 4.68164c-8.88672 -2.69629 -13.8311 -11.1455 -12.2344 -20.9062l0.399414 -2.44141l-3.93457 -2.0332l-3.93555 -2.03223l-1.64551 1.4502c-5.35742 4.7207 -12.1377 4.58984 -16.9961 -0.329102
+ c-4.37012 -4.42383 -5.03418 -10.2061 -1.80859 -15.7578c2.19531 -3.78027 5.85938 -5.97363 10.0479 -6.01465c3.27051 -0.03125 6.98145 1.38477 8.59375 3.28027l0.962891 1.13379l4.60645 -3.2334l4.60742 -3.2334l-0.325195 -2.12012
+ c-0.484375 -3.1582 0.172852 -5.74512 2.0166 -7.93652c2.99805 -3.56445 7.22168 -4.40723 10.9727 -2.18945zM20.9424 26.4688v32.6865l-7.54395 0.149414l-7.54492 0.149414l28.832 17.8369c15.8574 9.81055 29.0645 17.7676 29.3477 17.6826
+ s13.4756 -8.2334 29.3154 -18.1074l28.8018 -17.9521l-7.88477 -0.149414l-7.88379 -0.149414v-32.417v-32.416h-42.7197h-42.7197v32.6865z" />
+ <glyph glyph-name="uniE805" unicode="&#xe805;"
+ d="M91.0215 61.7354h-0.125977c-4.40039 0 -7.9209 -3.41699 -7.9209 -7.84766v-20.252c0 -2.15234 -0.691406 -6.45508 -2.70312 -7.84766h10.6865c4.46387 0 7.98438 3.41699 7.98438 7.84766v20.252c0 4.36719 -3.52051 7.84766 -7.9209 7.84766zM36.3311 61.7354
+ c-4.46289 0 -7.9209 -3.41699 -7.9209 -7.84766v-20.252c0 -4.36719 3.52051 -7.84766 7.9209 -7.84766h10.624c-2.0752 1.39258 -2.70312 5.69531 -2.70312 7.84766v20.252c0 4.36719 -3.52051 7.84766 -7.9209 7.84766zM63.7393 66.6719
+ c-4.46387 0 -7.9209 -3.54395 -7.9209 -7.84766v-20.252c0 -4.43066 3.52051 -7.91113 7.9209 -7.91113c4.46289 0 7.9209 3.41797 7.9209 7.84766v20.252c0 2.21582 0.691406 6.45605 2.76562 7.91113h-10.6865zM63.9902 93.7598
+ c27.4131 0 49.6611 -22.3994 49.6611 -49.998s-22.248 -49.998 -49.6611 -49.998s-49.6611 22.3994 -49.6611 49.998s22.248 49.998 49.6611 49.998z" />
+ <glyph glyph-name="uniE806" unicode="&#xe806;"
+ d="M54.9766 67.2256c0.34082 0.134766 0.748047 0.118164 0.905273 -0.0371094s-0.12207 -0.265625 -0.620117 -0.245117c-0.549805 0.0224609 -0.285156 0.282227 -0.285156 0.282227zM66.8711 57.9746c0 0.418945 1.41895 1.1416 1.69824 0.865234
+ c0.0810547 -0.0800781 -0.267578 -0.402344 -0.775391 -0.71582c-0.507812 -0.314453 -0.922852 -0.149414 -0.922852 -0.149414zM38.1836 57.8955c0.713867 0.107422 1.29785 0.40332 1.29785 0.65918c0 0.254883 0.21582 0.331055 0.480469 0.169922
+ c0.870117 -0.532227 -0.0371094 -1.16504 -1.57031 -1.09375c-1.42871 0.0664062 -1.43945 0.0800781 -0.208008 0.264648zM26.0234 56.627c0.160156 0.256836 0.503906 0.466797 0.763672 0.466797s0.34082 -0.209961 0.180664 -0.466797
+ s-0.503906 -0.467773 -0.763672 -0.467773s-0.341797 0.210938 -0.180664 0.467773zM28.0303 56.002c0.324219 0.128906 0.855469 0.128906 1.18066 0c0.324219 -0.129883 0.0585938 -0.236328 -0.59082 -0.236328c-0.648438 0 -0.589844 0.236328 -0.589844 0.236328z
+ M22.9541 56.1152c0 0.387695 1.93652 1.08691 2.22461 0.802734c0.0771484 -0.0771484 -0.391602 -0.379883 -1.04199 -0.672852s-1.18262 -0.129883 -1.18262 -0.129883zM49.5605 57.0957c0.333008 3.1543 2.30762 7.47461 3.41504 7.47461
+ c0.401367 0 0.59668 0.210938 0.436523 0.467773c-0.161133 0.257812 0.304688 0.678711 1.03418 0.93457c0.730469 0.256836 1.67188 0.662109 2.09375 0.900391c1.03809 0.587891 4.62891 0.141602 6.08105 -0.755859
+ c1.27344 -0.787109 2.80566 -2.47266 2.82227 -3.10645c0.00585938 -0.214844 -0.880859 0.258789 -1.9707 1.05176c-1.95898 1.4248 -2.51953 0.998047 -2.51953 0.998047c0.297852 -0.476562 -1.02344 -1.32812 -2.42871 -1.56543
+ c-0.473633 -0.0791016 -1.55859 -0.509766 -2.41016 -0.956055c-0.852539 -0.445312 -1.76074 -0.681641 -2.01953 -0.523438c-0.257812 0.158203 -0.34375 -0.0976562 -0.34375 -0.0976562c0.0693359 -0.211914 -0.244141 -0.905273 -0.696289 -1.54004
+ c-0.532227 -0.74707 -0.852539 -0.467773 -0.852539 -0.467773c-0.0166016 0.378906 -0.229492 0.196289 -0.473633 -0.40625c-0.243164 -0.601562 -0.303711 -1.31738 -0.132812 -1.59082c0.182617 -0.291992 0.0859375 -0.359375 -0.235352 -0.163086
+ c-0.356445 0.217773 -0.544922 -0.0673828 -0.544922 -0.824219c0 -1.51465 -0.452148 -2.63574 -1.0625 -2.63574c-0.31543 0 -0.383789 0.994141 -0.192383 2.80566zM106.065 53.3555c0 0.256836 0.225586 0.467773 0.5 0.467773
+ c0.275391 0 0.369141 -0.210938 0.208008 -0.467773c-0.160156 -0.256836 -0.384766 -0.466797 -0.5 -0.466797c-0.114258 0 -0.208008 0.209961 -0.208008 0.466797zM40.0371 46.752c-0.588867 0.439453 -0.920898 0.946289 -0.738281 1.12695
+ s0.603516 0.105469 0.935547 -0.166992c0.427734 -0.350586 0.898438 -0.338867 1.61426 0.0400391c0.924805 0.489258 0.966797 0.455078 0.5 -0.40918c-0.749023 -1.38379 -1.12207 -1.47852 -2.31152 -0.59082zM95.7998 51.4346
+ c0.292969 1.10938 -0.318359 2.14551 -1.01465 1.71973c-0.760742 -0.464844 -0.655273 -2.60254 0.12793 -2.60254c0.359375 0 0.758789 0.397461 0.886719 0.882812zM95.6768 48.0098c0 0.370117 -0.298828 0.673828 -0.664062 0.673828
+ c-0.430664 0 -0.578125 -0.327148 -0.418945 -0.929688c0.268555 -1.0166 1.08301 -0.824219 1.08301 0.255859zM93.21 46.4639c-1.87402 2.86816 -1.08887 7.35938 1.28613 7.35938c1.63574 0 2.7959 -2.60645 2.46191 -5.53418
+ c-0.333008 -2.92969 -2.37695 -3.9248 -3.74805 -1.8252zM88.8682 44.415c-0.203125 0.326172 -0.242188 0.71875 -0.0859375 0.873047c0.422852 0.417969 0.882812 -0.197266 0.655273 -0.875c-0.160156 -0.474609 -0.271484 -0.474609 -0.569336 0.00195312z
+ M75.6426 44.4775c-0.167969 0.899414 -0.209961 2.37109 -0.0917969 3.27148c0.378906 2.90039 -0.53125 5.71973 -2.49805 7.72949c-2.41016 2.46387 -3.17676 3.02441 -3.61035 2.63867c-0.199219 -0.177734 -0.216797 -0.0722656 -0.0390625 0.234375
+ c0.239258 0.413086 0.682617 0.352539 1.72559 -0.234375c0.771484 -0.43457 1.4043 -0.947266 1.40527 -1.13965c0.00195312 -0.193359 0.313477 -0.350586 0.691406 -0.350586c0.378906 0 1.24023 -0.930664 1.91309 -2.06836
+ c0.979492 -1.65234 1.26172 -2.83203 1.4082 -5.87695c0.208984 -4.33105 -0.373047 -7.03516 -0.904297 -4.2041zM31.0996 43.5059c-0.583984 0.744141 -1.0625 1.69727 -1.0625 2.11816c0 0.461914 -0.928711 1.19141 -2.3418 1.83887
+ c-3.37305 1.54688 -3.79688 2.01172 -3.79688 4.16211v1.89355l-1.24512 -1.13281c-0.853516 -0.775391 -1.45605 -0.548828 -1.45605 -0.548828c-0.116211 0.321289 -0.587891 0.583984 -1.04785 0.583984c-0.776367 0 -4.95898 3.96289 -5.96191 5.64941
+ c-0.243164 0.408203 -0.867188 0.979492 -1.38672 1.27051c-0.806641 0.451172 -0.619141 0.530273 1.28418 0.541992c1.74414 0.0107422 2.1709 0.161133 1.9668 0.688477c-0.219727 0.566406 0.0283203 0.594727 1.5498 0.176758
+ c1.31152 -0.361328 3.05078 -0.342773 6.3125 0.0664062c4.18848 0.525391 4.69629 0.496094 7.30273 -0.410156c1.54102 -0.536133 3.1582 -0.973633 3.59375 -0.973633s0.905273 -0.292969 1.04395 -0.650391
+ c0.214844 -0.553711 -0.107422 -0.554688 -2.19238 -0.00488281c-1.34473 0.354492 -3.08203 0.661133 -3.86133 0.682617c-1.15527 0.03125 -1.24707 0.103516 -0.49707 0.394531c1.81738 0.703125 -0.78418 0.884766 -3.29883 0.229492
+ c-1.28809 -0.335938 -4.28223 -0.619141 -6.65332 -0.630859l-4.31055 -0.0205078l0.737305 -1.61035c0.40625 -0.885742 0.880859 -1.52246 1.05469 -1.41602s0.81543 -0.332031 1.42578 -0.973633c0.609375 -0.642578 1.38379 -1.0625 1.7207 -0.93457
+ s0.613281 0.0283203 0.613281 -0.220703c0 -0.762695 0.93457 -0.506836 2.52148 0.69043c1.35547 1.02344 1.72656 1.09473 3.56445 0.686523c2.08105 -0.462891 3.83105 -0.230469 3.83105 0.509766c0 0.223633 0.427734 0.375 0.950195 0.335938
+ s0.873047 -0.289062 0.779297 -0.554688c-0.09375 -0.266602 0.488281 -0.722656 1.29297 -1.0127c0.804688 -0.291016 1.41016 -0.763672 1.3457 -1.05176c-0.0654297 -0.287109 0.0742188 -0.522461 0.30957 -0.522461s0.316406 -0.420898 0.180664 -0.93457
+ c-0.135742 -0.514648 -0.43457 -0.93457 -0.664062 -0.93457s-0.416992 -0.445312 -0.416992 -0.989258c0 -0.750977 0.22168 -0.931641 0.921875 -0.750977c0.506836 0.131836 0.996094 0.0185547 1.08691 -0.25c0.0976562 -0.291992 0.713867 -0.133789 1.52148 0.389648
+ c0.986328 0.639648 1.40918 0.72168 1.55078 0.302734c0.106445 -0.317383 0.342773 -0.486328 0.525391 -0.375c0.181641 0.111328 0.330078 -0.1875 0.330078 -0.664062c0 -0.475586 -0.317383 -0.671875 -0.317383 -0.671875
+ c-0.174805 0.107422 -0.597656 -0.138672 -0.939453 -0.546875c-0.521484 -0.62207 -0.492188 -0.811523 0.182617 -1.18555c1.20215 -0.665039 0.977539 -1.18262 -0.652344 -1.50488c-0.866211 -0.171875 -1.37793 -0.524414 -1.2627 -0.868164
+ c0.234375 -0.694336 -1.46094 -1.63477 -3.55762 -1.97461c-1.26465 -0.206055 -1.68945 -0.0234375 -2.57715 1.10742zM54.8906 42.7256c-0.15625 0.578125 -0.288086 2.90137 -0.291016 5.16309c-0.00683594 4.27637 0.78418 6.86914 2.09668 6.86914
+ c0.364258 0 1.42773 0.712891 2.3623 1.58594c0.93457 0.87207 2.38379 1.69824 3.2207 1.83496c0.836914 0.137695 2.10645 0.394531 2.82031 0.571289c0.835938 0.207031 1.29883 0.135742 1.29883 -0.200195c0 -0.286133 -0.37207 -0.523438 -0.826172 -0.526367
+ c-1.77051 -0.00976562 -6.11328 -2.48828 -8.19434 -4.67676l-2.17285 -2.28613l0.141602 -4.69336c0.078125 -2.58105 0.0712891 -4.69336 -0.0146484 -4.69336s-0.285156 0.473633 -0.441406 1.05176zM65.9268 45.4121c0 1.57812 -1.10645 1.93457 -1.80859 0.583984
+ c-0.581055 -1.11719 -0.186523 -1.98535 0.90332 -1.98535c0.69043 0 0.905273 0.332031 0.905273 1.40137zM65.0527 40.9736c0 0.244141 -0.228516 0.518555 -0.507812 0.611328c-0.279297 0.0917969 -0.507812 -0.183594 -0.507812 -0.611328
+ c0 -0.428711 0.228516 -0.704102 0.507812 -0.611328c0.279297 0.0917969 0.507812 0.367188 0.507812 0.611328zM63.0332 39.1768c-0.833984 0.994141 -0.77832 4.66113 0.0976562 6.46875c0.741211 1.53027 2.33008 2.05273 3.17676 1.04395
+ c0.293945 -0.350586 0.668945 -1.78027 0.833008 -3.17676c0.254883 -2.1709 0.149414 -2.72559 -0.728516 -3.82422c-1.16406 -1.45703 -2.42676 -1.64844 -3.37891 -0.511719zM56.9541 32.8232c0 0.272461 0.212891 0.365234 0.472656 0.206055
+ c0.259766 -0.158203 0.47168 -0.380859 0.47168 -0.494141s-0.211914 -0.206055 -0.47168 -0.206055s-0.472656 0.222656 -0.472656 0.494141zM90.8779 29.2891c-0.375977 0.37207 0.144531 3.04004 0.592773 3.04004c0.544922 0 1.07227 -2.15039 0.680664 -2.77734
+ c-0.328125 -0.526367 -0.889648 -0.641602 -1.27344 -0.262695zM83.3984 29.3809c0 1.61719 0.0439453 1.66797 0.693359 0.817383c0.905273 -1.18262 0.913086 -2.54199 0.015625 -2.54199c-0.501953 0 -0.708984 0.50293 -0.708984 1.72461zM68.6826 24.1504
+ c-0.114258 0.113281 -0.873047 0.255859 -1.68555 0.317383s-1.25879 0.460938 -1.25879 0.460938c0.120117 0.193359 0.56543 0.21875 0.989258 0.0576172c0.542969 -0.206055 0.661133 -0.117188 0.399414 0.300781
+ c-0.239258 0.383789 -0.881836 0.493164 -1.81348 0.308594c-0.793945 -0.157227 -1.13574 0.0185547 -1.13574 0.0185547c0.168945 0.166992 -0.589844 0.874023 -1.6875 1.56934c-1.09668 0.696289 -2.33594 1.66504 -2.75391 2.1543
+ c-0.901367 1.05371 -1.84473 3.66797 -1.82129 5.04688c0.015625 0.914062 0.0634766 0.901367 0.691406 -0.186523c0.37207 -0.642578 0.6875 -1.48438 0.703125 -1.86914c0.0400391 -1.02246 2.84473 -3.94336 4.69336 -4.88965
+ c1.41797 -0.724609 1.91406 -0.75 4.47461 -0.22168c1.58398 0.326172 3.0498 0.874023 3.25684 1.2168c0.208008 0.342773 0.667969 0.623047 1.02148 0.623047c0.354492 0 1.30078 0.882812 2.10156 1.96094c1.41016 1.89648 1.45801 2.12305 1.45801 6.85352
+ c0 2.69043 0.181641 4.69727 0.181641 4.69727c0.427734 -0.458008 0.640625 -11.6621 0.226562 -11.915c-0.246094 -0.150391 -0.318359 -0.728516 -0.160156 -1.28516c0.224609 -0.796875 0.181641 -0.863281 -0.205078 -0.311523
+ c-0.396484 0.566406 -0.642578 0.319336 -1.2832 -1.28516c-0.435547 -1.0918 -1.07812 -1.98535 -1.42871 -1.98535s-0.636719 -0.1875 -0.636719 -0.416992c0 -0.55957 -3.88672 -1.65527 -4.32715 -1.21973zM68.0518 23.4512
+ c-0.161133 0.256836 -0.0673828 0.466797 0.208008 0.466797s0.5 -0.209961 0.5 -0.466797s-0.09375 -0.467773 -0.208008 -0.467773c-0.115234 0 -0.339844 0.210938 -0.5 0.467773zM94.5498 16.9951c0.135742 0.217773 0.445312 0.275391 0.6875 0.12793
+ c0.617188 -0.37793 0.547852 -0.525391 -0.248047 -0.525391c-0.37793 0 -0.576172 0.178711 -0.439453 0.397461zM94.4961 21.1143l0.732422 1.40234h-1.58594c-2.13086 0 -2.42383 -0.421875 -1.19336 -1.71777c0.567383 -0.597656 1.09473 -1.08594 1.17285 -1.08594
+ s0.470703 0.630859 0.874023 1.40137zM87.9375 19.4941c0.988281 1.49121 0.75293 1.7168 -1.21387 1.1582c-0.863281 -0.245117 -1.80566 -0.313477 -2.09375 -0.151367c-0.287109 0.161133 0.00878906 -0.243164 0.658203 -0.898438
+ c1.51074 -1.52637 1.70605 -1.53516 2.64941 -0.108398zM73.4639 19.2207c0.364258 0.5 0.835938 0.802734 1.04883 0.672852c0.211914 -0.129883 0.385742 -0.0136719 0.385742 0.258789s-0.796875 0.498047 -1.77051 0.500977
+ c-0.973633 0.00390625 -2.30176 0.113281 -2.95117 0.243164c-1.0293 0.207031 -1.05957 0.180664 -0.236328 -0.207031c0.519531 -0.244141 0.538086 -0.476562 0.538086 -0.476562c-0.40625 -0.0322266 1.59863 -1.85645 2.07324 -1.88672
+ c0.136719 -0.00878906 0.547852 0.394531 0.912109 0.894531zM79.8535 18.8623c0.651367 0.560547 1.18457 1.19043 1.18457 1.39941c0 0.209961 -1.16895 0.354492 -2.59766 0.322266c-1.42871 -0.0332031 -2.59766 -0.128906 -2.59766 -0.212891
+ c0 -0.172852 2.52246 -2.52734 2.70703 -2.52734c0.0654297 0 0.652344 0.458008 1.30371 1.01855zM82.8076 17.9619c1.19141 0.495117 1.34668 0.746094 1.01465 1.63477c-0.216797 0.578125 -0.498047 1.05078 -0.625 1.05078
+ c-0.511719 0 -2.56543 -2.53223 -2.34277 -2.88867c0.304688 -0.488281 0.288086 -0.490234 1.95312 0.203125zM76.7705 16.9004c-0.658203 0.720703 -1.10938 1.57227 -1.00098 1.89258c0.230469 0.68457 -0.632812 0.266602 -2.05957 -0.998047
+ c-0.523438 -0.463867 -1.41797 -0.80957 -1.98633 -0.766602c-0.569336 0.0419922 -0.858398 0.250977 -0.858398 0.250977c0.0976562 0.0966797 -0.176758 0.546875 -0.610352 1c-1.38086 1.44922 -2.36719 2.75098 -2.2041 2.91211
+ c0.0869141 0.0869141 -0.547852 0.157227 -1.41016 0.157227s-1.34961 -0.350586 -1.34961 -0.350586c0.357422 -0.573242 -0.310547 -0.40332 -1.77051 0.451172c-1.29688 0.756836 -1.91992 2.46875 -0.899414 2.46875c0.259766 0 0.47168 -0.232422 0.47168 -0.517578
+ c0 -0.28418 0.330078 -0.391602 0.733398 -0.238281s1.28125 -0.0771484 1.95117 -0.511719c1.20117 -0.77832 1.21289 -0.774414 0.866211 0.306641l-0.351562 1.0957l1.04102 -0.958984c1.19727 -1.10449 2.99414 -1.36035 12.5244 -1.78711
+ c6.42871 -0.287109 6.68457 -0.261719 9.28223 0.918945c1.46973 0.666992 4.3916 1.75098 6.49316 2.4082c2.10254 0.65625 3.82129 1.38086 3.82129 1.60938s0.425781 0.548828 0.944336 0.711914c0.519531 0.163086 0.945312 0.610352 0.945312 0.994141
+ c0 0.382812 0.205078 0.571289 0.456055 0.416992c0.251953 -0.15332 0.727539 0.149414 1.05859 0.673828c0.698242 1.10645 1.31836 1.24219 1.31836 0.288086c0 -0.887695 -4.26367 -4.46875 -5.32422 -4.47266
+ c-0.479492 -0.00195312 -1.04688 -0.552734 -1.32715 -1.28809c-0.268555 -0.706055 -1.25 -2.06055 -2.18164 -3.00879l-1.69238 -1.72461l-1.56445 1.18066c-1.64551 1.24121 -2.22266 1.17578 -3.04688 -0.349609
+ c-0.454102 -0.838867 -0.415039 -0.875 0.407227 -0.367188c0.547852 0.338867 1.2627 0.411133 1.79883 0.182617c0.819336 -0.349609 0.824219 -0.394531 0.0625 -0.575195c-0.454102 -0.107422 -0.826172 -0.530273 -0.826172 -0.94043
+ c0 -0.40918 -0.292969 -0.455078 -0.292969 -0.455078c-0.160156 0.15918 -0.607422 -0.0234375 -0.994141 -0.405273c-0.444336 -0.439453 -1.07324 -0.576172 -1.71387 -0.37207c-1.61621 0.514648 -3.13867 0.166992 -3.13867 0.166992
+ c0 -0.380859 -1.65918 -0.234375 -3.46289 0.305664c-0.510742 0.15332 -1.28711 -0.125 -1.88965 -0.676758l-1.02246 -0.936523zM67.3428 15.0674c0 0.272461 0.212891 0.365234 0.472656 0.206055c0.259766 -0.158203 0.47168 -0.380859 0.47168 -0.494141
+ c0 -0.114258 -0.211914 -0.206055 -0.47168 -0.206055s-0.472656 0.222656 -0.472656 0.494141zM92.6855 13.9502c-0.599609 0.592773 -0.311523 1.05957 0.47168 0.761719c0.52832 -0.200195 0.444336 0.249023 0.444336 0.249023
+ c-0.188477 0.300781 -0.152344 0.546875 0.0791016 0.546875c0.826172 0 0.996094 -0.588867 0.354492 -1.22461c-0.739258 -0.730469 -0.90625 -0.772461 -1.34961 -0.333008zM73.4824 12.0029c0 0.385742 0.211914 0.701172 0.47168 0.701172
+ s0.472656 -0.31543 0.472656 -0.701172s-0.212891 -0.701172 -0.472656 -0.701172s-0.47168 0.31543 -0.47168 0.701172zM74.6143 93.9297c0.133789 0.214844 -0.0576172 0.389648 -0.423828 0.389648c-0.367188 0 -0.557617 -0.174805 -0.423828 -0.389648
+ c0.133789 -0.213867 0.324219 -0.388672 0.423828 -0.388672s0.290039 0.174805 0.423828 0.388672zM65.2568 81.3008c0.951172 -0.0361328 1.82812 -0.370117 2.06445 -0.788086c0.333008 -0.589844 0.616211 -0.625 1.51465 -0.189453
+ c0.607422 0.294922 1.90137 0.777344 2.875 1.07227c1.94336 0.587891 2.20801 1.09961 0.944336 1.82812c-0.741211 0.426758 -0.71875 0.477539 0.214844 0.490234c0.572266 0.00683594 1.56152 -0.458984 2.19824 -1.03711
+ c2.41797 -2.19727 2.41309 -2.19531 4.60156 -1.44922c1.43945 0.490234 2.10547 0.543945 2.22754 0.180664c0.105469 -0.310547 1.57031 0.238281 3.64941 1.36816c1.91113 1.03711 3.90918 1.88574 4.44043 1.88574c0.532227 0 0.966797 0.292969 0.966797 0.651367
+ s0.319336 0.771484 0.708984 0.919922c0.415039 0.157227 0.708008 0.00683594 0.708008 -0.366211c0 -0.737305 2.94434 -1.20801 4.69531 -0.751953c1.13672 0.296875 2.36621 2.81836 1.375 2.81836c-0.25293 0 -0.327148 0.211914 -0.165039 0.470703
+ c0.161133 0.258789 -0.0439453 0.598633 -0.457031 0.754883c-0.580078 0.220703 -0.626953 0.431641 -0.208008 0.931641c0.423828 0.504883 0.375 0.646484 -0.223633 0.646484c-0.421875 0 -0.791016 -0.368164 -0.821289 -0.818359
+ c-0.0517578 -0.775391 -0.0664062 -0.775391 -0.271484 0.00390625c-0.194336 0.737305 -0.753906 0.798828 -5.49414 0.611328c-4.66992 -0.185547 -5.35156 -0.320312 -5.9248 -1.1709c-0.422852 -0.62793 -1.16016 -0.962891 -2.125 -0.963867
+ c-0.8125 -0.000976562 -2.74902 -0.62793 -4.30273 -1.39355c-1.79199 -0.882812 -3.46875 -1.36816 -4.58203 -1.32422c-0.96582 0.0371094 -2.08496 -0.202148 -2.48633 -0.532227c-0.402344 -0.330078 -0.731445 -0.332031 -0.731445 -0.332031
+ c0 0.147461 -0.557617 -0.243164 -1.24023 -0.868164c-0.681641 -0.625977 -1.44824 -1.00977 -1.70312 -0.854492c-0.282227 0.172852 -0.235352 0.422852 0.120117 0.640625c0.863281 0.527344 0.105469 1.39551 -1.21875 1.39551
+ c-0.633789 0 -1.15234 0.222656 -1.15234 0.494141c0 0.272461 -0.231445 0.353516 -0.513672 0.181641c-0.369141 -0.226562 -0.369141 -0.456055 0 -0.822266c0.65332 -0.646484 0.660156 -1.25586 0.0136719 -1.25586c-0.275391 0 -0.382812 0.188477 -0.239258 0.418945
+ c0.143555 0.229492 -0.0673828 0.542969 -0.46875 0.695312c-0.417969 0.158203 -0.441406 -0.18457 -0.441406 -0.18457c0.158203 -0.253906 -0.0556641 -0.461914 -0.475586 -0.461914s-0.641602 -0.196289 -0.492188 -0.435547s0.0556641 -0.566406 -0.208984 -0.728516
+ c-0.263672 -0.161133 -0.479492 -0.926758 -0.479492 -1.70117c0 -1.2666 0.0722656 -1.33496 0.726562 -0.6875c0.411133 0.40625 1.44727 0.692383 2.38184 0.657227zM51.3154 79.9297c1.12012 0.386719 1.38867 0.348633 1.38867 -0.197266
+ c0 -0.777344 0.746094 -0.905273 1.18457 -0.203125c0.365234 0.584961 3.4834 1.90625 4.19727 1.7793c0.286133 -0.0517578 1.22656 0.0712891 2.08887 0.272461c1.45215 0.339844 1.5127 0.425781 0.825195 1.17773
+ c-0.408203 0.446289 -0.600586 0.952148 -0.426758 1.12402c0 0 -0.756836 0.360352 -1.81836 -0.201172c-0.727539 -0.385742 -0.630859 0.0292969 -0.630859 0.0292969c0.460938 0.737305 -2.90918 0.151367 -4.37891 -0.760742
+ c-1.09375 -0.678711 -2.92969 -0.464844 -2.92969 0.341797c0 0.240234 -0.283203 0.436523 -0.628906 0.436523c-0.888672 0 -1.72949 -3.86719 -1.08301 -4.98145c0.447266 -0.771484 0.515625 -0.779297 0.660156 -0.078125
+ c0.0898438 0.429688 0.787109 0.99707 1.55176 1.26074zM56.3066 70.083c-0.746094 0.0917969 -1.54297 -0.0175781 -1.77051 -0.242188c-0.238281 -0.235352 0.34082 -0.306641 1.35547 -0.167969c1.62988 0.223633 1.66309 0.255859 0.415039 0.410156zM103.232 65.5049
+ c0 0.256836 -0.225586 0.466797 -0.5 0.466797c-0.275391 0 -0.369141 -0.209961 -0.208984 -0.466797c0.161133 -0.256836 0.385742 -0.467773 0.500977 -0.467773c0.114258 0 0.208008 0.210938 0.208008 0.467773zM107.954 61.8213
+ c0 0.257812 -0.211914 0.337891 -0.47168 0.178711c-0.259766 -0.158203 -0.472656 -0.499023 -0.472656 -0.755859s0.212891 -0.336914 0.472656 -0.178711c0.259766 0.15918 0.47168 0.499023 0.47168 0.755859zM42.8457 45.5371
+ c-0.46582 0.458008 -0.520508 0.404297 -0.263672 -0.261719c0.176758 -0.460938 0.441406 -0.719727 0.585938 -0.576172c0.145508 0.143555 0.000976562 0.520508 -0.322266 0.837891zM50.6436 29.8994c0 0.957031 -0.244141 1.32715 -0.90918 1.37695
+ c-0.870117 0.0644531 -0.873047 0.0292969 -0.0761719 -0.841797c0.457031 -0.5 0.494141 -0.90918 0.494141 -0.90918c-0.185547 0 -0.206055 -0.209961 -0.0458984 -0.467773c0.448242 -0.716797 0.537109 -0.577148 0.537109 0.841797zM52.29 23.1084
+ c-0.46582 0.458008 -0.520508 0.404297 -0.263672 -0.261719c0.176758 -0.460938 0.441406 -0.719727 0.586914 -0.576172c0.144531 0.143555 0 0.520508 -0.323242 0.837891zM69.1045 12.9863c-0.157227 0.155273 -0.564453 0.171875 -0.905273 0.0371094
+ c-0.376953 -0.149414 -0.264648 -0.260742 0.285156 -0.283203c0.498047 -0.0195312 0.620117 0.246094 0.620117 0.246094zM77.2598 11.3018c0 0.256836 -0.224609 0.467773 -0.5 0.467773s-0.369141 -0.210938 -0.208008 -0.467773
+ c0.160156 -0.256836 0.385742 -0.466797 0.5 -0.466797s0.208008 0.209961 0.208008 0.466797zM42.6973 -5.56152c-0.426758 0.493164 -0.701172 0.972656 -0.608398 1.06445s0.266602 0.6875 0.386719 1.32422s0.665039 2.26953 1.20996 3.62793
+ c0.544922 1.35938 0.990234 3.18555 0.990234 4.05859s0.210938 2.13477 0.467773 2.80273c0.364258 0.950195 0.313477 1.27344 -0.236328 1.48242c-0.386719 0.146484 -0.703125 0.572266 -0.703125 0.945312s0.1875 0.563477 0.417969 0.422852
+ c0.397461 -0.243164 0.955078 3.6123 1.17773 8.1543c0.128906 2.62012 0.427734 3.1084 2.39746 3.92285c1.52539 0.630859 1.56152 0.709961 1.33789 2.91309c-0.155273 1.5332 -0.557617 2.5498 -1.24609 3.14453
+ c-0.558594 0.484375 -0.957031 1.07812 -0.885742 1.32031s-0.0625 0.322266 -0.297852 0.178711c-0.235352 -0.144531 -1.22656 0.366211 -2.20215 1.13281c-0.975586 0.767578 -1.90332 1.39551 -2.0625 1.39648c-0.15918 0 -0.359375 1.41113 -0.443359 3.13477
+ c-0.0849609 1.72363 -0.375 3.54004 -0.643555 4.03809c-0.347656 0.642578 -0.316406 1.42188 0.106445 2.69043c0.480469 1.44238 0.479492 1.9248 -0.00488281 2.50293c-0.467773 0.557617 -0.475586 0.865234 -0.0361328 1.38965
+ c0.953125 1.13574 1.85254 0.293945 2.13574 -2c0.147461 -1.19824 0.473633 -2.79785 0.725586 -3.55566c0.250977 -0.757812 0.277344 -1.49414 0.0585938 -1.63574s-0.125977 -0.993164 0.206055 -1.89258s0.639648 -1.06641 0.639648 -1.06641
+ c0.0195312 0.313477 0.354492 0.448242 0.744141 0.300781c0.794922 -0.302734 0.958008 -1.83008 0.241211 -2.26855c-0.277344 -0.169922 -0.34082 0.0400391 -0.155273 0.516602c0.200195 0.516602 -0.204102 0.487305 -0.204102 0.487305
+ c-0.283203 -0.173828 -0.850586 0.0175781 -1.26074 0.423828c-1.0791 1.06836 -0.917969 0.455078 0.44043 -1.67383c1.17676 -1.8457 1.48145 -1.17383 1.48145 -1.17383c-0.146484 0.376953 -0.0615234 0.810547 0.189453 0.963867
+ c0.25 0.15332 0.582031 -0.0507812 0.738281 -0.452148c0.163086 -0.420898 0.84082 -0.730469 1.59863 -0.730469c1.29297 0 1.88867 -0.696289 1.88867 -2.20605c0 -0.400391 0.334961 -0.970703 0.743164 -1.2666
+ c0.603516 -0.436523 0.642578 -0.755859 0.208984 -1.69824c-0.601562 -1.30762 0.212891 -3.47363 1.30664 -3.47363c0.582031 0 1.41016 -1.15332 2.43164 -3.3877c0.264648 -0.578125 0.751953 -1.05469 1.08301 -1.05859
+ c0.423828 -0.00488281 0.392578 -0.15625 -0.106445 -0.511719c-0.612305 -0.43457 -0.603516 -0.470703 0.0625 -0.261719c0.958984 0.300781 4.51367 -0.87793 5.4541 -1.80762c0.383789 -0.379883 0.871094 -0.584961 1.08301 -0.456055
+ c0.211914 0.129883 0.506836 -0.0791016 0.655273 -0.462891c0.318359 -0.820312 -0.298828 -0.892578 -1.7373 -0.205078c-1.00293 0.479492 -1.00586 0.472656 -0.103516 -0.241211c0.509766 -0.404297 1.58008 -0.691406 2.37891 -0.638672
+ c1.54492 0.103516 2.75391 -0.383789 2.39258 -0.962891c-0.120117 -0.192383 0.407227 -0.259766 1.17285 -0.148438s1.3916 -0.00878906 1.3916 -0.265625c0 -0.257812 0.723633 -0.602539 1.60742 -0.766602s1.72754 -0.608398 1.87402 -0.987305
+ c0.341797 -0.881836 2.00391 -0.894531 2.34375 -0.0175781c0.15332 0.394531 0.854492 0.654297 1.7041 0.629883c1.57422 -0.0439453 1.75488 -0.313477 0.852539 -1.27539c-0.482422 -0.514648 -0.432617 -0.574219 0.275391 -0.327148
+ c0.475586 0.166016 1.05273 0.302734 1.2832 0.302734s0.279297 0.367188 0.109375 0.817383c-0.264648 0.697266 -0.199219 0.729492 0.439453 0.21582c0.783203 -0.629883 3.48535 -0.560547 4.59375 0.118164c0.46582 0.28418 0.538086 0.22168 0.259766 -0.224609
+ c-0.28418 -0.455078 -0.167969 -0.536133 0.4375 -0.305664c0.454102 0.171875 0.926758 0.313477 1.0498 0.313477c0.124023 0 0.101562 0.199219 -0.0517578 0.443359c-0.370117 0.592773 2.73047 1.13965 4.48828 0.791016
+ c0.770508 -0.152344 1.40039 -0.078125 1.40039 0.164062s0.290039 0.331055 0.645508 0.196289s1.35352 0.449219 2.21777 1.29883c0.865234 0.849609 1.21875 0.966797 1.21875 0.966797c-0.240234 -0.393555 -0.119141 -0.490234 0.376953 -0.301758
+ c0.401367 0.152344 0.589844 0.500977 0.418945 0.774414c-0.200195 0.320312 -0.00585938 0.382812 0.542969 0.173828c0.979492 -0.37207 2.75586 0.951172 2.28613 1.70215c-0.163086 0.261719 -0.0927734 0.351562 0.157227 0.198242
+ c0.506836 -0.30957 2.99707 2.09668 2.99707 2.89551c0 0.280273 0.235352 0.509766 0.522461 0.509766c0.300781 0 0.390625 0.341797 0.210938 0.803711c-0.170898 0.441406 0.0449219 0.450195 0.0449219 0.450195c0.582031 -0.575195 2.01562 3.65527 1.80273 5.32031
+ c-0.108398 0.84375 0.0371094 1.81348 0.321289 2.15332c0.385742 0.458984 0.359375 0.617188 -0.101562 0.617188c-0.464844 0 -0.442383 0.147461 0.0898438 0.583984c0.889648 0.732422 1.73047 2.68359 1.5791 3.66504
+ c-0.0634766 0.410156 -0.671875 1.61816 -1.35352 2.68555l-1.23828 1.94141l-1.39844 -1.23242c-0.768555 -0.677734 -1.28516 -1.41309 -1.14746 -1.63477c0.138672 -0.220703 0.0791016 -0.416992 -0.130859 -0.436523
+ c-0.209961 -0.0205078 -0.753906 -0.125 -1.20801 -0.234375c-0.455078 -0.108398 -1.19824 -0.287109 -1.65332 -0.395508c-0.454102 -0.108398 -1.10449 -0.213867 -1.44434 -0.233398s-0.486328 -0.24707 -0.325195 -0.504883s0.8125 -0.339844 1.44824 -0.181641
+ c1.05371 0.261719 1.11914 0.189453 0.739258 -0.816406c-0.298828 -0.791016 -0.714844 -1.05957 -1.47168 -0.948242c-0.674805 0.0986328 -0.735352 -0.358398 -0.735352 -0.358398c0.175781 -0.282227 -0.467773 0.015625 -1.43164 0.663086
+ c-0.962891 0.646484 -2.04004 1.17578 -2.39355 1.17578s-0.642578 0.222656 -0.642578 0.495117s-0.212891 0.365234 -0.472656 0.206055s-0.47168 -0.0273438 -0.47168 0.292969c0 0.319336 -0.413086 1.01562 -0.916992 1.54688
+ c-0.504883 0.53125 -1.04492 1.68359 -1.20117 2.56152c-0.15625 0.876953 -0.381836 1.75 -0.5 1.94043c-0.119141 0.19043 0.226562 0.231445 0.768555 0.0917969c0.749023 -0.194336 0.833984 -0.349609 0.354492 -0.650391
+ c-0.482422 -0.302734 -0.436523 -0.397461 0.196289 -0.402344c0.553711 -0.00585938 0.826172 -0.375 0.826172 -1.11914c0 -0.793945 0.404297 -1.27637 1.41699 -1.69141c0.779297 -0.319336 1.41699 -0.765625 1.41699 -0.991211
+ c0 -0.226562 1.24902 -0.411133 2.77734 -0.411133c2.50586 0 2.92578 0.148438 4.2998 1.51855c0.837891 0.834961 1.83398 1.97852 2.21484 2.54004c1.16211 1.71289 1.32617 7.41309 0.364258 12.6396c-0.802734 4.36133 -0.994141 4.81445 -2.91992 6.88965
+ c-2.24512 2.41895 -4.40527 3.24121 -6.76172 2.57227c-1.58301 -0.449219 -3.71582 -2.64551 -3.73828 -3.84766c-0.0078125 -0.450195 -0.18457 -0.818359 -0.392578 -0.818359c-0.207031 0 -0.37793 -0.774414 -0.37793 -1.7207
+ c0 -0.947266 -0.255859 -1.80566 -0.569336 -1.90918s-0.475586 -0.337891 -0.361328 -0.520508c0.114258 -0.183594 0.0136719 -0.638672 -0.222656 -1.01172c-0.266602 -0.419922 -0.317383 0.836914 -0.132812 3.29297
+ c0.163086 2.18457 0.477539 4.04199 0.697266 4.12793c0.220703 0.0859375 0.400391 0.427734 0.400391 0.760742c0 0.834961 1.20898 1.74805 3.24219 2.44922c3.67578 1.26758 7.1084 0.361328 9.09375 -2.40039c1.13086 -1.57129 1.24902 -1.62402 1.92676 -0.852539
+ c1.17676 1.33984 1.40625 3.11426 0.477539 3.6875c-0.445312 0.275391 -0.936523 0.479492 -1.09082 0.453125c-0.632812 -0.107422 -1.84766 1.2959 -1.73145 2c0.0761719 0.463867 -0.149414 0.695312 -0.583984 0.599609
+ c-0.389648 -0.0859375 -0.358398 0.19043 -0.358398 0.19043c0.516602 0.511719 -0.564453 1.60059 -1.58887 1.60059c-0.487305 0 -0.886719 0.201172 -0.886719 0.446289c0 0.246094 -1.19434 0.394531 -2.65527 0.331055
+ c-2.22168 -0.0966797 -2.83398 -0.321289 -3.75488 -1.38086c-1.32227 -1.52051 -1.89258 -1.59277 -2.23926 -0.28418c-0.142578 0.539062 0.0322266 0.692383 0.0322266 0.692383c0.15918 -0.158203 0.573242 0.378906 0.918945 1.19336
+ c0.34668 0.813477 0.519531 1.58789 0.385742 1.7207s-0.243164 0.0302734 -0.243164 -0.227539s-0.890625 -0.50293 -1.97949 -0.545898c-1.08789 -0.0419922 -2.12891 -0.317383 -2.31348 -0.611328c-0.183594 -0.294922 -0.685547 -0.402344 -1.11426 -0.239258
+ c-0.429688 0.163086 -0.523438 -0.115234 -0.523438 -0.115234c0.306641 -0.491211 0.460938 -0.481445 -10.5967 -0.677734c-7.78516 -0.138672 -8.72168 -0.239258 -8.59961 -0.921875c0.112305 -0.629883 -0.138672 -0.711914 -1.41699 -0.460938
+ c-1.46191 0.286133 -1.51172 0.253906 -0.844727 -0.551758c0.667969 -0.807617 0.643555 -0.822266 -0.4375 -0.251953l-1.14648 0.604492l1.26465 0.655273c1.37988 0.71582 0.4375 0.724609 0.4375 0.724609c-0.455078 -0.220703 -1.46387 -0.25293 -2.24316 -0.0722656
+ c-0.779297 0.181641 -0.798828 0.384766 -0.798828 0.384766c0.339844 0.0302734 0.486328 0.265625 0.326172 0.522461c-0.37793 0.606445 -2.45508 0.606445 -2.83301 0c-0.161133 -0.256836 -0.87207 -0.466797 -1.58105 -0.466797
+ c-3.2832 0 -8.05176 -2.64844 -8.08887 -4.49316c-0.00585938 -0.286133 -0.428711 -1.04688 -0.94043 -1.68945c-0.510742 -0.642578 -0.793945 -1.30176 -0.628906 -1.46484c0.164062 -0.163086 0.0146484 -0.295898 -0.333008 -0.295898
+ s-0.966797 -0.287109 -1.37695 -0.638672c-0.410156 -0.350586 -1.31641 -0.772461 -2.01465 -0.935547c-1.06445 -0.25 -1.61328 0.0371094 -3.39648 1.77637c-1.16992 1.14062 -2.43848 2.67188 -2.82031 3.40234c-0.918945 1.75879 -1.74316 6.6748 -1.74316 6.6748
+ c0.199219 0 0.509766 1.6123 0.69043 3.58301c0.384766 4.20312 1.10938 6.13281 3.08203 8.21484c0.791016 0.835938 1.43945 1.67578 1.44043 1.86719c0.00292969 0.488281 3.48828 1.97949 6.84961 2.92969l2.83301 0.800781v2.63379
+ c0 3.38086 0.368164 4.26953 1.63184 3.94238c0.688477 -0.177734 1.13965 -0.875977 1.51172 -2.33984c0.291992 -1.14746 0.819336 -2.19629 1.17285 -2.33008s0.648438 -0.484375 0.655273 -0.777344c0.00683594 -0.293945 0.960938 -1.00781 2.12012 -1.58594
+ c2.4707 -1.2334 2.11719 -0.350586 2.11719 -0.350586c-0.734375 0.875 -0.536133 0.875 1.58008 0c0.931641 -0.385742 1.90723 -0.701172 2.16602 -0.701172c0.259766 0 1.5293 0.928711 2.82031 2.06445c2.55176 2.24219 7.70898 5.41211 8.80566 5.41211
+ c0.375977 0 0.683594 -0.205078 0.683594 -0.455078c0 -0.296875 0.423828 -0.296875 1.21094 0c1.49707 0.5625 9.02832 0.604492 9.37402 0.0517578c0.137695 -0.22168 2.75391 -0.543945 5.8125 -0.716797s6.72949 -0.537109 8.1582 -0.80957
+ c6.45508 -1.22949 8.3584 -7.07422 4.62207 -14.1904c-1.31738 -2.50879 -2.56152 -3.84473 -5.06934 -5.43945c-1.25098 -0.796875 -1.27051 -1.33594 -1.27051 -1.33594c0.456055 0 0.710938 -0.188477 0.567383 -0.418945
+ c-0.143555 -0.229492 0.0800781 -0.547852 0.49707 -0.706055c0.609375 -0.231445 0.701172 -0.0625 0.467773 0.857422c-0.160156 0.628906 -0.0771484 1.27441 0.183594 1.43457c0.260742 0.15918 0.473633 0.0136719 0.474609 -0.322266
+ c0 -0.655273 2.67188 -6.45215 2.97363 -6.45215c0.0986328 0 1.33008 0.626953 2.73535 1.39355c1.4043 0.765625 2.83496 1.39648 3.17871 1.40137c0.342773 0.00488281 0.942383 0.324219 1.33203 0.708984c0.389648 0.385742 1.10547 0.701172 1.59082 0.701172
+ c0.486328 0 1.01465 0.209961 1.1748 0.467773c0.368164 0.588867 1.18066 0.610352 1.18066 0.03125c0 -0.240234 -0.478516 -0.580078 -1.0625 -0.756836c-1.4209 -0.428711 -5.87598 -2.49805 -7.83008 -3.63574l-1.57324 -0.916016l1.21875 -1.11914
+ c0.670898 -0.614258 1.21973 -1.32129 1.21973 -1.57031c0 -0.25293 0.402344 -0.204102 0.913086 0.112305c0.501953 0.30957 0.874023 0.762695 0.826172 1.00586c-0.0478516 0.242188 0.625977 0.632812 1.49707 0.867188
+ c1.82324 0.490234 3.41797 1.87012 4.48242 3.87793c0.649414 1.22559 0.745117 1.27441 0.761719 0.386719c0.0273438 -1.4248 -2.04102 -3.69141 -4.24316 -4.65332c-1.02246 -0.446289 -1.63574 -1.0332 -1.63574 -1.0332
+ c0.123047 -0.121094 0.0341797 -0.450195 -0.196289 -0.731445c-0.230469 -0.280273 -0.549805 -1.66699 -0.708984 -3.08008s-0.477539 -3.30566 -0.708008 -4.20508c-0.416992 -1.625 -0.419922 -1.62109 -0.467773 0.662109
+ c-0.0273438 1.2627 -0.232422 2.10254 -0.232422 2.10254c-0.567383 -0.599609 -0.941406 -5.24609 -0.921875 -11.4375c0.0244141 -7.57031 0.130859 -7.97266 2.96289 -11.1416c0.859375 -0.961914 0.410156 -1.0752 0.410156 -1.0752
+ c-0.551758 0.194336 -0.725586 0.0830078 -0.556641 -0.352539c0.135742 -0.349609 -0.0957031 -1.29004 -0.514648 -2.09082c-0.417969 -0.800781 -0.978516 -2.62598 -1.24609 -4.05566c-0.428711 -2.2959 -0.386719 -2.67285 0.358398 -3.21191
+ c0.495117 -0.358398 0.864258 -1.25781 0.893555 -2.17676c0.140625 -4.39062 0.136719 -4.37891 1.51367 -4.39746c0.713867 -0.0107422 2.31152 -0.0605469 3.54883 -0.112305l2.25098 -0.0947266l-0.125977 -12.2656l-0.125 -12.2656l-35.9004 -0.119141
+ c-34.9072 -0.117188 -35.9209 -0.0947266 -36.6768 0.77832z" />
+ <glyph glyph-name="uniE807" unicode="&#xe807;"
+ d="M56.7275 30.46c1.05469 0.572266 1.6416 1.77637 1.59863 3.27734c-0.0380859 1.30566 -0.50293 1.28027 -0.50293 1.28027c-0.697266 -1.75293 -2.87402 -1.25684 -2.87402 0.65625c0 1.07129 0.583008 1.75879 1.50684 1.77539
+ c1.36426 0.0253906 1.34863 0.150391 -0.165039 1.31152c-2.33105 1.78906 -3.68262 1.60938 -6.0625 -0.805664c-2.07812 -2.10938 -2.1582 -4.79004 -0.217773 -7.30762c1.02344 -1.32617 4.44434 -1.42188 6.7168 -0.1875zM53.2266 -5.58691
+ c0 0.381836 1.74414 5.09668 3.87598 10.4785c2.13086 5.38184 3.875 10.5654 3.875 11.5186s1.16309 4.96582 2.58398 8.91699c1.4209 3.95215 2.58398 7.50293 2.58398 7.8916c0 1.45801 -2.48926 0.638672 -2.99805 -0.987305
+ c-1.3584 -4.34375 -11.5615 -10.542 -17.3525 -10.542c-3.50977 0 -6.86719 2.93262 -7.66504 6.69824c-0.289062 1.36328 -0.917969 3.4541 -1.39844 4.64648c-0.84375 2.09473 -0.817383 2.11719 0.773438 0.65625c1.89648 -1.74219 6.28125 -2.00293 7.79785 -0.463867
+ c0.568359 0.576172 1.00293 2.05176 0.96582 3.27734s-0.50293 1.13574 -0.50293 1.13574c-0.679688 -1.70898 -3.0498 -1.32129 -2.6709 0.4375c0.181641 0.84082 0.827148 1.41895 1.43555 1.28418c0.608398 -0.135742 0.943359 0.257812 0.744141 0.874023
+ c-0.495117 1.5293 -5.63477 1.93262 -7.25391 0.569336c0 0 -0.125977 0.938477 1.32715 3.43848l2.63965 4.54492l-3.35254 2.25195c-3.89648 2.61621 -3.67578 2.68848 -13.5342 -4.39941c-3.51074 -2.52539 -8.25 -5.5332 -10.5322 -6.68652l-4.14844 -2.0957
+ l-0.561523 -7.8252c-0.308594 -4.30469 -0.864258 -8.13281 -1.23438 -8.50879c-0.662109 -0.671875 -0.449219 15.5391 0.25 18.9648c0.243164 1.19238 2.22754 2.58301 6.1875 4.33398c3.20703 1.41699 8.60645 4.46191 12 6.76465
+ c3.39355 2.30371 7.01465 4.18848 8.04785 4.18848c1.03223 0 3.69043 -1.0498 5.90625 -2.33203l4.0293 -2.33203l-3.01465 3.29297c-3.29395 3.59863 -11.2441 10.0498 -14.6152 11.8584c-1.16992 0.62793 -5.23926 1.66602 -9.04297 2.30664l-6.91602 1.16406
+ l7.20215 -0.404297c5.80273 -0.325195 7.97852 -0.862305 11.1963 -2.7627c2.19629 -1.29688 5.83398 -3.32227 8.08301 -4.5s5.3916 -3.60547 6.98438 -5.39453c2.43652 -2.7373 3.32324 -3.18848 5.59961 -2.84961c1.78418 0.266602 2.70508 0.896484 2.70508 1.85156
+ c0 3.02344 -3.55664 14.3008 -5.49121 17.4102c-1.11035 1.78418 -2.77051 4.81445 -3.68945 6.7334c-0.918945 1.91992 -2.42676 4.65527 -3.35059 6.0791l-1.67969 2.58887l2.87598 -2.15234c3.81543 -2.85547 8.46191 -11.4355 12.2881 -22.6914
+ c2.4209 -7.12207 3.5 -9.23535 4.81641 -9.4375c1.5625 -0.240234 1.80566 0.675781 3.06152 11.5361c1.15723 10.001 1.92676 13.2021 5.05273 21.0186c2.02734 5.07227 3.94629 9.22168 4.2627 9.22168c0.802734 0 1.66016 -5.78223 1.55566 -10.4883l-0.0869141 -3.93262
+ l-1.09863 4.80664c-0.604492 2.64453 -1.20312 3.49609 -1.20312 3.49609c-0.0576172 -0.720703 -1.12012 -3.47461 -2.36133 -6.11816c-1.82617 -3.89258 -2.47754 -7.2168 -3.4209 -17.4756l-1.16602 -12.6699l2.18457 -2.18945l2.18457 -2.18945l3.4248 3.93359
+ c1.88281 2.16309 5.14258 6.32227 7.24219 9.24316c3.52832 4.9082 4.22266 5.4248 9.16016 6.81836c2.93848 0.829102 9.43066 3.25586 14.4277 5.39258l9.08691 3.88574l3.75488 -3.71094c2.06641 -2.04102 4.15918 -4.49805 4.65137 -5.45996
+ c0 0 -1.21777 0.338867 -3.7998 2.8877l-4.69629 4.63574l-10.5391 -5.2627c-5.7959 -2.89551 -11.833 -5.51074 -13.415 -5.81152c-2.43066 -0.462891 -4.11035 -2.18164 -10.8311 -11.0801c-8.73535 -11.5674 -8.87012 -11.0039 1.9209 -8.00781l5.74414 1.59473
+ l8.17578 -2.80664c4.49609 -1.54395 9.12598 -2.80664 10.2881 -2.80664c2.87793 0 5.82031 -2.53223 8.25586 -7.10449l2.03516 -3.82129l-3.32715 3.64453c-3.62793 3.97363 -6.61719 5.19727 -19.5547 8.00391l-7.61523 1.65234l-7.02637 -2.60645
+ c-8.42578 -3.12402 -9.77734 -4.13867 -5.51562 -4.13867c2.92383 0 3.27344 -0.291992 4.95215 -4.14355c0.993164 -2.2793 2.9043 -5.91797 4.24609 -8.08496c2.53418 -4.09277 5.72754 -12.8994 4.95996 -13.6777
+ c-0.241211 -0.246094 -0.724609 0.467773 -1.07227 1.58594c-0.348633 1.11719 -1.50488 3.21191 -2.56836 4.6543c-1.06445 1.44238 -3.33691 5.46973 -5.05078 8.9502c-2.5498 5.18066 -3.67871 6.56641 -6.22754 7.64746
+ c-3.78809 1.60645 -4.54688 1.6709 -2.67871 0.227539c1.30859 -1.01074 1.29102 -1.70996 -0.233398 -9.32422c-0.907227 -4.52734 -2.5791 -10.2305 -3.7168 -12.6738c-1.1377 -2.44238 -3.52344 -7.88281 -5.30176 -12.0889
+ c-3.00684 -7.1123 -3.89062 -6.95508 -3.89062 -6.95508z" />
+ <glyph glyph-name="uniE808" unicode="&#xe808;"
+ d="M45.3096 9.37305c3.08789 2.48145 36.7285 30.667 40.7998 34.1836c0.694906 0.599622 0.958326 0.833763 0.82495 1.12622c-0.206762 0.209402 -0.632584 0.616256 -1.50733 1.39659c-1.98554 1.67064 -7.19792 6.03395 -14.467 12.109
+ c-9.44141 7.88965 -22.9229 19.1133 -25.1436 20.9307c-1.71094 1.40039 -1.73926 1.41113 -2.5957 0.96582c-0.829102 -0.430664 -3.64453 -2.34766 -4.76758 -3.24512c-5.58203 -4.46387 -9.79395 -10.0332 -12.5195 -16.5586
+ c-3.39258 -8.11914 -4.0127 -17.1846 -1.76953 -25.8477c1.38867 -5.36133 3.87695 -10.4229 7.23828 -14.7207c2.21973 -2.83887 5.42871 -5.96973 8.26758 -8.06836c1.16504 -0.861328 2.9502 -2.01367 3.7373 -2.41309
+ c0.959961 -0.487305 1.13672 -0.473633 1.90234 0.141602zM68.1348 3.93555c4.4707 0.398438 9.58105 1.85254 13.8633 3.94629c11.0107 5.38086 18.9844 15.2822 21.9062 27.2012c0.861328 3.51562 1.04004 5.22949 1.04004 10.0059
+ c0 3.40234 -0.015625 3.78418 -0.201172 5.02539c-1.18848 7.94629 -4.22754 14.7764 -9.26855 20.835c-1.70898 2.05371 -4.5 4.72656 -6.63477 6.35254c-4.92188 3.74902 -10.9697 6.42969 -17.3154 7.67188c-2.75488 0.540039 -4.4834 0.701172 -7.47461 0.697266
+ c-2.70801 -0.00292969 -4.79785 -0.166992 -7.08008 -0.555664c-1.125 -0.192383 -1.4375 -0.330078 -1.4375 -0.634766c0 -0.317383 0 -0.291392 23.5977 -20.6777c17.7862 -15.3664 21.1007 -18.2301 21.7181 -18.8638
+ c0.836712 -0.737036 0.714398 -0.653191 0.468005 -0.473693c-0.0361569 0.0156899 -0.233349 0.166492 -0.34189 0.235664c-0.00759756 -0.0111985 -0.0181196 -0.0248154 -0.0317245 -0.0409904c0.338241 -0.308307 0.145761 -0.165307 -0.0365641 -0.0415221
+ c-0.459956 -0.503987 -2.92248 -2.67453 -9.86869 -8.71316c-0.908203 -0.790039 -3.86133 -3.34277 -6.56152 -5.67285c-2.70117 -2.33008 -5.3418 -4.61133 -5.86719 -5.07031c-0.525391 -0.458008 -2.55957 -2.21289 -4.51953 -3.90039
+ c-15.0283 -12.9355 -17.8438 -15.4219 -18.1787 -16.0547c-0.172852 -0.325195 -0.0898438 -0.617188 0.208008 -0.736328c0.504883 -0.203125 3.26074 -0.561523 5.02051 -0.65332c1.07812 -0.0556641 5.96484 0.0263672 6.99609 0.118164zM61.9639 -5.8877
+ c-3.31055 0.21875 -5.38672 0.458984 -7.50977 0.867188c-9.90332 1.90723 -18.7803 6.5293 -25.9404 13.5059c-7.99707 7.79102 -13.1357 17.7793 -14.7773 28.7207c-0.363781 2.42578 -0.464207 3.55844 -0.484132 6.20201
+ c-0.0211288 0.841077 -0.000390323 1.68413 -0.000390323 2.52846c0.0189791 2.6807 0.118299 3.81051 0.484522 6.25684c2.72852 18.2168 15.207 33.5166 32.5986 39.9697c5.68262 2.10742 11.3613 3.11035 17.6279 3.11035c8.1377 0 15.6133 -1.75879 22.7725 -5.35645
+ c14.5322 -7.30273 24.5928 -20.8906 27.2861 -36.8525c0.521484 -3.08984 0.647461 -4.70996 0.649414 -8.32129c0.00195312 -3.49121 -0.0859375 -4.76855 -0.523438 -7.62402c-2.33594 -15.2119 -11.3145 -28.3799 -24.6572 -36.1602
+ c-6.41504 -3.74023 -13.6162 -6.0127 -21.1816 -6.68359c-1.39648 -0.124023 -5.38574 -0.226562 -6.34473 -0.163086z" />
+ <glyph glyph-name="uniE809" unicode="&#xe809;"
+ d="M80.0137 64.5537c-1.4707 -4.31543 -4.25586 -7.77246 -7.16504 -11.1475c-2.24707 -2.60449 -4.8877 -4.7959 -7.69922 -6.78125c-0.134766 -0.0966797 -0.280273 -0.176758 -0.644531 -0.400391c1.67676 2.87891 3.0293 5.61328 3.4209 8.80078
+ c-3.9873 -0.9375 -7.74707 -0.52832 -11.3867 1.06641c-6.46094 2.8291 -10.3223 9 -9.66309 15.9678c0.539062 5.7334 3.70898 9.86523 8.77637 12.5342c8.16016 4.29785 18.5811 1.54883 23.2461 -6.09766c2.71875 -4.45215 2.76074 -9.11523 1.11523 -13.9424z
+ M70.9062 6.52148c2.18457 0 3.95605 1.79102 3.95508 3.99805c0 0.0595703 -0.00585938 0.119141 0 0.176758v1.91211c0 1.05469 -0.625 3.96289 -2.15137 6.05469c-1.63477 2.24023 -3.71094 3.69922 -5.90625 4.4043c3.10059 1.15039 5.30762 4.11816 5.30762 7.59863
+ c0 4.48145 -3.65137 8.11133 -8.16113 8.11133c-4.50781 0 -8.16113 -3.62988 -8.16113 -8.11133c0 -3.39453 2.10059 -6.30176 5.08105 -7.50977c-2.26172 -0.662109 -4.3457 -2.13281 -5.8916 -4.39551c-1.45898 -2.1377 -1.94141 -5.09473 -1.94043 -6.15137
+ c0.00195312 -0.955078 0.00292969 -1.91016 0.0078125 -1.91016c-0.00195312 -0.0585938 -0.00878906 -0.119141 -0.00878906 -0.177734c0 -2.20898 1.77148 -4 3.95801 -4h13.9111zM89.2363 56.3682l12.1465 0.0283203c2.61328 0 4.73047 -2.10547 4.73047 -4.70117
+ v-53.2217c0 -2.5957 -2.11719 -4.70117 -4.73047 -4.70117h-74.8096c-2.61133 0 -4.72949 2.10547 -4.72949 4.70117v53.2217c0 2.5957 2.11816 4.70117 4.72949 4.70117h10.8115c0.302734 0.000976562 0.603516 0 1.05078 0v1.09473v12.9746
+ c0 11.9941 8.8291 22.5117 20.6895 24.6445c13.3975 2.40918 26.1572 -5.7373 29.3779 -18.8369c0.450195 -1.83301 0.658203 -3.75879 0.702148 -5.64746c0.101562 -4.38281 0.03125 -9.87402 0.03125 -14.2578z" />
+ <glyph glyph-name="uniE810" unicode="&#xe810;"
+ d="M5.23438 80.6982c0.0136719 1.09375 0.311523 0.81543 0.311523 0.81543c0.158203 -0.644531 0.148438 -1.53906 -0.0234375 -1.9873c-0.170898 -0.449219 -0.300781 0.0791016 -0.288086 1.17188zM82.8721 -1.87988c-4.80957 1.72168 -10.4385 4.05566 -12.5098 5.18652
+ c-3.25977 1.78027 -3.95898 1.94727 -5.2002 1.24219c-1.3584 -0.770508 -1.17285 -0.939453 3.45312 -3.16113c8.1416 -3.90918 15.9883 -6.35059 20.5029 -6.38086c2.01074 -0.0126953 0.791992 0.59375 -6.24609 3.11328zM85.4492 -5.41992
+ c-5.4668 1.1709 -11.3486 3.23633 -17.0986 6.00586l-4.52832 2.18066l-4.45703 -1.9502c-9.59473 -4.19727 -22.4199 -7.49414 -23.7334 -6.10059c-0.854492 0.90625 0.328125 1.6748 5.72852 3.72266c2.58887 0.980469 6.94531 3.30762 9.68164 5.16992l4.97363 3.38574
+ l-1.56152 1.19531c-20.4863 15.6846 -32.1172 28.501 -40.5898 44.7285c-3.50977 6.71973 -7.0957 16.7109 -7.77246 21.6514c-0.576172 4.21094 0.369141 4.00586 1.53125 -0.331055l0.931641 -3.47949l5.77051 -0.19043
+ c5.57227 -0.183594 5.79883 -0.251953 6.62012 -1.9873c0.466797 -0.988281 1.19824 -3.72754 1.62402 -6.08594c1.91797 -10.627 7.8457 -23.9971 15.332 -34.5791c4.32715 -6.11719 17.9482 -20.46 21.041 -22.1562c1.49121 -0.818359 2.2666 -0.897461 3.40527 -0.34668
+ c0.811523 0.392578 1.47461 0.951172 1.47461 1.24121c0 0.291016 -1.85938 2.01172 -4.13281 3.82422c-5.69238 4.53809 -13.9639 14.0029 -18.4316 21.0898c-8.07031 12.7988 -13.6182 28.9268 -13.6494 39.6729c-0.00976562 3.27344 -0.217773 3.93848 -1.51855 4.84277
+ c-0.830078 0.576172 -2.25195 1.13281 -3.16113 1.23535c-1.98926 0.224609 -15.3066 5.84668 -15.3125 6.46484c-0.0078125 0.686523 2.15234 -0.0683594 12.1738 -4.25586c5.15332 -2.15332 12.0049 -4.76172 15.2266 -5.79688
+ c3.2207 -1.03516 6.06934 -2.12793 6.3291 -2.42773s0.774414 -3.67578 1.14355 -7.50195c1.125 -11.6562 5.18164 -24.1787 11.2021 -34.582c3.64551 -6.2998 8.58008 -13.0449 9.95117 -13.6025c0.705078 -0.287109 1.70117 0.397461 3.17383 2.18262
+ c11.1279 13.4912 19.4365 34.1553 19.4775 48.4395c0.00878906 3.18652 0.302734 5.06445 0.891602 5.6875c0.482422 0.512695 3.22266 1.625 6.08887 2.47266c2.86719 0.847656 10.0605 3.43164 15.9863 5.74219s10.9707 4.20117 11.2109 4.20117
+ c2.00098 0 -9.4375 -5.35449 -11.9922 -5.61426c-1.12988 -0.114258 -1.26074 -0.65918 -1.37109 -5.7041c-0.227539 -10.4551 -2.35547 -19.1729 -7.14453 -29.2773c-6.23633 -13.1592 -13.6211 -22.4795 -26.7979 -33.8203l-2.16113 -1.86035l2.67285 1.49609
+ c1.46973 0.823242 6.00195 5.09863 10.0723 9.50293c12.7168 13.7598 19.5732 26.6318 23.4766 44.0732c1.6582 7.41113 1.46191 7.2041 7.03809 7.42676l4.83301 0.193359l1.11035 3.64453c0.611328 2.00488 1.17285 5.20703 1.24902 7.11816
+ c0.133789 3.34863 0.617188 4.38477 1.24023 2.65527c0.447266 -1.24316 -0.641602 -8.79395 -2.07812 -14.4111c-1.61133 -6.29688 -6.95801 -18.1738 -11.1455 -24.7588c-4.71582 -7.41406 -11.8271 -16.1709 -17.7031 -21.7988
+ c-5.0293 -4.81641 -13.6748 -11.8867 -17.3623 -14.1973c-1.0127 -0.634766 -1.8418 -1.50781 -1.8418 -1.94043c0 -1.75293 9.95801 -7.68945 17.0518 -10.165c7.12012 -2.48535 4.19434 -4.11719 -4.16895 -2.3252z" />
+ </font>
+ </defs>
+</svg>
diff --git a/templates/fonts/libresocial/libresocial.ttf b/templates/fonts/libresocial/libresocial.ttf
new file mode 100644
index 0000000..3803332
--- /dev/null
+++ b/templates/fonts/libresocial/libresocial.ttf
Binary files differ
diff --git a/templates/fonts/libresocial/libresocial.woff b/templates/fonts/libresocial/libresocial.woff
new file mode 100644
index 0000000..3236017
--- /dev/null
+++ b/templates/fonts/libresocial/libresocial.woff
Binary files differ
diff --git a/templates/fonts/opensans/LICENSE.txt b/templates/fonts/opensans/LICENSE.txt
new file mode 100644
index 0000000..75b5248
--- /dev/null
+++ b/templates/fonts/opensans/LICENSE.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/templates/fonts/opensans/OpenSans-Bold.ttf b/templates/fonts/opensans/OpenSans-Bold.ttf
new file mode 100644
index 0000000..fd79d43
--- /dev/null
+++ b/templates/fonts/opensans/OpenSans-Bold.ttf
Binary files differ
diff --git a/templates/fonts/opensans/OpenSans-Regular.ttf b/templates/fonts/opensans/OpenSans-Regular.ttf
new file mode 100644
index 0000000..db43334
--- /dev/null
+++ b/templates/fonts/opensans/OpenSans-Regular.ttf
Binary files differ
diff --git a/templates/fonts/opensans/OpenSans-Semibold.ttf b/templates/fonts/opensans/OpenSans-Semibold.ttf
new file mode 100644
index 0000000..1a7679e
--- /dev/null
+++ b/templates/fonts/opensans/OpenSans-Semibold.ttf
Binary files differ
diff --git a/templates/fonts/opensans/ops/latin.woff2 b/templates/fonts/opensans/ops/latin.woff2
new file mode 100644
index 0000000..5287058
--- /dev/null
+++ b/templates/fonts/opensans/ops/latin.woff2
Binary files differ
diff --git a/templates/fonts/opensans/opsbold/latin.woff2 b/templates/fonts/opensans/opsbold/latin.woff2
new file mode 100644
index 0000000..be4c25b
--- /dev/null
+++ b/templates/fonts/opensans/opsbold/latin.woff2
Binary files differ
diff --git a/templates/fonts/opensans/opssemibold/latin.woff2 b/templates/fonts/opensans/opssemibold/latin.woff2
new file mode 100644
index 0000000..8993a4d
--- /dev/null
+++ b/templates/fonts/opensans/opssemibold/latin.woff2
Binary files differ
diff --git a/templates/images/BG.jpg b/templates/images/BG.jpg
new file mode 100644
index 0000000..615d79d
--- /dev/null
+++ b/templates/images/BG.jpg
Binary files differ
diff --git a/templates/images/BG.xcf b/templates/images/BG.xcf
new file mode 100644
index 0000000..a3f5f52
--- /dev/null
+++ b/templates/images/BG.xcf
Binary files differ
diff --git a/templates/images/favicon.png b/templates/images/favicon.png
new file mode 100644
index 0000000..45884f7
--- /dev/null
+++ b/templates/images/favicon.png
Binary files differ
diff --git a/templates/images/foto.png b/templates/images/foto.png
new file mode 100644
index 0000000..489019d
--- /dev/null
+++ b/templates/images/foto.png
Binary files differ
diff --git a/templates/images/trabajos/1.xcf b/templates/images/trabajos/1.xcf
new file mode 100644
index 0000000..b419605
--- /dev/null
+++ b/templates/images/trabajos/1.xcf
Binary files differ
diff --git a/templates/images/trabajos/conocimientos.jpg b/templates/images/trabajos/conocimientos.jpg
new file mode 100644
index 0000000..8fdaad6
--- /dev/null
+++ b/templates/images/trabajos/conocimientos.jpg
Binary files differ
diff --git a/templates/images/trabajos/hyperbola.jpg b/templates/images/trabajos/hyperbola.jpg
new file mode 100644
index 0000000..25ae03f
--- /dev/null
+++ b/templates/images/trabajos/hyperbola.jpg
Binary files differ
diff --git a/templates/images/trabajos/librevideojs.jpg b/templates/images/trabajos/librevideojs.jpg
new file mode 100644
index 0000000..554a1f4
--- /dev/null
+++ b/templates/images/trabajos/librevideojs.jpg
Binary files differ
diff --git a/templates/index.tpl b/templates/index.tpl
new file mode 100644
index 0000000..18b74eb
--- /dev/null
+++ b/templates/index.tpl
@@ -0,0 +1,121 @@
+<!DOCTYPE html>
+<html lang="es">
+ <head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <meta name="description" content="{$description}">
+ <meta content="index,follow" name="robots"/>
+ <title>{$titulo}</title>
+ <link rel="icon" href="{$templates.favicon}" sizes="192x192" />
+ <link rel="stylesheet" type="text/css" href="{$templates.normalize}" />
+ <link rel="stylesheet" type="text/css" href="{$templates.estilos}" />
+ <style>
+ .rotate {
+ display: inline-block;
+ transform: rotate(180deg);
+ }
+ </style>
+ </head>
+ <body>
+ <header>
+ <div class="contenedor">
+ <nav class="menu">
+ <a href="#" id="btn-acerca-de">Acerca de</a>
+ <a href="#" id="btn-trabajos">Proyectos</a>
+ <a href="#" id="btn-contacto">Contacto</a>
+ </nav>
+ <div class="contenedor-texto">
+ <div class="texto">
+ <h1 class="nombre">{$nombre}</h1>
+ <h2 class="profesion">Desarrollador</h2>
+ </div>
+ </div>
+ </div>
+ </header>
+
+ <main>
+ <section class="acerca-de" id="acerca-de">
+ <div class="contenedor">
+ <div class="foto">
+ <img alt="Jesús Eduardo" title="Jesús Eduardo" src="./templates/images/foto.png" width="115"/>
+ </div>
+ <div class="texto">
+ <h3 class="titulo">Acerca de</h3>
+ <p>Consultor y desarrollador de <span class="bold">Software Libre</span>. Hacker de <span class="bold">Hyperbola GNU/Linux-Libre.</span></p>
+ </div>
+ </div>
+ </section>
+ <section class="trabajos" id="trabajos">
+ <div class="contenedor">
+ <h3 class="titulo">Proyectos</h3>
+ <div class="contenedor-trabajos">
+ <div class="trabajo">
+ <div class="thumb">
+ <img alt="LibreVideoJS" title="LibreVideoJS" src="./templates/images/trabajos/librevideojs.jpg"/>
+ </div>
+ <div class="descripcion">
+ <p class="nombre"><a href="{$projects.librevideojs}" rel="noopener noreferrer" target="_blank">LibreVideoJS</a></p>
+ <p class="categoria">CSS - ECMAScript</p>
+ </div>
+ </div>
+ <div class="trabajo">
+ <div class="thumb">
+ <img alt="Hyperbola" title="Hyperbola GNU/Linux-Libre" src="./templates/images/trabajos/hyperbola.jpg"/>
+ </div>
+ <div class="descripcion">
+ <p class="nombre"><a href="{$projects.hyperbola}" rel="noopener noreferrer" target="_blank">Hyperbola GNU/Linux-Libre</a></p>
+ <p class="categoria">GNU + Linux-Libre</p>
+ </div>
+ </div>
+ <div class="trabajo">
+ <div class="thumb">
+ <img alt="Conocimientos Libres" title="Conocimientos Libres" src="./templates/images/trabajos/conocimientos.jpg"/>
+ </div>
+ <div class="descripcion">
+ <p class="nombre"><a href="{$projects.cl}" rel="noopener noreferrer" target="_blank">Conocimientos Libres</a></p>
+ <p class="categoria">HTML5 + Bootstrap 3 + CSS3 + ECMAScript</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </section>
+ </main>
+
+ <footer>
+ <section class="contacto" id="contacto">
+ <div class="contenedor">
+ <h3 class="titulo">Contacto</h3>
+ <form id="formulario" class="formulario" method='POST'>
+ <input name="nombre" type="text" placeholder="Nombre"/>
+ <input name="correo" type="email" placeholder="Correo" required/>
+ <textarea name="mensaje" placeholder="Mensaje"></textarea>
+ <ul id="error" class="error"></ul>
+ <input class="boton" name="submit" type="submit" value="Enviar"/>
+ </form>
+ </div>
+ </section>
+
+ <div class="redes-sociales-libres">
+ <div class="contenedor">
+ <a class="gnusocial" href="{$sociales.gnusocial}" rel="noopener noreferrer" target="_blank"><i class="icon-gnusocial"></i></a>
+ <a class="diaspora" href="{$sociales.diaspora}" rel="noopener noreferrer" target="_blank"><i class="icon-diaspora"></i></a>
+ <a class="mediagoblin" href="{$sociales.mediagoblin}" rel="noopener noreferrer" target="_blank"><i class="icon-mediagoblin"></i></a>
+ <a class="libregit" href="{$sociales.libregit}" rel="noopener noreferrer" target="_blank"><i class="icon-libregit"></i></a>
+ </div>
+ </div>
+
+ <div class="copyleft">
+ <p>Copyleft <span class="rotate">&copy;</span> {$yesterday|date_format:"%Y"} - Heckyel
+ <a rel="license noopener noreferrer" href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">
+ <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr></a> | <a rel="noopener noreferrer" href="https://notabug.org/heckyel/personal-site" target="_blank">source code</a>
+ <a hidden href="{$librejs.librejs}" data-jslicense="1" rel="license">Información de licencias de JavaScript.</a>
+ </p>
+ </div>
+
+ </footer>
+ <script src="{$librejs.jquery}"
+ integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg=="></script>
+ <script src="{$librejs.formulario}"></script>
+ <script src="{$librejs.efectos}"></script>
+ </body>
+</html>
diff --git a/templates/js/efectos.js b/templates/js/efectos.js
new file mode 100644
index 0000000..9d76511
--- /dev/null
+++ b/templates/js/efectos.js
@@ -0,0 +1,47 @@
+/*
+@licstart The following is the entire license notice for the
+JavaScript code in this page.
+
+Copyleft 2017 | Heckyel
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+@licend The above is the entire license notice
+for the JavaScript code in this page.
+*/
+$(document).ready(function(){
+ // scroll elementos Menu
+ var acercade = $('#acerca-de').offset().top,
+ proyecto = $('#trabajos').offset().top,
+ contactar = $('#contacto').offset().top;
+
+ $('#btn-acerca-de').on('click', function(e){
+ e.preventDefault();
+ $('html, body').animate({
+ scrollTop: 240
+ }, 500);
+ });
+
+ $('#btn-trabajos').on('click', function(e){
+ e.preventDefault();
+ $('html, body').animate({
+ scrollTop: proyecto
+ }, 500);
+ });
+
+ $('#btn-contacto').on('click', function(e){
+ e.preventDefault();
+ $('html, body').animate({
+ scrollTop: contactar
+ }, 500);
+ });
+
+});
diff --git a/templates/js/efectos.min.js b/templates/js/efectos.min.js
new file mode 100644
index 0000000..021b50d
--- /dev/null
+++ b/templates/js/efectos.min.js
@@ -0,0 +1,3 @@
+// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
+$(document).ready(function(){$("#acerca-de").offset().top;var t=$("#trabajos").offset().top,o=$("#contacto").offset().top;$("#btn-acerca-de").on("click",function(t){t.preventDefault(),$("html, body").animate({scrollTop:240},500)}),$("#btn-trabajos").on("click",function(o){o.preventDefault(),$("html, body").animate({scrollTop:t},500)}),$("#btn-contacto").on("click",function(t){t.preventDefault(),$("html, body").animate({scrollTop:o},500)})});
+// @license-end
diff --git a/templates/js/formulario.js b/templates/js/formulario.js
new file mode 100644
index 0000000..fae85ec
--- /dev/null
+++ b/templates/js/formulario.js
@@ -0,0 +1,64 @@
+/*
+@licstart The following is the entire license notice for the
+JavaScript code in this page.
+
+Copyleft 2017 | Heckyel
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+See the GNU General Public License for more details.
+
+@licend The above is the entire license notice
+for the JavaScript code in this page.
+*/
+
+(function(){
+ var formulario = document.getElementById('formulario'),
+ nombre = formulario.nombre,
+ correo = formulario.correo,
+ mensaje = formulario.mensaje,
+ error = document.getElementById('error');
+
+ function validarNombre(e){
+ if(nombre.value == '' || nombre.value == null){
+ console.info('Por favor completa el nombre');
+ error.style.display = 'block';
+ error.innerHTML = error.innerHTML + '<li>Por favor completa el nombre</li>';
+ e.preventDefault();
+ }
+ }
+
+ function validarCorreo(e){
+ if(correo.value == '' || correo.value == null){
+ console.info('Por favor completa el correo');
+ error.style.display = 'block';
+ error.innerHTML = error.innerHTML + '<li>Por favor completa el correo</li>';
+ e.preventDefault();
+ }
+ }
+
+ function validarMensaje(e){
+ if(mensaje.value == '' || mensaje.value == null){
+ console.info('Por favor completa el mensaje');
+ error.style.display = 'block';
+ error.innerHTML = error.innerHTML + '<li>Por favor completa el mensaje</li>';
+ e.preventDefault();
+ }
+ }
+
+ function validarFormulario(e){
+ error.innerHTML = '';
+ error.style.display = 'none';
+ validarNombre(e);
+ validarCorreo(e);
+ validarMensaje(e);
+ }
+
+ formulario.addEventListener('submit', validarFormulario);
+}());
diff --git a/templates/js/formulario.min.js b/templates/js/formulario.min.js
new file mode 100644
index 0000000..d58b9d2
--- /dev/null
+++ b/templates/js/formulario.min.js
@@ -0,0 +1,3 @@
+// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
+!function(){function e(e){""!=a.value&&null!=a.value||(console.info("Por favor completa el nombre"),c.style.display="block",c.innerHTML=c.innerHTML+"<li>Por favor completa el nombre</li>",e.preventDefault())}function l(e){""!=t.value&&null!=t.value||(console.info("Por favor completa el correo"),c.style.display="block",c.innerHTML=c.innerHTML+"<li>Por favor completa el correo</li>",e.preventDefault())}function n(e){""!=i.value&&null!=i.value||(console.info("Por favor completa el mensaje"),c.style.display="block",c.innerHTML=c.innerHTML+"<li>Por favor completa el mensaje</li>",e.preventDefault())}function o(o){c.innerHTML="",c.style.display="none",e(o),l(o),n(o)}var r=document.getElementById("formulario"),a=r.nombre,t=r.correo,i=r.mensaje,c=document.getElementById("error");r.addEventListener("submit",o)}();
+// @license-end
diff --git a/templates/librejs.html b/templates/librejs.html
new file mode 100644
index 0000000..38513ef
--- /dev/null
+++ b/templates/librejs.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <title>JavaScript license information</title>
+ <link rel="icon" href="../images/favicon.png" sizes="192x192" />
+ </head>
+ <body>
+ <table id="jslicense-labels1">
+ <tr>
+ <td><a href="../node_modules/jquery/dist/jquery.min.js">jquery.min.js</a></td>
+ <td><a href="https://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
+ <td><a href="https://github.com/jquery/jquery-dist/archive/3.3.1.tar.gz">jquery-3.3.1.tar.gz</a></td>
+ </tr>
+ <tr>
+ <td><a href="./js/formulario.min.js">formulario.min.js</a></td>
+ <td><a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
+ <td><a href="./js/formulario.js">formulario.js</a></td>
+ </tr>
+ <tr>
+ <td><a href="./js/efectos.min.js">efectos.min.js</a></td>
+ <td><a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
+ <td><a href="./js/efectos.js">efectos.js</a></td>
+ </tr>
+ </table>
+ </body>
+</html>
diff --git a/templates/sass/_front.sass b/templates/sass/_front.sass
new file mode 100644
index 0000000..4448941
--- /dev/null
+++ b/templates/sass/_front.sass
@@ -0,0 +1,228 @@
+body
+ background: #fff
+ font-family: "Open Sans", sans-serif
+ font-size: 16px
+
+.contenedor
+ width: 90%
+ max-width: 1000px
+ margin: auto
+ overflow: hidden
+
+/* ---- ---- HEADER ---- ---- */
+
+header
+ background: url("./../images/BG.jpg") #68bdea
+ background-repeat: no-repeat
+ background-position: center
+ max-height: 600px
+ .menu
+ margin: 40px 0px
+ text-align: right
+ a
+ margin: 0px 20px
+ color: #fff
+ padding-bottom: 9px
+ display: inline-block
+ text-decoration: none
+ border-bottom: 2px solid transparent
+ font-size: 1rem
+ &:hover
+ border-bottom: 2px solid #fff
+ .contenedor-texto
+ display: flex
+ justify-content: center
+ align-content: center
+ margin: 190px 0px
+ .texto
+ border: 2px solid rgba(255, 255, 255, 0.5)
+ border-radius: 3px
+ display: inline-block
+ text-align: center
+ padding: 20px 60px
+ h1, h2
+ color: #fff
+ font-weight: 300
+ margin: 0px
+ .nombre
+ margin-bottom: 10px
+ font-size: 3.125rem
+ line-height: 50px
+ .profesion
+ font-size: 1.5rem
+ line-height: 25px
+
+/* ---- ---- MAIN ---- ---- */
+
+main
+ .contenedor
+ overflow: visible
+ .acerca-de
+ text-align: center
+ .foto
+ margin-top: -60px
+ img
+ vertical-align: top
+ border-radius: 50%
+ border: 5px solid rgba(255, 255, 255, 0.2)
+ .texto
+ color: #5a5a5a
+ font-weight: 600
+ font-size: 1rem
+ line-height: 30px
+ width: 80%
+ margin: 40px auto 60px auto
+ .titulo
+ font-size: 2.125rem
+ margin-bottom: 40px
+ font-weight: 300
+ color: #dd820d
+ text-align: center
+ .bold
+ color: #3895ea
+ text-decoration: underline
+ .trabajos
+ background: #f2f2f2
+ padding: 60px 0
+ .contenedor
+ overflow: hidden
+ .titulo
+ font-size: 2.125rem
+ line-height: 34px
+ margin-bottom: 40px
+ font-weight: 300
+ color: #323068
+ text-align: center
+ .contenedor-trabajos
+ display: flex
+ flex-direction: row
+ flex-wrap: wrap
+ justify-content: space-between
+ .trabajo
+ width: 23%
+ margin-bottom: 40px
+ .thumb
+ width: 100%
+ margin-bottom: 10px
+ img
+ width: 100%
+ vertical-align: top
+ border-radius: 3px
+ .descripcion
+ text-align: center
+ .nombre
+ font-weight: 700
+ color: #3895ea
+ margin-bottom: 10px
+ a
+ text-decoration: none
+ color: #3895ea
+ .categoria
+ font-size: 0.8rem
+ color: #636363
+
+/* ---- ---- FOOTER ---- ---- */
+
+footer
+ .contacto
+ padding: 60px 0
+ .titulo
+ font-size: 2.125rem
+ line-height: 34px
+ margin-bottom: 40px
+ font-weight: 300
+ color: #3895ea
+ text-align: center
+ .formulario
+ display: flex
+ flex-wrap: wrap
+ justify-content: space-between
+ input
+ &[type="text"], &[type="email"]
+ background: #f3f4f7
+ border: 2px solid #cecece
+ border-radius: 5px
+ padding: 15px 20px
+ font-size: 1.125rem
+ color: #a4a4a4
+ textarea
+ background: #f3f4f7
+ border: 2px solid #cecece
+ border-radius: 5px
+ padding: 15px 20px
+ font-size: 1.25rem
+ color: #a4a4a4
+ input
+ &[type="text"]:focus, &[type="email"]:focus
+ border: 2px solid #3895ea
+ textarea:focus
+ border: 2px solid #3895ea
+ input
+ &[type="text"], &[type="email"]
+ width: 45%
+ margin-bottom: 15px
+ textarea
+ width: 100%
+ height: 100px
+ max-width: 100%
+ min-height: 100px
+ max-height: 300px
+ margin-bottom: 15px
+ .error
+ display: none
+ margin-top: 20px
+ border-radius: 3px
+ background: #fc636b
+ color: #fff
+ padding: 15px 10px
+ padding-left: 40px
+ width: 100%
+ .boton
+ margin: auto
+ background: #3895ea
+ color: #fff
+ border: none
+ border-radius: 3px
+ padding: 15px 40px
+ cursor: pointer
+ &:hover
+ background: #387bea
+ .redes-sociales-libres
+ background: #1e2b38
+ padding: 60px 0
+ .contenedor
+ display: flex
+ justify-content: center
+ a
+ color: #fff
+ text-align: center
+ width: 100px
+ display: block
+ padding: 15px 0
+ border-radius: 3px
+ font-size: 1.8rem
+ margin: 0 20px
+ .diaspora:hover
+ background: #010101
+ .gnusocial:hover
+ background: #a42833
+ .gitlab:hover
+ background: #e24329
+ .libregit:hover
+ background: #333333
+ .mediagoblin:hover
+ background: #775fa3
+ .notabug:hover
+ background: #244664
+ .peertube:hover
+ background: #f1680d
+ .copyleft
+ background: #192633
+ padding: 5px 0
+ p
+ color: #fff
+ text-align: center
+ font-size: 0.75rem
+ a
+ color: #3895ea
+ text-decoration: none
diff --git a/templates/sass/_libresocial.sass b/templates/sass/_libresocial.sass
new file mode 100644
index 0000000..84e2ff8
--- /dev/null
+++ b/templates/sass/_libresocial.sass
@@ -0,0 +1,68 @@
+//variables
+$libresocial-path: "../fonts"
+
+@font-face
+ font-family: 'libresocial'
+ src: url('#{$libresocial-path}/libresocial/libresocial.woff') format("woff"), url('#{$libresocial-path}/libresocial/libresocial.ttf') format("truetype"), url('#{$libresocial-path}/libresocial/libresocial.svg') format("svg")
+ font-weight: normal
+ font-style: normal
+
+[class^="icon-"]:before, [class*=" icon-"]:before
+ font-family: "libresocial"
+ font-style: normal
+ font-weight: normal
+ speak: none
+ display: inline-block
+ text-decoration: inherit
+ width: 1em
+ margin-right: .2em
+ text-align: center
+ /* opacity: .8; */
+ /* For safety - reset parent styles, that can break glyph codes */
+ font-variant: normal
+ text-transform: none
+ /* fix buttons height, for twitter bootstrap */
+ line-height: 1em
+ /* Animation center compensation - margins should be symmetric */
+ /* remove if not needed */
+ margin-left: .2em
+ /* you can be more comfortable with increased icons size */
+ /* font-size: 120%; */
+ /* Font smoothing. That was taken from TWBS */
+ -webkit-font-smoothing: antialiased
+ -moz-osx-font-smoothing: grayscale
+ /* Uncomment for 3D effect */
+ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
+
+.icon-diaspora:before
+ content: '\e800'
+
+.icon-friendica:before
+ content: '\e801'
+
+.icon-gitlab:before
+ content: '\e802'
+
+.icon-gnusocial:before
+ content: '\e803'
+
+.icon-hubzilla:before
+ content: '\e804'
+
+.icon-mastodon:before
+ content: '\e805'
+
+.icon-mediagoblin:before
+ content: '\e806'
+
+.icon-notabug:before
+ content: '\e807'
+
+.icon-pump:before
+ content: '\e808'
+
+.icon-tox:before
+ content: '\e809'
+
+.icon-xmpp:before
+ content: '\e810'
diff --git a/templates/sass/_mediaqueries.sass b/templates/sass/_mediaqueries.sass
new file mode 100644
index 0000000..4e521de
--- /dev/null
+++ b/templates/sass/_mediaqueries.sass
@@ -0,0 +1,41 @@
+@media screen and (max-width: 985px)
+ footer .contacto .formulario input
+ &[type="text"], &[type="email"]
+ width: 44%
+
+@media screen and (max-width: 830px)
+ footer .contacto .formulario input
+ &[type="text"], &[type="email"]
+ width: 42%
+
+@media screen and (max-width: 800px)
+ header .menu
+ text-align: center
+ main .trabajos .contenedor-trabajos .trabajo
+ width: 46%
+ footer .contacto .formulario [type="text"], [type="email"]
+ width: 100%
+
+@media screen and (max-width: 630px)
+ footer .contacto .formulario input
+ &[type="text"], &[type="email"]
+ width: 100%
+
+@media screen and (max-width: 500px)
+ header .contenedor-texto .texto
+ .nombre
+ font-size: 35px
+ .profesion
+ font-size: 18px
+ footer .redes-sociales-libres .contenedor
+ flex-wrap: wrap
+ padding: 20px 0
+
+@media screen and (max-width: 320px)
+ footer .contacto .formulario input
+ &[type="text"], &[type="email"]
+ width: 84%
+ footer
+ .copyleft
+ p
+ font-size: 0.60rem
diff --git a/templates/sass/_tipografia.sass b/templates/sass/_tipografia.sass
new file mode 100644
index 0000000..46262af
--- /dev/null
+++ b/templates/sass/_tipografia.sass
@@ -0,0 +1,18 @@
+//variables
+$font-path: "../fonts"
+
+/* latin */
+@font-face
+ font-family: 'Open Sans'
+ font-style: normal
+ font-weight: 400
+ src: local("Open Sans"), local("OpenSans"), url('#{$font-path}/opensans/ops/latin.woff2') format("woff2")
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
+
+/* latin */
+@font-face
+ font-family: 'Open Sans'
+ font-style: normal
+ font-weight: 600
+ src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url('#{$font-path}/opensans/opssemibold/latin.woff2') format("woff2")
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
diff --git a/templates/sass/estilos.sass b/templates/sass/estilos.sass
new file mode 100644
index 0000000..d494fb3
--- /dev/null
+++ b/templates/sass/estilos.sass
@@ -0,0 +1,14 @@
+// Estilos para Portafolio
+// License AGPLv3 or later
+
+/* ---- Tipografía ---- */
+@import tipografia
+
+/* ---- LibreSocial ---- */
+@import libresocial
+
+/* ---- Frontend ---- */
+@import front
+
+/* ---- MEDIA QUERIES ---- */
+@import mediaqueries