Add Tyson to people, and adjust Richard's quote
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-13 11:13:30 -06:00
parent dccf697707
commit ec1d4e6246
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
3 changed files with 91 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<script props>
module.exports = {
onclick: props.onclick || '',
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
titlestyle: props.titlestyle || '',
headerstyle: props.headerstyle || '',
}
</script>

View file

@ -4,7 +4,7 @@
OMG these projects are so skibidi! I must know the rizzlers behind them!
</x-blockquote>
</x-section-head>
<x-project>
<x-project id="richard">
<fill:img>
<img src="/assets/richard.jpg" class="person">
</fill:img>
@ -26,15 +26,87 @@
</fill:links>
<fill:subtitle>
<x-blockquote cite="Richard">
There has never been a better time to be alive
Tyson, let's get out of here
</x-blockquote>
</fill:subtitle>
<!-- <fill:description> -->
<!-- <markdown> -->
<!-- I have a passion for helping entertainment find it's place in the world. Where some people see brains rotting, I -->
<!-- see oppurtunities for generations to be brought closer together, empowered with critical thinking. I've been -->
<!-- writing code -->
<!-- since I was -->
<!-- 12, -->
<!-- and creating value since I was 17. -->
<!-- </markdown> -->
<!-- </fill:description> -->
</x-project>
<x-project class="project-alt" id="tyson">
<fill:img>
<img src="/assets/tyson.jpg" class="person">
</fill:img>
<fill:title>
<markdown>
# Tyson Jenkins
</markdown>
<x-link href="projects.html" show="tysoncloud">
<markdown>
#### CEO of TYSONCLOUD (same thing)
</markdown>
</x-link>
</fill:title>
<fill:links>
<x-link.github href="timmyjinks"></x-link.github>
<x-link.website href="https://tysonjenkins.dev/" referencing="Tyson"></x-link.website>
<x-link.linkedin href="tyson-jenkins"></x-link.linkedin>
<x-link.x href="chimp2600"></x-link.x>
</fill:links>
<fill:subtitle>
<x-blockquote cite="Tyson">
Step on it, Richard!
</x-blockquote>
</fill:subtitle>
<fill:description>
<markdown>
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.
</markdown>
</fill:description>
</x-project>
<x-project class="project-alt">
<!-- <x-project id="gunnar"> -->
<!-- <fill:img> -->
<!-- <img src="/assets/gunnar.jpg" class="person"> -->
<!-- </fill:img> -->
<!-- <fill:title> -->
<!-- <markdown> -->
<!-- # Gunnar Huscroft -->
<!-- </markdown> -->
<!-- <x-link href="projects.html" show="c0re"> -->
<!-- <markdown> -->
<!-- #### CEO of c0re (same thing) -->
<!-- </markdown> -->
<!-- </x-link> -->
<!-- </fill:title> -->
<!-- <fill:links> -->
<!-- <x-link.github href="Ghussy"></x-link.github> -->
<!-- <x-link.website href="https://churchofjesuschrist.org/" referencing="Gunnar"></x-link.website> -->
<!-- <x-link.youtube href="UCApj2bfCQRDWym4684z2TXQ"></x-link.youtube> -->
<!-- <x-link.linkedin href="gunnarhuscroft"></x-link.linkedin> -->
<!-- <x-link.x href="ChEEEky_SCRUB"></x-link.x> -->
<!-- </fill:links> -->
<!-- <fill:subtitle> -->
<!-- <x-blockquote cite="C.S. Lewis"> -->
<!-- Nothing but the courage and unselfishness of individuals is ever going to make any system work properly -->
<!-- </x-blockquote> -->
<!-- </fill:subtitle> -->
<!-- <fill:description> -->
<!-- <markdown> -->
<!-- Some people believe in test-driven development, or compiler-driven development. But I believe in values-driven -->
<!-- development. My passion lies in using my skills to help lift other people up, and leave the world better than I -->
<!-- found it. -->
<!-- </markdown> -->
<!-- </fill:description> -->
<!-- </x-project> -->
<x-project id="khayden">
<fill:img>
<img src="/assets/khayden.jpg" class="person">
</fill:img>
@ -64,7 +136,7 @@
</markdown>
</fill:description>
</x-project>
<x-project>
<x-project class="project-alt" id="isaac">
<fill:img>
<img src="/assets/isaac.jpg" class="person">
</fill:img>
@ -92,6 +164,8 @@
<fill:description>
<markdown>
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.
</markdown>
</fill:description>
</x-project>

View file

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