added touchy tickets as a project
This commit is contained in:
parent
e5726d1480
commit
37fedf25b1
3 changed files with 15 additions and 6 deletions
|
@ -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 ^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 ^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 ^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
|
ErrorDocument 404 /404.html
|
||||||
|
|
||||||
|
|
BIN
res/projects/tt.png
Normal file
BIN
res/projects/tt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
|
@ -1,11 +1,11 @@
|
||||||
const projects = [{
|
const projects = [{
|
||||||
name: "Foe Frenzy",
|
name: 'Touchy Tickets',
|
||||||
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.",
|
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: {
|
links: {
|
||||||
"Check it out": "/foefrenzy"
|
'Google Play': "https://play.google.com/store/apps/details?id=de.ellpeck.touchytickets"
|
||||||
},
|
},
|
||||||
status: "Released",
|
status: "In development",
|
||||||
icon: "ff"
|
icon: 'tt'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Actually Additions',
|
name: 'Actually Additions',
|
||||||
|
@ -44,6 +44,15 @@ const projects = [{
|
||||||
},
|
},
|
||||||
status: "Side project",
|
status: "Side project",
|
||||||
icon: "mlem"
|
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"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue