moved projects around, added pretty pipes

This commit is contained in:
Ellpeck 2020-04-26 17:20:00 +02:00
parent 62eeb4289f
commit c5d512a752
3 changed files with 10 additions and 29 deletions

BIN
res/projects/pp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -54,7 +54,7 @@ const questions = [{
},
{
q: 'How did you make this site?',
a: 'I made this page using <a href="https://getbootstrap.com/">Bootstrap</a>. The content is dynamically generated using JavaScript based on a bunch of JSON data. If you\'re curious about the (probably pretty messy) code, then you can check out the <a href="https://github.com/Ellpeck/Web">GitHub repository</a>.'
a: 'I made this page using <a href="https://getbootstrap.com/">Bootstrap</a>. The content is dynamically generated using JavaScript (both on the client and the server) based on a bunch of JSON data. The code is two years old and pretty messy, but you can look at it on the <a href="https://github.com/Ellpeck/Web">GitHub repository</a>.'
},
{
q: 'What\'s your favorite programming language?',

View file

@ -26,6 +26,15 @@ const projects = [{
},
icon: 'na'
},
{
name: "Pretty Pipes",
desc: "Pretty Pipes is a simple to use, all-inclusive item transport mod for Minecraft. It features simple pipes that can be upgraded using modules to accomplish much more advanced tasks.",
status: 'In development',
links: {
'CurseForge page': 'https://www.curseforge.com/minecraft/mc-mods/pretty-pipes'
},
icon: 'pp'
},
{
name: "MLEM",
desc: "(M)LEM (L)ibrary by (E)llpeck for (M)onoGame is an addition to the game framework <a href=\"http://www.monogame.net/\">MonoGame</a> that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.",
@ -35,34 +44,6 @@ const projects = [{
},
status: "Side project",
icon: "mlem"
},
{
name: "Wildwood Quest",
desc: "Wildwood Quest is a game in development about an adventurer who arrived in a small town in the forest. Help the citizens and yourself by fighting bad guys, farming crops, beekeeping, crafting and a lot more.",
links: {
"Check it out": "https://ellpeck.itch.io/wildwood-quest"
},
status: "On hold",
icon: "wildwood"
},
{
name: "Tetro",
desc: "Tetro is a Tetris clone I wrote in an afternoon and a bit. You can play it in the browser. It also features multiple game piece designs and some custom game modes. It was pretty fun to make, and it's pretty fun to play.",
status: "Finished",
links: {
"Play it": "https://ellpeck.github.io/Tetro",
"Code on GitHub": "https://github.com/Ellpeck/Tetro"
},
icon: "tetro"
},
{
name: 'Rock Bottom',
desc: 'Rock Bottom is a game I used to work on. It\'s a 2D-sidescrolling sandbox game with a storyline that has multiplayer support, a modding API and a lot more fun stuff. It\'s not being developed anymore.',
links: {
'Code on GitHub': 'https://github.com/RockBottomGame'
},
status: 'Canceled',
icon: 'rb'
}
];