Skip to content

Instantly share code, notes, and snippets.

@joduplessis
Created January 4, 2019 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joduplessis/d19d90b5d2c61a4dc7ad494e4df7ae19 to your computer and use it in GitHub Desktop.
Save joduplessis/d19d90b5d2c61a4dc7ad494e4df7ae19 to your computer and use it in GitHub Desktop.
Converting my personal site project list to markdown files. Keeping the gist as a reference (for future).
const fs = require('fs');
const { project } = require('./work.json');
project.forEach((proj) => {
const { author, images, links, notes, partner, project, roles, slug, tags, year } = proj;
const path = `./projects/${slug}.md`;
const content = `
#${project}
##Partner: ${partner}
#${notes}
`;
fs.writeFile(path, content, (err) => {
if(err) {
return console.log(err);
}
console.log("The file was saved!");
});
})
{
"project": [{
"author": "Jo du Plessis",
"images": ["store-images/InsuranceClaimsAfrica/01.png", "store-images/InsuranceClaimsAfrica/02.jpg"],
"links": null,
"notes": "Web app concept for an incoming news report aggregator",
"partner": "Hatch",
"project": "Insurance Claims Africa concept",
"roles": ["Design", "Strategy"],
"slug": "insurance-claims-africa",
"tags": ["UX", "UI", "Affinity"],
"year": 2018
}, {
"author": "Jo du Plessis",
"images": ["store-images/ChowNew/01.png", "store-images/ChowNew/02.png", "store-images/ChowNew/03.png", "store-images/ChowNew/04.png"],
"links": ["https://chow.solutions"],
"notes": "Find Nutrition & Allergen Info Easily. It's peace of mind nutrition. ",
"partner": "Chow",
"project": "Chow (in development)",
"roles": ["DevOps", "Design", "Development", "Technical Direction"],
"slug": "chow-new",
"tags": ["AWS Cognito", "AWS S3", "AWS SNS", "Django", "Graphene", "GraphQL", "PostgreSQL", "SQLAlchemy", "Jinja", "Passenger", "Netlify", "ES6", "React Native", "React", "Redux", "Android", "iOS", "Development", "CD", "Expo", "Sentry", "Reverse geo location", "Google Cloud", "REST API"],
"year": 2019
}, {
"author": "Jo du Plessis",
"images": ["store-images/Unsilo/01.png", "store-images/Unsilo/02.png", "store-images/Unsilo/03.png", "store-images/Unsilo/04.png", "store-images/Unsilo/05.png", "store-images/Unsilo/06.png"],
"links": ["https://unsilo.me"],
"notes": "An integrated solution to unify your business needs. We took ownership of product development & technical direction after it was built offshore.",
"partner": "Yreeka",
"project": "UNSILO.me",
"roles": ["DevOps", "Development", "Technical Direction"],
"slug": "unsilo",
"tags": ["PHP", "Apache", "Laravel", "Bootstrap", "VueJS", "ES6/Babel", "MySQL", "Digital Ocean Spaces", "HAProxy", "SendGrid", "Google Cloud", "DropBox API", "CI/CD", "Docker", "MailChimp API", "PayFast", "REST API"],
"year": 2018
}, {
"author": "Jo du Plessis",
"images": ["store-images/Yack/00.png", "store-images/Yack/01.png", "store-images/Yack/02.png", "store-images/Yack/03.png", "store-images/Yack/04.png", "store-images/Yack/05.png", "store-images/Yack/06.png", "store-images/Yack/07.png", "store-images/Yack/08.png", "store-images/Yack/09.png", "store-images/Yack/10.png", "store-images/Yack/11.png"],
"links": ["https://yack.app"],
"notes": "Yack connects you to wellness experts, as well as a wider community of people passionate about health, fitness and wholeness.",
"partner": "Yack",
"project": "Yack (in development)",
"roles": ["DevOps", "Design", "Development", "Technical Direction"],
"slug": "yack",
"tags": ["AWS Cognito", "AWS S3", "AWS SNS", "ES6", "TypeScript (web)", "HapiJS", "GraphQL", "Mongo", "Mongoose", "Nginx", "HAProxy", "NodeJS", "React Native", "React", "Redux", "Apollo", "GraphQL", "Android", "iOS", "Development", "CD", "Sentry", "Reverse geo location", "Google Cloud", "MQTT", "EQS", "Realm", "REST API", "PODs (iOS)", "WebRTC", "Peach Payments", "Tokenization", "Instant Messaging"],
"year": 2019
}, {
"author": "Jo du Plessis",
"images": ["store-images/CHOW/v2/00.png", "store-images/CHOW/v2/01.jpg", "store-images/CHOW/v2/02.jpg", "store-images/CHOW/v2/03.jpg", "store-images/CHOW/v2/04.jpg", "store-images/CHOW/v2/05.jpg", "store-images/CHOW/v2/06.jpg"],
"links": ["https://itunes.apple.com/us/app/chow-approved/id1166458479?ls=1&mt=8", "https://play.google.com/store/apps/details?id=com.chow.chow.chow"],
"notes": "Chow healthy meal finder app upgrade. Find healthy dietician approved meals around you.",
"partner": "Chow",
"project": "Chow mobile app",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "chow-next",
"tags": ["ES6", "React Native", "React", "Redux", "Firebase", "Android", "iOS", "Development", "CD", "Expo", "Sentry", "Reverse geo location", "Google Cloud"],
"year": 2018
}, {
"author": "Jo du Plessis",
"images": ["store-images/HCSS-THIRSTI/00.png", "store-images/HCSS-THIRSTI/01.png", "store-images/HCSS-THIRSTI/02.png", "store-images/HCSS-THIRSTI/03.png", "store-images/HCSS-THIRSTI/04.png", "store-images/HCSS-THIRSTI/05.png", "store-images/HCSS-THIRSTI/06.png", "store-images/HCSS-THIRSTI/07.png", "store-images/HCSS-THIRSTI/08.png", "store-images/HCSS-THIRSTI/09.png", "store-images/HCSS-THIRSTI/10.jpg"],
"links": ["https://github.com/joduplessis/Geronimo"],
"notes": "THIRSTI Facebook Messenger bot was built in NodeJS, Express & MongoDB. It lets users schedule water reminders & engage with tips. This project is based off of Geronimo.",
"partner": "HCSS",
"project": "THIRSTI Messenger Bot & API",
"roles": ["Development", "Technical Direction"],
"slug": "hcss-thirsti",
"tags": ["API", "NodeJS", "MongoDB", "Facebook Messenger", "Bot", "Express", "NodeJS child process", "API"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/github.jpg", "store-images/github.jpg"],
"links": ["https://github.com/joduplessis/Geronimo"],
"notes": "Geronimo is a NodeJS Facebook Messenger app that translates audio to text using Google Speech & CloudConvert, and then searches a SQL Server database using the transcribed audio. ",
"partner": "",
"project": "Geronimo",
"roles": ["Development"],
"slug": "geronimo",
"tags": ["API", "NodeJS", "MongoDB", "Facebook Messenger", "Bot", "Express", "NodeJS child process", "API"],
"year": 2018
}, {
"author": "Jo du Plessis",
"images": ["store-images/github.jpg", "store-images/github.jpg"],
"links": ["https://github.com/joduplessis/Relic"],
"notes": "Relic is a straightforward NodeJS/MongoDB framework for writing USSD enabled applications, managing users & basic API access to the data using JWTs. ",
"partner": "",
"project": "Relic",
"roles": ["Development"],
"slug": "relic",
"tags": ["API", "NodeJS", "MongoDB", "Facebook Messenger", "Bot", "Express", "NodeJS child process", "API"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/HCSS-Spar/00.png", "store-images/HCSS-Spar/01.png", "store-images/HCSS-Spar/02.png"],
"links": ["https://github.com/joduplessis/Relic"],
"notes": "USSD app, API & Angular dashboard for a billboard campaign.",
"partner": "HCSS",
"project": "Spar USSD app & dashboard",
"roles": ["Development", "Technical Direction"],
"slug": "hcss-spar-ussd",
"tags": ["Angular.io", "Typescript", "MongoDB", "Express", "NodeJS", "USSD", "SOAP", "Development", "Wireframing", "API", "JWT Auth"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/HCSS-Otees/00.png", "store-images/HCSS-Otees/01.png", "store-images/HCSS-Otees/02.png", "store-images/HCSS-Otees/03.png", "store-images/HCSS-Otees/04.png", "store-images/HCSS-Otees/05.png", "store-images/HCSS-Otees/06.png", "store-images/HCSS-Otees/07.png", "store-images/HCSS-Otees/08.png", "store-images/HCSS-Otees/09.jpg"],
"links": ["https://www.oteescolouryourworld.co.za/", "https://github.com/joduplessis/FlexVG"],
"notes": "SVG editing web app built as part of a promotional campaign. Users are able to color in a SVG, manage designs & submit them to stand a chance of having their design printed on an Otees box.",
"partner": "HCSS",
"project": "Otees Colour Your World",
"roles": ["Development", "Wireframing", "Technical Direction"],
"slug": "hcss-otees",
"tags": ["Angular.io", "Typescript", "NgRx", "SVG", "Firebase", "Canvas", "Google Cloud", "API", "NodeJS", "Express", "Development", "Wireframing", "Sentry", "Cassandra"],
"year": 2018
}, {
"author": "Jo du Plessis",
"images": ["store-images/HCSS-OneStop/00.png", "store-images/HCSS-OneStop/01.png", "store-images/HCSS-OneStop/02.png", "store-images/HCSS-OneStop/03.png", "store-images/HCSS-OneStop/04.png", "store-images/HCSS-OneStop/05.png"],
"links": ["https://play.google.com/store/apps/dev?id=5853310209387831905"],
"notes": "React Native mobile app, enabling Hirt & Carter reps to keep track of meetings.",
"partner": "HCSS",
"project": "OneStop mobile apps",
"roles": ["Co-Development", "Technical Direction"],
"slug": "hcss-onestop",
"tags": ["ES6", "React Native", "React", "Redux", "Firebase", "Android", "iOS", "Development", "CD", "Expo", "Sentry"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/HCSS-IRVP/00.png", "store-images/HCSS-IRVP/01.png", "store-images/HCSS-IRVP/02.png"],
"links": ["https://play.google.com/store/apps/dev?id=5853310209387831905"],
"notes": "Digital catalogue mobile app for SAB. Ommited some more sensitive screens.",
"partner": "HCSS",
"project": "SAB IRVP mobile apps",
"roles": ["Co-Development", "Technical Direction"],
"slug": "hcss-irvp",
"tags": ["ES6", "React Native", "React", "Redux", "Android", "iOS", "Development", "CD", "Expo", "Sentry"],
"year": 2018
}, {
"author": "Jo du Plessis",
"images": ["store-images/HCSS-GuestApp/00.png", "store-images/HCSS-GuestApp/01.png", "store-images/HCSS-GuestApp/02.png", "store-images/HCSS-GuestApp/03.png", "store-images/HCSS-GuestApp/04.png", "store-images/HCSS-GuestApp/05.png", "store-images/HCSS-GuestApp/06.png"],
"links": ["https://play.google.com/store/apps/dev?id=5853310209387831905"],
"notes": "Inspection app for reps from BuildIt, includes task management & social elements. Core development by Dale French (KZN), assisted in technical issues & dev on initial authentication system.",
"partner": "HCSS",
"project": "BuildIt inspection mobile apps",
"roles": ["Co-Development", "Technical Support", "Technical Advising"],
"slug": "hcss-buildit",
"tags": ["ES6", "React Native", "React", "Redux", "Android", "iOS", "Development", "Wireframing", "CD", "Expo", "Sentry"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/HCSS-BrandUp/00.png", "store-images/HCSS-BrandUp/01.png", "store-images/HCSS-BrandUp/02.png", "store-images/HCSS-BrandUp/03.png"],
"links": ["https://play.google.com/store/apps/dev?id=5853310209387831905"],
"notes": "Mobile app for Hirt & Carter for keeping track of installations in store. Includes scanning QR codes & image management. Ommited some more sensitive screens.",
"partner": "HCSS",
"project": "BrandUp mobile apps",
"roles": ["Co-Development", "Technical Support", "Technical Direction (mobile)"],
"slug": "hcss-brandup",
"tags": ["ES6", "React Native", "React", "Redux", "Android", "iOS", "Development", "CD", "Expo", "Sentry"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/Seymour/00.jpg", "store-images/Seymour/01.png"],
"links": ["https://github.com/joduplessis/seymour"],
"notes": "Seymour is an easy to use HTML/CSS scaffolding tool written in Golang",
"partner": "",
"project": "Seymour",
"roles": ["Development"],
"slug": "seymour",
"tags": ["Golang", "HTML", "CSS"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/VAWaterfront/00.jpg", "store-images/VAWaterfront/01.jpg", "store-images/VAWaterfront/02.jpg", "store-images/VAWaterfront/03.jpg", "store-images/VAWaterfront/04.jpg", "store-images/VAWaterfront/05.jpg", "store-images/VAWaterfront/06.jpg", "store-images/VAWaterfront/07.jpg", "store-images/VAWaterfront/08.jpg"],
"links": [""],
"notes": "Pitch designs for the VA Waterfront intranet project. Accompanying images for the website",
"partner": "Yreeka",
"project": "V&A Waterfront",
"roles": ["Design"],
"slug": "va-waterfront",
"tags": ["Design", "UX", "UI"],
"year": 2016
}, {
"author": "Jo du Plessis",
"images": ["store-images/Crafted/00.jpg", "store-images/Crafted/01.jpg", "store-images/Crafted/02.jpg", "store-images/Crafted/03.jpg", "store-images/Crafted/04.jpg", "store-images/Crafted/05.jpg", "store-images/Crafted/06.jpg", "store-images/Crafted/07.jpg", "store-images/Crafted/08.jpg", "store-images/Crafted/09.jpg", "store-images/Crafted/10.jpg"],
"links": [""],
"notes": "Concept for a social craft beer app.",
"partner": "",
"project": "Crafted",
"roles": ["Design"],
"slug": "crafted",
"tags": ["Design", "UX", "UI", "Mobile", "Photoshop"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/Play/00.jpg", "store-images/Play/01.jpg", "store-images/Play/02.jpg", "store-images/Play/03.jpg", "store-images/Play/04.jpg", "store-images/Play/05.jpg", "store-images/Play/06.jpg", "store-images/Play/07.jpg", "store-images/Play/08.jpg", "store-images/Play/09.jpg", "store-images/Play/10.jpg", "store-images/Play/11.jpg", "store-images/Play/12.jpg", "store-images/Play/13.jpg", "store-images/Play/14.jpg", "store-images/Play/15.jpg", "store-images/Play/16.jpg", "store-images/Play/17.jpg", "store-images/Play/18.png", "store-images/Play/19.png", "store-images/Play/20.png", "store-images/Play/21.png", "store-images/Play/22.png", "store-images/Play/23.png", "store-images/Play/24.png", "store-images/Play/25.png", "store-images/Play/26.png", "store-images/Play/27.png", "store-images/Play/28.png", "store-images/Play/29.png", "store-images/Play/30.png", "store-images/Play/31.png", "store-images/Play/32.png", "store-images/Play/33.png", "store-images/Play/34.png", "store-images/Play/35.png", "store-images/Play/36.png"],
"links": ["https://playfirst.omari.studio"],
"notes": "Deliver intuitive learning experiences wrapped in an immersive game world. You can focus on the content, instead of jumping over the technical hurdles.",
"partner": "",
"project": "Playfirst",
"roles": ["Development", "design", "strategy"],
"slug": "playfirst",
"tags": ["Unity3D", "CodeIgnitor", "React", "Bootstrap", "Design", "PHP", "ES6", "Webpack", "C#", "3D", "Java", "Multiplayer", "MySQL", "Continuous Delivery", "Docker"],
"year": 2018
}, {
"author": "Jo du Plessis",
"images": ["store-images/Hive/Twitter/00.jpg", "store-images/Hive/Twitter/01.jpg"],
"links": [""],
"notes": "Sales conference Twitter feed for Hive Connect.",
"partner": "Hive",
"project": "Twitter event screen",
"roles": ["Development", "design"],
"slug": "hive-twitter",
"tags": ["Node", "Heroku", "ES6", "Javascript"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/Hive/SAB/00.jpg", "store-images/Hive/SAB/01.png", "store-images/Hive/SAB/02.png", "store-images/Hive/SAB/03.png"],
"links": [""],
"notes": "Realtime web app to draw prize winners & check guests into the SAB Extravaganza event.",
"partner": "Hive",
"project": "SAB Extravaganza",
"roles": ["Development", "design"],
"slug": "hive-sab",
"tags": ["Ember", "WebSocket", "Javascript", "Heroku", "Realtime", "Continuous Delivery"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/Max/00.jpg", "store-images/Max/01.png"],
"links": ["https://bot.omari.studio", "https://github.com/joduplessis/max"],
"notes": "Max is an open source bot experiment that talks back, helps you shop Amazon & identify images using Google Vision API. It is built with BotBuilder, Azure, NodeJS & Google.",
"partner": "",
"project": "Max",
"roles": ["Development", "design"],
"slug": "max",
"tags": ["Bot", "Microsoft BotBuilder", "Node", "ES6", "Google Vision", "LUIS", "Natural Language", "Heroku", "Continuous Delivery", "Scraping"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/Erudio/00.jpg", "store-images/Erudio/01.png", "store-images/Erudio/02.png"],
"links": ["https://www.erudio.global/"],
"notes": "Erudio Global is the industry leader of ISO related training and coaching services. We helped migrate to new version of Moodle and also assisted in creating custom theme.",
"partner": "Michael Griffiths",
"project": "Erudio",
"roles": ["Development"],
"slug": "erudio",
"tags": ["Moodle", "PHP", "CSS", "MySQL", "Docker"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/ASATA/Website/00.jpg", "store-images/ASATA/Website/01.png", "store-images/ASATA/Website/02.png"],
"links": [""],
"notes": "Established in 1956, the Association of Southern African Travel Agents is a representative forum that promotes professional service in the travel industry for both members and their clients.",
"partner": "Yreeka",
"project": "ASATA website",
"roles": ["Development"],
"slug": "asata-website",
"tags": ["Wordpress", "PHP", "MySQL", "Javascript", "CSS"],
"year": 2016
}, {
"author": "Jo du Plessis",
"images": ["store-images/ASATA/Classifieds/00.jpg", "store-images/ASATA/Classifieds/01.png", "store-images/ASATA/Classifieds/02.png", "store-images/ASATA/Classifieds/03.png", "store-images/ASATA/Classifieds/04.png"],
"links": [""],
"notes": "Classifieds is a bespoke web app ASATA members can leverage to post stock that needs to move quickly.",
"partner": "Yreeka",
"project": "ASATA Classifieds",
"roles": ["Development", "design"],
"slug": "asata-classifieds",
"tags": ["PHP", "CodeIgnitor", "MySQL", "React", "Webpack", "ES6", "LESS", "Docker", "Continuous Delivery"],
"year": 2016
}, {
"author": "Jo du Plessis",
"images": ["store-images/ASATA/APP/01.jpg", "store-images/ASATA/APP/01.jpg"],
"links": [""],
"notes": "Concept for the ASATA Professional Programme learning management system",
"partner": "Yreeka",
"project": "ASATA Professional Programme concept pitch",
"roles": ["Design"],
"slug": "asata-app",
"tags": ["Learnpress", "Design", "Photoshop"],
"year": 2016
}, {
"author": "Jo du Plessis",
"images": ["store-images/ASATA/Members/00.jpg", "store-images/ASATA/Members/01.jpg"],
"links": [""],
"notes": "Members portal that ASATA use to manage up to 1500 members & integration into Zurmo & MailChimp. Due to the data being sensitive, we unfortunately don't have any screenshots.",
"partner": "Yreeka",
"project": "ASATA Member",
"roles": ["Development", "Technical Direction"],
"slug": "asata-members",
"tags": ["Yii 2", "PHP", "MySQL", "MailChimp API", "Docker", "Jquery", "Bootstrap"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/Luna/00.jpg", "store-images/Luna/01.png", "store-images/Luna/02.png", "store-images/Luna/03.png", "store-images/Luna/04.png", "store-images/Luna/05.png", "store-images/Luna/06.png"],
"links": [""],
"notes": "Luna reseller system is a web app that enables Luna to manage resellers & orders.",
"partner": "Yreeka",
"project": "Luna",
"roles": ["Development", "Design", "Technical Direction"],
"slug": "luna",
"tags": ["Typescript", "React", "Redux", "Symfony", "PHP", "Javascript", "Webpack", "SCSS", "JAM", "API", "Authentication", "Continuous Delivery", "GitLab CI", "Docker", "Apiary"],
"year": 2018
}, {
"author": "Jo du Plessis",
"images": ["store-images/Culp/00.jpg", "store-images/Culp/01.png", "store-images/Culp/02.png", "store-images/Culp/03.png"],
"links": ["http://www.culp.co.za", "http://culp.co.za/ctisurvey/"],
"notes": "Specialized survey development for assessment.",
"partner": "Yreeka",
"project": "Culp website",
"roles": ["Design", "Development"],
"slug": "culp",
"tags": ["Wordpress", "PHP", "MySQL", "Javascript", "Animation", "Jquery", "Vanilla JS", "MailChimp integration"],
"year": 2017
}, {
"author": "Jo du Plessis",
"images": ["store-images/Scicorp/00.jpg", "store-images/Scicorp/01.png", "store-images/Scicorp/02.png", "store-images/Scicorp/03.png"],
"links": ["http://scicorplab.com/"],
"notes": "Leading, dynamic, inter-disciplinary life sciences laboratories.",
"partner": "Cassandra Kidson",
"project": "SciCorp website",
"roles": ["Development"],
"slug": "scicorp",
"tags": ["Wordpress", "PHP", "MySQL", "Javascript"],
"year": 2016
}, {
"author": "Jo du Plessis",
"images": ["store-images/45Madison/00.jpg", "store-images/45Madison/01.jpg", "store-images/45Madison/02.jpg", "store-images/45Madison/03.jpg"],
"links": [""],
"notes": "Marketing drive for a high end gated estate in Cape Town.",
"partner": "",
"project": "45 Madison branding",
"roles": ["Design"],
"slug": "45madison",
"tags": ["Archive", "Photoshop", "Website", "Logo", "Concept"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/AllSaintsChurch/00.jpg", "store-images/AllSaintsChurch/01.jpg", "store-images/AllSaintsChurch/02.jpg"],
"links": ["http://joduplessis.com/store/AllSaintsChurch/"],
"notes": "",
"partner": "",
"project": "All Saints Church website",
"roles": ["Development", "design"],
"slug": "allsaintschurch",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/Amplehosting/00.jpg", "store-images/Amplehosting/01.jpg", "store-images/Amplehosting/02.jpg", "store-images/Amplehosting/03.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "Ample Hosting website",
"roles": ["Design"],
"slug": "amplehosting",
"tags": ["Photoshop"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/Apexmedia/00.jpg", "store-images/Apexmedia/01.jpg"],
"links": ["http://joduplessis.com/store/Apexmedia/"],
"notes": "",
"partner": "",
"project": "Apexmedia website",
"roles": ["Development", "design"],
"slug": "apexmedia",
"tags": ["Archive", "Flash", "AS2", "PHP", "HTML", "CSS"],
"year": 2005
}, {
"author": "Jo du Plessis",
"images": ["store-images/Avalanche/AugmentedReality/00.jpg", "store-images/Avalanche/AugmentedReality/01.jpg", "store-images/Avalanche/AugmentedReality/02.jpg"],
"links": ["http://joduplessis.com/store/Avalanche/AugmentedReality/"],
"notes": "",
"partner": "Avalanche",
"project": "Avalanche Augmented Reality business cards",
"roles": ["Design", "Development", "3D design"],
"slug": "avalancheaugmentedreality",
"tags": ["Archive", "Flash", "AS3", "HTML", "CSS", "FLARTooklit", "Away3d", "3ds max"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Avalanche/Hardline/00.jpg", "store-images/Avalanche/Hardline/01.jpg", "store-images/Avalanche/Hardline/02.jpg", "store-images/Avalanche/Hardline/03.jpg", "store-images/Avalanche/Hardline/04.jpg"],
"links": ["http://joduplessis.com/store/Avalanche/Hardline/hardline.apk", "https://github.com/joduplessis/Hardline"],
"notes": "Giving Avalanche clients a platform for checking in on their projects",
"partner": "Avalanche",
"project": "Hardline HTML5 mobile app",
"roles": ["Development", "design"],
"slug": "avalanche-hardline",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Ember.js", "Jquery mobile", "JUnit", "Phonegap", "Cordova", "Android", "REST"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Avalanche/Website2012/00.jpg", "store-images/Avalanche/Website2012/01.jpg", "store-images/Avalanche/Website2012/02.jpg"],
"links": ["http://joduplessis.com/store/Avalanche/Website2012/"],
"notes": "Avalanche is a South Africa based digital creative agency obsessed with building websites, games and digital experiences that engage and connect brands and products with people.",
"partner": "Avalanche",
"project": "Avalanche 2012 website",
"roles": ["Development", "design"],
"slug": "avalanchewebsite2012",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Avalanche/Website2014/00.jpg", "store-images/Avalanche/Website2014/01.jpg", "store-images/Avalanche/Website2014/02.jpg"],
"links": ["http://joduplessis.com/store/Avalanche/Website2014/"],
"notes": "Avalanche is a South Africa based digital creative agency obsessed with building websites, games and digital experiences that engage and connect brands and products with people.",
"partner": "Avalanche",
"project": "Avalanche 2014 website",
"roles": ["Development", "design"],
"slug": "avalanchewebsite2014",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2014
}, {
"author": "Jo du Plessis",
"images": ["store-images/Blindsight/00.jpg", "store-images/Blindsight/01.jpg"],
"links": [""],
"notes": "UK based metalcore band",
"partner": "",
"project": "Blindsight",
"roles": ["Design"],
"slug": "blindsight",
"tags": ["Album", "Concept"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/BPDrakensberg/00.jpg", "store-images/BPDrakensberg/01.jpg", "store-images/BPDrakensberg/02.jpg"],
"links": ["http://joduplessis.com/store/BPDrakensberg/", "http://www.samuels.co.za/about/"],
"notes": "Fuel, oil and gas company based in Pietermaritzburg, now called Samuels.",
"partner": "",
"project": "BP Drakensberg",
"roles": ["Development", "design"],
"slug": "bpdrakensberg",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "Google Map API"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/Carrifreight/00.jpg", "store-images/Carrifreight/01.jpg", "store-images/Carrifreight/02.jpg"],
"links": ["http://www.carrifreight.co.za/"],
"notes": "",
"partner": "Carrifreight is a Cape Town based Customs Clearing and Forwarding company. ",
"project": "Carrifreight",
"roles": ["Development", "design"],
"slug": "carrifreight",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "Google Map API"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/CassandraKidsonDesign/00.jpg", "store-images/CassandraKidsonDesign/01.jpg", "store-images/CassandraKidsonDesign/02.jpg"],
"links": ["http://joduplessis.com/store/CassandraKidsonDesign/"],
"notes": "",
"partner": "",
"project": "Cassandra Kidson Design",
"roles": ["Development", "design"],
"slug": "cassandrakidsondesign",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "Premium Theme"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/CHOW/MobileApp/01.jpg", "store-images/CHOW/MobileApp/02.jpg", "store-images/CHOW/MobileApp/03.jpg", "store-images/CHOW/MobileApp/04.jpg", "store-images/CHOW/MobileApp/05.jpg", "store-images/CHOW/MobileApp/06.jpg", "store-images/CHOW/MobileApp/07.jpg"],
"links": ["http://www.chowsolutions.com", "https://github.com/joduplessis/ChowAndroid", "https://github.com/joduplessis/ChowiOS"],
"notes": "Version 1 mobile app for iOS & Android. code now retired to GitHub.",
"partner": "",
"project": "CHOW Android & iOS app",
"roles": ["Strategy", "Development"],
"slug": "chowmobileapp",
"tags": ["Android", "Native", "iOS", "Xcode", "Swift 2", "Java", "JUnit", "Facebook SDK", "Google Map services", "Google Play services", "REST", "Gradle", "Ninja Mock", "Git"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/CHOW/WebAppAPI/01.jpg", "store-images/CHOW/WebAppAPI/02.jpg", "store-images/CHOW/WebAppAPI/03.jpg", "store-images/CHOW/WebAppAPI/04.jpg", "store-images/CHOW/WebAppAPI/05.jpg", "store-images/CHOW/WebAppAPI/06.jpg"],
"links": [],
"notes": "Due to the data being sensitive, we don't have a live login.",
"partner": "",
"project": "CHOW web app & API",
"roles": ["Development,Design"],
"slug": "chowwebappapi",
"tags": ["PHP", "MySQL", "HTML", "CSS", "Javascript", "Jquery", "Google Maps", "Composer", "Bower", "Git"],
"year": 2014
}, {
"author": "Jo du Plessis",
"images": ["store-images/CHOW/Website/01.jpg", "store-images/CHOW/Website/02.jpg", "store-images/CHOW/Website/03.jpg", "store-images/CHOW/Website/04.jpg", "store-images/CHOW/Website/05.jpg"],
"links": ["http://joduplessis.com/store/CHOW/Website/"],
"notes": "",
"partner": "",
"project": "CHOW static website",
"roles": ["Design", "Development", "UX"],
"slug": "chowhtmlwebsite",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery", "Bower", "Ninja Mock"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/CHOW/Website/01.jpg", "store-images/CHOW/Website/02.jpg", "store-images/CHOW/Website/03.jpg", "store-images/CHOW/Website/04.jpg", "store-images/CHOW/Website/05.jpg"],
"links": ["http://joduplessis.com/store/CHOW/WebsiteWordpress/"],
"notes": "",
"partner": "",
"project": "CHOW website",
"roles": ["Design", "Development", "UX"],
"slug": "chowwebsite",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Wordpress"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/ContrastTheWater/00.jpg", "store-images/ContrastTheWater/01.jpg", "store-images/ContrastTheWater/02.jpg"],
"links": ["http://joduplessis.com/store/ContrastTheWater/"],
"notes": "",
"partner": "",
"project": "Contrast The Water website",
"roles": ["Development", "Design"],
"slug": "contrastthewater",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS3", "PHP"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/CreativeWisdom-AgriNet/00.jpg", "store-images/CreativeWisdom-AgriNet/01.jpg"],
"links": [""],
"notes": "",
"partner": "CreativeWisdom",
"project": "AgriNet web app",
"roles": ["Design", "UX"],
"slug": "creativewisdom-agrinet",
"tags": ["Dashboard", "Web app", "Photoshop"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/CreativeWisdom-CFIS/00.jpg", "store-images/CreativeWisdom-CFIS/01.jpg"],
"links": ["http://joduplessis.com/store/CreativeWisdom-CFIS/"],
"notes": "",
"partner": "CreativeWisdom",
"project": "CFIS website",
"roles": ["Development", "Design"],
"slug": "creativewisdom-cfis",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/DenyTheEmpire/00.jpg", "store-images/DenyTheEmpire/01.jpg", "store-images/DenyTheEmpire/02.jpg"],
"links": ["http://joduplessis.com/store/DenyTheEmpire/"],
"notes": "",
"partner": "",
"project": "Deny The Empire website",
"roles": ["Development", "design"],
"slug": "denytheempire",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/Dinkelmans/00.jpg", "store-images/Dinkelmans/01.jpg", "store-images/Dinkelmans/02.jpg"],
"links": ["http://www.dinkelmans.co.za/"],
"notes": "",
"partner": "",
"project": "Dinkelmans website",
"roles": ["Design", "Development"],
"slug": "dinkelmans",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/DirectMarketingSuccess/00.jpg", "store-images/DirectMarketingSuccess/01.jpg", "store-images/DirectMarketingSuccess/02.jpg"],
"links": ["http://joduplessis.com/store/DirectMarketingSuccess/"],
"notes": "",
"partner": "",
"project": "Direct Marketing Success website",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "directmarketingsuccess",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS3"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/DuBoirs/00.jpg", "store-images/DuBoirs/01.jpg"],
"links": ["http://joduplessis.com/store/DuBoirs/"],
"notes": "",
"partner": "",
"project": "Du Boirs website",
"roles": ["Development"],
"slug": "duboirs",
"tags": ["Archive", "HTML", "CSS", "Javascript"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/Ethos/00.jpg", "store-images/Ethos/01.jpg", "store-images/Ethos/02.jpg", "store-images/Ethos/03.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "Ethos branding",
"roles": ["Design"],
"slug": "ethos",
"tags": ["Photoshop", "Flyer", "Logo"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Eyedrills/00.jpg", "store-images/Eyedrills/01.jpg", "store-images/Eyedrills/02.jpg", "store-images/Eyedrills/03.jpg", "store-images/Eyedrills/04.jpg", "store-images/Eyedrills/05.jpg", "store-images/Eyedrills/06.jpg", "store-images/Eyedrills/07.jpg", "store-images/Eyedrills/08.jpg", "store-images/Eyedrills/09.jpg", "store-images/Eyedrills/10.jpg", "store-images/Eyedrills/11.jpg", "store-images/Eyedrills/12.jpg", "store-images/Eyedrills/13.jpg"],
"links": ["http://joduplessis.com/store/Eyedrills/Console/"],
"notes": "",
"partner": "",
"project": "Eyedrills games & web app",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "eyedrills",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "PODS (extensive)", "Flash", "AS3", "REST", "XML", "Wordpress integration"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Firefly/iAssist/01.jpg", "store-images/Firefly/iAssist/02.jpg", "store-images/Firefly/iAssist/03.jpg"],
"links": ["http://joduplessis.com/store/Firefly/iAssist/", "https://github.com/joduplessis/iassist"],
"notes": "Username: admin & password: admin",
"partner": "Firefly",
"project": "iAssist web app",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "fireflyiassist",
"tags": ["Archive", "Legacy", "HTML", "CSS", "Javascript", "PHP", "Pastel", "ODBC", "Purvasive DB"],
"year": 2007
}, {
"author": "Jo du Plessis",
"images": ["store-images/Firefly/website/01.jpg", "store-images/Firefly/website/01.jpg"],
"links": ["http://joduplessis.com/store/Firefly/website/"],
"notes": "",
"partner": "Firefly",
"project": "Firefly website",
"roles": ["Design", "Development", "UX"],
"slug": "fireflywebsite",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS3"],
"year": 2007
}, {
"author": "Jo du Plessis",
"images": ["store-images/Greendoor/01.jpg", "store-images/Greendoor/02.jpg"],
"links": ["http://joduplessis.com/store/Greendoor/,http://joduplessis.com/store/Greendoor/admin"],
"notes": "",
"partner": "",
"project": "Greendoor website & CMS",
"roles": ["Development", "design"],
"slug": "greendoor",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "MySQL", "CMS"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/Gus-En/01.jpg", "store-images/Gus-En/02.jpg", "store-images/Gus-En/03.jpg", "store-images/Gus-En/04.jpg", "store-images/Gus-En/05.jpg", "store-images/Gus-En/06.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "Gus-En website",
"roles": ["Design"],
"slug": "gus-en",
"tags": ["Photoshop"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/GussyAdventures/01.jpg", "store-images/GussyAdventures/02.jpg"],
"links": ["http://joduplessis.com/store/GussyAdventures/"],
"notes": "",
"partner": "",
"project": "Gussy Adventures website",
"roles": ["Development", "design"],
"slug": "gussyadventures",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS2"],
"year": 2007
}, {
"author": "Jo du Plessis",
"images": ["store-images/Gwahumbe/00.jpg", "store-images/Gwahumbe/01.jpg", "store-images/Gwahumbe/02.jpg", "store-images/Gwahumbe/03.jpg", "store-images/Gwahumbe/04.jpg", "store-images/Gwahumbe/05.jpg", "store-images/Gwahumbe/06.jpg", "store-images/Gwahumbe/07.jpg", "store-images/Gwahumbe/08.jpg", "store-images/Gwahumbe/09.jpg"],
"links": ["http://joduplessis.com/store/Gwahumbe/"],
"notes": "",
"partner": "",
"project": "Gwahumbe website & branding",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "gwahumbe",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "Photoshop"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/HellaHella/01.jpg", "store-images/HellaHella/02.jpg"],
"links": ["http://www.hellahella.co.za/"],
"notes": "Hella Hella Outdoor Centre offers a world of diverse activities and cherished lifelong memories for all ages and levels of fitness - less than two hours from Durban and Pietermaritzburg. ",
"partner": "",
"project": "Hella Hella website",
"roles": ["Development", "design"],
"slug": "hellahella",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/IndigoFields/01.jpg", "store-images/IndigoFields/02.jpg"],
"links": ["http://joduplessis.com/store/IndigoFields/"],
"notes": "The legend of this soulful retreat spreads far over the foothills of the Drakensberg. Even from across the seas, people flock to the gates of Indigo Fields.",
"partner": "",
"project": "Indigo Fields website",
"roles": ["Development", "design"],
"slug": "indigofields",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/IUA/02.png", "store-images/IUA/03.jpg", "store-images/IUA/04.jpg", "store-images/IUA/05.jpg", "store-images/IUA/01.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "IUA branding",
"roles": ["Design", "UX", "Design Direction"],
"slug": "iua",
"tags": ["Photoshop"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/KateBainEvents/01.jpg", "store-images/KateBainEvents/02.jpg"],
"links": ["http://joduplessis.com/store/KateBainEvents"],
"notes": "",
"partner": "Cassandra Kidson",
"project": "Kate Bain Events website",
"roles": ["Development", "design"],
"slug": "katebainevents",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/KidsonMedia/01.jpg", "store-images/KidsonMedia/02.jpg", "store-images/KidsonMedia/03.jpg", "store-images/KidsonMedia/04.jpg", "store-images/KidsonMedia/05.jpg", "store-images/KidsonMedia/06.jpg", "store-images/KidsonMedia/07.jpg", "store-images/KidsonMedia/08.jpg", "store-images/KidsonMedia/09.jpg", "store-images/KidsonMedia/10.jpg", "store-images/KidsonMedia/11.jpg"],
"links": [""],
"notes": "",
"partner": "Cassandra Kidson",
"project": "Kidson Media website",
"roles": ["Design"],
"slug": "kidsonmedia",
"tags": ["Photoshop"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/KZN2010/Map/01.jpg", "store-images/KZN2010/Map/01.jpg"],
"links": ["http://joduplessis.com/store/KZN2010/Map/"],
"notes": "",
"partner": "KZN2010",
"project": "KZN2010 KZN interactive map",
"roles": ["Development", "design"],
"slug": "kzn2010map",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS2", "XML"],
"year": 2007
}, {
"author": "Jo du Plessis",
"images": ["store-images/KZN2010/Soccer/00.jpg", "store-images/KZN2010/Soccer/01.jpg"],
"links": ["http://joduplessis.com/store/KZN2010/Soccer game/"],
"notes": "",
"partner": "KZN2010",
"project": "KZN2010 Soccer game",
"roles": ["Development", "design"],
"slug": "kzn2010soccergame",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS2", "XML"],
"year": 2007
}, {
"author": "Jo du Plessis",
"images": ["store-images/LeatherFromHart/00.jpg", "store-images/LeatherFromHart/01.jpg", "store-images/LeatherFromHart/02.jpg", "store-images/LeatherFromHart/03.jpg"],
"links": ["http://joduplessis.com/store/LeatherFromHart/"],
"notes": "",
"partner": "",
"project": "Leather From Hart website",
"roles": ["Development", "design"],
"slug": "leatherfromhart",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery", "PHP", "MySQL"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/LesothoAdventures/00.jpg", "store-images/LesothoAdventures/01.jpg", "store-images/LesothoAdventures/02.jpg", "store-images/LesothoAdventures/03.jpg", "store-images/LesothoAdventures/04.jpg", "store-images/LesothoAdventures/05.jpg", "store-images/LesothoAdventures/06.jpg", "store-images/LesothoAdventures/07.jpg", "store-images/LesothoAdventures/08.jpg", "store-images/LesothoAdventures/09.jpg"],
"links": ["http://joduplessis.com/store/LesothoAdventures/", "http://joduplessis.com/store/LesothoAdventures/admin"],
"notes": "",
"partner": "",
"project": "Lesotho Adventures website, CMS & branding",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "lesothoadventures",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery", "PHP", "MySQL", "CMS", "Photoshop"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/LittleMunchkins/01.jpg", "store-images/LittleMunchkins/02.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "Little Munchkins website & branding",
"roles": ["Design"],
"slug": "littlemunchkins",
"tags": ["Photoshop", "Flyer", "Website"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mushrush/00.jpg", "store-images/Mushrush/01.jpg", "store-images/Mushrush/02.jpg"],
"links": ["http://joduplessis.com/store/Mushrush/"],
"notes": "Mushrush South Africa supply mushroom grow kits, exotic spawn and truffles, oyster and shiitake home growing supplies.",
"partner": "",
"project": "Mush Rush website",
"roles": ["Development", "design"],
"slug": "mushrush",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/MusicMate/01.jpg", "store-images/MusicMate/02.jpg", "store-images/MusicMate/03.jpg"],
"links": ["http://joduplessis.com/store/MusicMate/"],
"notes": "Instrument & audio visual shop based out of Johannesburg.",
"partner": "",
"project": "Music Mate website",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "music mate",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery", "PHP"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/Brochure/00.jpg", "store-images/NCFChurch/Brochure/01.jpg", "store-images/NCFChurch/Brochure/02.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "NCF Church brochure",
"roles": ["Design"],
"slug": "ncfchurchbrochure",
"tags": ["Photoshop"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/DestinyProjectCorporateIdentity/00.jpg", "store-images/NCFChurch/DestinyProjectCorporateIdentity/01.jpg", "store-images/NCFChurch/DestinyProjectCorporateIdentity/02.jpg", "store-images/NCFChurch/DestinyProjectCorporateIdentity/03.jpg", "store-images/NCFChurch/DestinyProjectCorporateIdentity/04.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "NCF Church Destiny Project branding",
"roles": ["Design"],
"slug": "ncfchurchdestinyprojectcorporateidentity",
"tags": ["Photoshop", "Poster", "Flyer", "Logo"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/DestinyProjectWebsite/00.jpg", "store-images/NCFChurch/DestinyProjectWebsite/01.jpg"],
"links": ["http://joduplessis.com/store/NCFChurch/DestinyProjectWebsite/"],
"notes": "",
"partner": "",
"project": "NCF Church Destiny Project website",
"roles": ["Development", "design"],
"slug": "ncfchurchdestinyprojectwebsite",
"tags": ["Archive", "HTML", "CSS", "Javascript"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/FrontiersFlyer/00.jpg", "store-images/NCFChurch/FrontiersFlyer/01.jpg", "store-images/NCFChurch/FrontiersFlyer/02.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "NCF Church Fronteirs flyer",
"roles": ["Design"],
"slug": "ncfchurchfrontiersflyer",
"tags": ["Photoshop"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/FrontiersWebsite/00.jpg", "store-images/NCFChurch/FrontiersWebsite/01.jpg"],
"links": ["http://joduplessis.com/store/NCFChurch/FrontiersWebsite/"],
"notes": "",
"partner": "",
"project": "NCF Church Fronteirs website",
"roles": ["Development", "design"],
"slug": "ncfchurchfrontierswebsite",
"tags": ["Archive", "XHTML", "CSS", "Javascript"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/Intranet/00.jpg", "store-images/NCFChurch/Intranet/01.jpg", "store-images/NCFChurch/Intranet/02.jpg", "store-images/NCFChurch/Intranet/03.jpg", "store-images/NCFChurch/Intranet/04.jpg"],
"links": ["http://joduplessis.com/store/NCFChurch/Intranet/", "https://github.com/joduplessis/member-manager"],
"notes": "Username: admin & password: admin",
"partner": "",
"project": "NCF Church member management web app",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "ncfchurchintranet",
"tags": ["Archive", "Legacy", "HTML", "CSS", "Javascript", "PHP", "MySQL", "PDF API"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/LadiesMeeting/00.jpg", "store-images/NCFChurch/LadiesMeeting/01.jpg", "store-images/NCFChurch/LadiesMeeting/02.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "NCF Church ladies meeting flyer design",
"roles": ["Design"],
"slug": "ncfchurchladiesmeeting",
"tags": ["Photoshop"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/MensCamp/00.jpg", "store-images/NCFChurch/MensCamp/01.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "NCF Church mens camp flyer design",
"roles": ["Design"],
"slug": "ncfchurchmenscamp",
"tags": ["Photoshop"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/NCFChurch/Posters/00.jpg", "store-images/NCFChurch/Posters/01.jpg", "store-images/NCFChurch/Posters/02.jpg", "store-images/NCFChurch/Posters/03.jpg", "store-images/NCFChurch/Posters/04.jpg", "store-images/NCFChurch/Posters/05.jpg", "store-images/NCFChurch/Posters/06.jpg"],
"links": [""],
"notes": "",
"partner": "",
"project": "NCF Church various poster designs",
"roles": ["Design"],
"slug": "ncfchurchposters",
"tags": ["Photoshop"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/Noise/01.jpg", "store-images/Noise/01.jpg"],
"links": [""],
"notes": "",
"partner": "Music Mate",
"project": "Noise website design",
"roles": ["Development", "design"],
"slug": "noise",
"tags": ["HTMl", "CSS", "Javascript", "CMS integration"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet/02.jpg", "store-images/OnePlanet/01.jpg", "store-images/OnePlanet/02.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet/"],
"notes": "",
"partner": "One Planet",
"project": "One Planet website framework & interactive",
"roles": ["Design", "Development", "UX"],
"slug": "oneplanet",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS3", "Away3d"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-AfroDeli/01.jpg", "store-images/OnePlanet-AfroDeli/01.jpg"],
"links": [""],
"notes": "",
"partner": "One Planet",
"project": "Afro Deli logo",
"roles": ["Design"],
"slug": "oneplanet-afrodeli",
"tags": ["Photoshop"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-Afrokwazi/01.jpg", "store-images/OnePlanet-Afrokwazi/01.jpg"],
"links": [""],
"notes": "",
"partner": "One Planet",
"project": "AfroKwazi website",
"roles": ["Design", "UX"],
"slug": "oneplanet-afrokwazi",
"tags": ["Photoshop"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-Asmalls/01.jpg", "store-images/OnePlanet-Asmalls/02.jpg", "store-images/OnePlanet-Asmalls/03.jpg", "store-images/OnePlanet-Asmalls/04.jpg"],
"links": [""],
"notes": "",
"partner": "One Planet",
"project": "Asmalls website",
"roles": ["Design", "UX"],
"slug": "oneplanet-asmalls",
"tags": ["Photoshop"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-DesperateHouseholds/01.jpg", "store-images/OnePlanet-DesperateHouseholds/02.jpg", "store-images/OnePlanet-DesperateHouseholds/03.jpg", "store-images/OnePlanet-DesperateHouseholds/04.jpg", "store-images/OnePlanet-DesperateHouseholds/05.jpg", "store-images/OnePlanet-DesperateHouseholds/06.jpg", "store-images/OnePlanet-DesperateHouseholds/07.jpg"],
"links": [""],
"notes": "",
"partner": "One Planet",
"project": "Desperate Households",
"roles": ["Design", "UX"],
"slug": "oneplanet-desperatehouseholds",
"tags": ["Photoshop"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-Gwaragwara/01.jpg", "store-images/OnePlanet-Gwaragwara/02.jpg", "store-images/OnePlanet-Gwaragwara/03.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet-Gwaragwara/"],
"notes": "",
"partner": "One Planet",
"project": "Gwagwara website framework",
"roles": ["Design", "Development", "UX"],
"slug": "oneplanet-gwaragwara",
"tags": ["Archive", "HTML", "CSS", "Javascript"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-JeanJunction/01.jpg", "store-images/OnePlanet-JeanJunction/01.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet-JeanJunction/"],
"notes": "",
"partner": "One Planet",
"project": "Jean Junction website framework",
"roles": ["Development", "design"],
"slug": "oneplanet-jeanjunction",
"tags": ["Archive", "HTML", "CSS", "Javascript"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-NuHealth/00.jpg", "store-images/OnePlanet-NuHealth/01.jpg", "store-images/OnePlanet-NuHealth/02.jpg", "store-images/OnePlanet-NuHealth/03.jpg", "store-images/OnePlanet-NuHealth/04.jpg", "store-images/OnePlanet-NuHealth/05.jpg", "store-images/OnePlanet-NuHealth/06.jpg", "store-images/OnePlanet-NuHealth/07.jpg", "store-images/OnePlanet-NuHealth/08.jpg"],
"links": [""],
"notes": "",
"partner": "One Planet",
"project": "Nu Health website & branding",
"roles": ["Design", "UX"],
"slug": "oneplanet-nuhealth",
"tags": ["Photoshop", "Logo", "Flyer", "Website"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-OffTheChart/01.jpg", "store-images/OnePlanet-OffTheChart/01.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet-OffTheChart/"],
"notes": "",
"partner": "One Planet",
"project": "Off The Chart website framework",
"roles": ["Development", "design"],
"slug": "oneplanet-offthechart",
"tags": ["Archive", "HTML", "CSS", "Javascript"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-Outdoors365/01.jpg", "store-images/OnePlanet-Outdoors365/01.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet-Outdoors365/"],
"notes": "",
"partner": "One Planet",
"project": "Outdoors 365 website framework",
"roles": ["Development", "design"],
"slug": "oneplanet-outdoors365",
"tags": ["Archive", "HTML", "CSS", "Javascript"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-ReebokBreastCancer/01.jpg", "store-images/OnePlanet-ReebokBreastCancer/02.jpg", "store-images/OnePlanet-ReebokBreastCancer/03.jpg", "store-images/OnePlanet-ReebokBreastCancer/04.jpg", "store-images/OnePlanet-ReebokBreastCancer/05.jpg", "store-images/OnePlanet-ReebokBreastCancer/07.jpg", "store-images/OnePlanet-ReebokBreastCancer/08.jpg", "store-images/OnePlanet-ReebokBreastCancer/09.jpg", "store-images/OnePlanet-ReebokBreastCancer/10.jpg", "store-images/OnePlanet-ReebokBreastCancer/11.jpg", "store-images/OnePlanet-ReebokBreastCancer/12.jpg", "store-images/OnePlanet-ReebokBreastCancer/13.jpg", "store-images/OnePlanet-ReebokBreastCancer/14.jpg", "store-images/OnePlanet-ReebokBreastCancer/15.jpg", "store-images/OnePlanet-ReebokBreastCancer/17.jpg", "store-images/OnePlanet-ReebokBreastCancer/18.jpg", "store-images/OnePlanet-ReebokBreastCancer/19.jpg", "store-images/OnePlanet-ReebokBreastCancer/20.jpg", "store-images/OnePlanet-ReebokBreastCancer/16.jpg"],
"links": [""],
"notes": "Reebok breast cancer campaign pitch - for print & web.",
"partner": "One Planet",
"project": "Reebok breast cancer campaign",
"roles": ["Design", "UX"],
"slug": "oneplanet-reebokbreastcancer",
"tags": ["Photoshop"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-SensesDaySpa/01.jpg", "store-images/OnePlanet-SensesDaySpa/01.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet-SensesDaySpa/"],
"notes": "",
"partner": "One Planet",
"project": "Sense Day Spa website framework",
"roles": ["Development", "design"],
"slug": "oneplanet-sensesdayspa",
"tags": ["Archive", "HTML", "CSS", "Javascript"],
"year": 2009
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-SolesForAfrica/01.jpg", "store-images/OnePlanet-SolesForAfrica/01.jpg"],
"links": [""],
"notes": "",
"partner": "One Planet",
"project": "Soles For Africa logo",
"roles": ["Design"],
"slug": "oneplanet-solesforafrica",
"tags": ["Photoshop"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-SparksOutdoors/00.jpg", "store-images/OnePlanet-SparksOutdoors/01.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet-SparksOutdoors/"],
"notes": "",
"partner": "One Planet",
"project": "Sparks Outdoors website framework",
"roles": ["Development", "design"],
"slug": "oneplanet-sparksoutdoors",
"tags": ["Archive", "HTML", "CSS", "Javascript"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-WeddingExpo/00.jpg", "store-images/OnePlanet-WeddingExpo/01.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet-WeddingExpo/"],
"notes": "Save the date for the SA bride’s favourite wedding show, The Wedding Expo.",
"partner": "One Planet",
"project": "Wedding Expo Wordpress theme",
"roles": ["Design", "Development", "UX"],
"slug": "oneplanet-weddingexpo",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/OnePlanet-WeddingInspirations/00.jpg", "store-images/OnePlanet-WeddingInspirations/01.jpg"],
"links": ["http://joduplessis.com/store/OnePlanet-WeddingInspirations/"],
"notes": "Wedding insperations magazine website.",
"partner": "One Planet",
"project": "Wedding Inpspirations Wordpress theme",
"roles": ["Design", "Development", "UX"],
"slug": "oneplanet-weddinginspirations",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/Platine/00.jpg", "store-images/Platine/01.jpg", "store-images/Platine/02.jpg"],
"links": ["http://joduplessis.com/store/Platine/"],
"notes": "French cuisine restaurant that was based in Cape Town.",
"partner": "",
"project": "Platine website",
"roles": ["Development", "design"],
"slug": "platine",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS3"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/SarahKang/01.jpg", "store-images/SarahKang/01.jpg"],
"links": [""],
"notes": "Logo design competition",
"partner": "",
"project": "Sarah Kang logo",
"roles": ["Design"],
"slug": "sarahkang",
"tags": ["Photoshop"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/SLOT/01.jpg", "store-images/SLOT/01.jpg"],
"links": ["http://joduplessis.com/store/SLOT/"],
"notes": "School Leavers Opportunity Training (SLOT) is a registered Non Government Organization (NGO) founded in 1990 by Pauline Greene.",
"partner": "",
"project": "SLOT website",
"roles": ["Development", "design"],
"slug": "slot",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS3"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/StringTheory/01.jpg", "store-images/StringTheory/02.jpg"],
"links": ["http://joduplessis.com/store/StringTheory/"],
"notes": "Digital design studio based in Pietermaritzburg.",
"partner": "",
"project": "String Theory website",
"roles": ["Design", "Development", "UX"],
"slug": "stringtheory",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery"],
"year": 2010
}, {
"author": "Jo du Plessis",
"images": ["store-images/TathamWilkes/00.jpg", "store-images/TathamWilkes/Website2006/01.jpg", "store-images/TathamWilkes/Website2006/02.jpg", "store-images/TathamWilkes/Website2006/03.jpg", "store-images/TathamWilkes/Website2007/01.jpg", "store-images/TathamWilkes/Website2007/02.jpg"],
"links": ["http://joduplessis.com/store/TathamWilkes/Website2006/", "http://joduplessis.com/store/TathamWilkes/Website2007/"],
"notes": "Tatham Wilkes inc. is a prominent law firm based in Pietermaritzburg, KwaZulu-Natal. ",
"partner": "Firefly",
"project": "Tatham Wilkes 2006/2007 website",
"roles": ["Design", "Development", "UX"],
"slug": "tathamwilkeswebsite",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Flash", "AS3"],
"year": 2006
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-AAMKZN/00.jpg", "store-images/TempleCreative-AAMKZN/01.jpg", "store-images/TempleCreative-AAMKZN/02.jpg", "store-images/TempleCreative-AAMKZN/03.jpg"],
"links": ["http://www.aamkzn.co.za/"],
"notes": "AAM Livestock Agents & Auctioneers conduct commercial, special/stud and dispersal sales throughout the year at various venues across KZN.",
"partner": "Temple Creative",
"project": "AAM KZN website",
"roles": ["Development", "design"],
"slug": "templecreative-aamkzn",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-AfricaHolidaysAndSafaris/01.jpg", "store-images/TempleCreative-AfricaHolidaysAndSafaris/02.jpg", "store-images/TempleCreative-AfricaHolidaysAndSafaris/03.jpg"],
"links": ["http://www.africaholidaysandsafaris.com/"],
"notes": "",
"partner": "Temple Creative",
"project": "Africa Holidays and Safaris website",
"roles": ["Design", "Development", "Technical Direction", "Training"],
"slug": "templecreative-africaholidaysandsafaris",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Premium Theme"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-ArborCare/01.jpg", "store-images/TempleCreative-ArborCare/01.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-ArborCare/"],
"notes": "Arbor-care specialises in hands-on management of forestry and agricultural projects in sub-Saharan Africa.",
"partner": "Temple Creative",
"project": "Arbor Care website",
"roles": ["Development"],
"slug": "templecreative-arborcare",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-BirdingEcotours/00.jpg", "store-images/TempleCreative-BirdingEcotours/01.jpg", "store-images/TempleCreative-BirdingEcotours/02.jpg", "store-images/TempleCreative-BirdingEcotours/03.jpg", "store-images/TempleCreative-BirdingEcotours/04.jpg"],
"links": ["http://www.birdingecotours.com/"],
"notes": "Welcome to our website, where we will present to you some spectacular birding tours around the world.",
"partner": "Temple Creative",
"project": "Birding Ecotours website & interactive map",
"roles": ["Development", "design"],
"slug": "templecreative-birdingecotours",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Flash", "AS3", "XML", "REST"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-BirdingSafaris/00.jpg", "store-images/TempleCreative-BirdingSafaris/01.jpg", "store-images/TempleCreative-BirdingSafaris/02.jpg", "store-images/TempleCreative-BirdingSafaris/03.jpg"],
"links": ["http://www.birdingsafaris.com/"],
"notes": "Based in the renowned Okavango Delta, we offer birding safaris within Botswana as well as beyond our borders where our birding adventures take us to the remote west coast of Namibia, Zambia’s great north, the fabled Eastern Highlands of Zimbabwe, magnificent Mocambique and Angola.",
"partner": "Temple Creative",
"project": "Birding Safaris website",
"roles": ["Development", "design"],
"slug": "templecreative-birdingsafaris",
"tags": ["HTML", "CSS", "PHP", "Javascript", ",Jquery", "Wordpress", "GatherContent"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-CEBA/00.jpg", "store-images/TempleCreative-CEBA/01.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-CEBA/"],
"notes": "",
"partner": "Temple Creative",
"project": "CEBA mobile website",
"roles": ["Development", "design"],
"slug": "templecreative-ceba",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-CorporateWildman/01.jpg", "store-images/TempleCreative-CorporateWildman/02.jpg", "store-images/TempleCreative-CorporateWildman/03.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-CorporateWildman/index.php?type=wildlife", "http://joduplessis.com/store/TempleCreative-CorporateWildman/index.php?type=birds", "http://joduplessis.com/store/TempleCreative-CorporateWildman/index.php?type=fish"],
"notes": "",
"partner": "Temple Creative",
"project": "Corporate Wildman interactive scorecards",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "templecreative-corporatewildman",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress integration", "Flash", "AS3", "XML", "REST"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-DriveSmart/00.jpg", "store-images/TempleCreative-DriveSmart/01.jpg", "store-images/TempleCreative-DriveSmart/02.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-DriveSmart/"],
"notes": "",
"partner": "Temple Creative",
"project": "Drive Smart interactive presentation",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "templecreative-drivesmart",
"tags": ["Archive", "HTML", "CSS", "Flash", "AS3"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-Flux/01.jpg", "store-images/TempleCreative-Flux/02.jpg", "store-images/TempleCreative-Flux/03.jpg", "store-images/TempleCreative-Flux/04.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-Flux/"],
"notes": "",
"partner": "Temple Creative",
"project": "FLUX.tv e-commerce website extension",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "templecreative-flux",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Paypal", "E-commerce"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-GregMinnaar/01.jpg", "store-images/TempleCreative-GregMinnaar/01.jpg"],
"links": [""],
"notes": "",
"partner": "Temple Creative",
"project": "Greg Minnaar website",
"roles": ["Design"],
"slug": "templecreative-gregminnaar",
"tags": ["Photoshop"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-HillsEquipment/01.jpg", "store-images/TempleCreative-HillsEquipment/01.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-HillsEquipment/"],
"notes": "",
"partner": "Temple Creative",
"project": "Hills Equipment website",
"roles": ["Development", "design"],
"slug": "templecreative-hillsequipment",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-Indri/01.jpg", "store-images/TempleCreative-Indri/02.jpg", "store-images/TempleCreative-Indri/03.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-Indri/"],
"notes": "The Indri site was dulpicated from the Rockjumper website",
"partner": "Temple Creative",
"project": "Indri website",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "templecreative-indri",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Website duplication", "Flash", "AS3", "REST", "XML"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-InmanProductions/01.jpg", "store-images/TempleCreative-InmanProductions/01.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-InmanProductions/"],
"notes": "",
"partner": "Temple Creative",
"project": "Inman Production website",
"roles": ["Development", "design"],
"slug": "templecreative-inmanproductions",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-KevinTrench/01.jpg", "store-images/TempleCreative-KevinTrench/02.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-KevinTrench/"],
"notes": "",
"partner": "Temple Creative",
"project": "Kevin Trench website",
"roles": ["Development", "design"],
"slug": "templecreative-kevintrench",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-KZNSlots/01.jpg", "store-images/TempleCreative-KZNSlots/02.jpg", "store-images/TempleCreative-KZNSlots/03.jpg"],
"links": ["http://www.kznslots.co.za/"],
"notes": "",
"partner": "Temple Creative",
"project": "KZN Slots website",
"roles": ["Development", "design"],
"slug": "templecreative-kznslots",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Google Map API"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-LetakaSafaris/01.jpg", "store-images/TempleCreative-LetakaSafaris/02.jpg", "store-images/TempleCreative-LetakaSafaris/03.jpg"],
"links": ["http://www.letakasafaris.com/"],
"notes": "",
"partner": "Temple Creative",
"project": "Letaka Safaris website",
"roles": ["Development", "design"],
"slug": "templecreative-letakasafaris",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-LibertyLife/00.jpg", "store-images/TempleCreative-LibertyLife/01.jpg", "store-images/TempleCreative-LibertyLife/02.jpg", "store-images/TempleCreative-LibertyLife/03.jpg", "store-images/TempleCreative-LibertyLife/04.jpg", "store-images/TempleCreative-LibertyLife/05.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-LibertyLife/"],
"notes": "",
"partner": "Temple Creative",
"project": "Liberty Life animations",
"roles": ["Development", "design"],
"slug": "templecreative-libertylife",
"tags": ["Flash", "AS3", "HTML", "CSS", "XML"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-MaxCluer/01.jpg", "store-images/TempleCreative-MaxCluer/02.jpg", "store-images/TempleCreative-MaxCluer/03.jpg"],
"links": ["http://www.maxcluer.com/"],
"notes": "",
"partner": "Temple Creative",
"project": "Max Cluer website",
"roles": ["Design", "Development", "Training"],
"slug": "templecreative-maxcluer",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "Facebook API", "Twitter API"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-MidmarMile/01.jpg", "store-images/TempleCreative-MidmarMile/02.jpg"],
"links": ["http://www.midmarmile.co.za/"],
"notes": "",
"partner": "Temple Creative",
"project": "Midmar Mile website",
"roles": ["Development", "design"],
"slug": "templecreative-midmarmile",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-Natship/01.jpg", "store-images/TempleCreative-Natship/02.jpg"],
"links": ["http://www.natship.net/"],
"notes": "",
"partner": "Temple Creative",
"project": "NatShip website",
"roles": ["Development", "design"],
"slug": "templecreative-natship",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-OrganicForAfrica/01.jpg", "store-images/TempleCreative-OrganicForAfrica/01.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-OrganicForAfrica/"],
"notes": "",
"partner": "Temple Creative",
"project": "Organic for Africa website",
"roles": ["Development", "design"],
"slug": "templecreative-organicforafrica",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Premium Theme"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-TalentWindowAfrica/01.jpg", "store-images/TempleCreative-TalentWindowAfrica/02.jpg", "store-images/TempleCreative-TalentWindowAfrica/03.jpg"],
"links": ["http://www.talentwindowafrica.com/"],
"notes": "",
"partner": "Temple Creative",
"project": "Talent Window Africa website",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "templecreative-talentwindowafrica",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Google Chart API"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-TheEstonShow/00.jpg", "store-images/TempleCreative-TheEstonShow/01.jpg", "store-images/TempleCreative-TheEstonShow/02.jpg", "store-images/TempleCreative-TheEstonShow/03.jpg"],
"links": ["http://www.theestonshow.co.za/"],
"notes": "",
"partner": "Temple Creative",
"project": "Eston Show website & interactive map",
"roles": ["Development", "design"],
"slug": "templecreative-theestonshow",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Flash", "AS3", "XML", "REST"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-TopEvents/01.jpg", "store-images/TempleCreative-TopEvents/02.jpg", "store-images/TempleCreative-TopEvents/03.jpg"],
"links": ["http://www.topevents.co.za/"],
"notes": "",
"partner": "Temple Creative",
"project": "Top Events website",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "templecreative-topevents",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Flash", "AS3", "Weather API"],
"year": 2011
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-Treemes/01.jpg", "store-images/TempleCreative-Treemes/01.jpg"],
"links": ["http://joduplessis.com/store/TempleCreative-Treemes/"],
"notes": "",
"partner": "Temple Creative",
"project": "Treemes website",
"roles": ["Development", "design"],
"slug": "templecreative-treemes",
"tags": ["Archive", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent", "Premium Theme"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/TempleCreative-Wildlands/00.jpg", "store-images/TempleCreative-Wildlands/01.jpg", "store-images/TempleCreative-Wildlands/02.jpg", "store-images/TempleCreative-Wildlands/03.jpg", "store-images/TempleCreative-Wildlands/04.jpg"],
"links": ["http://www.wildlands.co.za/"],
"notes": "",
"partner": "Temple Creative",
"project": "Wildlands website & blogs",
"roles": ["Design", "Development", "UX"],
"slug": "templecreative-wildlands",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "GatherContent"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Test-AirBall/01.jpg", "store-images/Test-AirBall/01.jpg"],
"links": ["http://joduplessis.com/store/Test-AirBall/ZeroBounce.apk", "https://github.com/joduplessis/no-bounce"],
"notes": "Prototype game made with Corona SDK.",
"partner": "",
"project": "Air Ball game test",
"roles": ["Development", "design"],
"slug": "test-airball",
"tags": ["Corona SDK", "Lua", "Android"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Test-InteractiveVirtualAudi/00.jpg", "store-images/Test-InteractiveVirtualAudi/01.jpg", "store-images/Test-InteractiveVirtualAudi/02.jpg", "store-images/Test-InteractiveVirtualAudi/03.jpg", "store-images/Test-InteractiveVirtualAudi/04.jpg"],
"links": ["http://joduplessis.com/store/Test-InteractiveVirtualAudi/"],
"notes": "",
"partner": "Avalanche",
"project": "Interactive Audi demo",
"roles": ["Development", "design"],
"slug": "test-interactivevirtualaudi",
"tags": ["Unity 3D", "3ds max", "Javascript"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Test-InteractiveVirtualCondo/01.jpg", "store-images/Test-InteractiveVirtualCondo/02.jpg", "store-images/Test-InteractiveVirtualCondo/03.jpg"],
"links": ["http://joduplessis.com/store/Test-InteractiveVirtualCondo/"],
"notes": "",
"partner": "Avalanche",
"project": "Interactive Condo demo",
"roles": ["Development", "design"],
"slug": "test-interactivevirtualcondo",
"tags": ["Unity 3D", "3ds max", "Javascript"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Test-Singularity/00.jpg", "store-images/Test-Singularity/01.jpg"],
"links": ["http://joduplessis.com/store/Test-Singularity/", "https://github.com/joduplessis/singularity"],
"notes": "",
"partner": "",
"project": "Singularity game",
"roles": ["Development", "design"],
"slug": "test-singularity",
"tags": ["AS3", "Flash"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Test-TheForgotten/01.jpg", "store-images/Test-TheForgotten/02.jpg", "store-images/Test-TheForgotten/03.jpg", "store-images/Test-TheForgotten/04.jpg", "store-images/Test-TheForgotten/05.jpg", "store-images/Test-TheForgotten/06.jpg"],
"links": ["http://joduplessis.com/store/Test-TheForgotten/"],
"notes": "The assets from The Forgotten Island was re-used to try re-imagine the demo",
"partner": "Avalanche",
"project": "The Forgotten game concept",
"roles": ["Development", "design"],
"slug": "test-theforgotten",
"tags": ["Unity 3D", "3ds max", "Javascript"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Test-TheForgottenIsland/00.jpg", "store-images/Test-TheForgottenIsland/01.jpg", "store-images/Test-TheForgottenIsland/02.jpg", "store-images/Test-TheForgottenIsland/03.jpg", "store-images/Test-TheForgottenIsland/04.jpg", "store-images/Test-TheForgottenIsland/05.jpg", "store-images/Test-TheForgottenIsland/06.jpg", "store-images/Test-TheForgottenIsland/07.jpg", "store-images/Test-TheForgottenIsland/08.jpg"],
"links": ["http://joduplessis.com/store/Test-TheForgottenIsland/"],
"notes": "",
"partner": "Avalanche",
"project": "The Forgotten Island game concept",
"roles": ["Development", "design"],
"slug": "test-theforgottenisland",
"tags": ["Unity 3D", "3ds max", "Javascript"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Trainiac-DimensionDataCasino/00.jpg", "store-images/Trainiac-DimensionDataCasino/01.jpg", "store-images/Trainiac-DimensionDataCasino/02.jpg", "store-images/Trainiac-DimensionDataCasino/03.jpg", "store-images/Trainiac-DimensionDataCasino/04.jpg", "store-images/Trainiac-DimensionDataCasino/05.jpg", "store-images/Trainiac-DimensionDataCasino/06.jpg"],
"links": ["http://joduplessis.com/store/Trainiac-DimensionDataCasino/"],
"notes": "Lightweight presentation builder for the web that runs off of JS/Micron, with support for basic animations & embedding via iFrames.",
"partner": "Trainiac",
"project": "Dimension Data Casino game",
"roles": ["Development", "UX"],
"slug": "trainiac-dimensiondatacasino",
"tags": ["HTML", "CSS", "Flash", "AS3", "Papervision", "Javascript", "PHP"],
"year": 2012
}, {
"author": "Jo du Plessis",
"images": ["store-images/Trainiac-DimensionDataSentinels/01.jpg", "store-images/Trainiac-DimensionDataSentinels/02.jpg", "store-images/Trainiac-DimensionDataSentinels/03.jpg", "store-images/Trainiac-DimensionDataSentinels/04.jpg", "store-images/Trainiac-DimensionDataSentinels/05.jpg", "store-images/Trainiac-DimensionDataSentinels/06.jpg", "store-images/Trainiac-DimensionDataSentinels/07.jpg", "store-images/Trainiac-DimensionDataSentinels/08.jpg", "store-images/Trainiac-DimensionDataSentinels/09.jpg", "store-images/Trainiac-DimensionDataSentinels/10.jpg", "store-images/Trainiac-DimensionDataSentinels/11.jpg", "store-images/Trainiac-DimensionDataSentinels/12.jpg", "store-images/Trainiac-DimensionDataSentinels/13.jpg", "store-images/Trainiac-DimensionDataSentinels/14.jpg", "store-images/Trainiac-DimensionDataSentinels/15.jpg"],
"links": ["http://joduplessis.com/store/Trainiac-DimensionDataSentinels/"],
"notes": "Javascript & custom written Adobe ExtendScript was used to export artwork from Illustrator into a game-ready format",
"partner": "Trainiac",
"project": "Dimension Data Sentinels HTML5 game",
"roles": ["Development", "Technical Direction"],
"slug": "trainiac-dimensiondatasentinels",
"tags": ["HTML", "CSS", "Javascript", "Node", "Npm", "Jquery", "Gulp", "Socket.io", "Multiplayer", "Pathfinding", "Isometric", "PIXI.js", "SCORM", "ExtendScript JSX"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/Trainiac-SAB/01.jpg", "store-images/Trainiac-SAB/02.jpg", "store-images/Trainiac-SAB/03.jpg", "store-images/Trainiac-SAB/04.jpg"],
"links": ["http://joduplessis.com/store/Trainiac-SAB/"],
"notes": "",
"partner": "Trainiac",
"project": "SAB interactive",
"roles": ["Design", "Development", "Technical Direction"],
"slug": "trainiac-sab",
"tags": ["Archive", "HTML", "CSS", "Flash", "AS3"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/UFETCollege/00.jpg", "store-images/UFETCollege/01.jpg", "store-images/UFETCollege/02.jpg"],
"links": ["http://www.ufetcollege.co.za/"],
"notes": "",
"partner": "",
"project": "UFET College website",
"roles": ["Development", "design"],
"slug": "ufetcollege",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/WaterPS/01.jpg", "store-images/WaterPS/02.jpg", "store-images/WaterPS/03.jpg", "store-images/WaterPS/04.jpg"],
"links": ["http://www.waterps.co.za/,http://www.waterps.co.za/admin"],
"notes": "",
"partner": "",
"project": "Water PS website & CMS",
"roles": ["Design", "Development", "UX"],
"slug": "waterps",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "MySQL", "CMS"],
"year": 2008
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/WinterStyleGuide/01.jpg", "store-images/Mrphome/WinterStyleGuide/02.jpg", "store-images/Mrphome/WinterStyleGuide/03.jpg"],
"links": ["http://joduplessis.com/store/Mrphome/Winter2013/"],
"notes": "",
"partner": "",
"project": "Mrphome Winter Style Guide interactive",
"roles": ["Development", "design"],
"slug": "mrphomewinterstyleguide",
"tags": ["Archive", "HTML", "CSS", "AS3", "Flash"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/Website/01.jpg", "store-images/Mrphome/Website/02.jpg", "store-images/Mrphome/Website/03.jpg", "store-images/Mrphome/Website/04.jpg"],
"links": ["http://www.mrphome.com/en_za/"],
"notes": "",
"partner": "",
"project": "Mrphome website",
"roles": ["Development"],
"slug": "mrphomewebsite",
"tags": ["HTML", "CSS", "Javascript", "Maintenence", "Updates", "CDN", "PHP", "Oracle ATG", "BCC", "Jquery"],
"year": 2016
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/SummerInspiration2013/01.jpg", "store-images/Mrphome/SummerInspiration2013/02.jpg", "store-images/Mrphome/SummerInspiration2013/03.jpg"],
"links": ["http://joduplessis.com/store/Mrphome/Summer2013/"],
"notes": "",
"partner": "",
"project": "Mrphome Summer Inspiration interactive",
"roles": ["Development", "UX"],
"slug": "mrphomesummerinspiration2013",
"tags": ["Archive", "HTML", "CSS", "Javascipt", "Jquery", "Bower"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/Summer2015Parallax/01.jpg", "store-images/Mrphome/Summer2015Parallax/03.jpg", "store-images/Mrphome/Summer2015Parallax/02.jpg"],
"links": ["http://joduplessis.com/store/Mrphome/Summer2015/"],
"notes": "",
"partner": "",
"project": "Mrphome Summer parallax interactive",
"roles": ["Development"],
"slug": "mrphomesummer2015parallax",
"tags": ["Archive", "HTML", "CSS", "Javascipt", "Jquery", "Bower", "PHP", "Instagram API"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/LaunchEvent/01.jpg", "store-images/Mrphome/LaunchEvent/02.jpg", "store-images/Mrphome/LaunchEvent/03.jpg", "store-images/Mrphome/LaunchEvent/04.jpg"],
"links": ["http://joduplessis.com/store/Mrphome/LaunchEvent/tweet.black.html", "http://joduplessis.com/store/Mrphome/LaunchEvent/tweet.darkred.html", "http://joduplessis.com/store/Mrphome/LaunchEvent/tweet.red.html", "http://joduplessis.com/store/Mrphome/LaunchEvent/tweet.wall.html"],
"notes": "",
"partner": "",
"project": "Mrphome online launch interactives",
"roles": ["Development", "design"],
"slug": "mrphomelaunchevent",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery", "Twitter API", "PHP", "Twitter Auth", "Live event screens"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/Homepages/01.jpg", "store-images/Mrphome/Homepages/02.jpg", "store-images/Mrphome/Homepages/03.jpg"],
"links": ["http://joduplessis.com/store/Mrphome/HomepageMandela/", "http://joduplessis.com/store/Mrphome/HomepageSearch/"],
"notes": "",
"partner": "",
"project": "Mrphome homepage archive",
"roles": ["Development", "design"],
"slug": "mrphomehomepages",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery"],
"year": 2014
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/GameSpring/01.jpg", "store-images/Mrphome/GameSpring/02.jpg", "store-images/Mrphome/GameSpring/03.jpg"],
"links": ["http://joduplessis.com/store/Mrphome/GameSpring/"],
"notes": "",
"partner": "",
"project": "Mrphome HTML5 Spring game",
"roles": ["Development", "design"],
"slug": "mrphomegamespring",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery", "Facebook"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/GameKitchen/01.jpg", "store-images/Mrphome/GameKitchen/01.jpg"],
"links": ["http://joduplessis.com/store/Mrphome/GameKitchen/"],
"notes": "",
"partner": "",
"project": "Mrphome HTML5 kitchen game concept",
"roles": ["Development", "design"],
"slug": "mrphomegamekitchen",
"tags": ["Archive", "HTML", "CSS", "Javascript", "Jquery"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/CataloguesPaper/01.jpg", "store-images/Mrphome/CataloguesPaper/02.jpg", "store-images/Mrphome/CataloguesPaper/03.jpg", "store-images/Mrphome/CataloguesPaper/04.jpg.store-images/Mrphome/CataloguesPaper/05.jpg.store-images/Mrphome/CataloguesPaper/06.jpg"],
"links": ["https://github.com/joduplessis/micron", "https://github.com/joduplessis/paper", "http://joduplessis.com/store/Mrphome/CatalogueFurnitureSpring2014/engine.php?pages=5", "http://joduplessis.com/store/Mrphome/CatalogueFurnitureWinter2014/engine.php?pages=15", "http://joduplessis.com/store/Mrphome/CatalogueHomewareSpring2014/engine.php?pages=9", "http://joduplessis.com/store/Mrphome/CatalogueHomewareWinter2014/engine.php?pages=15", "http://joduplessis.com/store/Mrphome/CatalogueSpring2014/engine.php?pages=13"],
"notes": "Interactive campaign catalogues built with Micron/Paper",
"partner": "",
"project": "Mrphome interactive catalogues",
"roles": ["Development", "Technical Direction"],
"slug": "mrphomecataloguespaper",
"tags": ["Archive", "HTML", "CSS", "Javascript", "PHP", "Composer", "Bower", "Micron MVC", "Paper", "Jquery", "Git", "Less"],
"year": 2014
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/BuyersGuide/01.jpg", "store-images/Mrphome/BuyersGuide/02.jpg", "store-images/Mrphome/BuyersGuide/03.jpg", "store-images/Mrphome/BuyersGuide/04.jpg", "store-images/Mrphome/BuyersGuide/05.jpg"],
"links": ["https://github.com/joduplessis/micron", "http://www.joduplessis.com/mrphome/buyersguide/public/landing/0/", "http://www.mrphome.com/en_za/browse/hotTrends.jsp?categoryId=cat860015&subCategoryId=cat920012"],
"notes": "Buyer's Guide CMS platform built using Micron",
"partner": "",
"project": "Mrphome Buyers Guide platform",
"roles": ["Design", "Development", "UX", "Technical Direction"],
"slug": "mrphomebuyersguide",
"tags": ["HTML", "CSS", "Javascript", "PHP", "Composer", "Bower", "Gulp", "Npm", "Less", "Git", "Jquery", "Micron MVC", "Ninja Mock", "CMS"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/Mrphome/Blog/01.jpg", "store-images/Mrphome/Blog/02.jpg"],
"links": ["http://welcomehome.mrphome.com/"],
"notes": "",
"partner": "",
"project": "Mrphome blog",
"roles": ["Development", "Technical Direction"],
"slug": "mrphomeblog",
"tags": ["HTML", "CSS", "PHP", "Javascript", "Jquery", "Wordpress", "Premium Theme"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Paper/01.jpg", "store-images/Paper/02.jpg", "store-images/Paper/03.jpg", "store-images/Paper/04.jpg", "store-images/Paper/05.jpg", "store-images/Paper/06.jpg", "store-images/Paper/07.jpg", "store-images/Paper/01.jpg"],
"links": ["http://joduplessis.com/store/Paper/public", "http://joduplessis.com/store/Mrphome/CatalogueHomewareWinter2014/editor.php#", "https://github.com/joduplessis/paper"],
"notes": "",
"partner": "Mrphome",
"project": "Paper interactive presentation builder",
"roles": ["Design", "Development", "UX"],
"slug": "paper",
"tags": ["Ongoing development", "HTML", "CSS", "Javascript", "PHP", "Composer", "Bower", "Less", "Git", "Jquery", "Micron MVC"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/Micron/01.jpg", "store-images/Micron/02.jpg", "store-images/Micron/03.jpg", "store-images/Micron/04.jpg"],
"links": ["https://github.com/joduplessis/micron", "http://joduplessis.com/store/Micron/public/"],
"notes": "Micron is a simple and straightforward PHP MVC framework that uses 3rd party libraries (Plates, Laravel's Eloquent, etc.). Username: admin & password: admin",
"partner": "",
"project": "Micron MVC framework",
"roles": ["Development", "design"],
"slug": "micronmvc",
"tags": ["Ongoing development", "HTML", "CSS", "PHP", "Javascript", "Jquery", "Bootstrap", "Composer", "Bower", "Plates", "Eloquent", "Carbon", "MySQL"],
"year": 2016
}, {
"author": "Jo du Plessis",
"images": ["store-images/TaskFu/00.jpg", "store-images/TaskFu/app/01.jpg", "store-images/TaskFu/app/02.jpg", "store-images/TaskFu/app/03.jpg", "store-images/TaskFu/app/04.jpg", "store-images/TaskFu/app/05.jpg", "store-images/TaskFu/website/01.jpg", "store-images/TaskFu/website/02.jpg", "store-images/TaskFu/test/01.jpg", "store-images/TaskFu/test/02.jpg"],
"links": ["https://github.com/joduplessis/task-fu", "http://joduplessis.com/store/TaskFu/test/", "http://joduplessis.com/store/TaskFu/website/", "https://itunes.apple.com/us/app/task-fu/id640165887?ls=1&mt=8", "http://joduplessis.com/store/TaskFu/website/"],
"notes": "",
"partner": "",
"project": "Task Fu app",
"roles": ["Development", "Design", "UX"],
"slug": "taskfuapp",
"tags": ["Ongoing development", "Objective C", "Native", "iOS", "CoreData", "CoreGraphics", "Social Framework", "UIKit", "CoreText", "HTML", "CSS", "Javascript", "Jquery", "EaselJS"],
"year": 2013
}, {
"author": "Jo du Plessis",
"images": ["store-images/Scout/00.jpg", "store-images/Scout/01.jpg", "store-images/Scout/02.jpg"],
"links": ["https://play.google.com/store/apps/details?id=com.robotmonsterlabs.scout", "https://github.com/joduplessis/scout"],
"notes": "Close range wifi hotspot & bluetooth signal detection Android app.",
"partner": "",
"project": "Scout Android app",
"roles": ["Development", "Design", "UX"],
"slug": "scout",
"tags": ["Android", "Native", "Java", "Bluetooth", "Wifi", "Gradle", "Git"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/Bookshelf/00.jpg", "store-images/Bookshelf/01.jpg", "store-images/Bookshelf/02.jpg", "store-images/Bookshelf/03.jpg"],
"links": ["https://github.com/joduplessis/bookshelf"],
"notes": "Bookshelf is a React/Flux Chrome extension that makes it straight-forward to keep temporary bookmarks.",
"partner": "",
"project": "Bookshelf Chrome Extension",
"roles": ["Development", "Design", "UX"],
"slug": "bookshelf",
"tags": ["HTML", "Javascript", "CSS", "Chrome Extension API", "React", "Flux", "Webpack"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/Ping/00.jpg", "store-images/Ping/app/01.jpg", "store-images/Ping/app/02.jpg", "store-images/Ping/app/03.jpg", "store-images/Ping/app/04.jpg", "store-images/Ping/app/05.jpg", "store-images/Ping/app/06.jpg", "store-images/Ping/website/01.jpg"],
"links": ["http://joduplessis.com/store/Ping/app/Ping.apk", "http://joduplessis.com/store/Ping/website/", "https://github.com/joduplessis/Ping-legacy"],
"notes": "Ping is a social alarm clock app idea that got around 60% into development. Heavy restrictions imposed on alarms in iOS & Android caused development to go dormant. You can install the latest build apk & download the source code.",
"partner": "",
"project": "Ping Android app",
"roles": ["Development", "Design", "UX"],
"slug": "pingapp",
"tags": ["In development", "Alpha", "Android", "Native", "Java", "Bower", "Facebook SDK", "Google Play services", "NodeJS", "REST", "API", "Gradle", "PHP", "Laravel", "MySQL", "Blade", "Composer", "Digital Ocean", "Git"],
"year": 2015
}, {
"author": "Jo du Plessis",
"images": ["store-images/Debonairs/00.jpg", "store-images/Debonairs/01.jpg"],
"links": [""],
"notes": "Unfortunately there are no screenshots of this project.",
"partner": "Clyral",
"project": "Debonairs mobile site",
"roles": ["Development", "UX"],
"slug": "debonairsmobi",
"tags": ["Archive", "Microsoft Sketchup", "HTML", "CSS"],
"year": 2009
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment