<html>
<head>
<meta charset="UTF-8">
<title>
BigLinux Repository
</title>
<style>
:root {
--body-bg-color: #3d4550;
--theme-bg-color: rgba(16 18 27 / 40%);
--border-color: rgba(113 119 144 / 25%);
--theme-color: #f9fafb;
--inactive-color: rgb(113 119 144 / 78%);
--hover-menu-bg: rgba(12 15 25 / 30%);
--content-title-color: #797e84;
--content-bg: rgb(146 151 179 / 13%);
--button-inactive: rgb(249 250 251 / 55%);
--border-card-color: rgb(70 70 70);
--dropdown-bg: #21242d;
--dropdown-hover: rgb(42 46 60);
--popup-bg: rgb(22 25 37);
--subtitle-bg: rgb(0 102 153);
--search-bg: rgb(255 255 255 / 8%);
--overlay-bg: rgba(36, 39, 59, 0.3);
--scrollbar-bg: #428bff;
--border-box: #777;
--shador-color-icons: rgb(79 79 79 / 100%);
--subtitle: rgb(255 255 255 / 100%);
--search-color: rgb(155 155 155 / 100%);
--search-color-over: #fff;
--footer-bg-color: #2a303a;
--box-color-shadow-01: rgba(0, 0, 0, 0.2);
--text-a-color: #ccc;
}
.light-mode {
--body-bg-color: #252d37;
--theme-bg-color: rgb(255 255 255 / 31%);
--theme-color: #3c3a3a;
--inactive-color: #333333;
--button-inactive: #3c3a3a;
--border-card-color: rgb(188 191 193);
--search-bg: rgb(255 255 255 / 31%);
--dropdown-bg: #f7f7f7;
--overlay-bg: rgb(255 255 255 / 30%);
--dropdown-hover: rgb(236 236 236);
--border-color: rgb(255 255 255 / 35%);
--popup-bg: rgb(255 255 255);
--subtitle-bg: rgb(255 255 255);
--hover-menu-bg: rgba(255 255 255 / 35%);
--scrollbar-bg: #428bff;
--content-title-color: --theme-color;
--content-bg: rgb(255 255 255 / 19%);
--border-box: #aaa;
--logo-big: invert(100%);
--shador-color-icons: rgb(0 0 0 / 28%);
--subtitle: rgb(0 0 0 / 100%);
--search-color: rgb(100 100 100 / 100%);
--search-color-over: #000;
--footer-bg-color: #6c6d6d;
--box-color-shadow-01: rgba(0, 0, 0, 0.2);
--text-a-color: #444;
}
body {
background-color: var(--body-bg-color);
display: flex;
flex-direction: column;
padding: 0;
width: 100%;
height: 100vh;
margin: 0;
font-family: Lato, sans-serif;
}
/* --------------------------- */
/* OPEN CHANGE COLOR BUTTON */
/* --------------------------- */
.dark-light {
position: fixed;
bottom: 50px;
right: 30px;
background-color: var(--dropdown-bg);
box-shadow: -1px 3px 8px -1px var(--box-color-shadow-01);
padding: 8px;
border-radius: 50%;
z-index: 3;
width: 40px;
height: 40px;
cursor: pointer;
}
.dark-light svg {
width: 24px;
flex-shrink: 0;
fill: #ffce45;
stroke: #ffce45;
transition: 0.5s;
}
.light-mode .dark-light svg {
fill: transparent;
stroke: var(--theme-color);
}
.light-mode .profile-img {
border: 2px solid var(--theme-bg-color);
}
/* ---------------------------- */
/* CLOSE CHANGE COLOR BUTTON */
/* ---------------------------- */
.light-mode .content-section ul {
background-color: var(--theme-bg-color);
}
.light-mode .pop-up__title {
border-color: var(--theme-color);
}
.light-mode .dropdown.is-active ul {
background-color: rgba(255, 255, 255, 0.94);
}
body.light-mode:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.72) 0%,
rgba(255, 255, 255, 0.45) 100%
);
}
.app {
background-color: var(--theme-bg-color);
height: 100vh;
display: flex;
flex-direction: column;
overflow: auto;
width: 100%;
backdrop-filter: blur(0px);
font-size: var(--text-size-big);
font-weight: 500;
}
.header {
display: flex;
align-items: center;
flex-shrink: 0;
height: 58px;
width: 100%;
border-bottom: 1px solid var(--border-color);
white-space: nowrap;
}
.search-bar {
/* border: 1px solid #fff;*/
max-width: 600px;
margin: auto;
transition: 0.4s;
padding-left: 0;
height: 40px;
/*display: flex;*/
width: 100%;
max-width: 300px;
padding-left: 16px;
border-radius: 4px;
}
.search-bar input {
border: 1px solid #ccc;
border-radius: 100px;
line-height: 1;
outline: none;
width: 100%;
height: 100%;
border: none;
background-color: var(--search-bg);
border-radius: 4px;
font-size: var(--text-size-medium);
font-weight: 500;
padding: 0 20px 0 40px;
box-shadow: 0 0 0 2px rgba(134, 140, 160, 0.02);
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
background-size: 14px;
background-repeat: no-repeat;
background-position: 16px 48%;
color: var(--search-color-over);
}
.search-bar input::placeholder {
font-size: var(--text-size-medium);
font-weight: 500;
color: var(--search-color);
}
.logo {
z-index: 2;
position: absolute;
top: 10px;
left: 15px;
width: 40px;
height: 40px;
}
.table-responsive {
padding-top: 26px;
}
.list {
font-family:sans-serif;
}
td {
padding:10px;
border-top:solid 1px #a09c9c;
}
input {
border:solid 1px #ccc;
border-radius: 5px;
padding:7px 14px;
margin-bottom:10px
}
input:focus {
outline:none;
border-color:#aaa;
}
.sort {
padding:8px 30px;
border-radius: 6px;
border:none;
display:inline-block;
color:#fff;
text-decoration: none;
background-color: #28a8e0;
height:30px;
}
.sort:hover {
text-decoration: none;
background-color:#1b8aba;
}
.sort:focus {
outline:none;
}
.sort:after {
display:inline-block;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
content:"";
position: relative;
top:-10px;
right:-5px;
}
.sort.asc:after {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #fff;
content:"";
position: relative;
top:4px;
right:-5px;
}
.sort.desc:after {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #fff;
content:"";
position: relative;
top:-4px;
right:-5px;
}
.listjs-sorter {
position: relative;
cursor: pointer;
padding-right: 1.25rem;
}
.listjs-sorter:after {
font-weight: normal;
line-height: 1;
content: "↑";
position: absolute;
right: 0.75rem;
top: 50%;
transform: translateY(-50%);
}
.listjs-sorter.asc:after {
content: "↑";
}
.listjs-sorter.desc:after {
content: "↓";
}
table.table.table-bordered.table-hover {
position: absolute;
width: 90%;
left: 30px;
right: 30px;
margin-left: auto;
margin-right: auto;
}
.centered {
width: 100%;
}
a {
text-decoration: none;
}
td.icon {
text-align-last: center;
}
</style>
</head>
<body>
<body class=light-mode>
<div class="app">
<div class="header">
<div class="centered">
<div class="container-fluid search-bar" id="listjs">
<div class="input-group">
<input type="search" class="form-control listjs-search" placeholder="Filter" autofocus>
</div>
<div class="table-responsive">
<table class="table table-bordered table-hover">
<thead>
<tr>
<th class="listjs-sorter" data-sort="icon">Type</th>
<th class="listjs-sorter" data-sort="name">Folder/File</th>
<th class="listjs-sorter" data-sort="date">Date</th>
<th class="listjs-sorter" data-sort="size">Size</th>
</tr>
</thead>
<tbody class="list">
<tr>
<td class=icon>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect opacity="0.8125" x="1" y="1" width="22" height="22" rx="6.6" fill="url(#paint0_linear_215_10)"/>
<rect opacity="0.125" x="3" y="2.25" width="18" height="18" rx="4.4" fill="url(#paint1_linear_215_10)" fill-opacity="0.875"/>
<rect x="3.25" y="3.25" width="17.5" height="17.5" rx="4.15" fill="#CCCCCC" stroke="url(#paint2_linear_215_10)" stroke-width="0.5"/>
<path opacity="0.125" d="M1 7.50781C1 5.84664 2.34664 4.5 4.00781 4.5H8.19048C9.265 4.5 10.3068 4.86994 11.1406 5.54762V5.54762C11.9745 6.2253 13.0162 6.59524 14.0908 6.59524H19.9922C21.6534 6.59524 23 7.94188 23 9.60305V15.5C23 19.1451 20.0451 22.1 16.4 22.1H7.6C3.95492 22.1 1 19.1451 1 15.5V7.50781Z" fill="url(#paint3_linear_215_10)" fill-opacity="0.875"/>
<g opacity="0.875">
<path d="M1 8.40781C1 6.74664 2.34664 5.4 4.00781 5.4H8.19048C9.265 5.4 10.3068 5.76994 11.1406 6.44762V6.44762C11.9745 7.1253 13.0162 7.49524 14.0908 7.49524H19.9922C21.6534 7.49524 23 8.84188 23 10.5031V16.4C23 20.0451 20.0451 23 16.4 23H7.6C3.95492 23 1 20.0451 1 16.4V8.40781Z" fill="url(#paint4_linear_215_10)"/>
<path d="M22.625 10.5031V16.4C22.625 19.838 19.838 22.625 16.4 22.625H7.6C4.16203 22.625 1.375 19.838 1.375 16.4V8.40781C1.375 6.95375 2.55375 5.775 4.00781 5.775H8.19048C9.17886 5.775 10.1371 6.11528 10.9041 6.73863C11.8048 7.47064 12.9301 7.87024 14.0908 7.87024H19.9922C21.4462 7.87024 22.625 9.04899 22.625 10.5031Z" stroke="url(#paint5_linear_215_10)" stroke-opacity="0.375" stroke-width="0.75" stroke-linejoin="round"/>
</g>
<defs>
<linearGradient id="paint0_linear_215_10" x1="23" y1="0.999999" x2="1" y2="12" gradientUnits="userSpaceOnUse">
<stop stop-color="#E3C880"/>
<stop offset="1" stop-color="#6F5C38"/>
</linearGradient>
<linearGradient id="paint1_linear_215_10" x1="21" y1="4" x2="3" y2="4" gradientUnits="userSpaceOnUse">
<stop stop-opacity="0.5"/>
<stop offset="0.890123"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint2_linear_215_10" x1="12" y1="3" x2="11.5" y2="8" gradientUnits="userSpaceOnUse">
<stop stop-color="#DDDDDD"/>
<stop offset="1" stop-color="#CCCCCC" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_215_10" x1="23" y1="9" x2="1.01236" y2="9.52141" gradientUnits="userSpaceOnUse">
<stop stop-opacity="0.5"/>
<stop offset="1"/>
</linearGradient>
<linearGradient id="paint4_linear_215_10" x1="23" y1="5.4" x2="1.42949" y2="23.5115" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFE795"/>
<stop offset="1" stop-color="#7A653E"/>
</linearGradient>
<linearGradient id="paint5_linear_215_10" x1="15" y1="5.5" x2="5.5" y2="19.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFE795"/>
<stop offset="1" stop-color="#7A653E"/>
</linearGradient>
</defs>
</svg>
</td>
<td class=name><a href="..">..</a></td>
<td class=date></td>
<td class=size></td>
</tr>
</tbody>
</table>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
<script>var options = {
valueNames: [ 'icon', 'name', 'date', 'size' ],
searchClass: 'listjs-search',
sortClass: 'listjs-sorter',
};
var listjs = new List('listjs', options);
update_entries_label(listjs);
listjs.on('updated', function(list){
update_entries_label(list);
});
</script>
</div>
<div id="btn-big" class="logo" onclick="biglinux();">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="40"
height="28"
viewBox="0 0 29.999998 20.999999"
version="1.1"
id="svg2"
sodipodi:version="0.32"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)"
sodipodi:docname="logo.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata17">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs15" />
<sodipodi:namedview
inkscape:window-height="1001"
inkscape:window-width="2560"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
guidetolerance="10.0"
gridtolerance="10.0"
objecttolerance="10.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
showgrid="true"
inkscape:zoom="3.4604651"
inkscape:cx="-149.97984"
inkscape:cy="76.290323"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:current-layer="svg2"
inkscape:pagecheckerboard="0"
inkscape:document-units="pt"
inkscape:snap-global="false"
inkscape:window-maximized="1"
width="23.80226pt"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px">
<inkscape:grid
type="xygrid"
id="grid3744"
originx="-238.76643"
originy="-164.22818" />
</sodipodi:namedview>
<path
d="m 20.018634,1.9719072 c 0.895936,-0.9382707 2.06232,-1.65049276 3.346407,-1.89141535 0.428424,-0.02653579 0.85056,-0.05201592 1.272698,-0.07749731 0.485044,0.04150982 0.976436,0.15948505 1.418667,0.36968433 0.714752,0.41005694 1.328027,0.98570963 1.807287,1.64841353 0.715192,0.9526839 1.200059,2.0731598 1.432497,3.2294546 0.0097,0.4053873 0.0834,0.8065369 0.04078,1.2077799 C 29.042379,6.1652511 28.956128,5.7274516 28.725399,5.3913767 28.418109,4.9453734 28.119178,4.4721288 27.68837,4.1372627 27.107569,3.5626337 26.302792,3.2322599 25.48675,3.2203487 25.177762,3.2656386 24.851934,3.2103862 24.556631,3.3373759 23.69047,3.52768 22.94715,4.0656682 22.325403,4.6737434 c -0.186269,0.2379409 -0.410275,0.4434394 -0.590262,0.6803297 -0.168405,0.3060156 -0.394456,0.5764635 -0.534569,0.8971245 -0.502093,0.8981472 -0.729624,1.9312023 -0.796886,2.9567982 0.03489,0.4011786 0.0436,0.8002842 0.08477,1.2004102 0.11544,0.264935 0.05605,0.643143 0.358899,0.792696 0.20011,0.03755 0.398023,-0.05374 0.576027,-0.148166 0.462752,-0.323017 0.865724,-0.732929 1.239349,-1.1637685 0.464793,-0.3879657 0.804827,-0.9036291 1.239221,-1.3188044 0.244964,-0.1960885 0.414455,-0.4570607 0.654188,-0.6458126 0.44588,-0.4623251 0.963054,-0.8461414 1.498059,-1.2006406 0.42093,-0.2255599 0.894269,-0.4082155 1.383493,-0.3803282 0.586678,0.069712 1.138994,0.3971481 1.484022,0.8755926 0.528513,0.6867598 0.828779,1.5151218 1.050471,2.3372598 0.09148,0.4304629 0.06357,0.8809289 0.117337,1.3177099 -0.05642,1.476028 -0.284629,2.967906 -0.773746,4.367814 -0.196547,0.485167 -0.37947,0.974516 -0.675576,1.405295 -0.09104,0.112153 -0.148532,0.270383 -0.295147,0.320784 0.0092,-0.29227 0.12314,-0.576245 0.152242,-0.865389 0.03011,-0.321618 0.08014,-0.640111 0.04531,-0.963773 0.07922,-0.491361 -0.01756,-0.992006 -0.0232,-1.488533 -0.121913,-0.496438 -0.131763,-1.018103 -0.296618,-1.500885 -0.09037,-0.346662 -0.189125,-0.704841 -0.382118,-1.008471 -0.121661,-0.186365 -0.203549,-0.405235 -0.388027,-0.542311 -0.191845,-0.181071 -0.45483,-0.246852 -0.708374,-0.294835 -0.19271,0.0452 -0.383315,0.102962 -0.571817,0.173305 -0.437645,0.280046 -0.792446,0.66897 -1.127342,1.061019 -0.316137,0.272615 -0.582987,0.608044 -0.947358,0.824131 -0.519309,0.332489 -1.136075,0.623155 -1.76888,0.509485 -0.866349,-0.04225 -1.670136,-0.443857 -2.412132,-0.862274 -0.330163,-0.235429 -0.68754,-0.440459 -0.952816,-0.751363 C 18.2709,10.51495 17.776745,9.5704687 17.652318,8.5576003 17.588169,8.2517705 17.514584,7.928141 17.591848,7.6180064 17.57827,6.3798258 17.982698,5.1685451 18.506614,4.0535403 18.809995,3.5504766 19.082974,3.0202006 19.482787,2.5914356 19.63869,2.365041 19.79459,2.1386464 20.018629,1.971908 Z"
id="path6"
style="fill:#000000;stroke:#000000;stroke-width:0.00597368" />
<path
id="path3742"
d="m 10.073887,18.722168 c -0.8959346,0.93827 -2.0623185,1.650491 -3.3464073,1.891413 -0.4284224,0.02654 -0.8505601,0.05201 -1.272699,0.0775 C 4.9697379,20.649575 4.4783472,20.531595 4.0361165,20.321399 3.3213644,19.91134 2.7080892,19.335689 2.2288292,18.672984 1.5136372,17.720301 1.0287702,16.599825 0.79633071,15.443531 c -0.009748,-0.405391 -0.0834065,-0.806539 -0.0407803,-1.20778 0.29459349,0.293072 0.38084589,0.730876 0.61157539,1.066948 0.3072887,0.446002 0.6062194,0.919251 1.0370287,1.254114 0.5808,0.574631 1.3855757,0.905002 2.2016186,0.916916 0.3089867,-0.0453 0.6348172,0.01 0.9301207,-0.117034 0.8661599,-0.190304 1.6094794,-0.72829 2.2312266,-1.336365 0.1862702,-0.237942 0.4102775,-0.44344 0.590263,-0.680329 0.168406,-0.306018 0.3944565,-0.576466 0.5345668,-0.897125 C 9.3940455,13.54473 9.6215739,12.511672 9.6888357,11.486079 9.6539418,11.084898 9.6452436,10.685793 9.6040663,10.285667 9.4886256,10.020733 9.5480337,9.6425234 9.2451674,9.4929689 9.0450573,9.4554201 8.847147,9.5467131 8.6691414,9.6411377 8.2063902,9.9641527 7.8034189,10.374067 7.4297951,10.804907 6.9650009,11.19287 6.6249675,11.708534 6.190574,12.123712 5.9456075,12.319796 5.776118,12.580772 5.5363831,12.769523 5.0905049,13.231847 4.5733294,13.615664 4.0383239,13.970165 3.6173961,14.195725 3.1440554,14.378378 2.654833,14.350489 2.0681554,14.280777 1.515837,13.953345 1.1708111,13.474898 0.64229366,12.788142 0.34202933,11.959781 0.12033505,11.137641 0.0288511,10.707176 0.05677153,10.256714 0.00299385,9.8199322 0.05942081,8.3439055 0.28762369,6.8520248 0.77674336,5.4521186 0.97328762,4.9669494 1.1562125,4.4775998 1.4523187,4.0468236 1.5433589,3.9346625 1.6008504,3.7764393 1.7474641,3.7260374 1.738235,4.0183092 1.6243241,4.3022848 1.5952244,4.591428 1.5651094,4.9130472 1.5150822,5.2315387 1.5499003,5.555201 1.470681,6.0465601 1.567461,6.5472065 1.5730996,7.0437339 1.6950133,7.540169 1.7048645,8.0618352 1.8697179,8.5446187 c 0.09037,0.3466632 0.1891262,0.7048414 0.3821172,1.0084701 0.1216608,0.1863637 0.203549,0.4052331 0.3880276,0.5423132 0.1918456,0.181069 0.4548318,0.24685 0.7083751,0.294833 0.1927104,-0.0452 0.383317,-0.102962 0.5718148,-0.173306 C 4.3576978,9.9368824 4.7125004,9.5479597 5.0473958,9.1559104 5.3635319,8.8832955 5.6303842,8.5478666 5.9947548,8.3317812 6.5140644,7.999293 7.1308316,7.7086269 7.7636361,7.822295 c 0.8663482,0.042252 1.6701353,0.4438553 2.4121299,0.8622748 0.330166,0.2354275 0.687541,0.4404569 0.952819,0.7513628 0.693023,0.7431914 1.187178,1.6876734 1.311605,2.7005444 0.06415,0.305828 0.137735,0.629459 0.06047,0.939594 0.01358,1.238178 -0.39085,2.44946 -0.914766,3.564465 -0.303381,0.503064 -0.57636,1.033337 -0.976173,1.462104 -0.1559,0.226395 -0.311802,0.452789 -0.535839,0.619528 z"
style="fill:#000000;stroke:#000000;stroke-width:0.00597368" />
<path
style="fill:#000000;stroke:#000000;stroke-width:0.00597368"
d="m 12.718509,3.0631317 c 0.308925,-0.1228101 0.634631,-0.2225905 0.980333,-0.2029671 0.584447,-0.097891 1.190071,0.084938 1.686853,0.3893715 0.259983,0.2407229 0.569189,0.4667416 0.685747,0.8154793 0.171075,0.4042118 0.12746,0.8766865 -0.07965,1.2602526 C 15.763856,5.8544591 15.29383,6.2497601 14.795417,6.514142 14.412161,6.6946294 14.00795,6.8657055 13.577392,6.8409119 13.119684,6.9240377 12.651356,6.8280416 12.224883,6.6733492 11.697797,6.4579818 11.227115,6.0393461 11.081051,5.4758882 10.909976,5.0716753 11.096083,4.6399393 11.26654,4.2689744 11.608647,3.7271206 12.110065,3.2877953 12.718503,3.0631317 Z"
id="path10" />
<path
style="fill:#000000;stroke:#000000;stroke-width:0.00597368"
d="m 12.798114,8.244195 c 0.340992,-0.6256551 1.056203,-0.9457319 1.744422,-0.9640955 0.352018,0.057335 0.724966,0.085313 1.039371,0.2652353 0.492477,0.1630177 0.807103,0.6142539 0.962513,1.0792352 0.04446,0.5740146 0.02607,1.1585568 0.171087,1.71573 0.305778,1.169854 1.112108,2.126655 1.967564,2.952472 0.426756,0.503521 1.014707,0.85083 1.437282,1.367972 -0.66206,-0.01833 -1.322076,-0.101584 -1.968502,-0.219441 C 17.35562,14.316241 16.585454,14.038217 15.89166,13.637572 15.509114,13.397993 15.088894,13.20349 14.775414,12.874815 14.219878,12.45101 13.767953,11.912941 13.387233,11.337101 12.976048,10.656532 12.629751,9.9004891 12.586154,9.100204 12.621541,8.810007 12.6611,8.5061899 12.798114,8.244195 Z"
id="path12" />
</svg>
</div>
</body>
</html>