From ad4b0921b18e3090dbe55912d624df36fcc01a12 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Tue, 20 Jan 2026 08:54:00 -0700 Subject: [PATCH] feat(dev): modernize project cards with clean design - add rounded-xl corners to project cards - change project labels to clean badges (Project 1, 2, etc) - convert titles to normal case from uppercase - update tags to hashtag format with simplified styling - remove technical labels and pulsing dots - modernize buttons with normal case text and cleaner styling - update secondary section with modern badge and button - reduce iframe grayscale for better preview - faster transitions throughout (300ms-500ms) --- src/pages/dev.astro | 73 ++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 38 deletions(-) diff --git a/src/pages/dev.astro b/src/pages/dev.astro index ca2dc97..0e025eb 100644 --- a/src/pages/dev.astro +++ b/src/pages/dev.astro @@ -63,36 +63,31 @@ const pageTitle = `Dev | ${SITE_TITLE}`;
{allProjects.map((project, index) => ( -
- -
+ +
-
-
- PRJ.0{project.data.order} - - LIVE_FEED -
+
+ + Project {project.data.order} +
-

+

{project.data.title}

-

+

{project.data.description}

-
- /// STACK_MANIFEST -
{project.data.tags && (
{project.data.tags.map((tag) => ( - - {tag} + + #{tag} ))}
@@ -102,7 +97,7 @@ const pageTitle = `Dev | ${SITE_TITLE}`;
@@ -121,21 +116,21 @@ const pageTitle = `Dev | ${SITE_TITLE}`; href={project.data.link} target="_blank" rel="noopener noreferrer" - class="w-full flex items-center justify-between px-6 py-4 bg-[var(--theme-hover-bg)] border border-[var(--theme-border-primary)] text-xs font-bold uppercase tracking-widest text-[var(--theme-text-primary)] hover:border-brand-accent/50 hover:text-brand-accent transition-all duration-300 group/btn rounded-full" + class="w-full flex items-center justify-between px-6 py-3 bg-[var(--theme-hover-bg)] border border-[var(--theme-border-primary)] text-sm font-medium text-[var(--theme-text-primary)] hover:border-brand-accent hover:text-brand-accent transition-all duration-300 group/btn rounded-full" > Open Externally - +
-
+
- @@ -146,8 +141,8 @@ const pageTitle = `Dev | ${SITE_TITLE}`;
-
- +
+ Click to Engage @@ -163,24 +158,26 @@ const pageTitle = `Dev | ${SITE_TITLE}`;
-
- /// SECONDARY_SPECIALIZATION +
+ + Also Offering +
-

+

Visual Effects &
Technical Art

-

+

Beyond traditional web development, I specialize in high-end VFX production and pipeline automation.