diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 5fb774d..9fb39c5 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -59,23 +59,36 @@ export default function Index() { -
+
{/* Hero */} -
-
+
+
+

+ Hey, I'm Paul +

+

+ also known as{" "} + Space online +

+
+
Paul W
-
-

Paul W.

+
+ + Developer & Gamer + +

+ Building digital experiences ✨ +

- - Developer & Gamer - -

Woah, thats me😲

{/* About Section */} @@ -131,9 +144,15 @@ export default function Index() { {/* My Blog Posts */}
-

+

Blog Posts

+

+ Man i love this posting thing, can't you tell? +

-

+

My Dawg

-
+
{project.description}

-
+ @@ -448,6 +486,7 @@ const projects: { image?: string; open_source: { link: string } | false; link: string; + blog_post?: string; }[] = [ { name: "BetterNews", @@ -460,7 +499,7 @@ const projects: { { name: "Reversed.Dev", description: - "An upcomming overlooking platform showing off Projects under the Reversed.Dev Brand.", + "An upcomming 'Dev Studio' with a lot of cool Projects. Stay tuned!", image: "https://cdn.reversed.dev/pictures/icon.png", open_source: false, link: "https://reversed.dev", @@ -486,7 +525,7 @@ const projects: { "A simple QR Code Generator for free. No tracking, no ads, just QR Codes. Just like we love em.", image: "https://cdn.reversed.dev/pictures/qrcode.jpeg", open_source: { link: "https://github.com/reversed-dev/qr-code-gen" }, - link: "https://qrcode.reversed.dev", + link: "https://qr.reversed.dev", }, { name: "Tyler-The-Creator Countdown",