Adjust people and interests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-14 21:46:57 -06:00
parent 14a5b615c2
commit 6d2c248f6e
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
6 changed files with 63 additions and 14 deletions

BIN
assets/h1000.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
assets/rimworld.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -21,10 +21,12 @@
</if>
</div>
</if>
<div class="description">
<div onclick="{{onclick}}" style="{{headerstyle}}">
<slot:subtitle></slot:subtitle>
<if condition="$slots.description?.filled || $slots.subtitle?.filled">
<div class="description">
<div onclick="{{onclick}}" style="{{headerstyle}}">
<slot:subtitle></slot:subtitle>
</div>
<slot:description></slot:description>
</div>
<slot:description></slot:description>
</div>
</if>
</div>

View file

@ -35,7 +35,27 @@
<!-- </markdown> -->
</fill:description>
</x-interest>
<x-interest person="isaac">
<x-interest person="tyson">
<fill:img>
<img src="/assets/rimworld.jpg">
</fill:img>
<fill:title>
<markdown>
# [Rimworld](https://store.steampowered.com/app/294100/RimWorld/)
</markdown>
</fill:title>
<fill:subtitle>
<markdown>
## My favorite game
</markdown>
</fill:subtitle>
<fill:description>
<markdown>
I like committing war-crimes in Rimworld
</markdown>
</fill:description>
</x-interest>
<x-interest class="project-alt" person="isaac">
<fill:description>
<markdown>
I also love listening to Diverse System's **AD:** albums in my free time as well. This is a highlight reel of
@ -47,6 +67,32 @@
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</fill:description>
</x-interest>
<x-interest person="tyson">
<fill:img>
<img src="/assets/h1000.webp">
</fill:img>
<fill:title>
<markdown>
# NVIDIA H1000
</markdown>
</fill:title>
<fill:subtitle>
<markdown>
## I want one
</markdown>
</fill:subtitle>
<fill:description>
<a href="mailto:tysoncloud.barbecue794@passinbox.com">
<markdown>
Give one to me!! HMU:
tysoncloud.barbecue794
@passinbox.com
</markdown>
</a>
</fill:description>
</x-interest>
<x-interest class="project-alt" person="isaac">
<fill:person>
<img src="/assets/isaac.jpg" class="person">

View file

@ -90,14 +90,14 @@
<x-link.x href="ChEEEky_SCRUB"></x-link.x>
<x-link.instagram href=""></x-link.instagram>
</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>
<!-- <x-blockquote cite="Gunnar"> -->
<!-- Placeholder -->
<!-- </x-blockquote> -->
</fill:subtitle>
<!-- <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> -->
<!-- <x-blockquote cite="Gunnar"> -->
<!-- Placeholder -->
<!-- </x-blockquote> -->
<!-- </fill:subtitle> -->
<!-- <fill:description> -->
<!-- <markdown> -->
<!-- Some people believe in test-driven development, or compiler-driven development. But I believe in values-driven -->

View file

@ -101,6 +101,7 @@ blockquote {
margin: 32px;
padding: 24px;
border-radius: 5rem;
justify-content: space-evenly;
iframe {
width: 100%;