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 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..8a33e06 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.

@@ -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;