bye bye github
This commit is contained in:
31
public/home/tv/cssHead.css
Executable file
31
public/home/tv/cssHead.css
Executable file
@@ -0,0 +1,31 @@
|
||||
body{
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position:right top;
|
||||
background-size:cover;
|
||||
background-image:url("grulla_31.jpg");
|
||||
}
|
||||
|
||||
#ihead{
|
||||
width:100%;
|
||||
height:100vh;
|
||||
}
|
||||
|
||||
#courtain{ background-color:black; background-size:cover; }
|
||||
|
||||
article.mod{
|
||||
position:fixed;
|
||||
right:10px;
|
||||
z-index:0;
|
||||
max-width:500px;
|
||||
padding:5px 5%;
|
||||
min-width:250px;
|
||||
}
|
||||
|
||||
|
||||
p.mod{
|
||||
color:black;
|
||||
font-weight:bold;
|
||||
font-size:1.5em;
|
||||
background-color:rgba(145,145,145,0.2);
|
||||
}
|
||||
100
public/home/tv/cssTv.css
Executable file
100
public/home/tv/cssTv.css
Executable file
@@ -0,0 +1,100 @@
|
||||
section.grid{
|
||||
background-color: black;
|
||||
position:relative;
|
||||
margin: 0px;
|
||||
padding-top:100px;
|
||||
font-family: trade-gothic,sans-serif;
|
||||
}
|
||||
section.yt{
|
||||
width:80%;
|
||||
max-height:600px;
|
||||
height:80vw;
|
||||
background-color:black;
|
||||
margin: 20px auto;
|
||||
padding: 5px 20px;
|
||||
}
|
||||
iframe#evideo{
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
section.col{
|
||||
margin: 50px auto 0px;
|
||||
align-items:flex-start;
|
||||
-webkit-align-items:flex-start;
|
||||
justify-content:space-around;
|
||||
-webkit-justify-content:space-around;
|
||||
background-color:#333333;
|
||||
|
||||
}
|
||||
|
||||
article.facefeed{
|
||||
flex:1 3 300px;
|
||||
min-width:300px;
|
||||
max-width:700px;
|
||||
background-color: #8d8d8e;
|
||||
text-align:center;
|
||||
padding:5px;
|
||||
}
|
||||
@media(min-width:400px){
|
||||
iframe.facefeed{
|
||||
width:400px;
|
||||
height:600px; /* same as url height */
|
||||
}}
|
||||
@media(max-width:400px){
|
||||
iframe.facefeed{
|
||||
width:280px;
|
||||
height:450px; /* same as url height */
|
||||
overflow:auto;
|
||||
}}
|
||||
|
||||
iframe.facefeed{
|
||||
vertical-align: top;
|
||||
border:none;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
article.series{
|
||||
flex:1 1 180px;
|
||||
min-width:180px;
|
||||
margin:20px 10px;
|
||||
color:white;
|
||||
text-align:center;
|
||||
}
|
||||
article.series >ul{
|
||||
list-style: none;
|
||||
}
|
||||
li.series{
|
||||
margin:5px;
|
||||
font-size:1.5em;
|
||||
margin:15px 10px;
|
||||
color:white;
|
||||
background-color:#C22A39;
|
||||
background-color: #C22A39;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
li.series{ cursor:pointer; }
|
||||
|
||||
article.chap{
|
||||
flex:2 1 300px;
|
||||
min-width:300px;
|
||||
margin:20px 10px;
|
||||
color:white;
|
||||
text-align:left;
|
||||
}
|
||||
article.chap > ul{
|
||||
list-style: none;
|
||||
transition: 0.5s;
|
||||
}
|
||||
li.chap{
|
||||
margin:5px;
|
||||
font-size:1.2em;
|
||||
margin:15px 10px;
|
||||
color:white;
|
||||
display:none;
|
||||
}
|
||||
li.chap:hover{
|
||||
cursor:pointer;
|
||||
transform:scale(1.1,1.1);
|
||||
}
|
||||
|
||||
14
public/home/tv/d3Tune.js
vendored
Executable file
14
public/home/tv/d3Tune.js
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
var def = d3.select("li.series").attr("value")
|
||||
d3.selectAll("li."+def).style("display","block");
|
||||
|
||||
d3.selectAll("li.chap").on("click",function(){
|
||||
var link = d3.select(this).attr("value");
|
||||
d3.select("#evideo").attr("src","https://www.youtube.com/embed/"+link);
|
||||
});
|
||||
|
||||
d3.selectAll("li.series").on("click",function(){
|
||||
var group = d3.select(this).attr("value");
|
||||
d3.selectAll("li.chap").style("display","none");
|
||||
d3.selectAll("li."+group).style("display","block");
|
||||
});
|
||||
|
||||
BIN
public/home/tv/grulla_31.jpg
Executable file
BIN
public/home/tv/grulla_31.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
6
public/home/tv/qSeries.q
Executable file
6
public/home/tv/qSeries.q
Executable file
@@ -0,0 +1,6 @@
|
||||
|
||||
select distinct
|
||||
replace(grupo,' ','_' ) as "group",
|
||||
grupo as "name"
|
||||
from tv where permiso = 1
|
||||
order by orden;
|
||||
17
public/home/tv/qTable.q
Executable file
17
public/home/tv/qTable.q
Executable file
@@ -0,0 +1,17 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_user */
|
||||
/* c#password #dbdata_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
"table" as "tag",
|
||||
nombre as "name",
|
||||
vinculo as "link",
|
||||
orden as "order",
|
||||
replace(grupo,' ','_' ) as "group"
|
||||
from tv where permiso = 1
|
||||
order by orden;
|
||||
|
||||
31
public/home/tv/trans/cssTrans.css
Executable file
31
public/home/tv/trans/cssTrans.css
Executable file
@@ -0,0 +1,31 @@
|
||||
section.trans{
|
||||
background-color: gray;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
-webkit-justify-content: center;
|
||||
position:relative;
|
||||
padding: 0px 0px 10px 0px;
|
||||
margin-bottom:0px;
|
||||
z-index: 2;
|
||||
}
|
||||
article.vdg{
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-image:url(vdg.svg);
|
||||
padding: 0px 20px;
|
||||
margin: 10px 1% 10px 3%;
|
||||
display: inline;
|
||||
flex: 1;
|
||||
max-width:25%;
|
||||
min-height:150px;
|
||||
position:relative;
|
||||
}
|
||||
article.trans{
|
||||
text-align: center;
|
||||
flex:3;
|
||||
max-width:50%;
|
||||
}
|
||||
article.trans > p.bold{ font-size: 2em }
|
||||
article.trans > p.light{ font-size: 1em }
|
||||
article.trans > p.superlight{ font-size: 0.5em }
|
||||
11
public/home/tv/trans/d3Tras.js
vendored
Executable file
11
public/home/tv/trans/d3Tras.js
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
|
||||
var h=window.innerHeight;
|
||||
d3.select(window).on("scroll",function(){
|
||||
var t = d3.select('#trs').node().getBoundingClientRect().top;
|
||||
var trans= -0.2 + Math.round(100*(h-t)/h)/100;
|
||||
d3.select('.grid').style("background-color","rgba(0,0,0,"+ trans +")");
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
241
public/home/tv/trans/vdg.svg
Executable file
241
public/home/tv/trans/vdg.svg
Executable file
@@ -0,0 +1,241 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="68.126854mm"
|
||||
height="46.285229mm"
|
||||
viewBox="0 0 68.126852 46.285229"
|
||||
version="1.1"
|
||||
id="svg3905"
|
||||
inkscape:version="0.92.0 r"
|
||||
sodipodi:docname="vdg.svg">
|
||||
<defs
|
||||
id="defs3899" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.35"
|
||||
inkscape:cx="127.99918"
|
||||
inkscape:cy="-236.98707"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="786"
|
||||
inkscape:window-height="779"
|
||||
inkscape:window-x="841"
|
||||
inkscape:window-y="83"
|
||||
inkscape:window-maximized="0" />
|
||||
<metadata
|
||||
id="metadata3902">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(59.56883,-39.845277)">
|
||||
<g
|
||||
transform="matrix(0.26458333,0,0,0.26458333,-137.0009,-97.552643)"
|
||||
id="g38">
|
||||
<g
|
||||
id="g12">
|
||||
<path
|
||||
style="fill:#010101"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 353.678,646.205 c 0,0 -0.646,0.273 -1.775,0.754 -0.555,0.267 -1.285,0.447 -2.103,0.716 -0.815,0.291 -1.768,0.466 -2.798,0.702 -2.066,0.439 -4.52,0.729 -7.148,0.848 -1.312,0.077 -2.668,0.157 -4.047,0.238 -1.375,0.096 -2.772,0.211 -4.165,0.361 -1.395,0.131 -2.783,0.309 -4.147,0.488 -1.361,0.194 -2.704,0.37 -3.987,0.63 -1.292,0.21 -2.522,0.498 -3.693,0.758 -1.169,0.264 -2.251,0.604 -3.267,0.86 -1.005,0.291 -1.903,0.632 -2.718,0.882 -0.819,0.239 -1.49,0.562 -2.065,0.771 -1.145,0.443 -1.797,0.696 -1.797,0.696 l -0.023,-0.047 c 0,0 0.633,-0.305 1.739,-0.837 0.558,-0.258 1.222,-0.607 2.028,-0.896 0.801,-0.304 1.699,-0.671 2.701,-1 1.014,-0.293 2.096,-0.678 3.277,-0.94 1.181,-0.263 2.417,-0.59 3.725,-0.773 1.299,-0.234 2.652,-0.396 4.027,-0.553 1.377,-0.125 2.776,-0.246 4.178,-0.321 2.802,-0.148 5.602,-0.293 8.211,-0.594 1.309,-0.125 2.561,-0.326 3.754,-0.462 1.184,-0.188 2.311,-0.324 3.337,-0.525 1.023,-0.213 1.972,-0.376 2.784,-0.61 0.82,-0.219 1.544,-0.376 2.121,-0.592 1.166,-0.384 1.832,-0.603 1.832,-0.603 z"
|
||||
id="path10" />
|
||||
</g>
|
||||
<g
|
||||
id="g16">
|
||||
<path
|
||||
style="fill:#343433"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 426.087,564.474 c 0,0 -1.899,0.331 -4.726,0.94 -2.825,0.615 -6.577,1.504 -10.274,2.584 -1.851,0.536 -3.677,1.146 -5.387,1.72 -0.848,0.308 -1.667,0.604 -2.444,0.886 -0.77,0.301 -1.497,0.586 -2.169,0.849 -1.322,0.574 -2.422,1.063 -3.166,1.458 -0.753,0.379 -1.184,0.596 -1.184,0.596 l -0.018,-0.029 c 0,0 0.417,-0.244 1.146,-0.671 0.364,-0.214 0.804,-0.481 1.34,-0.726 0.531,-0.254 1.122,-0.559 1.782,-0.858 0.666,-0.286 1.388,-0.595 2.151,-0.923 0.773,-0.301 1.598,-0.597 2.45,-0.904 1.713,-0.588 3.561,-1.151 5.423,-1.661 3.721,-1.03 7.486,-1.88 10.325,-2.438 2.838,-0.559 4.744,-0.855 4.744,-0.855 z"
|
||||
id="path14" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#010101"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 491.789,524.927 17.048,1.295 c 0,0 2.849,0.122 -0.316,0.698 l -8.556,0.634 c -3.473,-0.129 -6.701,0.98 -6.701,0.98 l 10.971,3.778 c 2.387,0.642 2.604,1.27 2.604,1.27 l -6.502,-0.938 c -6.245,-1.497 -10.54,0.579 -10.54,0.579 0,0 -2.786,1.069 -6.621,1.628 -3.836,0.557 -16.917,4.592 -19.776,8.917 -2.86,4.329 -6.14,14.094 -9.089,17.487 -2.945,3.394 -8.475,8.803 -10.209,8.403 0,0 7.842,-4.879 10.414,-11.384 2.567,-6.502 1.312,-14.806 3.845,-18.328 2.529,-3.521 4.432,-4.123 6.85,-4.941 2.418,-0.821 13.083,0.556 16.568,-2.706 2.507,-2.351 4.331,-4.136 5.15,-5.147 0.319,-0.396 -1.569,-0.87 -1.307,-1.366 0.231,-0.431 1.865,-0.046 1.95,-0.542 0.257,-1.482 0.24,-2.929 2.282,-2.572 z"
|
||||
id="path18" />
|
||||
<path
|
||||
style="fill:#c22a39"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 487.363,521.408 c 0,0 -5.358,-3.967 -10.405,-1.019 -5.048,2.954 -5.364,5.621 -5.384,7.914 -0.021,2.295 6.147,-0.023 8.335,-1.461 2.188,-1.433 7.435,-3.144 7.454,-5.434 z"
|
||||
id="path20" />
|
||||
<path
|
||||
style="fill:#010101"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 472.583,524.67 c 0,0 -8.632,1.831 -11.21,6.673 0,0 0.325,-1.001 5.672,-1.514 5.348,-0.514 7.332,1.026 9.12,-1.232 0,0 -5.658,1.779 -3.582,-3.927 z"
|
||||
id="path22" />
|
||||
<g
|
||||
id="g26">
|
||||
<path
|
||||
style="fill:#343433"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 460.722,531.438 c 0,0 -0.235,0.275 -0.647,0.758 -0.401,0.49 -0.975,1.19 -1.663,2.03 -0.328,0.433 -0.683,0.902 -1.059,1.398 -0.36,0.506 -0.804,0.997 -1.148,1.581 -0.362,0.572 -0.736,1.164 -1.116,1.765 -0.37,0.607 -0.697,1.261 -1.099,1.866 -1.557,2.449 -3.345,4.754 -4.886,6.296 -0.385,0.386 -0.749,0.728 -1.086,1.017 -0.342,0.281 -0.637,0.533 -0.911,0.695 -0.522,0.366 -0.884,0.466 -0.873,0.484 l -0.006,-0.016 c -0.012,-0.019 0.342,-0.132 0.846,-0.518 0.263,-0.174 0.549,-0.433 0.883,-0.717 0.328,-0.294 0.683,-0.642 1.057,-1.033 1.474,-1.588 3.303,-3.843 4.86,-6.282 0.405,-0.6 0.734,-1.243 1.11,-1.85 0.388,-0.601 0.77,-1.192 1.139,-1.765 0.353,-0.583 0.798,-1.071 1.166,-1.574 0.382,-0.491 0.743,-0.957 1.076,-1.386 0.698,-0.833 1.281,-1.527 1.688,-2.013 0.417,-0.478 0.655,-0.75 0.655,-0.75 z"
|
||||
id="path24" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#010101"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 421.807,603.762 c 0,0 -6.052,53.483 -11.03,53.483 -4.244,0 7.779,-56.43 7.779,-56.43 0,0 -13.475,61.904 -16.623,59.651 -3.14,-2.244 13.32,-59.329 13.32,-59.329 0,0 -15.792,58.126 -20.393,58.525 -2.896,0.257 15.154,-58.525 15.154,-58.525 0,0 -18.282,58.873 -21.168,58.126 -2.88,-0.756 15.143,-52.126 15.143,-52.126 0,0 -17.473,52.012 -20.088,50.507 -2.623,-1.494 14.847,-49.386 14.847,-49.386 0,0 -15.768,48.438 -18.383,46.57 -2.623,-1.882 11.835,-44.694 11.835,-44.694 0,0 -11.972,43.426 -15.371,42.679 -3.41,-0.75 10.387,-41.926 10.387,-41.926 0,0 -11.401,39.878 -14.281,39.508 -2.884,-0.377 7.408,-31.198 7.408,-31.198 0,0 -7.8,29.943 -10.68,30.319 -2.883,0.38 8.926,-35.543 8.926,-35.543 0,0 -9.71,34.42 -12.853,34.796 -3.148,0.371 7.5,-31.026 7.5,-31.026 0,0 -8.121,30.462 -11.264,28.218 -3.143,-2.253 7.141,-30.22 7.141,-30.22 0,0 -9.279,28.252 -11.033,27.396 -2.476,-1.212 5.295,-25.123 5.295,-25.123 0,0 -7.797,26.592 -9.893,24.715 -2.096,-1.864 4.648,-17.965 4.648,-17.965 0,0 -5.965,16.034 -7.83,13.938 l 1.279,-11.315 14.652,-11.646 41.586,-14.734 16.084,-5.495 z"
|
||||
id="path28" />
|
||||
<path
|
||||
style="fill:#5d5e5e"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 442.538,570.685 c 0,0 -13.971,-4.42 -27.313,8.556 -13.993,13.605 -2.056,2.817 -15.639,14.543 -8.406,7.255 -25.226,13.782 -33.354,17.835 -8.121,4.049 -22.188,7.671 -23.207,14.617 -1.012,6.941 3.557,5.789 0,9.26 0,0 1.019,2.31 3.557,0.579 2.537,-1.74 3.807,-3.474 3.553,-6.662 -0.254,-3.177 -0.508,-2.601 4.822,-2.31 5.333,0.285 10.154,1.158 10.408,-4.916 0,0 0,4.625 2.539,0.285 2.537,-4.335 1.266,-11.863 8.375,-13.594 7.109,-1.74 5.332,-3.188 5.332,-3.188 0,0 -5.837,4.919 -8.375,7.525 -2.538,2.604 -1.776,5.207 -1.271,6.947 0.508,1.73 2.794,-3.474 3.81,-5.498 1.016,-2.031 -0.508,7.229 1.016,6.943 1.522,-0.294 2.284,-6.943 3.553,-7.234 1.269,-0.294 -1.773,5.495 1.773,4.049 3.56,-1.448 0.257,-3.473 2.033,-4.049 1.78,-0.579 0.762,4.049 1.526,2.601 0.758,-1.449 1.012,-3.18 2.03,-3.474 1.015,-0.285 0.508,4.637 1.52,2.318 1.019,-2.318 1.525,-4.628 1.525,-4.628 0,0 0.254,4.628 1.523,4.628 1.269,0 2.541,-2.895 2.541,-6.071 0,-3.188 -1.272,2.308 2.538,2.308 3.807,0 4.819,-2.892 5.834,-7.809 0,0 0.254,6.656 2.036,4.053 1.776,-2.609 2.792,-5.495 2.792,-5.495 0,0 -0.768,5.204 0.759,4.625 1.525,-0.576 5.583,-0.291 5.332,-3.183 -0.257,-2.892 4.568,0.582 7.106,-4.337 2.538,-4.919 4.571,-2.604 4.314,-4.343 -0.253,-1.737 11.171,-25.171 17.012,-24.881 z"
|
||||
id="path30" />
|
||||
<path
|
||||
style="fill:#010101"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 454.016,582.56 c 0,0 10.771,17.472 15.95,22.898 5.179,5.43 14.498,17.233 13.049,19.124 -1.451,1.888 -8.284,0 -12.014,-4.486 -3.733,-4.485 -18.639,-24.079 -19.677,-23.375 -1.035,0.713 1.035,7.323 4.557,12.747 3.521,5.43 14.085,23.846 11.182,25.971 -2.897,2.124 -14.082,-9.448 -17.809,-18.414 -3.728,-8.968 -5.598,-15.342 -6.631,-14.871 -1.032,0.471 -0.205,8.972 1.244,12.989 1.451,4.004 10.976,29.498 8.284,30.685 -2.689,1.175 -11.185,-8.022 -13.669,-15.815 -2.486,-7.797 -3.316,-25.494 -4.557,-25.734 -1.249,-0.233 -2.076,21.009 1.449,31.397 3.519,10.386 4.141,15.581 2.691,16.055 -1.448,0.468 -8.697,-3.536 -10.979,-16.291 -2.276,-12.747 -0.411,-24.077 0.416,-28.093 0.827,-4.009 -6.633,3.779 -4.146,22.189 2.484,18.413 3.311,21.721 1.865,22.194 -1.451,0.468 -4.763,-5.435 -7.46,-16.528 -2.692,-11.093 -1.237,-18.884 1.035,-26.438 2.281,-7.557 7.258,-22.899 10.568,-27.616 3.311,-4.722 12.431,-15.584 17.606,-8.27 5.178,7.32 7.046,9.682 7.046,9.682 z"
|
||||
id="path32" />
|
||||
<path
|
||||
style="fill:#010101"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 351.147,569.724 c 0,0 -0.973,-1.95 -18.042,5.852 -17.07,7.803 -40.477,24.382 -39.017,28.289 1.466,3.896 19.508,-7.317 11.706,-1.469 -7.802,5.854 -19.996,27.804 -8.292,17.073 11.706,-10.73 19.996,-13.656 8.78,-4.877 -11.216,8.775 -14.632,21.944 -3.414,12.676 11.215,-9.262 17.557,-12.676 17.557,-12.676 0,0 -26.337,21.459 -15.606,22.429 10.728,0.976 18.042,-10.722 18.042,-10.722 0,0 -15.604,16.573 -13.166,18.53 2.438,1.944 20.48,-19.999 24.873,-27.799 4.389,-7.805 5.204,-38.104 16.42,-41.027 11.218,-2.926 0.159,-6.279 0.159,-6.279 z"
|
||||
id="path34" />
|
||||
<path
|
||||
style="fill:#5d5e5e"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 390.215,576.928 c 0,0 -2.859,-8.572 0.359,-16.069 3.214,-7.503 -2.146,-11.789 -7.861,-10.007 -5.712,1.785 -17.279,9.727 -24.062,13.656 -6.787,3.933 -15.584,13.492 -18.801,18.496 -3.217,4.999 -10.357,13.928 -14.287,16.429 -3.93,2.501 1.429,2.145 6.43,-0.359 5,-2.498 -13.22,10.363 -1.787,4.648 0,0 14.289,-5.364 3.214,3.567 -11.073,8.929 -23.216,22.503 -15.716,20.008 7.5,-2.504 11.076,-5.718 11.076,-5.718 0,0 -17.507,16.435 -8.575,11.792 8.929,-4.648 18.573,-15.365 18.573,-15.365 0,0 1.072,-35.002 31.75,-56.561 6.331,-4.451 16.089,-15.128 16.089,6.896 -0.001,4.597 3.598,8.587 3.598,8.587 z"
|
||||
id="path36" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:none;stroke-width:0.26458332"
|
||||
d="m -39.923696,82.574371 c 0,0 12.641527,10.60555 30.8514754,-5.97377 0,0 5.432425,-2.27885 5.84782,-17.82074 1.841765,-7.78775 11.782425,-9.574744 11.782425,-9.574744"
|
||||
id="path40" />
|
||||
<text
|
||||
style="font-size:3.17493105px;stroke-width:0.2645776"
|
||||
y="92.050758"
|
||||
x="-1.4328613"
|
||||
transform="rotate(23.79145)"
|
||||
id="text72">
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="-1.4328613"
|
||||
y="92.050758"
|
||||
font-size="28.4712"
|
||||
id="tspan42">v</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="4.0896645"
|
||||
y="91.751778"
|
||||
font-size="28.4712"
|
||||
rotate="-17.899"
|
||||
id="tspan44">u</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="9.7405167"
|
||||
y="89.557907"
|
||||
font-size="28.4712"
|
||||
rotate="-33.575001"
|
||||
id="tspan46">e</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="13.747013"
|
||||
y="86.640137"
|
||||
font-size="28.4712"
|
||||
rotate="-43.984001"
|
||||
id="tspan48">l</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="16.443592"
|
||||
y="83.920547"
|
||||
font-size="28.4712"
|
||||
rotate="-52.532001"
|
||||
id="tspan50">o</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="19.385693"
|
||||
y="79.860603"
|
||||
font-size="28.4712"
|
||||
rotate="-59.243999"
|
||||
id="tspan52" />
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="21.243816"
|
||||
y="76.659737"
|
||||
font-size="28.4712"
|
||||
rotate="-64.702003"
|
||||
id="tspan54">d</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="23.819744"
|
||||
y="70.971062"
|
||||
font-size="28.4712"
|
||||
rotate="-86.221001"
|
||||
id="tspan56">e</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="23.831127"
|
||||
y="65.870537"
|
||||
font-size="28.4712"
|
||||
rotate="-99.133003"
|
||||
id="tspan58" />
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="23.152744"
|
||||
y="62.14502"
|
||||
font-size="28.4712"
|
||||
rotate="-106.202"
|
||||
id="tspan60">g</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="21.729847"
|
||||
y="57.552742"
|
||||
font-size="28.4712"
|
||||
rotate="-111.186"
|
||||
id="tspan62">r</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="20.448502"
|
||||
y="54.310608"
|
||||
font-size="28.4712"
|
||||
rotate="-84.657997"
|
||||
id="tspan64">u</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="21.187199"
|
||||
y="49.631027"
|
||||
font-size="28.4712"
|
||||
rotate="-65.403"
|
||||
id="tspan66">l</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="22.567234"
|
||||
y="46.866989"
|
||||
font-size="28.4712"
|
||||
rotate="-53.778999"
|
||||
id="tspan68">l</tspan>
|
||||
<tspan
|
||||
style="font-size:7.53284168px;font-family:Marion-Regular;fill:#010101;stroke-width:0.2645776"
|
||||
x="24.444149"
|
||||
y="44.379166"
|
||||
font-size="28.4712"
|
||||
rotate="-43.183998"
|
||||
id="tspan70">a</tspan>
|
||||
</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user