From fb85b0d83450174732b9079294d16f512a1be484 Mon Sep 17 00:00:00 2001
From: Ricearoni1245 <169152826+Ricearoni1245@users.noreply.github.com>
Date: Wed, 29 Oct 2025 02:08:32 -0500
Subject: [PATCH 1/3] Fix markdown formatting in theme system section
Updated theme system section to use proper markdown formatting.
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index b3e85fa..46d0485 100644
--- a/README.md
+++ b/README.md
@@ -37,12 +37,12 @@ src/
## Theme System
within index:
--5 unique themes are layed out by:
-*color-bg
-*color-primary
-*color-text
-*color-secondary
-*color-tertiary
+# -5 unique themes are layed out by:
+# *color-bg
+# *color-primary
+# *color-text
+# *color-secondary
+# *color-tertiary
These themes are applied via html[data-theme="x"] and are used across the site for all gradients, tints, accents, etc.
From fec156f6d3a6b716992a4804be484320f2878fcf Mon Sep 17 00:00:00 2001
From: Ricearoni1245 <169152826+Ricearoni1245@users.noreply.github.com>
Date: Wed, 29 Oct 2025 02:12:11 -0500
Subject: [PATCH 2/3] Update README formatting and improve headings
---
README.md | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/README.md b/README.md
index 46d0485..1673d13 100644
--- a/README.md
+++ b/README.md
@@ -36,32 +36,32 @@ src/
## Theme System
-within index:
-# -5 unique themes are layed out by:
-# *color-bg
-# *color-primary
-# *color-text
-# *color-secondary
-# *color-tertiary
+### within index:
+#### 5 unique themes are layed out by:
+- color-bg
+- color-primary
+- color-text
+- color-secondary
+- color-tertiary
These themes are applied via html[data-theme="x"] and are used across the site for all gradients, tints, accents, etc.
## DEV NOTES as of 10/29/2025
--All social links are dummy values as of now.
--Section layout is controlleted via wrappers.
--Images are outdated and will be replaced.
--UI is mobile-oriented, but device friendly.
+- All social links are dummy values as of now.
+- Section layout is controlleted via wrappers.
+- Images are outdated and will be replaced.
+- UI is mobile-oriented, but device friendly.
## TODO
--Add links to projects within cards
--Change out experiance tab for resume/skills
--Add animations
--more ways to contact
--Deploy site via personal service
+- Add links to projects within cards
+- Change out experiance tab for resume/skills
+- Add animations
+- more ways to contact
+- Deploy site via personal service
## View Progress
@@ -77,7 +77,7 @@ npm run dev
## Author
-Jody Holt
-Frontend Developer • Passion Pioneer
-[GitHub](https://github.com/Ricearoni1245) • [LinkedIn](https://www.linkedin.com/in/jody-holt-9b19b0256) • [Email](mailto:jholt1008@gmail.com)
+### Jody Holt
+### Frontend Developer • Passion Pioneer
+#### [GitHub](https://github.com/Ricearoni1245) • [LinkedIn](https://www.linkedin.com/in/jody-holt-9b19b0256) • [Email](mailto:jholt1008@gmail.com)
From 584a4325afa7f3c8754972715035e774ba311886 Mon Sep 17 00:00:00 2001
From: Ricearoni1245 <169152826+Ricearoni1245@users.noreply.github.com>
Date: Wed, 29 Oct 2025 02:12:42 -0500
Subject: [PATCH 3/3] Fix formatting in README.md for stack section
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 1673d13..1ed7362 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@ This site demonstrates my personality, skills, and presents the tone I provide t
**STACK**
--SPA with React (functonal components, hooks)
--TailwindCSS (custom tokens and theme system)
--Theme Engine (5 themes with automated color adaption per user preference )
--IntersectionObserver (based scroll nav)
--Modular component layout
+- SPA with React (functonal components, hooks)
+- TailwindCSS (custom tokens and theme system)
+- Theme Engine (5 themes with automated color adaption per user preference )
+- IntersectionObserver (based scroll nav)
+- Modular component layout
---