From 664e227f15ff2ada35b80bbc236ffe1a32981611 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 16 Aug 2026 13:00:32 -0500 Subject: [PATCH] feat(home): rebuild front-page template to match Carbon Blue mockup --- front-page.php | 88 ++++++++++++++++++++++++------ styles/components/project-card.css | 47 ++++++++++++++++ 2 files changed, 119 insertions(+), 16 deletions(-) diff --git a/front-page.php b/front-page.php index b1ee790..4905664 100644 --- a/front-page.php +++ b/front-page.php @@ -1,27 +1,83 @@ +
+
+
+
+ +

+ + +

+ -
-
- +
+ + > + + + + + > + + + +
+
+
-
+
- +
+
+

+ + → + +
+
+ + 'projects', + 'posts_per_page' => 3, + 'no_found_rows' => true, + ) + ); + + if ( $recent->have_posts() ) : ?> +
+ have_posts() ) : + $recent->the_post(); + get_template_part( 'views/components/project-card' ); + endwhile; + wp_reset_postdata(); + ?> +
+ +
+

+

+
+ +
+ +