chore: drop tracked output/ sample in favor of CI-built demo gallery (#4)
The dracula sample under output/dracula/ was a reference render for the README. Now that demo/ auto-generates every card × every theme on each push, the sample is redundant — and keeping it trackers means every behavioral tweak shows up as a diff in committed SVGs. - Delete output/dracula/*.svg. - .gitignore: collapse `output/*` + `!output/dracula/` to a plain `output/`. - demo.yml: drop `output/**` from paths-ignore (no longer part of any push). - README / docs: point readers at demo/ instead of output/dracula/.
@@ -5,7 +5,6 @@ on:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- "demo/**"
|
||||
- "output/**"
|
||||
- "**.md"
|
||||
- "LICENSE"
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -27,10 +27,9 @@ go.work.sum
|
||||
# env file
|
||||
.env
|
||||
|
||||
# Generated SVG cards from local runs — keep the dracula sample tracked so the
|
||||
# README's embedded previews resolve; other themes are rebuilt on demand.
|
||||
output/*
|
||||
!output/dracula/
|
||||
# Generated SVG cards from local runs. Use the demo/ gallery (auto-generated
|
||||
# in CI) as the reference render instead of committing a sample here.
|
||||
output/
|
||||
|
||||
# Editor/IDE
|
||||
# .idea/
|
||||
|
||||
@@ -32,7 +32,7 @@ Cards rendered:
|
||||
| 13 | **Contributions (all time)** | Area chart across every active year, auto-thinned x-axis labels |
|
||||
| 14 | **Contributions by year** | One bar per active year, peak year highlighted |
|
||||
|
||||
Live `dracula` sample ships in [`output/dracula/`](./output/dracula). Every available theme rendered against the author's profile — profile details, stats, language donuts, productive-time, contributions — is browsable in the auto-generated [**demo gallery**](./demo). Regenerated on every push to `main` by [`.github/workflows/demo.yml`](./.github/workflows/demo.yml).
|
||||
Every available theme rendered against the author's profile — profile details, stats, language donuts, productive-time, heatmap, streak, contributions, top repos — is browsable in the auto-generated [**demo gallery**](./demo). Regenerated on every push to `main` by [`.github/workflows/demo.yml`](./.github/workflows/demo.yml).
|
||||
|
||||
## In the wild
|
||||
|
||||
@@ -187,8 +187,9 @@ output/
|
||||
contributions-by-year.svg
|
||||
```
|
||||
|
||||
Only the `dracula` theme is tracked in git as a reference sample; other
|
||||
themes are rebuilt on each run and gitignored.
|
||||
`output/` is entirely gitignored — it's regenerated on each run. For a
|
||||
reference render of every card in every theme, see the CI-built
|
||||
[`demo/`](./demo) gallery instead.
|
||||
|
||||
## Tokens & permissions
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@ ghstats/
|
||||
│ └── demo.yml # Renders every theme for the repo owner on push to main
|
||||
├── docs/ # This directory
|
||||
├── plans/ # Research reports + implementation plans
|
||||
├── demo/ # Auto-generated gallery — every card × every theme + README
|
||||
└── output/dracula/ # Sample committed; other themes gitignored
|
||||
└── demo/ # Auto-generated gallery — every card × every theme + README
|
||||
# (`output/` is entirely gitignored; see demo/ for reference renders)
|
||||
```
|
||||
|
||||
## Module responsibilities
|
||||
|
||||
@@ -78,7 +78,7 @@ Card count: 9 → 14. `FetchProductive` still pays for commit-history pagination
|
||||
|
||||
- New `.github/workflows/demo.yml` renders every card for every theme against the repo owner's profile on each push to `main`.
|
||||
- Output lands in `demo/<theme>/`, with an auto-generated `demo/README.md` TOC so reviewers can browse palettes side-by-side with real data instead of cloning and running the CLI.
|
||||
- Loop prevention: workflow skips pushes that only touch `demo/**`, `output/**`, `**.md`, or `LICENSE`; `GITHUB_TOKEN`-driven pushes don't retrigger workflows by design.
|
||||
- Loop prevention: workflow skips pushes that only touch `demo/**`, `**.md`, or `LICENSE`; `GITHUB_TOKEN`-driven pushes don't retrigger workflows by design.
|
||||
- Consumer impact: none — this is a repo-internal discovery aid, not a shipped feature.
|
||||
|
||||
---
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">Contributions (all time)</text>
|
||||
<line x1="28" y1="45" x2="28" y2="150" stroke="#6272a4"/>
|
||||
<line x1="312" y1="45" x2="312" y2="150" stroke="#6272a4"/>
|
||||
<line x1="24" y1="150" x2="28" y2="150" stroke="#6272a4"/>
|
||||
<text x="22" y="153" font-size="10" fill="#6272a4" text-anchor="end">0</text>
|
||||
<line x1="312" y1="150" x2="316" y2="150" stroke="#6272a4"/>
|
||||
<text x="318" y="153" font-size="10" fill="#6272a4" text-anchor="start">0</text>
|
||||
<line x1="24" y1="129" x2="28" y2="129" stroke="#6272a4"/>
|
||||
<text x="22" y="132" font-size="10" fill="#6272a4" text-anchor="end">100</text>
|
||||
<line x1="312" y1="129" x2="316" y2="129" stroke="#6272a4"/>
|
||||
<text x="318" y="132" font-size="10" fill="#6272a4" text-anchor="start">100</text>
|
||||
<line x1="24" y1="108" x2="28" y2="108" stroke="#6272a4"/>
|
||||
<text x="22" y="111" font-size="10" fill="#6272a4" text-anchor="end">200</text>
|
||||
<line x1="312" y1="108" x2="316" y2="108" stroke="#6272a4"/>
|
||||
<text x="318" y="111" font-size="10" fill="#6272a4" text-anchor="start">200</text>
|
||||
<line x1="24" y1="87" x2="28" y2="87" stroke="#6272a4"/>
|
||||
<text x="22" y="90" font-size="10" fill="#6272a4" text-anchor="end">300</text>
|
||||
<line x1="312" y1="87" x2="316" y2="87" stroke="#6272a4"/>
|
||||
<text x="318" y="90" font-size="10" fill="#6272a4" text-anchor="start">300</text>
|
||||
<line x1="24" y1="66" x2="28" y2="66" stroke="#6272a4"/>
|
||||
<text x="22" y="69" font-size="10" fill="#6272a4" text-anchor="end">400</text>
|
||||
<line x1="312" y1="66" x2="316" y2="66" stroke="#6272a4"/>
|
||||
<text x="318" y="69" font-size="10" fill="#6272a4" text-anchor="start">400</text>
|
||||
<line x1="24" y1="45" x2="28" y2="45" stroke="#6272a4"/>
|
||||
<text x="22" y="48" font-size="10" fill="#6272a4" text-anchor="end">500</text>
|
||||
<line x1="312" y1="45" x2="316" y2="45" stroke="#6272a4"/>
|
||||
<text x="318" y="48" font-size="10" fill="#6272a4" text-anchor="start">500</text>
|
||||
<line x1="28" y1="150" x2="312" y2="150" stroke="#6272a4"/>
|
||||
<line x1="28" y1="150" x2="28" y2="154" stroke="#6272a4"/>
|
||||
<text x="28" y="166" font-size="10" fill="#6272a4" text-anchor="middle">01/18</text>
|
||||
<line x1="82" y1="150" x2="82" y2="154" stroke="#6272a4"/>
|
||||
<text x="82" y="166" font-size="10" fill="#6272a4" text-anchor="middle">08/19</text>
|
||||
<line x1="137" y1="150" x2="137" y2="154" stroke="#6272a4"/>
|
||||
<text x="137" y="166" font-size="10" fill="#6272a4" text-anchor="middle">03/21</text>
|
||||
<line x1="191" y1="150" x2="191" y2="154" stroke="#6272a4"/>
|
||||
<text x="191" y="166" font-size="10" fill="#6272a4" text-anchor="middle">10/22</text>
|
||||
<line x1="246" y1="150" x2="246" y2="154" stroke="#6272a4"/>
|
||||
<text x="246" y="166" font-size="10" fill="#6272a4" text-anchor="middle">05/24</text>
|
||||
<line x1="312" y1="150" x2="312" y2="154" stroke="#6272a4"/>
|
||||
<text x="312" y="166" font-size="10" fill="#6272a4" text-anchor="middle">04/26</text>
|
||||
<path d="M28.00,150.00 C28.48,150.00 29.91,150.00 30.87,150.00 C31.82,150.00 32.78,150.00 33.74,150.00 C34.69,150.00 35.65,150.03 36.61,150.00 C37.56,149.97 38.52,150.31 39.47,149.79 C40.43,149.26 41.39,146.81 42.34,146.85 C43.30,146.88 44.26,149.47 45.21,150.00 C46.17,150.53 47.12,150.14 48.08,150.00 C49.04,149.86 49.99,149.89 50.95,149.16 C51.91,148.43 52.86,145.76 53.82,145.59 C54.77,145.42 55.73,147.38 56.69,148.11 C57.64,148.85 58.60,149.72 59.56,150.00 C60.51,150.28 61.47,149.82 62.42,149.79 C63.38,149.75 64.34,149.75 65.29,149.79 C66.25,149.82 67.21,149.97 68.16,150.00 C69.12,150.03 70.07,150.00 71.03,150.00 C71.99,150.00 72.94,150.00 73.90,150.00 C74.86,150.00 75.81,150.03 76.77,150.00 C77.72,149.97 78.68,150.31 79.64,149.79 C80.59,149.26 81.55,146.81 82.51,146.85 C83.46,146.88 84.42,149.47 85.37,150.00 C86.33,150.53 87.29,150.10 88.24,150.00 C89.20,149.90 90.15,149.37 91.11,149.37 C92.07,149.37 93.02,149.90 93.98,150.00 C94.94,150.10 95.89,150.00 96.85,150.00 C97.80,150.00 98.76,150.21 99.72,150.00 C100.67,149.79 101.63,148.74 102.59,148.74 C103.54,148.74 104.50,149.86 105.45,150.00 C106.41,150.14 107.37,149.79 108.32,149.58 C109.28,149.37 110.24,148.71 111.19,148.74 C112.15,148.78 113.10,150.49 114.06,149.79 C115.02,149.09 115.97,144.54 116.93,144.54 C117.89,144.54 118.84,149.58 119.80,149.79 C120.75,150.00 121.71,145.80 122.67,145.80 C123.62,145.80 124.58,149.09 125.54,149.79 C126.49,150.49 127.45,149.97 128.40,150.00 C129.36,150.03 130.32,150.10 131.27,150.00 C132.23,149.90 133.19,149.82 134.14,149.37 C135.10,148.92 136.05,147.41 137.01,147.27 C137.97,147.13 138.92,148.07 139.88,148.53 C140.84,148.99 141.79,149.75 142.75,150.00 C143.70,150.25 144.66,150.00 145.62,150.00 C146.57,150.00 147.53,150.18 148.48,150.00 C149.44,149.82 150.40,149.33 151.35,148.95 C152.31,148.56 153.27,147.76 154.22,147.69 C155.18,147.62 156.13,148.15 157.09,148.53 C158.05,148.91 159.00,149.79 159.96,150.00 C160.92,150.21 161.87,149.93 162.83,149.79 C163.78,149.65 164.74,149.37 165.70,149.16 C166.65,148.95 167.61,148.78 168.57,148.53 C169.52,148.28 170.48,147.72 171.43,147.69 C172.39,147.66 173.35,147.94 174.30,148.32 C175.26,148.70 176.22,150.45 177.17,150.00 C178.13,149.55 179.08,146.36 180.04,145.59 C181.00,144.82 181.95,144.68 182.91,145.38 C183.87,146.08 184.82,149.69 185.78,149.79 C186.73,149.89 187.69,147.13 188.65,146.01 C189.60,144.89 190.56,145.17 191.52,143.07 C192.47,140.97 193.43,136.00 194.38,133.41 C195.34,130.82 196.30,124.77 197.25,127.53 C198.21,130.30 199.16,148.28 200.12,150.00 C201.08,151.72 202.03,138.87 202.99,137.82 C203.95,136.77 204.90,142.40 205.86,143.70 C206.81,145.00 207.77,146.47 208.73,145.59 C209.68,144.72 210.64,138.94 211.60,138.45 C212.55,137.96 213.51,141.28 214.46,142.65 C215.42,144.02 216.38,147.34 217.33,146.64 C218.29,145.94 219.25,143.10 220.20,138.45 C221.16,133.79 222.11,118.78 223.07,118.71 C224.03,118.64 224.98,133.24 225.94,138.03 C226.90,142.82 227.85,145.83 228.81,147.48 C229.76,149.12 230.72,147.52 231.68,147.90 C232.63,148.28 233.59,149.44 234.55,149.79 C235.50,150.14 236.46,150.77 237.41,150.00 C238.37,149.23 239.33,149.09 240.28,145.17 C241.24,141.25 242.20,128.86 243.15,126.48 C244.11,124.10 245.06,127.46 246.02,130.89 C246.98,134.32 247.93,144.12 248.89,147.06 C249.85,150.00 250.80,148.99 251.76,148.53 C252.71,148.07 253.67,145.06 254.63,144.33 C255.58,143.60 256.54,144.47 257.49,144.12 C258.45,143.77 259.41,141.77 260.36,142.23 C261.32,142.69 262.28,146.08 263.23,146.85 C264.19,147.62 265.14,146.67 266.10,146.85 C267.06,147.03 268.01,149.72 268.97,147.90 C269.93,146.08 270.88,139.01 271.84,135.93 C272.79,132.85 273.75,129.74 274.71,129.42 C275.66,129.11 276.62,133.97 277.58,134.04 C278.53,134.11 279.49,128.75 280.44,129.84 C281.40,130.93 282.36,138.98 283.31,140.55 C284.27,142.12 285.23,140.23 286.18,139.29 C287.14,138.34 288.09,134.42 289.05,134.88 C290.01,135.34 290.96,143.63 291.92,142.02 C292.88,140.41 293.83,132.68 294.79,125.22 C295.74,117.77 296.70,99.25 297.66,97.29 C298.61,95.33 299.57,105.94 300.53,113.46 C301.48,120.99 302.44,140.06 303.39,142.44 C304.35,144.82 305.31,136.35 306.26,127.74 C307.22,119.13 308.18,105.94 309.13,90.78 C310.09,75.62 311.52,45.80 312.00,36.81 L312.00,150.00 L28.00,150.00 Z" fill="#bd93f9" fill-opacity="0.25" stroke="none"/>
|
||||
<path d="M28.00,150.00 C28.48,150.00 29.91,150.00 30.87,150.00 C31.82,150.00 32.78,150.00 33.74,150.00 C34.69,150.00 35.65,150.03 36.61,150.00 C37.56,149.97 38.52,150.31 39.47,149.79 C40.43,149.26 41.39,146.81 42.34,146.85 C43.30,146.88 44.26,149.47 45.21,150.00 C46.17,150.53 47.12,150.14 48.08,150.00 C49.04,149.86 49.99,149.89 50.95,149.16 C51.91,148.43 52.86,145.76 53.82,145.59 C54.77,145.42 55.73,147.38 56.69,148.11 C57.64,148.85 58.60,149.72 59.56,150.00 C60.51,150.28 61.47,149.82 62.42,149.79 C63.38,149.75 64.34,149.75 65.29,149.79 C66.25,149.82 67.21,149.97 68.16,150.00 C69.12,150.03 70.07,150.00 71.03,150.00 C71.99,150.00 72.94,150.00 73.90,150.00 C74.86,150.00 75.81,150.03 76.77,150.00 C77.72,149.97 78.68,150.31 79.64,149.79 C80.59,149.26 81.55,146.81 82.51,146.85 C83.46,146.88 84.42,149.47 85.37,150.00 C86.33,150.53 87.29,150.10 88.24,150.00 C89.20,149.90 90.15,149.37 91.11,149.37 C92.07,149.37 93.02,149.90 93.98,150.00 C94.94,150.10 95.89,150.00 96.85,150.00 C97.80,150.00 98.76,150.21 99.72,150.00 C100.67,149.79 101.63,148.74 102.59,148.74 C103.54,148.74 104.50,149.86 105.45,150.00 C106.41,150.14 107.37,149.79 108.32,149.58 C109.28,149.37 110.24,148.71 111.19,148.74 C112.15,148.78 113.10,150.49 114.06,149.79 C115.02,149.09 115.97,144.54 116.93,144.54 C117.89,144.54 118.84,149.58 119.80,149.79 C120.75,150.00 121.71,145.80 122.67,145.80 C123.62,145.80 124.58,149.09 125.54,149.79 C126.49,150.49 127.45,149.97 128.40,150.00 C129.36,150.03 130.32,150.10 131.27,150.00 C132.23,149.90 133.19,149.82 134.14,149.37 C135.10,148.92 136.05,147.41 137.01,147.27 C137.97,147.13 138.92,148.07 139.88,148.53 C140.84,148.99 141.79,149.75 142.75,150.00 C143.70,150.25 144.66,150.00 145.62,150.00 C146.57,150.00 147.53,150.18 148.48,150.00 C149.44,149.82 150.40,149.33 151.35,148.95 C152.31,148.56 153.27,147.76 154.22,147.69 C155.18,147.62 156.13,148.15 157.09,148.53 C158.05,148.91 159.00,149.79 159.96,150.00 C160.92,150.21 161.87,149.93 162.83,149.79 C163.78,149.65 164.74,149.37 165.70,149.16 C166.65,148.95 167.61,148.78 168.57,148.53 C169.52,148.28 170.48,147.72 171.43,147.69 C172.39,147.66 173.35,147.94 174.30,148.32 C175.26,148.70 176.22,150.45 177.17,150.00 C178.13,149.55 179.08,146.36 180.04,145.59 C181.00,144.82 181.95,144.68 182.91,145.38 C183.87,146.08 184.82,149.69 185.78,149.79 C186.73,149.89 187.69,147.13 188.65,146.01 C189.60,144.89 190.56,145.17 191.52,143.07 C192.47,140.97 193.43,136.00 194.38,133.41 C195.34,130.82 196.30,124.77 197.25,127.53 C198.21,130.30 199.16,148.28 200.12,150.00 C201.08,151.72 202.03,138.87 202.99,137.82 C203.95,136.77 204.90,142.40 205.86,143.70 C206.81,145.00 207.77,146.47 208.73,145.59 C209.68,144.72 210.64,138.94 211.60,138.45 C212.55,137.96 213.51,141.28 214.46,142.65 C215.42,144.02 216.38,147.34 217.33,146.64 C218.29,145.94 219.25,143.10 220.20,138.45 C221.16,133.79 222.11,118.78 223.07,118.71 C224.03,118.64 224.98,133.24 225.94,138.03 C226.90,142.82 227.85,145.83 228.81,147.48 C229.76,149.12 230.72,147.52 231.68,147.90 C232.63,148.28 233.59,149.44 234.55,149.79 C235.50,150.14 236.46,150.77 237.41,150.00 C238.37,149.23 239.33,149.09 240.28,145.17 C241.24,141.25 242.20,128.86 243.15,126.48 C244.11,124.10 245.06,127.46 246.02,130.89 C246.98,134.32 247.93,144.12 248.89,147.06 C249.85,150.00 250.80,148.99 251.76,148.53 C252.71,148.07 253.67,145.06 254.63,144.33 C255.58,143.60 256.54,144.47 257.49,144.12 C258.45,143.77 259.41,141.77 260.36,142.23 C261.32,142.69 262.28,146.08 263.23,146.85 C264.19,147.62 265.14,146.67 266.10,146.85 C267.06,147.03 268.01,149.72 268.97,147.90 C269.93,146.08 270.88,139.01 271.84,135.93 C272.79,132.85 273.75,129.74 274.71,129.42 C275.66,129.11 276.62,133.97 277.58,134.04 C278.53,134.11 279.49,128.75 280.44,129.84 C281.40,130.93 282.36,138.98 283.31,140.55 C284.27,142.12 285.23,140.23 286.18,139.29 C287.14,138.34 288.09,134.42 289.05,134.88 C290.01,135.34 290.96,143.63 291.92,142.02 C292.88,140.41 293.83,132.68 294.79,125.22 C295.74,117.77 296.70,99.25 297.66,97.29 C298.61,95.33 299.57,105.94 300.53,113.46 C301.48,120.99 302.44,140.06 303.39,142.44 C304.35,144.82 305.31,136.35 306.26,127.74 C307.22,119.13 308.18,105.94 309.13,90.78 C310.09,75.62 311.52,45.80 312.00,36.81" fill="none" stroke="#bd93f9" stroke-width="2"/>
|
||||
<text x="170" y="184" font-size="11" fill="#6272a4" text-anchor="middle">mm/yy</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 12 KiB |
@@ -1,48 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">Contributions (last year)</text>
|
||||
<line x1="28" y1="45" x2="28" y2="150" stroke="#6272a4"/>
|
||||
<line x1="312" y1="45" x2="312" y2="150" stroke="#6272a4"/>
|
||||
<line x1="24" y1="150" x2="28" y2="150" stroke="#6272a4"/>
|
||||
<text x="22" y="153" font-size="10" fill="#6272a4" text-anchor="end">0</text>
|
||||
<line x1="312" y1="150" x2="316" y2="150" stroke="#6272a4"/>
|
||||
<text x="318" y="153" font-size="10" fill="#6272a4" text-anchor="start">0</text>
|
||||
<line x1="24" y1="129" x2="28" y2="129" stroke="#6272a4"/>
|
||||
<text x="22" y="132" font-size="10" fill="#6272a4" text-anchor="end">100</text>
|
||||
<line x1="312" y1="129" x2="316" y2="129" stroke="#6272a4"/>
|
||||
<text x="318" y="132" font-size="10" fill="#6272a4" text-anchor="start">100</text>
|
||||
<line x1="24" y1="108" x2="28" y2="108" stroke="#6272a4"/>
|
||||
<text x="22" y="111" font-size="10" fill="#6272a4" text-anchor="end">200</text>
|
||||
<line x1="312" y1="108" x2="316" y2="108" stroke="#6272a4"/>
|
||||
<text x="318" y="111" font-size="10" fill="#6272a4" text-anchor="start">200</text>
|
||||
<line x1="24" y1="87" x2="28" y2="87" stroke="#6272a4"/>
|
||||
<text x="22" y="90" font-size="10" fill="#6272a4" text-anchor="end">300</text>
|
||||
<line x1="312" y1="87" x2="316" y2="87" stroke="#6272a4"/>
|
||||
<text x="318" y="90" font-size="10" fill="#6272a4" text-anchor="start">300</text>
|
||||
<line x1="24" y1="66" x2="28" y2="66" stroke="#6272a4"/>
|
||||
<text x="22" y="69" font-size="10" fill="#6272a4" text-anchor="end">400</text>
|
||||
<line x1="312" y1="66" x2="316" y2="66" stroke="#6272a4"/>
|
||||
<text x="318" y="69" font-size="10" fill="#6272a4" text-anchor="start">400</text>
|
||||
<line x1="24" y1="45" x2="28" y2="45" stroke="#6272a4"/>
|
||||
<text x="22" y="48" font-size="10" fill="#6272a4" text-anchor="end">500</text>
|
||||
<line x1="312" y1="45" x2="316" y2="45" stroke="#6272a4"/>
|
||||
<text x="318" y="48" font-size="10" fill="#6272a4" text-anchor="start">500</text>
|
||||
<line x1="28" y1="150" x2="312" y2="150" stroke="#6272a4"/>
|
||||
<line x1="28" y1="150" x2="28" y2="154" stroke="#6272a4"/>
|
||||
<text x="28" y="166" font-size="10" fill="#6272a4" text-anchor="middle">04/25</text>
|
||||
<line x1="75" y1="150" x2="75" y2="154" stroke="#6272a4"/>
|
||||
<text x="75" y="166" font-size="10" fill="#6272a4" text-anchor="middle">06/25</text>
|
||||
<line x1="122" y1="150" x2="122" y2="154" stroke="#6272a4"/>
|
||||
<text x="122" y="166" font-size="10" fill="#6272a4" text-anchor="middle">08/25</text>
|
||||
<line x1="170" y1="150" x2="170" y2="154" stroke="#6272a4"/>
|
||||
<text x="170" y="166" font-size="10" fill="#6272a4" text-anchor="middle">10/25</text>
|
||||
<line x1="217" y1="150" x2="217" y2="154" stroke="#6272a4"/>
|
||||
<text x="217" y="166" font-size="10" fill="#6272a4" text-anchor="middle">12/25</text>
|
||||
<line x1="264" y1="150" x2="264" y2="154" stroke="#6272a4"/>
|
||||
<text x="264" y="166" font-size="10" fill="#6272a4" text-anchor="middle">02/26</text>
|
||||
<line x1="312" y1="150" x2="312" y2="154" stroke="#6272a4"/>
|
||||
<text x="312" y="166" font-size="10" fill="#6272a4" text-anchor="middle">04/26</text>
|
||||
<path d="M28.00,136.14 C31.94,135.09 43.78,129.10 51.67,129.84 C59.56,130.58 67.44,138.98 75.33,140.55 C83.22,142.12 91.11,140.23 99.00,139.29 C106.89,138.34 114.78,134.42 122.67,134.88 C130.56,135.34 138.44,143.63 146.33,142.02 C154.22,140.41 162.11,132.68 170.00,125.22 C177.89,117.77 185.78,99.25 193.67,97.29 C201.56,95.33 209.44,105.94 217.33,113.46 C225.22,120.99 233.11,140.06 241.00,142.44 C248.89,144.82 256.78,136.35 264.67,127.74 C272.56,119.13 280.44,105.94 288.33,90.78 C296.22,75.62 308.06,45.80 312.00,36.81 L312.00,150.00 L28.00,150.00 Z" fill="#bd93f9" fill-opacity="0.25" stroke="none"/>
|
||||
<path d="M28.00,136.14 C31.94,135.09 43.78,129.10 51.67,129.84 C59.56,130.58 67.44,138.98 75.33,140.55 C83.22,142.12 91.11,140.23 99.00,139.29 C106.89,138.34 114.78,134.42 122.67,134.88 C130.56,135.34 138.44,143.63 146.33,142.02 C154.22,140.41 162.11,132.68 170.00,125.22 C177.89,117.77 185.78,99.25 193.67,97.29 C201.56,95.33 209.44,105.94 217.33,113.46 C225.22,120.99 233.11,140.06 241.00,142.44 C248.89,144.82 256.78,136.35 264.67,127.74 C272.56,119.13 280.44,105.94 288.33,90.78 C296.22,75.62 308.06,45.80 312.00,36.81" fill="none" stroke="#bd93f9" stroke-width="2"/>
|
||||
<text x="170" y="184" font-size="11" fill="#6272a4" text-anchor="middle">mm/yy</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.5 KiB |
@@ -1,19 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">Most Commit Language (all time)</text>
|
||||
<rect x="20" y="47" width="10" height="10" fill="#f1e05a" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="55" font-size="11" fill="#ffb86c">JavaScript 32.66%</text>
|
||||
<rect x="20" y="67" width="10" height="10" fill="#e34c26" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="75" font-size="11" fill="#ffb86c">HTML 20.34%</text>
|
||||
<rect x="20" y="87" width="10" height="10" fill="#b07219" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="95" font-size="11" fill="#ffb86c">Java 17.36%</text>
|
||||
<rect x="20" y="107" width="10" height="10" fill="#00ADD8" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="115" font-size="11" fill="#ffb86c">Go 5.54%</text>
|
||||
<rect x="20" y="127" width="10" height="10" fill="#bd93f9" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="135" font-size="11" fill="#ffb86c">Other 24.09%</text>
|
||||
<path d="M250.00,55.00 A55.00,55.00 0 0 1 298.75,135.47 L276.59,123.89 A30.00,30.00 0 0 0 250.00,80.00 Z" fill="#f1e05a" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M298.75,135.47 A55.00,55.00 0 0 1 239.68,164.02 L244.37,139.47 A30.00,30.00 0 0 0 276.59,123.89 Z" fill="#e34c26" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M239.68,164.02 A55.00,55.00 0 0 1 197.32,125.80 L221.26,118.62 A30.00,30.00 0 0 0 244.37,139.47 Z" fill="#b07219" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M197.32,125.80 A55.00,55.00 0 0 1 195.09,106.87 L220.05,108.29 A30.00,30.00 0 0 0 221.26,118.62 Z" fill="#00ADD8" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M195.09,106.87 A55.00,55.00 0 0 1 250.00,55.00 L250.00,80.00 A30.00,30.00 0 0 0 220.05,108.29 Z" fill="#bd93f9" stroke="#282a36" stroke-width="1.5"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
@@ -1,19 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">Most Commit Language (last year)</text>
|
||||
<rect x="20" y="47" width="10" height="10" fill="#f1e05a" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="55" font-size="11" fill="#ffb86c">JavaScript 48.50%</text>
|
||||
<rect x="20" y="67" width="10" height="10" fill="#e34c26" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="75" font-size="11" fill="#ffb86c">HTML 11.08%</text>
|
||||
<rect x="20" y="87" width="10" height="10" fill="#00ADD8" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="95" font-size="11" fill="#ffb86c">Go 9.87%</text>
|
||||
<rect x="20" y="107" width="10" height="10" fill="#b07219" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="115" font-size="11" fill="#ffb86c">Java 7.86%</text>
|
||||
<rect x="20" y="127" width="10" height="10" fill="#bd93f9" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="135" font-size="11" fill="#ffb86c">Other 22.69%</text>
|
||||
<path d="M250.00,55.00 A55.00,55.00 0 0 1 255.18,164.76 L252.82,139.87 A30.00,30.00 0 0 0 250.00,80.00 Z" fill="#f1e05a" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M255.18,164.76 A55.00,55.00 0 0 1 218.85,155.33 L233.01,134.72 A30.00,30.00 0 0 0 252.82,139.87 Z" fill="#e34c26" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M218.85,155.33 A55.00,55.00 0 0 1 198.31,128.79 L221.81,120.25 A30.00,30.00 0 0 0 233.01,134.72 Z" fill="#00ADD8" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M198.31,128.79 A55.00,55.00 0 0 1 195.58,102.06 L220.31,105.67 A30.00,30.00 0 0 0 221.81,120.25 Z" fill="#b07219" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M195.58,102.06 A55.00,55.00 0 0 1 250.00,55.00 L250.00,80.00 A30.00,30.00 0 0 0 220.31,105.67 Z" fill="#bd93f9" stroke="#282a36" stroke-width="1.5"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
@@ -1,55 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">Commits by Hour (all time, UTC+7.00)</text>
|
||||
<line x1="35" y1="45" x2="35" y2="155" stroke="#6272a4"/>
|
||||
<line x1="31" y1="155" x2="35" y2="155" stroke="#6272a4"/>
|
||||
<text x="29" y="158" font-size="10" fill="#6272a4" text-anchor="end">0</text>
|
||||
<line x1="31" y1="137" x2="35" y2="137" stroke="#6272a4"/>
|
||||
<text x="29" y="140" font-size="10" fill="#6272a4" text-anchor="end">50</text>
|
||||
<line x1="31" y1="119" x2="35" y2="119" stroke="#6272a4"/>
|
||||
<text x="29" y="122" font-size="10" fill="#6272a4" text-anchor="end">100</text>
|
||||
<line x1="31" y1="100" x2="35" y2="100" stroke="#6272a4"/>
|
||||
<text x="29" y="103" font-size="10" fill="#6272a4" text-anchor="end">150</text>
|
||||
<line x1="31" y1="82" x2="35" y2="82" stroke="#6272a4"/>
|
||||
<text x="29" y="85" font-size="10" fill="#6272a4" text-anchor="end">200</text>
|
||||
<line x1="31" y1="64" x2="35" y2="64" stroke="#6272a4"/>
|
||||
<text x="29" y="67" font-size="10" fill="#6272a4" text-anchor="end">250</text>
|
||||
<line x1="31" y1="45" x2="35" y2="45" stroke="#6272a4"/>
|
||||
<text x="29" y="48" font-size="10" fill="#6272a4" text-anchor="end">300</text>
|
||||
<line x1="35" y1="155" x2="325" y2="155" stroke="#6272a4"/>
|
||||
<line x1="40" y1="155" x2="40" y2="159" stroke="#6272a4"/>
|
||||
<text x="40" y="171" font-size="10" fill="#6272a4" text-anchor="middle">0</text>
|
||||
<line x1="113" y1="155" x2="113" y2="159" stroke="#6272a4"/>
|
||||
<text x="113" y="171" font-size="10" fill="#6272a4" text-anchor="middle">6</text>
|
||||
<line x1="186" y1="155" x2="186" y2="159" stroke="#6272a4"/>
|
||||
<text x="186" y="171" font-size="10" fill="#6272a4" text-anchor="middle">12</text>
|
||||
<line x1="258" y1="155" x2="258" y2="159" stroke="#6272a4"/>
|
||||
<text x="258" y="171" font-size="10" fill="#6272a4" text-anchor="middle">18</text>
|
||||
<line x1="319" y1="155" x2="319" y2="159" stroke="#6272a4"/>
|
||||
<text x="319" y="171" font-size="10" fill="#6272a4" text-anchor="middle">23</text>
|
||||
<rect x="35.00" y="102.20" width="11.12" height="52.80" rx="2" fill="#bd93f9"><title>00:00 — 144 commits</title></rect>
|
||||
<rect x="47.12" y="134.47" width="11.12" height="20.53" rx="2" fill="#bd93f9"><title>01:00 — 56 commits</title></rect>
|
||||
<rect x="59.25" y="150.60" width="11.12" height="4.40" rx="2" fill="#bd93f9"><title>02:00 — 12 commits</title></rect>
|
||||
<rect x="71.38" y="150.97" width="11.12" height="4.03" rx="2" fill="#bd93f9"><title>03:00 — 11 commits</title></rect>
|
||||
<rect x="83.50" y="151.70" width="11.12" height="3.30" rx="2" fill="#bd93f9"><title>04:00 — 9 commits</title></rect>
|
||||
<rect x="95.62" y="152.43" width="11.12" height="2.57" rx="2" fill="#bd93f9"><title>05:00 — 7 commits</title></rect>
|
||||
<rect x="107.75" y="152.43" width="11.12" height="2.57" rx="2" fill="#bd93f9"><title>06:00 — 7 commits</title></rect>
|
||||
<rect x="119.88" y="152.43" width="11.12" height="2.57" rx="2" fill="#bd93f9"><title>07:00 — 7 commits</title></rect>
|
||||
<rect x="132.00" y="139.97" width="11.12" height="15.03" rx="2" fill="#bd93f9"><title>08:00 — 41 commits</title></rect>
|
||||
<rect x="144.12" y="121.27" width="11.12" height="33.73" rx="2" fill="#bd93f9"><title>09:00 — 92 commits</title></rect>
|
||||
<rect x="156.25" y="102.93" width="11.12" height="52.07" rx="2" fill="#bd93f9"><title>10:00 — 142 commits</title></rect>
|
||||
<rect x="168.38" y="94.87" width="11.12" height="60.13" rx="2" fill="#bd93f9"><title>11:00 — 164 commits</title></rect>
|
||||
<rect x="180.50" y="109.17" width="11.12" height="45.83" rx="2" fill="#bd93f9"><title>12:00 — 125 commits</title></rect>
|
||||
<rect x="192.62" y="111.37" width="11.12" height="43.63" rx="2" fill="#bd93f9"><title>13:00 — 119 commits</title></rect>
|
||||
<rect x="204.75" y="109.53" width="11.12" height="45.47" rx="2" fill="#bd93f9"><title>14:00 — 124 commits</title></rect>
|
||||
<rect x="216.88" y="127.13" width="11.12" height="27.87" rx="2" fill="#bd93f9"><title>15:00 — 76 commits</title></rect>
|
||||
<rect x="229.00" y="122.37" width="11.12" height="32.63" rx="2" fill="#bd93f9"><title>16:00 — 89 commits</title></rect>
|
||||
<rect x="241.12" y="119.80" width="11.12" height="35.20" rx="2" fill="#bd93f9"><title>17:00 — 96 commits</title></rect>
|
||||
<rect x="253.25" y="117.60" width="11.12" height="37.40" rx="2" fill="#bd93f9"><title>18:00 — 102 commits</title></rect>
|
||||
<rect x="265.38" y="123.10" width="11.12" height="31.90" rx="2" fill="#bd93f9"><title>19:00 — 87 commits</title></rect>
|
||||
<rect x="277.50" y="71.40" width="11.12" height="83.60" rx="2" fill="#bd93f9"><title>20:00 — 228 commits</title></rect>
|
||||
<rect x="289.62" y="39.87" width="11.12" height="115.13" rx="2" fill="#bd93f9"><title>21:00 — 314 commits</title></rect>
|
||||
<rect x="301.75" y="55.27" width="11.12" height="99.73" rx="2" fill="#bd93f9"><title>22:00 — 272 commits</title></rect>
|
||||
<rect x="313.88" y="65.53" width="11.12" height="89.47" rx="2" fill="#bd93f9"><title>23:00 — 244 commits</title></rect>
|
||||
<text x="180" y="189" font-size="11" fill="#6272a4" text-anchor="middle">hour of day</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 5.1 KiB |
@@ -1,49 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">Commits by Hour (last year, UTC+7.00)</text>
|
||||
<line x1="35" y1="45" x2="35" y2="155" stroke="#6272a4"/>
|
||||
<line x1="31" y1="155" x2="35" y2="155" stroke="#6272a4"/>
|
||||
<text x="29" y="158" font-size="10" fill="#6272a4" text-anchor="end">0</text>
|
||||
<line x1="31" y1="119" x2="35" y2="119" stroke="#6272a4"/>
|
||||
<text x="29" y="122" font-size="10" fill="#6272a4" text-anchor="end">50</text>
|
||||
<line x1="31" y1="82" x2="35" y2="82" stroke="#6272a4"/>
|
||||
<text x="29" y="85" font-size="10" fill="#6272a4" text-anchor="end">100</text>
|
||||
<line x1="31" y1="45" x2="35" y2="45" stroke="#6272a4"/>
|
||||
<text x="29" y="48" font-size="10" fill="#6272a4" text-anchor="end">150</text>
|
||||
<line x1="35" y1="155" x2="325" y2="155" stroke="#6272a4"/>
|
||||
<line x1="40" y1="155" x2="40" y2="159" stroke="#6272a4"/>
|
||||
<text x="40" y="171" font-size="10" fill="#6272a4" text-anchor="middle">0</text>
|
||||
<line x1="113" y1="155" x2="113" y2="159" stroke="#6272a4"/>
|
||||
<text x="113" y="171" font-size="10" fill="#6272a4" text-anchor="middle">6</text>
|
||||
<line x1="186" y1="155" x2="186" y2="159" stroke="#6272a4"/>
|
||||
<text x="186" y="171" font-size="10" fill="#6272a4" text-anchor="middle">12</text>
|
||||
<line x1="258" y1="155" x2="258" y2="159" stroke="#6272a4"/>
|
||||
<text x="258" y="171" font-size="10" fill="#6272a4" text-anchor="middle">18</text>
|
||||
<line x1="319" y1="155" x2="319" y2="159" stroke="#6272a4"/>
|
||||
<text x="319" y="171" font-size="10" fill="#6272a4" text-anchor="middle">23</text>
|
||||
<rect x="35.00" y="98.53" width="11.12" height="56.47" rx="2" fill="#bd93f9"><title>00:00 — 77 commits</title></rect>
|
||||
<rect x="47.12" y="135.20" width="11.12" height="19.80" rx="2" fill="#bd93f9"><title>01:00 — 27 commits</title></rect>
|
||||
<rect x="59.25" y="154.27" width="11.12" height="0.73" rx="2" fill="#bd93f9"><title>02:00 — 1 commits</title></rect>
|
||||
<rect x="71.38" y="152.07" width="11.12" height="2.93" rx="2" fill="#bd93f9"><title>03:00 — 4 commits</title></rect>
|
||||
<rect x="83.50" y="155.00" width="11.12" height="0.00" rx="2" fill="#bd93f9"><title>04:00 — 0 commits</title></rect>
|
||||
<rect x="95.62" y="155.00" width="11.12" height="0.00" rx="2" fill="#bd93f9"><title>05:00 — 0 commits</title></rect>
|
||||
<rect x="107.75" y="153.53" width="11.12" height="1.47" rx="2" fill="#bd93f9"><title>06:00 — 2 commits</title></rect>
|
||||
<rect x="119.88" y="155.00" width="11.12" height="0.00" rx="2" fill="#bd93f9"><title>07:00 — 0 commits</title></rect>
|
||||
<rect x="132.00" y="133.73" width="11.12" height="21.27" rx="2" fill="#bd93f9"><title>08:00 — 29 commits</title></rect>
|
||||
<rect x="144.12" y="102.20" width="11.12" height="52.80" rx="2" fill="#bd93f9"><title>09:00 — 72 commits</title></rect>
|
||||
<rect x="156.25" y="89.73" width="11.12" height="65.27" rx="2" fill="#bd93f9"><title>10:00 — 89 commits</title></rect>
|
||||
<rect x="168.38" y="96.33" width="11.12" height="58.67" rx="2" fill="#bd93f9"><title>11:00 — 80 commits</title></rect>
|
||||
<rect x="180.50" y="116.13" width="11.12" height="38.87" rx="2" fill="#bd93f9"><title>12:00 — 53 commits</title></rect>
|
||||
<rect x="192.62" y="107.33" width="11.12" height="47.67" rx="2" fill="#bd93f9"><title>13:00 — 65 commits</title></rect>
|
||||
<rect x="204.75" y="113.93" width="11.12" height="41.07" rx="2" fill="#bd93f9"><title>14:00 — 56 commits</title></rect>
|
||||
<rect x="216.88" y="122.00" width="11.12" height="33.00" rx="2" fill="#bd93f9"><title>15:00 — 45 commits</title></rect>
|
||||
<rect x="229.00" y="116.87" width="11.12" height="38.13" rx="2" fill="#bd93f9"><title>16:00 — 52 commits</title></rect>
|
||||
<rect x="241.12" y="113.20" width="11.12" height="41.80" rx="2" fill="#bd93f9"><title>17:00 — 57 commits</title></rect>
|
||||
<rect x="253.25" y="123.47" width="11.12" height="31.53" rx="2" fill="#bd93f9"><title>18:00 — 43 commits</title></rect>
|
||||
<rect x="265.38" y="129.33" width="11.12" height="25.67" rx="2" fill="#bd93f9"><title>19:00 — 35 commits</title></rect>
|
||||
<rect x="277.50" y="67.00" width="11.12" height="88.00" rx="2" fill="#bd93f9"><title>20:00 — 120 commits</title></rect>
|
||||
<rect x="289.62" y="47.93" width="11.12" height="107.07" rx="2" fill="#bd93f9"><title>21:00 — 146 commits</title></rect>
|
||||
<rect x="301.75" y="28.87" width="11.12" height="126.13" rx="2" fill="#bd93f9"><title>22:00 — 172 commits</title></rect>
|
||||
<rect x="313.88" y="48.67" width="11.12" height="106.33" rx="2" fill="#bd93f9"><title>23:00 — 145 commits</title></rect>
|
||||
<text x="180" y="189" font-size="11" fill="#6272a4" text-anchor="middle">hour of day</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.7 KiB |
@@ -1,16 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">tiennm99 (Tien Nguyen Minh)</text>
|
||||
<g transform="translate(20,50.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M1.5 14.25c0 .138.112.25.25.25H4v-1.25a.75.75 0 01.75-.75h2.5a.75.75 0 01.75.75v1.25h2.25a.25.25 0 00.25-.25V1.75a.25.25 0 00-.25-.25h-8.5a.25.25 0 00-.25.25v12.5zM1.75 16A1.75 1.75 0 010 14.25V1.75C0 .784.784 0 1.75 0h8.5C11.216 0 12 .784 12 1.75v12.5c0 .085-.006.168-.018.25h2.268a.25.25 0 00.25-.25V8.285a.25.25 0 00-.111-.208l-1.055-.703a.75.75 0 11.832-1.248l1.055.703c.487.325.779.871.779 1.456v5.965A1.75 1.75 0 0114.25 16h-3.5a.75.75 0 01-.197-.026c-.099.017-.2.026-.303.026h-3a.75.75 0 01-.75-.75V14h-1v1.25a.75.75 0 01-.75.75h-3zM3 3.75A.75.75 0 013.75 3h.5a.75.75 0 010 1.5h-.5A.75.75 0 013 3.75zM3.75 6a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM3 9.75A.75.75 0 013.75 9h.5a.75.75 0 010 1.5h-.5A.75.75 0 013 9.75zM7.75 9a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM7 6.75A.75.75 0 017.75 6h.5a.75.75 0 010 1.5h-.5A.75.75 0 017 6.75zM7.75 3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z"/></g>
|
||||
<text x="40" y="60" font-size="12" fill="#ffb86c">VNG Corporation</text>
|
||||
<g transform="translate(20,70.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M11.536 3.464a5 5 0 010 7.072L8 14.07l-3.536-3.535a5 5 0 117.072-7.072v.001zm1.06 8.132a6.5 6.5 0 10-9.192 0l3.535 3.536a1.5 1.5 0 002.122 0l3.535-3.536zM8 9a2 2 0 100-4 2 2 0 000 4z"/></g>
|
||||
<text x="40" y="80" font-size="12" fill="#ffb86c">Ho Chi Minh - Viet Nam</text>
|
||||
<g transform="translate(20,90.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></g>
|
||||
<text x="40" y="100" font-size="12" fill="#ffb86c">miti99.com</text>
|
||||
<g transform="translate(20,110.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zm.5 4.75a.75.75 0 00-1.5 0v3.5a.75.75 0 00.471.696l2.5 1a.75.75 0 00.557-1.392L8.5 7.742V4.75z"/></g>
|
||||
<text x="40" y="120" font-size="12" fill="#ffb86c">2018-05-07 (7 years ago)</text>
|
||||
<g transform="translate(20,130.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M5.5 3.5a2 2 0 100 4 2 2 0 000-4zM2 5.5a3.5 3.5 0 115.898 2.549 5.507 5.507 0 013.034 4.084.75.75 0 11-1.482.235 4.001 4.001 0 00-7.9 0 .75.75 0 01-1.482-.236A5.507 5.507 0 013.102 8.05 3.49 3.49 0 012 5.5zM11 4a.75.75 0 100 1.5 1.5 1.5 0 01.666 2.844.75.75 0 00-.416.672v.352a.75.75 0 00.574.73c1.2.289 2.162 1.2 2.522 2.372a.75.75 0 101.434-.44 5.01 5.01 0 00-2.56-3.012A3 3 0 0011 4z"/></g>
|
||||
<text x="40" y="140" font-size="12" fill="#ffb86c">10 followers · 14 following</text>
|
||||
<g transform="translate(20,150.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"/></g>
|
||||
<text x="40" y="160" font-size="12" fill="#ffb86c">145 public repos</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.7 KiB |
@@ -1,19 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">Repos Per Language</text>
|
||||
<rect x="20" y="47" width="10" height="10" fill="#f1e05a" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="55" font-size="11" fill="#ffb86c">JavaScript 20.00%</text>
|
||||
<rect x="20" y="67" width="10" height="10" fill="#b07219" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="75" font-size="11" fill="#ffb86c">Java 16.92%</text>
|
||||
<rect x="20" y="87" width="10" height="10" fill="#00ADD8" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="95" font-size="11" fill="#ffb86c">Go 14.62%</text>
|
||||
<rect x="20" y="107" width="10" height="10" fill="#3572A5" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="115" font-size="11" fill="#ffb86c">Python 10.00%</text>
|
||||
<rect x="20" y="127" width="10" height="10" fill="#bd93f9" stroke="#282a36" stroke-width="1"/>
|
||||
<text x="36" y="135" font-size="11" fill="#ffb86c">Other 38.46%</text>
|
||||
<path d="M250.00,55.00 A55.00,55.00 0 0 1 302.31,93.00 L278.53,100.73 A30.00,30.00 0 0 0 250.00,80.00 Z" fill="#f1e05a" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M302.31,93.00 A55.00,55.00 0 0 1 290.27,147.46 L271.97,130.43 A30.00,30.00 0 0 0 278.53,100.73 Z" fill="#b07219" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M290.27,147.46 A55.00,55.00 0 0 1 244.69,164.74 L247.10,139.86 A30.00,30.00 0 0 0 271.97,130.43 Z" fill="#00ADD8" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M244.69,164.74 A55.00,55.00 0 0 1 213.53,151.17 L230.11,132.46 A30.00,30.00 0 0 0 247.10,139.86 Z" fill="#3572A5" stroke="#282a36" stroke-width="1.5"/>
|
||||
<path d="M213.53,151.17 A55.00,55.00 0 0 1 250.00,55.00 L250.00,80.00 A30.00,30.00 0 0 0 230.11,132.46 Z" fill="#bd93f9" stroke="#282a36" stroke-width="1.5"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
@@ -1,25 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="200" viewBox="0 0 340 200" font-family="'Segoe UI', Ubuntu, Sans-Serif">
|
||||
<rect x="0.5" y="0.5" width="339" height="199" rx="6" fill="#282a36" stroke="#282a36" stroke-opacity="1.00"/>
|
||||
<text x="20" y="30" font-size="15" font-weight="600" fill="#ff79c6">Stats</text>
|
||||
<g transform="translate(20,45.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"/></g>
|
||||
<text x="40" y="55" font-size="12" fill="#ffb86c">Total Stars</text>
|
||||
<text x="320" y="55" font-size="12" font-weight="600" fill="#bd93f9" text-anchor="end">4</text>
|
||||
<g transform="translate(20,65.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M10.5 7.75a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm1.43.75a4.002 4.002 0 01-7.86 0H.75a.75.75 0 110-1.5h3.32a4.001 4.001 0 017.86 0h3.32a.75.75 0 110 1.5h-3.32z"/></g>
|
||||
<text x="40" y="75" font-size="12" fill="#ffb86c">Total Commits (all time)</text>
|
||||
<text x="320" y="75" font-size="12" font-weight="600" fill="#bd93f9" text-anchor="end">3,121</text>
|
||||
<g transform="translate(20,85.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M10.5 7.75a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm1.43.75a4.002 4.002 0 01-7.86 0H.75a.75.75 0 110-1.5h3.32a4.001 4.001 0 017.86 0h3.32a.75.75 0 110 1.5h-3.32z"/></g>
|
||||
<text x="40" y="95" font-size="12" fill="#ffb86c">Total Commits (last year)</text>
|
||||
<text x="320" y="95" font-size="12" font-weight="600" fill="#bd93f9" text-anchor="end">1,749</text>
|
||||
<g transform="translate(20,105.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M7.177 3.073L9.573.677A.25.25 0 0110 .854v4.792a.25.25 0 01-.427.177L7.177 3.427a.25.25 0 010-.354zM3.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122v5.256a2.251 2.251 0 11-1.5 0V5.372A2.25 2.25 0 011.5 3.25zM11 2.5h-1V4h1a1 1 0 011 1v5.628a2.251 2.251 0 101.5 0V5A2.5 2.5 0 0011 2.5zm1 10.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.75 12a.75.75 0 100 1.5.75.75 0 000-1.5z"/></g>
|
||||
<text x="40" y="115" font-size="12" fill="#ffb86c">Total PRs</text>
|
||||
<text x="320" y="115" font-size="12" font-weight="600" fill="#bd93f9" text-anchor="end">69</text>
|
||||
<g transform="translate(20,125.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z"/></g>
|
||||
<text x="40" y="135" font-size="12" fill="#ffb86c">Total Issues</text>
|
||||
<text x="320" y="135" font-size="12" font-weight="600" fill="#bd93f9" text-anchor="end">7</text>
|
||||
<g transform="translate(20,145.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M1.5 2.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v8.5a.25.25 0 01-.25.25h-6.5a.75.75 0 00-.53.22L4.5 14.44v-2.19a.75.75 0 00-.75-.75h-2a.25.25 0 01-.25-.25v-8.5zM1.75 1A1.75 1.75 0 000 2.75v8.5C0 12.216.784 13 1.75 13H3v1.543a1.457 1.457 0 002.487 1.03L8.061 13h6.189A1.75 1.75 0 0016 11.25v-8.5A1.75 1.75 0 0014.25 1H1.75zm5.03 3.47a.75.75 0 010 1.06L5.31 7l1.47 1.47a.75.75 0 01-1.06 1.06l-2-2a.75.75 0 010-1.06l2-2a.75.75 0 011.06 0zm2.44 0a.75.75 0 000 1.06L10.69 7 9.22 8.47a.75.75 0 001.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0z"/></g>
|
||||
<text x="40" y="155" font-size="12" fill="#ffb86c">Total PR Reviews</text>
|
||||
<text x="320" y="155" font-size="12" font-weight="600" fill="#bd93f9" text-anchor="end">0</text>
|
||||
<g transform="translate(20,165.00) scale(0.750)" fill="#6272a4"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"/></g>
|
||||
<text x="40" y="175" font-size="12" fill="#ffb86c">Contributed to</text>
|
||||
<text x="320" y="175" font-size="12" font-weight="600" fill="#bd93f9" text-anchor="end">15</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.4 KiB |