added touchy tickets as a project

Этот коммит содержится в:
Ellpeck 2020-06-25 00:49:58 +02:00
родитель e5726d1480
Коммит 37fedf25b1
3 изменённых файлов: 15 добавлений и 6 удалений

Просмотреть файл

@ -19,7 +19,7 @@ RewriteRule ^minecraft-stuff/?$ "https://ellpeck.de/projects" [R=301,L]
RewriteRule ^yt/?$ "https://www.youtube.com/c/ellpeck" [R=301,L]
RewriteRule ^wishlist/?$ "https://www.amazon.de/hz/wishlist/ls/LZO9Y2Z3VJ5Q?&sort=default" [R=301,L]
RewriteRule ^commissions/?$ "https://ellpeck.de/#commissions" [NE,R=301,L]
RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [NE,R=301,L]
RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [R=301,L]
ErrorDocument 404 /404.html

Двоичные данные
res/projects/tt.png Обычный файл

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 8.3 KiB

Просмотреть файл

@ -1,11 +1,11 @@
const projects = [{
name: "Foe Frenzy",
desc: "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor.",
name: 'Touchy Tickets',
desc: "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions. It'll probably be released for iOS at some point, too.",
links: {
"Check it out": "/foefrenzy"
'Google Play': "https://play.google.com/store/apps/details?id=de.ellpeck.touchytickets"
},
status: "Released",
icon: "ff"
status: "In development",
icon: 'tt'
},
{
name: 'Actually Additions',
@ -44,6 +44,15 @@ const projects = [{
},
status: "Side project",
icon: "mlem"
},
{
name: "Foe Frenzy",
desc: "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor.",
links: {
"Check it out": "/foefrenzy"
},
status: "Released",
icon: "ff"
}
];