feat: add Travelynx service with train icon
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m1s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m1s
Added the new Travelynx service to the services.json file to allow users to log their rail journeys. Introduced a new train icon in SVG format to visually represent this service. This addition enhances the diversity of services offered, catering specifically to users interested in tracking rail journeys in Germany and Europe
This commit is contained in:
parent
aebac22fef
commit
c3c1685bdb
2 changed files with 19 additions and 0 deletions
1
assets/dist/icons/train.svg
vendored
Normal file
1
assets/dist/icons/train.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><line x1="48" y1="128" x2="208" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="48" y1="72" x2="208" y2="72" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="96" y1="208" x2="72" y2="240" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="160" y1="208" x2="184" y2="240" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="48" y="32" width="160" height="176" rx="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="128" y1="72" x2="128" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><circle cx="84" cy="172" r="12"/><circle cx="172" cy="172" r="12"/></svg>
|
After Width: | Height: | Size: 1 KiB |
|
@ -276,6 +276,24 @@
|
||||||
"exclude_from_index": false,
|
"exclude_from_index": false,
|
||||||
"exclude_from_simple": false
|
"exclude_from_simple": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Travelynx",
|
||||||
|
"url": "https://traveling.coffee",
|
||||||
|
"homemade": false,
|
||||||
|
"tiny_description": "rail journey logger (German)",
|
||||||
|
"short_description": "Travelynx is a service for logging your rail journeys. (German)",
|
||||||
|
"long_description": "Travelynx is a service for logging your rail journeys, primarily for Germany and surrounding Europe. You can use it to keep track of the trains you've taken, and to view statistics about your trips.",
|
||||||
|
"status": "OK",
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"name": "Go to Travelynx",
|
||||||
|
"url": "https://traveling.coffee"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"icon": "train",
|
||||||
|
"exclude_from_index": false,
|
||||||
|
"exclude_from_simple": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "AllTube",
|
"name": "AllTube",
|
||||||
"url": "https://alltube.private.coffee",
|
"url": "https://alltube.private.coffee",
|
||||||
|
|
Loading…
Reference in a new issue