Skip to content

Commit

Permalink
Add a link to a WIP app ð’€­.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed May 14, 2024
1 parent 78b97ec commit 169836c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added src/assets/apps/learn-sumerian-cuneiforms.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/pages/apps.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import Card from '@/components/Card.astro'
import { useTranslations } from '@/i18n'
import RootLayout from '@/layouts/RootLayout.astro'
import sumerianAppImg from '../assets/apps/learn-sumerian-cuneiforms.jpg'
import ge999VrImg from '../assets/apps/ge999vr.jpg'
import alecImg from '../assets/apps/alec-sega-emulator.png'
Expand All @@ -11,6 +12,14 @@ const t = useTranslations()
// and specify 'pixelated' as imgType.
const data = [
{
title: 'Learn Sumerian and cuneiforms',
date: 2024,
description: `A work-in-progress app to learn ancient Sumerian grammar and read cuneiforms. I'm currently developing the app and writing the content myself.`,
imgSrc: sumerianAppImg,
imgType: 'default',
href: 'https://learn-to-read-sumerian.netlify.app/',
},
{
title: 'Galaxy Express 999 Virtual Tour',
date: 2022,
Expand All @@ -30,7 +39,7 @@ const data = [
{
title: 'Maniac Mansion Mobile',
date: 2015,
description: `The famous NES point'n click game optimised for touch screen. "Warning!! Trespassers will be horribly mutilated".`,
description: `The famous NES point'n click game optimised for touch screens. "Warning!! Trespassers will be horribly mutilated".`,
imgSrc: '/img/apps/maniac-mansion-mobile.png',
imgType: 'pixelated',
href: 'https://maniac-mansion-mobile.5apps.com/',
Expand Down

0 comments on commit 169836c

Please sign in to comment.