From ec1d4e6246fadef4115a52cc13f55bd6defaf971 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sun, 13 Jul 2025 11:13:30 -0600 Subject: [PATCH] Add Tyson to people, and adjust Richard's quote --- src/components/project/index.html | 2 +- src/partials/who_we_are.html | 82 +++++++++++++++++++++++++++++-- src/style.css | 12 +++++ 3 files changed, 91 insertions(+), 5 deletions(-) diff --git a/src/components/project/index.html b/src/components/project/index.html index 28d3503..13b2018 100644 --- a/src/components/project/index.html +++ b/src/components/project/index.html @@ -1,7 +1,7 @@ diff --git a/src/partials/who_we_are.html b/src/partials/who_we_are.html index 5f94303..9aeadaa 100644 --- a/src/partials/who_we_are.html +++ b/src/partials/who_we_are.html @@ -4,7 +4,7 @@ OMG these projects are so skibidi! I must know the rizzlers behind them! - + @@ -26,15 +26,87 @@ - There has never been a better time to be alive + Tyson, let's get out of here + + + + + + + + + + + + + + + + + + + + # Tyson Jenkins + + + + #### CEO of TYSONCLOUD (same thing) + + + + + + + + + + + + Step on it, Richard! + I love everything from making distributed systems, to physically building them. I'm in my element when I'm + making software with Python, and deploying it via Docker. - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -64,7 +136,7 @@ - + @@ -92,6 +164,8 @@ I'm a software engineer and computer scientist who loves harnessing the power of technology to solve problems! + Ever since I was 7, my specialization has always been in looking for problems to solve, and working with people + to solve them. diff --git a/src/style.css b/src/style.css index 0e9cc1a..1cccf35 100644 --- a/src/style.css +++ b/src/style.css @@ -103,6 +103,14 @@ html { padding: 16px; } +.project-title { + min-width: 275px; +} + +.description { + width: 100%; +} + .links { display: flex; justify-content: space-evenly; @@ -209,6 +217,10 @@ a { } @media only screen and (max-width: 700px) { + .description { + width: unset; + } + .project { flex-direction: column; padding: 18px;