touchup
This commit is contained in:
parent
b338fced35
commit
636fb77231
1 changed files with 3 additions and 3 deletions
|
|
@ -22,13 +22,13 @@ export const activities: Item[] = [
|
||||||
icon: Globe,
|
icon: Globe,
|
||||||
title: "Web Development",
|
title: "Web Development",
|
||||||
description:
|
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,
|
icon: Gamepad2,
|
||||||
title: "Game Development",
|
title: "Game Development",
|
||||||
description:
|
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,
|
icon: BicepsFlexed,
|
||||||
|
|
@ -40,6 +40,6 @@ export const activities: Item[] = [
|
||||||
icon: Braces,
|
icon: Braces,
|
||||||
title: "Linux Ricing",
|
title: "Linux Ricing",
|
||||||
description:
|
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.",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue