From 3bc31af3c0eb78063194046755d75f80560601e1 Mon Sep 17 00:00:00 2001 From: Space Date: Thu, 23 Jan 2025 20:44:55 +0100 Subject: [PATCH] Refactor styles in Index component for consistency and improved readability --- app/routes/_index.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index f960077..c16ec80 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -72,7 +72,7 @@ export default function Index() {

Paul W.

- + Developer & Gamer

Woah, thats me😲

@@ -84,7 +84,7 @@ export default function Index() { About Me
@@ -135,14 +135,14 @@ export default function Index() { Blog Posts
{posts.map((post) => (
@@ -155,16 +155,16 @@ export default function Index() { {post.tags.map((tag) => ( {tag} ))}
-

+

{post.title}

-

+

{post.excerpt}

@@ -249,7 +249,7 @@ export default function Index() { {projects.map((project, index) => (
@@ -264,10 +264,10 @@ export default function Index() { />
)} -

+

{project.name}

-

+

{project.description}

@@ -287,9 +287,9 @@ export default function Index() { View Source @@ -306,7 +306,7 @@ export default function Index() { Contact

@@ -344,7 +344,7 @@ export default function Index() { Skills? Whats that? Never heard of it🤔

    @@ -375,7 +375,7 @@ export default function Index() { What's Next?