touchup
All checks were successful
Deployment / Deploy website (push) Successful in 3m11s
Deployment / Deploy strapi (push) Successful in 3m1s

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

View file

@ -15,20 +15,20 @@ export const titles: string[] = [
];
export const description: string =
"Hi! I'm Ben, a Canadian Software Developer from Ottawa, Canada. I currently work as Full Stack Developer with a strong architectural mindsent. I enjoy learning new things and broadening my perspectives, I take pride in being a generalist which I believe gives me an edge. I enjoy working on side projects, have participated in Game Jams, fallen down the rabbit hole of Linux Ricing. I have an active life from the desk, like races, cycling, climbing and even wood-working! If you want to learn more about me check out my resume, my blog posts or my projects!";
"Hi! I'm Ben, a Canadian Software Developer from Ottawa, Canada. I currently work as Full Stack Developer with a strong architectural mindsent. I enjoy learning new things and broadening my perspectives, I take pride in being a generalist which I believe gives me an edge. I enjoy working on side projects, have participated in Game Jams, fallen down the rabbit hole of Linux Ricing and Self Hosting (like this website!). I have an active life away from the desk, I do races, cycling, climbing and even wood-working! If you want to learn more about me check out my resume, my blog posts or my projects!";
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.",
},
];