From f006bec8513b39ba35e2c1d3183e213fc832a9ea Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 9 Apr 2016 22:01:42 -0500 Subject: [PATCH] reorganized due to feedback --- Java/index.md | 34 +++++++++++++++++----------------- Photoshop/index.md | 8 ++++---- _config.yml | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Java/index.md b/Java/index.md index 2cb7ad52..96b8cd21 100644 --- a/Java/index.md +++ b/Java/index.md @@ -7,23 +7,6 @@ project-category: Java # Java Split up into several categories, due to how many Java projects I've done. -## Plain Java -As in, programs that only use Java, and not any other libraries - -#### Gift Exchange [Source Code](https://github.com/thepaperpilot/christmasExchange) - -A program for creating psuedo-randomized gift exchanges with dynamic rules. - -## Android - -#### iCan [Source Code](https://github.com/brianqvpham/iCan) - -Made in beautiful material design, this app efficiently and intuitively collects data from users on recycling habits and provides information about the impact they are having, as well as enabling users to directly compare their impacts to the each through social medias. - -Made for HackTX 2015 in under 24 hours! - -![](./ican-assets/screenshot-1.png) ![](./ican-assets/screenshot-2.png) ![](./ican-assets/screenshot-3.png) - ## libGDX A java-based game engine, more information [on their website](https://libgdx.badlogicgames.com/) @@ -80,3 +63,20 @@ Create and mutate and breed planets. Browse a collection of procedurally generat This is a game made in under 48 hours for UT Dallas' SDGA Fall 2015 Game Jam! I want to at some point flesh this out into an entire, original game (and less of a Life is Strange fan game) + +## Android + +#### iCan [Source Code](https://github.com/brianqvpham/iCan) + +Made in beautiful material design, this app efficiently and intuitively collects data from users on recycling habits and provides information about the impact they are having, as well as enabling users to directly compare their impacts to the each through social medias. + +Made for HackTX 2015 in under 24 hours! + +![](./ican-assets/screenshot-1.png) ![](./ican-assets/screenshot-2.png) ![](./ican-assets/screenshot-3.png) + +## Plain Java +As in, programs that only use Java, and not any other libraries + +#### Gift Exchange [Source Code](https://github.com/thepaperpilot/christmasExchange) + +A program for creating psuedo-randomized gift exchanges with dynamic rules. diff --git a/Photoshop/index.md b/Photoshop/index.md index 62446181..bcdfadbc 100644 --- a/Photoshop/index.md +++ b/Photoshop/index.md @@ -1,11 +1,11 @@ --- layout: default -title: Photoshop -project-category: Photoshop +title: Photoshop/Gimp +project-category: Photoshop/Gimp --- -# Photoshop -Technically not just Photoshop, but digital art tools in general +# Photoshop/Gimp +Graphic Design. #### Digital Drawing diff --git a/_config.yml b/_config.yml index ee69fe6c..c5e6cd71 100644 --- a/_config.yml +++ b/_config.yml @@ -3,4 +3,4 @@ markdown: kramdown kramdown: input: GFM permalink: /:title -project-categories: [Java, Photoshop, Other] +project-categories: [Java, Photoshop/Gimp, Other]