1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix: rename portfolio to projects + reorganize home page ordering of sections

This commit is contained in:
2025-08-31 20:51:55 +02:00
parent b3140dd977
commit 49896bbaeb
4 changed files with 15 additions and 15 deletions

View File

@@ -21,21 +21,21 @@ const HomePage: React.FC<HomePageProps> = async (props) => {
<MainLayout> <MainLayout>
<About /> <About />
<RevealFade>
<Interests />
</RevealFade>
<RevealFade>
<Skills />
</RevealFade>
<RevealFade> <RevealFade>
<Portfolio /> <Portfolio />
</RevealFade> </RevealFade>
<RevealFade>
<Interests />
</RevealFade>
<RevealFade> <RevealFade>
<OpenSource /> <OpenSource />
</RevealFade> </RevealFade>
<RevealFade>
<Skills />
</RevealFade>
</MainLayout> </MainLayout>
) )
} }

View File

@@ -87,7 +87,7 @@
"title": "Studies" "title": "Studies"
}, },
"interests": { "interests": {
"fusey": "<link>Fusey (fusey.gg)</link>: website I'm developing for the game ARK: Survival Ascended 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.", "fusey": "<link>Fusey (fusey.gg)</link>: 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.",
"open-source": "Open-Source Enthusiast" "open-source": "Open-Source Enthusiast"
}, },
"work": { "work": {
@@ -141,7 +141,7 @@
}, },
"portfolio": { "portfolio": {
"fusey": { "fusey": {
"description": "ARK: Survival Ascended Wiki and Player stats tracker.", "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.",
"title": "Fusey" "title": "Fusey"
}, },
"carolo": { "carolo": {
@@ -152,7 +152,7 @@
"description": "Leon is your open-source personal assistant.", "description": "Leon is your open-source personal assistant.",
"title": "Leon" "title": "Leon"
}, },
"title": "Portfolio" "title": "Projects"
}, },
"skills": { "skills": {
"backend": "Backend", "backend": "Backend",

View File

@@ -87,7 +87,7 @@
"title": "Études" "title": "Études"
}, },
"interests": { "interests": {
"fusey": "<link>Fusey (fusey.gg)</link> : site web que je développe pour le jeu ARK: Survival Ascended 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.", "fusey": "<link>Fusey (fusey.gg)</link> : 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.",
"open-source": "Enthousiaste de l'Open-Source" "open-source": "Enthousiaste de l'Open-Source"
}, },
"work": { "work": {
@@ -141,7 +141,7 @@
}, },
"portfolio": { "portfolio": {
"fusey": { "fusey": {
"description": "ARK: Survival Ascended Wiki et suivi des statistiques des joueurs.", "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.",
"title": "Fusey" "title": "Fusey"
}, },
"carolo": { "carolo": {
@@ -152,7 +152,7 @@
"description": "Leon est votre assistant personnel open source.", "description": "Leon est votre assistant personnel open source.",
"title": "Leon" "title": "Leon"
}, },
"title": "Portfolio" "title": "Projets"
}, },
"skills": { "skills": {
"backend": "Backend", "backend": "Backend",

View File

@@ -32,7 +32,7 @@ export const PortfolioItem: React.FC<PortfolioItemProps> = (props) => {
> >
<div className="flex justify-center"> <div className="flex justify-center">
<Image <Image
className="size-[300px] rounded-xl transition-opacity duration-500 group-hover:opacity-20 dark:group-hover:opacity-5" className="size-[300px] rounded-xl transition-opacity duration-500 group-hover:opacity-15 dark:group-hover:opacity-5"
width={300} width={300}
height={300} height={300}
src={image} src={image}