add all the links for foe frenzy already
This commit is contained in:
parent
04aa0300b7
commit
2d4902fd77
2 changed files with 6 additions and 3 deletions
|
@ -19,6 +19,7 @@ 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 ^ffdiscord/?$ "https://discord.gg/UpwMcs7" [NE,R=301,L]
|
||||
|
||||
ErrorDocument 404 /404.html
|
||||
|
||||
|
|
|
@ -1,9 +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. It's currently in development, and will be released in December 2019.",
|
||||
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. It's currently in development, and it will be released in December 2019.",
|
||||
links: {
|
||||
"itch.io page": "https://ellpeck.itch.io/foefrenzy",
|
||||
"Watch the trailer": "https://www.youtube.com/watch?v=Z7ZeuVBNuf4"
|
||||
"Watch the trailer": "https://www.youtube.com/watch?v=Z7ZeuVBNuf4",
|
||||
"Buy on Steam": "https://store.steampowered.com/app/1194170/",
|
||||
"Buy on itch": "https://ellpeck.itch.io/foefrenzy",
|
||||
"Buy on Discord": "https://ellpeck.de/ffdiscord"
|
||||
},
|
||||
status: "In development",
|
||||
icon: "ff"
|
||||
|
|
Loading…
Reference in a new issue