diff --git a/package.json b/package.json index 6205658..b2ff9db 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@nuxt/content": "^1.14.0", - "@nuxtjs/axios": "^5.13.5", + "@nuxtjs/axios": "^5.13.6", "@nuxtjs/composition-api": "0.23.4", "@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/redirect-module": "^0.3.1", @@ -18,23 +18,23 @@ "@nuxtjs/sentry": "^5.1.0", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/universal-storage": "^0.5.9", - "core-js": "^3.13.1", - "nuxt": "^2.15.6", - "nuxt-i18n": "^6.27.0", + "core-js": "^3.14.0", + "nuxt": "^2.15.7", + "nuxt-i18n": "^6.27.1", "prism-themes": "^1.7.0", - "sass": "^1.34.0", - "windicss": "^3.0.12" + "sass": "^1.35.1", + "windicss": "^3.1.3" }, "devDependencies": { - "@nuxt/types": "^2.15.6", + "@nuxt/types": "^2.15.7", "@nuxt/typescript-build": "^2.1.0", - "@nuxtjs/color-mode": "^2.0.9", + "@nuxtjs/color-mode": "^2.0.10", "markdown-it-prism": "^2.1.6", "nuxt-vite": "^0.1.1", - "nuxt-windicss": "^0.8.2", + "nuxt-windicss": "1.0.3", "sass-loader": "10.1.1", - "vite-plugin-components": "^0.10.4", + "vite-plugin-components": "^0.11.1", "vite-plugin-md": "^0.6.7", - "vite-plugin-windicss": "^0.16.7" + "vite-plugin-windicss": "^1.0.4" } } diff --git a/src/assets/images/projects/artclick.png b/src/assets/images/projects/artclick.png deleted file mode 100644 index dc74e11..0000000 Binary files a/src/assets/images/projects/artclick.png and /dev/null differ diff --git a/src/assets/images/projects/linkyjs.png b/src/assets/images/projects/linkyjs.png new file mode 100644 index 0000000..0fa9ae3 Binary files /dev/null and b/src/assets/images/projects/linkyjs.png differ diff --git a/src/content/projects.json b/src/content/projects.json index 2c9e02e..f75252a 100644 --- a/src/content/projects.json +++ b/src/content/projects.json @@ -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"] } ] diff --git a/src/locales/en-EN.ts b/src/locales/en-EN.ts index a818d1b..31a9a38 100644 --- a/src/locales/en-EN.ts +++ b/src/locales/en-EN.ts @@ -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' } } diff --git a/src/locales/fr-FR.ts b/src/locales/fr-FR.ts index 1acfea1..576a234 100644 --- a/src/locales/fr-FR.ts +++ b/src/locales/fr-FR.ts @@ -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' } }