diff --git a/src/components/About.tsx b/src/components/About.tsx index c84a90d..24db50e 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -2,14 +2,16 @@ export default function About() { return (
{/* Titel */} -
+
+

+ // 01. Introduction +

About me.

-
@@ -52,49 +54,61 @@ export default function About() { {/* Right column */}
-
-
+
+
-

- // Quick - Facts -

+
+ {/* Header Titel */} +
+

+ //{" "} + Quick Facts +

+
-
    -
  • - - Location: - Germany -
  • -
  • - - Languages: - German, English -
  • -
  • - - Core Stack: - - Angular (TS), React (Next.js) - -
  • -
  • - - Core Focus: - - Clean Code & Architecture - -
  • -
  • - - Status: - - - Available for projects - -
  • -
+ {/* List Container */} +
    +
  • + + Languages: + + German, English + +
  • +
  • + + + Core Stack: + + + Angular (TS), React (Next.js) + +
  • +
  • + + + Core Focus: + + + Clean Code & Architecture + +
  • +
  • + + Status: + + + Available for projects + +
  • +
+
+ {/* Footer Quote */}
`Keep it simple, keep it clean.`
diff --git a/src/components/Header.tsx b/src/components/Header.tsx index b920511..2ee3359 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -14,8 +14,8 @@ export default function Header() { ]; return ( -
-
+
+
- {/* Blue background glow */} -
-
- +
{/* Left column */} -
+
// Hi, my name is @@ -18,8 +14,9 @@ export default function Hero() { André Kempf. -

- Full-Stack Developer +

+ Full-Stack{" "} + Developer

@@ -35,10 +32,10 @@ export default function Hero() {

{/* Buttons */} -
+
Contact me @@ -53,12 +50,12 @@ export default function Hero() { {/* Right column */}
-
+
André Kempf
diff --git a/src/components/Skills.tsx b/src/components/Skills.tsx index a87ed9f..9033005 100644 --- a/src/components/Skills.tsx +++ b/src/components/Skills.tsx @@ -2,11 +2,13 @@ export default function Skills() { return (
{/* Titel */} -
-
+
+

+ // 02. Technical Stack +

My Skills.