mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-23 16:30:42 +01:00
Update projects
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
BIN
src/assets/images/projects/linkyjs.png
Normal file
BIN
src/assets/images/projects/linkyjs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -24,11 +24,11 @@
|
||||
"tags": ["tags.api"]
|
||||
},
|
||||
{
|
||||
"slug": "artclick",
|
||||
"title": "ArtClick",
|
||||
"description": "works.artclick",
|
||||
"url": "https://go.arthurdanjou.fr",
|
||||
"cover": "artclick.png",
|
||||
"tags": ["tags.software"]
|
||||
"slug": "linkyjs",
|
||||
"title": "LinkyJs",
|
||||
"description": "works.linkyjs",
|
||||
"url": "https://github.com/linkyjs/",
|
||||
"cover": "linkyjs.png",
|
||||
"tags": ["tags.software", "tags.opensource"]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -227,7 +227,8 @@ export default {
|
||||
software: 'Software',
|
||||
web: 'Web',
|
||||
api: 'API',
|
||||
mc: 'Minecraft'
|
||||
mc: 'Minecraft',
|
||||
opensource: 'Open-Source'
|
||||
},
|
||||
|
||||
experiences: {
|
||||
@@ -256,6 +257,6 @@ export default {
|
||||
artapi: 'ArtApi is my personal API connected to my various instances',
|
||||
artsite: 'ArtSite is my personal website creating a single point of contact',
|
||||
erisium: 'Erisium is a french minecraft mini-game server.',
|
||||
artclick: 'ArtClick is my url shortener'
|
||||
linkyjs: 'LinkyJS is my custom and Open-Source url shortener'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -222,7 +222,8 @@ export default {
|
||||
software: 'Logiciel',
|
||||
web: 'Web',
|
||||
api: 'API',
|
||||
mc: 'Minecraft'
|
||||
mc: 'Minecraft',
|
||||
opensource: 'Open-Source'
|
||||
},
|
||||
|
||||
experiences: {
|
||||
@@ -251,6 +252,6 @@ export default {
|
||||
artapi: 'ArtApi est mon API personnelle connectée à mes diverses instances.',
|
||||
artsite: 'ArtSite est mon site personnel créant un point de contact unique.',
|
||||
erisium: 'Erisium est un serveur minecraft francophone de mini-jeux.',
|
||||
artclick: 'ArtClick est mon raccourcisseur d\'url'
|
||||
linkyjs: 'LinkyJS est mon raccourcisseur d\'url personnalisé et Open-Source'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user