feat(icons): add hard-hat icon and new services
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s

Introduce hard-hat SVG icon and add new services (nocdnbs, nobsdelivr) to services.json. These services provide privacy-friendly proxies to major CDNs (Cloudflare and jsDelivr), enhancing user privacy by avoiding tracking.
This commit is contained in:
Kumi 2024-08-03 17:27:40 +02:00
parent 7ba14168f3
commit eaadc59893
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 35 additions and 0 deletions

1
assets/dist/icons/hard-hat.svg vendored Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M224,152V136a96.37,96.37,0,0,0-64-90.51V40a16,16,0,0,0-16-16H112A16,16,0,0,0,96,40v5.49A96.37,96.37,0,0,0,32,136v16a16,16,0,0,0-16,16v24a16,16,0,0,0,16,16H224a16,16,0,0,0,16-16V168A16,16,0,0,0,224,152Zm-16-16v16H160V62.67A80.36,80.36,0,0,1,208,136ZM144,40V152H112V40ZM48,136A80.36,80.36,0,0,1,96,62.67V152H48Zm176,56H32V168H224v24Z"></path></svg>

After

Width:  |  Height:  |  Size: 455 B

View file

@ -584,6 +584,40 @@
"icon": "map-trifold",
"exclude_from_index": false,
"exclude_from_simple": false
},
{
"name": "nocdnbs",
"url": "https://nocdnbs.private.coffee",
"homemade": true,
"short_description": "nocdnbs is a privacy-friendly proxy to cdnjs.cloudflare.com",
"long_description": "nocdnbs is a privacy-friendly proxy to cdnjs.cloudflare.com. It allows you to use the cdnjs.cloudflare.com library without being tracked by Cloudflare.",
"status": "OK",
"links": [
{
"name": "Go to nocdnbs",
"url": "https://nocdnbs.private.coffee"
}
],
"icon": "hard-hat",
"exclude_from_index": false,
"exclude_from_simple": false
},
{
"name": "nobsdelivr",
"url": "https://nobsdelivr.private.coffee",
"homemade": true,
"short_description": "nobsdelivr is a privacy-friendly proxy to cdn.jsdelivr.net",
"long_description": "nobsdelivr is a privacy-friendly proxy to cdn.jsdelivr.net. It allows you to use the cdn.jsdelivr.net library without being tracked by jsDelivr.",
"status": "OK",
"links": [
{
"name": "Go to nobsdelivr",
"url": "https://nobsdelivr.private.coffee"
}
],
"icon": "hard-hat",
"exclude_from_index": false,
"exclude_from_simple": false
}
]
}