mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-07-22 11:51:11 +02:00
docs(readme): self-host the LinkedIn badge SVG too (removes the last shields.io dependency)
This commit is contained in:
parent
5026a98dec
commit
aa7277a1ef
2 changed files with 17 additions and 1 deletions
|
|
@ -194,5 +194,5 @@ This project is for educational purposes only. It is provided as-is, with no war
|
|||
|
||||
<p align="center">
|
||||
Built by <a href="https://it.linkedin.com/in/federico-elia-5199951b6">Federico Elia</a>
|
||||
<a href="https://it.linkedin.com/in/federico-elia-5199951b6"><img src="https://img.shields.io/badge/LinkedIn-Federico%20Elia-0A66C2?logo=linkedin&logoColor=white" alt="LinkedIn"></a>
|
||||
<a href="https://it.linkedin.com/in/federico-elia-5199951b6"><img src="docs/badges/linkedin.svg" alt="LinkedIn"></a>
|
||||
</p>
|
||||
|
|
|
|||
16
docs/badges/linkedin.svg
Normal file
16
docs/badges/linkedin.svg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="159" height="20" role="img" aria-label="LinkedIn: Federico Elia">
|
||||
<title>LinkedIn: Federico Elia</title>
|
||||
<linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient>
|
||||
<clipPath id="r"><rect width="159" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="63" height="20" fill="#555"/>
|
||||
<rect x="63" width="96" height="20" fill="#0A66C2"/>
|
||||
<rect width="159" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11">
|
||||
<text x="31.5" y="15" fill="#010101" fill-opacity=".3">LinkedIn</text>
|
||||
<text x="31.5" y="14">LinkedIn</text>
|
||||
<text x="111.0" y="15" fill="#010101" fill-opacity=".3">Federico Elia</text>
|
||||
<text x="111.0" y="14">Federico Elia</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 896 B |
Loading…
Add table
Add a link
Reference in a new issue