Skip to content

Commit

Permalink
Add a link to an app πŸš‚πŸŒŒ.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed Apr 5, 2024
1 parent 7f5a2c5 commit ca47297
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Binary file added src/assets/apps/ge999vr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions src/pages/apps.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@
import Card from '@/components/Card.astro'
import { useTranslations } from '@/i18n'
import RootLayout from '@/layouts/RootLayout.astro'
import AlecImg from '../assets/apps/alec-sega-emulator.png'
import ge999VrImg from '../assets/apps/ge999vr.jpg'
import alecImg from '../assets/apps/alec-sega-emulator.png'
const t = useTranslations()
// For images needing a pixelated rendering, load them optimised from /public
// and specify 'pixelated' as imgType.
const data = [
{
title: 'Galaxy Express 999 Virtual Tour',
date: 2022,
description: `With this VR experience, you can finally see the universe through the eyes of a young boy, as he sets out to make his dreams come true.`,
imgSrc: ge999VrImg,
imgType: 'default',
href: 'https://edo999.itch.io/ge999vr',
},
{
title: 'Kim Magikal ⭐ at Saraland ⭐',
date: 2017,
Expand All @@ -30,7 +39,7 @@ const data = [
title: 'Alec',
date: 2013,
description: `Emulator for Sega Master System & Game Gear optimised for low-end mobile devices. It comes with some homebrew games builtin.`,
imgSrc: AlecImg,
imgSrc: alecImg,
// imgType: 'pixelated',
href: 'https://gmarty.github.io/jsSMS/alec/',
},
Expand Down

0 comments on commit ca47297

Please sign in to comment.