touchup
Some checks failed
Deployment / Deploy strapi (push) Waiting to run
Deployment / Deploy website (push) Has been cancelled

This commit is contained in:
Benjamin Palko 2025-06-27 09:10:28 -04:00
parent b338fced35
commit 636fb77231

View file

@ -22,13 +22,13 @@ export const activities: Item[] = [
icon: Globe,
title: "Web Development",
description:
"This is what I have been doing for a living for almost 7 years. I've worked on projects from Python, to Java EE, Spring Framework, .NET and a whole lot of the jungle of the Javascript/Typescript ecosystem.",
"I have been doing this for a living for almost 7 years. I've worked on projects from Python, to Java EE, Spring Framework, .NET and a whole lot of the jungle of the Javascript/Typescript ecosystem.",
},
{
icon: Gamepad2,
title: "Game Development",
description:
"I've worked in both Unity and Godot, I hope to build my own engine and/or become a contributor! It's a hobby I do out of passion and inspiration. Save the animals!",
"I've worked in both Unity and Godot, I hope to build my own engine and/or become a contributor! It's a hobby I do out of passion and inspiration.",
},
{
icon: BicepsFlexed,
@ -40,6 +40,6 @@ export const activities: Item[] = [
icon: Braces,
title: "Linux Ricing",
description:
"Not just a hobby, it's a lifestyle. It's a Pandora's box of taking back control of your tech life, and be warned, it doesn't end with just your desktop.",
"Not just a hobby, it's a lifestyle. A Pandora's box of taking back control of your tech life, and be warned, it doesn't end with just your desktop.",
},
];