mirror of
https://gitlab.com/moepoi/moepoi.dev.git
synced 2024-11-22 06:56:36 +01:00
Add Frontier of Hell project to projects list
This commit is contained in:
parent
c1c92cb1e5
commit
6ebebbd448
2 changed files with 8 additions and 0 deletions
BIN
public/assets/images/projects/frontier-of-hell.webp
Normal file
BIN
public/assets/images/projects/frontier-of-hell.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 KiB |
|
@ -8,6 +8,14 @@ export interface Project {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const projects: Project[] = [
|
export const projects: Project[] = [
|
||||||
|
{
|
||||||
|
title: 'Frontier of Hell',
|
||||||
|
image: 'assets/images/projects/frontier-of-hell.webp',
|
||||||
|
date: '6 October 2023',
|
||||||
|
categories: 'Game',
|
||||||
|
description: 'Frontier of Hell is a tower defense game that requires players to protect the base from enemy attacks at each stage.',
|
||||||
|
url: 'https://github.com/moepoi/Frontier-of-Hell'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Kitchen Counts',
|
title: 'Kitchen Counts',
|
||||||
image: 'assets/images/projects/kitchen-counts.webp',
|
image: 'assets/images/projects/kitchen-counts.webp',
|
||||||
|
|
Loading…
Reference in a new issue