From 9f7d808baa7b765a95d19f93643e6625360c5ad9 Mon Sep 17 00:00:00 2001 From: Sam Wagner Date: Fri, 13 Feb 2026 14:41:48 +1000 Subject: [PATCH 1/3] help --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b324af7..cb38ddc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Port Flow +test test test + My portfolio site! The primary use is a static site where my blogs are stored. ## Technologies From d86dac0bf6c641c777327f597ab84fde24fd848a Mon Sep 17 00:00:00 2001 From: Sam Wagner Date: Sat, 14 Feb 2026 14:26:58 +1000 Subject: [PATCH 2/3] update opening --- src/pages/blogs/great-internal-processes.md | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/blogs/great-internal-processes.md b/src/pages/blogs/great-internal-processes.md index 681a49a..63a368a 100644 --- a/src/pages/blogs/great-internal-processes.md +++ b/src/pages/blogs/great-internal-processes.md @@ -7,7 +7,7 @@ publishDate: "February 5th, 2026" At any company, you’ll end up having to have jobs that “keep the lights on”. This is common and to be expected. Much the same as when you own a home, someone’s gotta do the dishes. -There is a common dysfunction that occurs in companies though, which doesn’t usually happen at home. People end up getting an ever-growing set of responsibilities, without an equivalently growing agency to do them. +There is a common dysfunction that occurs in companies though, which doesn’t usually happen at home. People end up getting an ever-growing set of responsibilities, without an equivalently growing level of agency to do them. When you give someone the responsibility to “run XYZ meeting”, “keep the dishes done”, “Check in on XYZ employees”, or “Know what people are working on”, but then force them to work in a strict way, do routine check-ins and micromanaging, you’re creating a dysfunction that leads to work being done slower, and people being less and less happy. diff --git a/src/pages/index.astro b/src/pages/index.astro index 3195726..b93866b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -22,7 +22,7 @@ import { Icon } from "astro-icon/components"; At any company, you’ll end up having to have jobs that “keep the lights on”. This is common and to be expected. Much the same as when you own a home, someone’s gotta do the dishes.

- There is a common dysfunction that occurs in companies though, which doesn’t usually happen at home. People end up getting an ever-growing set of responsibilities, without an equivalently growing agency to do them. + There is a common dysfunction that occurs in companies though, which doesn’t usually happen at home. People end up getting an ever-growing set of responsibilities, without an equivalently growing level of agency to do them.

From a47ea6be9b42bd903304bb52fc69bf3b454ed3ba Mon Sep 17 00:00:00 2001 From: Sam Wagner Date: Sat, 14 Feb 2026 18:15:25 +1000 Subject: [PATCH 3/3] fix padding for mobile --- src/pages/index.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index b93866b..8a33e06 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -205,6 +205,8 @@ import { Icon } from "astro-icon/components"; .blogCardContainer { padding-bottom: 5rem; padding-top:5rem; + padding-left: 1rem; + padding-right: 1rem; display: flex; flex-direction: column; gap: 3rem;