Update homepage feature cards

This commit is contained in:
Holden
2026-06-27 13:45:31 -05:00
parent ca9a739e09
commit 9556a5833e
4 changed files with 38 additions and 26 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -19,6 +19,7 @@ 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";
const credits = [ const credits = [
{ {
@@ -113,6 +114,11 @@ const credits = [
role: "Test Squad", role: "Test Squad",
image: miaImage, image: miaImage,
}, },
{
name: "andry6702",
role: 'Coined the term "First EA"',
image: andryImage,
},
]; ];
--- ---

View File

@@ -3,15 +3,17 @@ import { Image } from "astro:assets";
import Layout from "$layouts/Layout.astro"; import Layout from "$layouts/Layout.astro";
import CreditsSection from "$components/Home/CreditsSection.astro";
import DownloadButton from "$components/Home/DownloadButton.astro"; import DownloadButton from "$components/Home/DownloadButton.astro";
import HandheldVideos from "$components/Home/HandheldVideos.astro";
import CreditsSection from "$components/Home/CreditsSection.astro";
import logoImage from "$assets/images/brand/logo-tenwholeyears.png"; import logoImage from "$assets/images/brand/logo-tenwholeyears.png";
import cardHorseshoesImage from "$assets/images/home/card-horseshoes.png";
import cardRecroomImage from "$assets/images/home/card-recroom.png";
import featureImage from "$assets/images/home/feature.png";
import HandheldVideos from "$components/Home/HandheldVideos.astro";
import featureImage from "$assets/images/home/feature.png";
import cardHorseshoesImage from "$assets/images/home/card-horseshoes.png";
import cardPlatformsImage from "$assets/images/home/card-platforms.png";
import cardRecroomImage from "$assets/images/home/card-recroom.png";
--- ---
<Layout> <Layout>
@@ -62,6 +64,23 @@ import HandheldVideos from "$components/Home/HandheldVideos.astro";
<h2>Explore the Game</h2> <h2>Explore the Game</h2>
</div> </div>
<div class="row"> <div class="row">
<div class="span4">
<div class="archive-feature">
<Image
src={cardRecroomImage}
alt="Placeholder screenshots and media image"
class="thumbnail"
/>
<h3>Check Out Where It All Began</h3>
<p>
Return to the first release of Rec Room and see
where it all began! TenWholeYears is a chance to
revisit the game's earliest days and reflect on how
much Rec Room and its community have grown over the
last decade.
</p>
</div>
</div>
<div class="span4"> <div class="span4">
<div class="archive-feature"> <div class="archive-feature">
<Image <Image
@@ -73,37 +92,24 @@ import HandheldVideos from "$components/Home/HandheldVideos.astro";
<p> <p>
Explore prototype activities and unfinished ideas Explore prototype activities and unfinished ideas
that never made it into Rec Room. These activities that never made it into Rec Room. These activities
have been restored to show a glimpse into have been restored to show a glimpse into what could
what could of existed. of existed.
</p> </p>
</div> </div>
</div> </div>
<div class="span4"> <div class="span4">
<div class="archive-feature"> <div class="archive-feature">
<Image <Image
src={cardRecroomImage} src={cardPlatformsImage}
alt="Beta LockerRoom (RecRoom)" alt="Beta LockerRoom (RecRoom)"
class="thumbnail" class="thumbnail"
/> />
<h3>Lorem Ipsum</h3> <h3>Available for Everyone</h3>
<p> <p>
Nam fermentum ut lectus et placerat. Nulla nibh Because TenWholeYears is built from a decompilation
nulla, rutrum at neque at, vulputate consequat. of the original game, we're able to bring the game
</p> to platforms that didn't even exist when Rec Room
</div> first launched!
</div>
<div class="span4">
<div class="archive-feature">
<Image
src={cardHorseshoesImage}
alt="Placeholder screenshots and media image"
class="thumbnail"
/>
<h3>Lorem Ipsum</h3>
<p>
Duis efficitur ligula non sem hendrerit interdum.
Donec facilisis efficitur malesuada. Nullam
venenatis.
</p> </p>
</div> </div>
</div> </div>