diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a6155c4..577bd53 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -192,11 +192,11 @@ export default function Home() {
-
-
+
-
- -
-
+
-
+
-
-

About

+
+

About

-
-
+
+
-
+
Jan-Marlon Leibl - Fullstack Software Developer -
-

Jan-Marlon Leibl

-

Fullstack Developer

+
+

Jan-Marlon Leibl

+

Fullstack Developer

-
-
-

+

+
+

Hello! I'm Jan-Marlon, but please call me Jan. I started my journey in programming at the age of 11 with C#, fascinated by a desktop application my friend created.

-

+

Today, I specialize in PHP and TypeScript development, constantly pushing the boundaries of what's possible on the web. My journey has led me from creating simple applications to developing complex systems used by thousands.

-
-
+
+
-

Technologies

+

Technologies

-
    +
      {['PHP', 'JavaScript', 'MySQL', 'React'].map((tech) => (
    • {tech} @@ -359,12 +359,12 @@ export default function Home() {
-
+
-

Interests

+

Interests

-
    +
      {[ 'Web Development', 'System Architecture', @@ -373,7 +373,7 @@ export default function Home() { ].map((interest) => (
    • {interest} @@ -383,20 +383,20 @@ export default function Home() {
-
+
View GitHub - - + Connect on LinkedIn @@ -407,20 +407,20 @@ export default function Home() {
-
+
-
- Portfolio +
+ Portfolio
-

Selected Work

+

Selected Work

-
+
{[ { title: 'ventry.host v2', @@ -450,33 +450,33 @@ export default function Home() {
-
+
{project.year}
-
-
-

+
+
+

{project.title}

-

+

{project.description}

-
-
-

Technologies

-
+
+
+

Technologies

+
{project.tags.map((tag, tagIndex) => ( {tag}{tagIndex !== project.tags.length - 1 && ( - + )} ))} @@ -485,7 +485,7 @@ export default function Home() {
-
+
))} @@ -493,26 +493,26 @@ export default function Home() {

- + ); }