123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- <svg id="gh-dark-mode-only" 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;
- }
- #gh-dark-mode-only:target #background {
- fill: #0d1117;
- stroke-width: 0.5px;
- }
- 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);
- }
- #gh-dark-mode-only:target h2 {
- color: #c9d1d9;
- fill: #c9d1d9;
- }
- 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: slideIn 2s ease-in-out 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;
- }
- #gh-dark-mode-only:target .octicon {
- color: #8b949e;
- fill: #8b949e;
- }
- .progress {
- display: flex;
- height: 8px;
- overflow: hidden;
- background-color: rgb(225, 228, 232);
- border-radius: 6px;
- outline: 1px solid transparent;
- margin-bottom: 1em;
- }
- #gh-dark-mode-only:target .progress {
- background-color: rgba(110, 118, 129, 0.4);
- }
- .progress-item {
- outline: 2px solid rgb(225, 228, 232);
- border-collapse: collapse;
- }
- #gh-dark-mode-only:target .progress-item {
- outline: 2px solid #393f47;
- }
- .lang {
- font-weight: 600;
- margin-right: 4px;
- color: rgb(36, 41, 46);
- }
- #gh-dark-mode-only:target .lang {
- color: #c9d1d9;
- }
- .percent {
- color: rgb(88, 96, 105)
- }
- #gh-dark-mode-only:target .percent {
- color: #8b949e;
- }
- </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: #e34c26;width: 58.530%;" class="progress-item"></span><span style="background-color: #000080;width: 15.360%;" class="progress-item"></span><span style="background-color: #3572A5;width: 9.100%;" class="progress-item"></span><span style="background-color: #e4cc98;width: 5.160%;" class="progress-item"></span><span style="background-color: #563d7c;width: 4.590%;" class="progress-item"></span><span style="background-color: #f1e05a;width: 4.520%;" class="progress-item"></span><span style="background-color: #89e051;width: 2.080%;" class="progress-item"></span><span style="background-color: #083fa1;width: 0.480%;" class="progress-item"></span><span style="background-color: #384d54;width: 0.090%;" class="progress-item"></span><span style="background-color: #a52a22;width: 0.080%;" class="progress-item"></span>
- </span>
- </div>
- <ul>
- <li style="animation-delay: 0ms;">
- <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">58.53%</span>
- </li>
- <li style="animation-delay: 150ms;">
- <svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#000080;"
- 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">Lua</span>
- <span class="percent">15.36%</span>
- </li>
- <li style="animation-delay: 300ms;">
- <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">9.10%</span>
- </li>
- <li style="animation-delay: 450ms;">
- <svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#e4cc98;"
- 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">Tcl</span>
- <span class="percent">5.16%</span>
- </li>
- <li style="animation-delay: 600ms;">
- <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">4.59%</span>
- </li>
- <li style="animation-delay: 750ms;">
- <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">4.52%</span>
- </li>
- <li style="animation-delay: 900ms;">
- <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">2.08%</span>
- </li>
- <li style="animation-delay: 1050ms;">
- <svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#083fa1;"
- 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">Markdown</span>
- <span class="percent">0.48%</span>
- </li>
- <li style="animation-delay: 1200ms;">
- <svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#384d54;"
- 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">Dockerfile</span>
- <span class="percent">0.09%</span>
- </li>
- <li style="animation-delay: 1350ms;">
- <svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#a52a22;"
- 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">Jinja</span>
- <span class="percent">0.08%</span>
- </li>
- </ul>
- </div>
- </foreignObject>
- </g>
- </g>
- </svg>
|