Skip to content

Commit

Permalink
Add LandHo - Kyle Project
Browse files Browse the repository at this point in the history
Adding Kyles Project (land ho)
  • Loading branch information
tomasmaillo committed Jul 13, 2023
2 parents 74d2bb0 + 4da0ae7 commit 2a067bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added public/media/projects/landho.mp4
Binary file not shown.
Binary file added public/media/projects/landho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,14 @@ export const PROJECTS: Project[] = [
media: './media/projects/vibe-check.mp4',
icon: './media/projects/vibe-check.png',
},
{
id: 5,
title: 'Land Ho!',
creator: ['Kyle Winn'],
description:
'Embark on a thrilling pirate adventure with our online pirate game. Battle other pirates, collect gold, and rule the seas.',
link: 'https://landho.uk',
media: './media/projects/landho.mp4',
icon: './media/projects/landho.png',
},
].reverse()

0 comments on commit 2a067bc

Please sign in to comment.