diff --git a/README.md b/README.md index 6cb592f..c99eb46 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ This project is the development of a custom portfolio website for Nano Green Dot ## 2. Project Status -**Progress:** 0/15 Tasks Complete +**Progress:** 1/15 Tasks Complete -`[..............................]` 0% +`[##............................]` 7% --- @@ -74,7 +74,7 @@ The project will be developed in four distinct phases. ### Phase 1: Foundation & Setup (In Progress) * [ ] **1.1:** Initialize Git repository and project structure. -* [ ] **1.2:** Clean and prepare the `v.0.0.1` theme files into the new "nano-design-build" theme structure. +* [x] **1.2:** Clean and prepare the `v.0.0.1` theme files into the new "nano-design-build" theme structure. * [ ] **1.3:** Define global styles and fonts in `theme.json`. ### Phase 2: Core Page & Template Construction @@ -102,4 +102,5 @@ The project will be developed in four distinct phases. ## 6. Changelog +* **2025-09-19:** Completed Task 1.2: Front Page Block Scaffold (Exact Parity). * **2025-08-27:** Project Initialized. Roadmap and protocols established. diff --git a/footer.php b/footer.php index acf67bb..844ebad 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,6 @@ - - - \ No newline at end of file + - -
- -
-
-

Designing & Building The Future

-

We craft bespoke homes that merge timeless design with modern living.

-
-
- -
- 'project', - 'posts_per_page' => 3, - 'orderby' => 'date', - 'order' => 'DESC', - ); - $recent_projects = new WP_Query( $args ); - ?> - - have_posts() ) : ?> -

Recent Work

-
- have_posts() ) : $recent_projects->the_post(); ?> - - - - - - -
- - -
- - \ No newline at end of file +get_header(); +// Intentionally empty. +get_footer(); diff --git a/header.php b/header.php index 9e165a6..c3b1e65 100644 --- a/header.php +++ b/header.php @@ -1,12 +1,6 @@ - -> - - - - - -> + - Work - \ No newline at end of file +/** + * This file is intentionally left blank. + * The header is now rendered using the block template part at parts/header.html. + */ diff --git a/parts/footer.html b/parts/footer.html new file mode 100644 index 0000000..cd94562 --- /dev/null +++ b/parts/footer.html @@ -0,0 +1,7 @@ + + + diff --git a/parts/header.html b/parts/header.html new file mode 100644 index 0000000..be14c0a --- /dev/null +++ b/parts/header.html @@ -0,0 +1,8 @@ + + + diff --git a/templates/front-page.html b/templates/front-page.html new file mode 100644 index 0000000..736f6e6 --- /dev/null +++ b/templates/front-page.html @@ -0,0 +1,71 @@ + + + +
+ +
+ + +
+ + + + +
+ +

Designing & Building The Future

+ + +

We craft bespoke homes that merge timeless design with modern living.

+ +
+ +
+
+ + + +
+ +

Recent Work

+ + + +
+ + +
+ + +
+ + + +
+ +
+ + +
+ + + + + +
+ +
+ + + diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..f690ce9 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,9 @@ + + + +
+ +
+ + +