Skip to content

Commit 5c19b97

Browse files
committed
Updates about me text
1 parent 5dad248 commit 5c19b97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/About.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ export default function About({
44
numberOfParagraphs?: number;
55
}) {
66
const textArray = [
7-
"Software Engineer interested in Front-End Development and Back-End Development",
8-
"Other topics I am passionate about are Functional Programming, Open-Source, and Security and Privacy.",
7+
"Software Developer with experience in front-end systems. Currently interested in back-end development with .NET and C#.",
8+
9+
"Besides programming I'm also interested in Generative Syntax, Formal Semantics, Natural Language Processing and Analytic Philosophy.",
910
];
1011

1112
return (

0 commit comments

Comments
 (0)