mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-02-20 03:09:20 +01:00
feat(portfolio): separate Fusey and Fusey ARK
This commit is contained in:
BIN
apps/website/public/images/portfolio/Fusey-ARK.webp
Normal file
BIN
apps/website/public/images/portfolio/Fusey-ARK.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 313 KiB |
@@ -152,17 +152,17 @@
|
||||
},
|
||||
"portfolio": {
|
||||
"fusey": {
|
||||
"description": "Website I'm developing for the game ARK that tracks the number of players connected to the servers in real time and has over ~5,000 visitors each month, ~100,000 members on Discord, and ~120,000 followers on X/Twitter.",
|
||||
"description": "A platform connecting creators and game server owners through automated, safe, and verifiable paid promotions.",
|
||||
"title": "Fusey"
|
||||
},
|
||||
"fusey-ark": {
|
||||
"description": "Website I'm developing for the game ARK that tracks the number of players connected to the servers in real time.",
|
||||
"title": "Fusey ARK"
|
||||
},
|
||||
"carolo": {
|
||||
"description": "Strategy board game similar to chess which allows grandiose moves (only available in French).",
|
||||
"title": "Carolo"
|
||||
},
|
||||
"leon": {
|
||||
"description": "Leon is your open-source personal assistant.",
|
||||
"title": "Leon"
|
||||
},
|
||||
"title": "Projects"
|
||||
},
|
||||
"skills": {
|
||||
|
||||
@@ -152,17 +152,17 @@
|
||||
},
|
||||
"portfolio": {
|
||||
"fusey": {
|
||||
"description": "Site web que je développe pour le jeu ARK qui permet de suivre en temps réel le nombre de joueurs connectés sur les serveurs et a plus de ~5 000 visiteurs chaque mois, ~100 000 membres sur Discord et ~120 000 followers sur X/Twitter.",
|
||||
"description": "Une plateforme mettant en relation les créateurs de contenu (e.g: YouTube) et les propriétaires de serveurs de jeux pour des promotions sécurisées et fiables.",
|
||||
"title": "Fusey"
|
||||
},
|
||||
"fusey-ark": {
|
||||
"description": "Site web que je développe pour le jeu ARK qui permet de suivre en temps réel le nombre de joueurs connectés sur les serveurs.",
|
||||
"title": "Fusey ARK"
|
||||
},
|
||||
"carolo": {
|
||||
"description": "Jeu de plateau stratégique similaire aux échecs qui permet des coups grandioses, reposant sur des enchaînements remarquables.",
|
||||
"title": "Carolo"
|
||||
},
|
||||
"leon": {
|
||||
"description": "Leon est votre assistant personnel open source.",
|
||||
"title": "Leon"
|
||||
},
|
||||
"title": "Projets"
|
||||
},
|
||||
"skills": {
|
||||
|
||||
@@ -16,6 +16,13 @@ export const Portfolio: React.FC<PortfolioProps> = () => {
|
||||
link: "https://fusey.gg",
|
||||
image: "/images/portfolio/Fusey.webp",
|
||||
},
|
||||
{
|
||||
id: "fusey-ark",
|
||||
title: t("home.portfolio.fusey-ark.title"),
|
||||
description: t("home.portfolio.fusey-ark.description"),
|
||||
link: "https://ark.fusey.gg",
|
||||
image: "/images/portfolio/Fusey-ARK.webp",
|
||||
},
|
||||
{
|
||||
id: "carolo",
|
||||
title: t("home.portfolio.carolo.title"),
|
||||
@@ -23,13 +30,6 @@ export const Portfolio: React.FC<PortfolioProps> = () => {
|
||||
link: "https://carolo.theoludwig.fr",
|
||||
image: "/images/portfolio/Carolo.webp",
|
||||
},
|
||||
{
|
||||
id: "leon",
|
||||
title: t("home.portfolio.leon.title"),
|
||||
description: t("home.portfolio.leon.description"),
|
||||
link: "https://getleon.ai",
|
||||
image: "/images/portfolio/Leon.webp",
|
||||
},
|
||||
]
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user