From b750d190b800ba9584c652a26acb148a08aa1e56 Mon Sep 17 00:00:00 2001 From: Midlou Date: Tue, 6 Feb 2024 00:28:13 -0300 Subject: [PATCH] More adjustments to home layout --- src/pages/index.astro | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index e10db9d..a9813f3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -25,7 +25,7 @@ const TITLE = 'Home';
Midlou
-

+

Hello there! My pseudonym is Midlou, I'm a Software engineer; Programmer; 3D modeler and 3D printing; level designer; audio, video and image creator/editor; @@ -33,15 +33,22 @@ const TITLE = 'Home'; I speak Brazilian Portuguese and English.

- { - PROFILE_ITEMS.map((item, index) => { - return - {item.label}{ PROFILE_ITEMS.length - 1 == index ? null : } - - - }) - } +
+ { + PROFILE_ITEMS.map((item, index) => { + return + + {item.label} + + { + PROFILE_ITEMS.length - 1 == index + ? null + : + } + + }) + } +