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> </if>
</div> </div>
</if> </if>
<div class="description"> <if condition="$slots.description?.filled || $slots.subtitle?.filled">
<div onclick="{{onclick}}" style="{{headerstyle}}"> <div class="description">
<slot:subtitle></slot:subtitle> <div onclick="{{onclick}}" style="{{headerstyle}}">
<slot:subtitle></slot:subtitle>
</div>
<slot:description></slot:description>
</div> </div>
<slot:description></slot:description> </if>
</div>
</div> </div>

View file

@ -35,7 +35,27 @@
<!-- </markdown> --> <!-- </markdown> -->
</fill:description> </fill:description>
</x-interest> </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> <fill:description>
<markdown> <markdown>
I also love listening to Diverse System's **AD:** albums in my free time as well. This is a highlight reel of 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> referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</fill:description> </fill:description>
</x-interest> </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"> <x-interest class="project-alt" person="isaac">
<fill:person> <fill:person>
<img src="/assets/isaac.jpg" class="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.x href="ChEEEky_SCRUB"></x-link.x>
<x-link.instagram href=""></x-link.instagram> <x-link.instagram href=""></x-link.instagram>
</fill:links> </fill:links>
<fill:subtitle> <!-- <fill:subtitle> -->
<x-blockquote cite="C.S. Lewis"> <!-- <x-blockquote cite="C.S. Lewis"> -->
Nothing but the courage and unselfishness of individuals is ever going to make any system work properly <!-- Nothing but the courage and unselfishness of individuals is ever going to make any system work properly -->
</x-blockquote> <!-- </x-blockquote> -->
<!-- <x-blockquote cite="Gunnar"> --> <!-- <x-blockquote cite="Gunnar"> -->
<!-- Placeholder --> <!-- Placeholder -->
<!-- </x-blockquote> --> <!-- </x-blockquote> -->
</fill:subtitle> <!-- </fill:subtitle> -->
<!-- <fill:description> --> <!-- <fill:description> -->
<!-- <markdown> --> <!-- <markdown> -->
<!-- Some people believe in test-driven development, or compiler-driven development. But I believe in values-driven --> <!-- 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; margin: 32px;
padding: 24px; padding: 24px;
border-radius: 5rem; border-radius: 5rem;
justify-content: space-evenly;
iframe { iframe {
width: 100%; width: 100%;