Skip to content

Commit

Permalink
Reordered the projects inside Projects data
Browse files Browse the repository at this point in the history
to be in the date order for easier editing :)
  • Loading branch information
ketrab2004 committed Apr 10, 2022
1 parent 76a2395 commit fcdd96e
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions data/projects/Projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ import IProject from "./IProject";
//#endregion

export const Projects: {[key: string]: IProject} = {
"cardboard-mod": {
state: State.Abandoned,
title: "The Cardboard Mod",
thumbnail: "./images/projects/mods/cardboard.png", //cardboardModImage,
date: new Date("21 May, 2018 @ 12:23"),

type: "mod",
languages: ["no-code"],
tools: ["paint.net", "blender"],
system: "other",
},

"grass-mod": {
state: State.Completed,
title: "The Grass Mod",
Expand All @@ -36,6 +24,30 @@ export const Projects: {[key: string]: IProject} = {
system: "minecraft",
},

"cardboard-mod": {
state: State.Abandoned,
title: "The Cardboard Mod",
thumbnail: "./images/projects/mods/cardboard.png", //cardboardModImage,
date: new Date("21 May, 2018 @ 12:23"),

type: "mod",
languages: ["no-code"],
tools: ["paint.net", "blender"],
system: "other",
},

"html5-hangman": {
state: State.Completed,
title: "HTML5 Hangman game",
thumbnail: "./images/projects/html5/hangman.png", // hangmanHtml5Image,
date: new Date("thursday 5 March, 2020 20:20:03 +0100"),

type: "game",
languages: ["html", "css", "js"],
tools: ["vscode"],
system: "raw html",
},

"cannibalism-mod": {
state: State.Completed,
title: "The Cannibalism Mod",
Expand All @@ -48,18 +60,6 @@ export const Projects: {[key: string]: IProject} = {
system: "other (ingame)",
},

"html5-hangman": {
state: State.Completed,
title: "HTML5 Hangman game",
thumbnail: "./images/projects/html5/hangman.png", // hangmanHtml5Image,
date: new Date("thursday 5 March, 2020 20:20:03 +0100"),

type: "game",
languages: ["html", "css", "js"],
tools: ["vscode"],
system: "raw html",
},

"roblox-infinite-terrain": {
state: State.Completed,
title: "Roblox Infinite Terrain",
Expand Down

0 comments on commit fcdd96e

Please sign in to comment.