diff --git a/.htaccess b/.htaccess index c85c396..9d399ad 100644 --- a/.htaccess +++ b/.htaccess @@ -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 diff --git a/node/package-lock.json b/node/package-lock.json index 6ecf992..b412047 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -482,9 +482,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash.sortby": { "version": "4.7.0", diff --git a/res/projects/tt.png b/res/projects/tt.png new file mode 100644 index 0000000..3accb30 Binary files /dev/null and b/res/projects/tt.png differ diff --git a/scripts/projects.js b/scripts/projects.js index 4af9303..0f5c335 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -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" } ];