mirror of
https://github.com/sigmasternchen/github-stats
synced 2025-03-17 09:09:02 +00:00
283 lines
9 KiB
XML
283 lines
9 KiB
XML
<svg width="360" height="210" xmlns="http://www.w3.org/2000/svg">
|
|
<style>
|
|
svg {
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
}
|
|
|
|
#background {
|
|
width: calc(100% - 10px);
|
|
height: calc(100% - 10px);
|
|
fill: white;
|
|
stroke: rgb(225, 228, 232);
|
|
stroke-width: 1px;
|
|
rx: 6px;
|
|
ry: 6px;
|
|
}
|
|
|
|
foreignObject {
|
|
width: calc(100% - 10px - 32px);
|
|
height: calc(100% - 10px - 24px);
|
|
}
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
margin-bottom: 0.75em;
|
|
line-height: 24px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: rgb(36, 41, 46);
|
|
fill: rgb(36, 41, 46);
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
li {
|
|
display: inline-flex;
|
|
font-size: 12px;
|
|
margin-right: 2ch;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
transform: translateX(-500%);
|
|
animation-duration: 2s;
|
|
animation-name: slideIn;
|
|
animation-function: ease-in-out;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
|
|
@keyframes slideIn {
|
|
to {
|
|
transform: translateX(0);
|
|
}
|
|
}
|
|
|
|
div.ellipsis {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.octicon {
|
|
fill: rgb(88, 96, 105);
|
|
margin-right: 0.5ch;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.progress {
|
|
display: flex;
|
|
height: 8px;
|
|
overflow: hidden;
|
|
background-color: rgb(225, 228, 232);
|
|
border-radius: 6px;
|
|
outline: 1px solid transparent;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.progress-item {
|
|
outline: 2px solid rgb(225, 228, 232);
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.lang {
|
|
font-weight: 600;
|
|
margin-right: 4px;
|
|
color: rgb(36, 41, 46);
|
|
}
|
|
|
|
.percent {
|
|
color: rgb(88, 96, 105)
|
|
}
|
|
</style>
|
|
<g>
|
|
<rect x="5" y="5" id="background" />
|
|
<g>
|
|
<foreignObject x="21" y="17" width="318" height="176">
|
|
<div xmlns="http://www.w3.org/1999/xhtml" class="ellipsis">
|
|
|
|
<h2>Languages Used (By File Size)</h2>
|
|
|
|
<div>
|
|
<span class="progress">
|
|
<span style="background-color: #555555;width: 33.076%;" class="progress-item"></span><span style="background-color: #b07219;width: 25.842%;" class="progress-item"></span><span style="background-color: #f1e05a;width: 15.175%;" class="progress-item"></span><span style="background-color: #89e051;width: 6.907%;" class="progress-item"></span><span style="background-color: #3178c6;width: 5.655%;" class="progress-item"></span><span style="background-color: #4F5D95;width: 4.325%;" class="progress-item"></span><span style="background-color: #00ADD8;width: 4.307%;" class="progress-item"></span><span style="background-color: #427819;width: 0.975%;" class="progress-item"></span><span style="background-color: #f34b7d;width: 0.787%;" class="progress-item"></span><span style="background-color: #4B6C4B;width: 0.696%;" class="progress-item"></span><span style="background-color: #3572A5;width: 0.679%;" class="progress-item"></span><span style="background-color: #6E4C13;width: 0.584%;" class="progress-item"></span><span style="background-color: #DBCA00;width: 0.416%;" class="progress-item"></span><span style="background-color: #e34c26;width: 0.326%;" class="progress-item"></span><span style="background-color: #563d7c;width: 0.143%;" class="progress-item"></span><span style="background-color: #2F2530;width: 0.065%;" class="progress-item"></span><span style="background-color: #000000;width: 0.031%;" class="progress-item"></span><span style="background-color: #c30e9b;width: 0.014%;" class="progress-item"></span>
|
|
</span>
|
|
</div>
|
|
|
|
<ul>
|
|
|
|
|
|
<li style="animation-delay: 0ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#555555;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">C</span>
|
|
<span class="percent">33.08%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 150ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#b07219;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Java</span>
|
|
<span class="percent">25.84%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 300ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#f1e05a;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">JavaScript</span>
|
|
<span class="percent">15.17%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 450ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#89e051;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Shell</span>
|
|
<span class="percent">6.91%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 600ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3178c6;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">TypeScript</span>
|
|
<span class="percent">5.66%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 750ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#4F5D95;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">PHP</span>
|
|
<span class="percent">4.32%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 900ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#00ADD8;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Go</span>
|
|
<span class="percent">4.31%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 1050ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#427819;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Makefile</span>
|
|
<span class="percent">0.97%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 1200ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#f34b7d;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">C++</span>
|
|
<span class="percent">0.79%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 1350ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#4B6C4B;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Yacc</span>
|
|
<span class="percent">0.70%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 1500ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3572A5;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Python</span>
|
|
<span class="percent">0.68%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 1650ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#6E4C13;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Assembly</span>
|
|
<span class="percent">0.58%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 1800ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#DBCA00;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Lex</span>
|
|
<span class="percent">0.42%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 1950ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#e34c26;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">HTML</span>
|
|
<span class="percent">0.33%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 2100ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#563d7c;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">CSS</span>
|
|
<span class="percent">0.14%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 2250ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#2F2530;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Brainfuck</span>
|
|
<span class="percent">0.07%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 2400ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#000000;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">M4</span>
|
|
<span class="percent">0.03%</span>
|
|
</li>
|
|
|
|
|
|
<li style="animation-delay: 2550ms;">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#c30e9b;"
|
|
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
|
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
|
<span class="lang">Awk</span>
|
|
<span class="percent">0.01%</span>
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</foreignObject>
|
|
</g>
|
|
</g>
|
|
</svg>
|