Update credits and download info

This commit is contained in:
Holden
2026-06-28 13:18:25 -05:00
parent 9556a5833e
commit 9a70089d85
7 changed files with 43 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -15,11 +15,13 @@ import cheezitImage from "$assets/images/credits/cheezit.png";
import credit9021007Image from "$assets/images/credits/9021007.gif"; import credit9021007Image from "$assets/images/credits/9021007.gif";
import starcenturionImage from "$assets/images/credits/starcenturion.gif"; import starcenturionImage from "$assets/images/credits/starcenturion.gif";
import gabethefirstImage from "$assets/images/credits/gabethefirst.png"; import gabethefirstImage from "$assets/images/credits/gabethefirst.png";
import toastamiboImage from "$assets/images/credits/toastamibo.png";
import happyvrImage from "$assets/images/credits/happyvr.png"; import happyvrImage from "$assets/images/credits/happyvr.png";
import magolorImage from "$assets/images/credits/magolor.png"; import magolorImage from "$assets/images/credits/magolor.png";
import tagcomputingImage from "$assets/images/credits/tagcomputing.png"; import tagcomputingImage from "$assets/images/credits/tagcomputing.png";
import miaImage from "$assets/images/credits/mia.png"; import miaImage from "$assets/images/credits/mia.png";
import andryImage from "$assets/images/credits/andry.png"; import andryImage from "$assets/images/credits/andry.png";
import zombiebImage from "$assets/images/credits/zombieb.png";
const credits = [ const credits = [
{ {
@@ -95,7 +97,12 @@ const credits = [
image: gabethefirstImage, image: gabethefirstImage,
}, },
{ {
name: "HappyVR", name: "toast amibo",
role: "Artist",
image: toastamiboImage,
},
{
name: "HappyVr",
role: "Leaf Shader", role: "Leaf Shader",
image: happyvrImage, image: happyvrImage,
}, },
@@ -114,11 +121,16 @@ const credits = [
role: "Test Squad", role: "Test Squad",
image: miaImage, image: miaImage,
}, },
{ {
name: "andry6702", name: "andry6702",
role: 'Coined the term "First EA"', role: 'Coined the term "First EA"',
image: andryImage, image: andryImage,
}, },
{
name: "ZombieB",
role: 'ZombieB',
image: zombiebImage,
},
]; ];
--- ---
@@ -131,25 +143,23 @@ const credits = [
credits.map((credit) => ( credits.map((credit) => (
<div class="span4"> <div class="span4">
<div class="credit-entry"> <div class="credit-entry">
{ {credit.animated ? (
credit.animated ? ( <img
<img src={credit.image.src}
src={credit.image.src} alt={`${credit.name} pfp`}
alt={`${credit.name} pfp`} class="credit-avatar"
class="credit-avatar" loading="lazy"
loading="lazy" width="72"
width="72" height="72"
height="72" />
/> ) : (
) : ( <Image
<Image src={credit.image}
src={credit.image} alt={`${credit.name} pfp`}
alt={`${credit.name} pfp`} class="credit-avatar"
class="credit-avatar" loading="lazy"
loading="lazy" />
/> )}
)
}
<div> <div>
<h3>{credit.name}</h3> <h3>{credit.name}</h3>
<p>{credit.role}</p> <p>{credit.role}</p>

View File

@@ -15,7 +15,7 @@ const defaultDownload = downloads[0];
data-download-button data-download-button
aria-label={`Download TenWholeYears for ${defaultDownload.label}`} aria-label={`Download TenWholeYears for ${defaultDownload.label}`}
> >
Download for {defaultDownload.label} Download for {defaultDownload.label} ({defaultDownload.version})
</a> </a>
) : ( ) : (
<a href="/downloads/" class="btn btn-primary btn-large"> <a href="/downloads/" class="btn btn-primary btn-large">

View File

@@ -17,9 +17,15 @@ const patchNotes = await api.builds.v1.getPatchNotes();
<p><a href="/">&larr; Back to home</a></p> <p><a href="/">&larr; Back to home</a></p>
<h1>Downloads</h1> <h1>Downloads</h1>
</div> </div>
<p class="lead"> <p class="lead">Choose the build for your platform.</p>
Choose the build for your platform.
</p> <div class="alert alert-info">
<strong>First-time setup:</strong> Before running TenWholeYears on Windows
or Linux, install <b>Codename Gordon</b> through Steam by opening <a
href="steam://install/92">steam://install/92</a
> in your browser. Accept the Steam prompt and let it finish installing
first.
</div>
{ {
downloads.length > 0 ? ( downloads.length > 0 ? (

View File

@@ -45,7 +45,8 @@ import cardRecroomImage from "$assets/images/home/card-recroom.png";
</p> </p>
<p class="lead"> <p class="lead">
Read about the inspiration behind TenWholeYears <a Read about the inspiration behind TenWholeYears <a
href="#">here</a href="https://blog.recroomarchive.org/ten-whole-years/"
>here</a
>. >.
</p> </p>
</div> </div>