Update homepage feature cards
This commit is contained in:
BIN
src/assets/images/credits/andry.png
Normal file
BIN
src/assets/images/credits/andry.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
BIN
src/assets/images/home/card-platforms.png
Normal file
BIN
src/assets/images/home/card-platforms.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
@@ -19,6 +19,7 @@ import happyvrImage from "$assets/images/credits/happyvr.png";
|
||||
import magolorImage from "$assets/images/credits/magolor.png";
|
||||
import tagcomputingImage from "$assets/images/credits/tagcomputing.png";
|
||||
import miaImage from "$assets/images/credits/mia.png";
|
||||
import andryImage from "$assets/images/credits/andry.png";
|
||||
|
||||
const credits = [
|
||||
{
|
||||
@@ -113,6 +114,11 @@ const credits = [
|
||||
role: "Test Squad",
|
||||
image: miaImage,
|
||||
},
|
||||
{
|
||||
name: "andry6702",
|
||||
role: 'Coined the term "First EA"',
|
||||
image: andryImage,
|
||||
},
|
||||
];
|
||||
---
|
||||
|
||||
|
||||
@@ -3,15 +3,17 @@ import { Image } from "astro:assets";
|
||||
|
||||
import Layout from "$layouts/Layout.astro";
|
||||
|
||||
import CreditsSection from "$components/Home/CreditsSection.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 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>
|
||||
@@ -62,6 +64,23 @@ import HandheldVideos from "$components/Home/HandheldVideos.astro";
|
||||
<h2>Explore the Game</h2>
|
||||
</div>
|
||||
<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="archive-feature">
|
||||
<Image
|
||||
@@ -73,37 +92,24 @@ import HandheldVideos from "$components/Home/HandheldVideos.astro";
|
||||
<p>
|
||||
Explore prototype activities and unfinished ideas
|
||||
that never made it into Rec Room. These activities
|
||||
have been restored to show a glimpse into
|
||||
what could of existed.
|
||||
have been restored to show a glimpse into what could
|
||||
of existed.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<div class="archive-feature">
|
||||
<Image
|
||||
src={cardRecroomImage}
|
||||
src={cardPlatformsImage}
|
||||
alt="Beta LockerRoom (RecRoom)"
|
||||
class="thumbnail"
|
||||
/>
|
||||
<h3>Lorem Ipsum</h3>
|
||||
<h3>Available for Everyone</h3>
|
||||
<p>
|
||||
Nam fermentum ut lectus et placerat. Nulla nibh
|
||||
nulla, rutrum at neque at, vulputate consequat.
|
||||
</p>
|
||||
</div>
|
||||
</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.
|
||||
Because TenWholeYears is built from a decompilation
|
||||
of the original game, we're able to bring the game
|
||||
to platforms that didn't even exist when Rec Room
|
||||
first launched!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user