1
0
Fork 0
mirror of https://github.com/nikku/works-on-my-machine.git synced 2024-05-28 01:26:02 +02:00

Compare commits

...

5 Commits

Author SHA1 Message Date
Nico Rehwaldt 8164590bad docs: update to v0.4.0 2024-02-26 21:27:35 +01:00
Nico Rehwaldt 0abeddcf33
feat: add title tag 2024-02-26 21:26:55 +01:00
Nico Rehwaldt cc17dba5e1
feat: improve badge typography 2024-02-26 21:26:21 +01:00
Nico Rehwaldt f48c7bda67 docs: update to v0.3.0 2024-02-26 21:03:44 +01:00
Nico Rehwaldt 1815d2f980
feat: improve padding 2024-02-26 21:01:00 +01:00
2 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# Works on my Machine
[![works badge](https://cdn.jsdelivr.net/gh/nikku/works-on-my-machine@v0.2.0/badge.svg)](https://github.com/nikku/works-on-my-machine)
[![works on my machine badge](https://cdn.jsdelivr.net/gh/nikku/works-on-my-machine@v0.4.0/badge.svg)](https://github.com/nikku/works-on-my-machine)
__TLDR:__ This project works well on my machine. It may or may not work on your machine, too.
@ -10,7 +10,7 @@ __TLDR:__ This project works well on my machine. It may or may not work on your
Include in your `README.md`:
```markdown
[![works badge](https://cdn.jsdelivr.net/gh/nikku/works-on-my-machine@v0.2.0/badge.svg)](https://github.com/nikku/works-on-my-machine)
[![works on my machine badge](https://cdn.jsdelivr.net/gh/nikku/works-on-my-machine@v0.4.0/badge.svg)](https://github.com/nikku/works-on-my-machine)
```

View File

@ -1,16 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" width="131" height="20">
<svg xmlns="http://www.w3.org/2000/svg" width="138" height="20">
<title>Works on my Machine</title>
<linearGradient id="a" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<rect rx="3" width="131" height="20" fill="#555"/>
<rect rx="3" x="39" width="92" height="20" fill="#4c1"/>
<path fill="#4c1" d="M39 0h4v20h-4z"/>
<rect rx="3" width="131" height="20" fill="url(#a)"/>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="19.5" y="15" fill="#010101" fill-opacity=".3">works</text>
<text x="19.5" y="14">works</text>
<text x="84.5" y="15" fill="#010101" fill-opacity=".3">on my machine</text>
<text x="84.5" y="14">on my machine</text>
<rect rx="3.5" width="135" height="20" fill="#555"/>
<rect rx="3.5" x="42" width="96" height="20" fill="#4c1"/>
<path fill="#4c1" d="M42 0h4v20h-4z"/>
<rect rx="3.5" width="138" height="20" fill="url(#a)"/>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11.2">
<text x="21.5" y="15" fill="#010101" fill-opacity=".3">works</text>
<text x="21.5" y="14">works</text>
<text x="88.5" y="15" fill="#010101" fill-opacity=".3">on my machine</text>
<text x="88.5" y="14">on my machine</text>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 802 B

After

Width:  |  Height:  |  Size: 848 B