diff --git a/data/projects.json b/data/projects.json index 7ff31bc..a3e7e10 100644 --- a/data/projects.json +++ b/data/projects.json @@ -119,32 +119,56 @@ "links": { "Link": "https://sharethemeal.org/" }, - "description": "Co-designing and leading the front-end development of the ShareTheMeal website." + "description": "Co-designing and leading the front-end development of the ShareTheMeal website.", + "techstack": [ + "Jekyll", + "Gulp", + "SCSS", + "JavaScript", + "Travis", + "AWS S3", + "Cloudflare", + "Node.js" + ] }, { "title": "ezeep", "slug": "ezeep", - "img": "ezeep.png", - "img2x": "ezeep@2x.png", - "description": "" - }, - { - "title": "Category Icons", - "slug": "category-icons", - "img": "category-icons.jpg", + "img": "ezeep", + "description": "Conceptualizing and executing the creative and visual direction of the ezeep brand. Leading the UI design & development of all ezeep web properties and marketing materials. Designing all app experiences of ezeep on Windows, macOS, iOS, and Android.", + "img_more": [ + "ezeep01", + "ezeep02" + ], "links": { - "Info": "http://dribbble.com/shots/372450-Category-Icons" + "Link": "https://ezeep.com/" }, - "description": "" + "techstack": [ + "WordPress", + "SCSS", + "JavaScript", + "Travis", + "AWS", + "Cloudflare", + "Node.js", + "Backbone.js", + "Electron" + ] }, { "title": "Exquisite Droid", "slug": "exquisitedroid", - "img": "exquisitedroid.jpg", + "img": "exquisitedroid", "links": { - "Link": "http://exquisitedroid.com" + "Link": "https://exquisitedroid.com", + "Dribbble": "https://dribbble.com/shots/380597-ExquisiteDroid-Header" }, - "description": "" + "description": "Designing, developing and writing a showcase website presenting the most beautiful and usable apps created for Android.", + "techstack": [ + "WordPress", + "SCSS", + "JavaScript" + ] }, { "title": "Mr. Reader", diff --git a/src/images/index.js b/src/images/index.js index 0e9f5df..58a6728 100644 --- a/src/images/index.js +++ b/src/images/index.js @@ -7,6 +7,10 @@ import chartmogul from './portfolio-chartmogul.png' import chartmogul01 from './portfolio-chartmogul-01.png' import chartmogul02 from './portfolio-chartmogul-02.png' import sharethemeal from './portfolio-sharethemeal.png' +import ezeep from './portfolio-ezeep.png' +import ezeep01 from './portfolio-ezeep-01.png' +import ezeep02 from './portfolio-ezeep-02.png' +import exquisitedroid from './portfolio-exquisitedroid.png' export default { oceanprotocol, @@ -17,5 +21,9 @@ export default { chartmogul, chartmogul01, chartmogul02, - sharethemeal + sharethemeal, + ezeep, + ezeep01, + ezeep02, + exquisitedroid } diff --git a/src/images/portfolio-exquisitedroid.png b/src/images/portfolio-exquisitedroid.png new file mode 100644 index 0000000..3a68330 Binary files /dev/null and b/src/images/portfolio-exquisitedroid.png differ diff --git a/src/images/portfolio-ezeep-01.png b/src/images/portfolio-ezeep-01.png new file mode 100644 index 0000000..fe92403 Binary files /dev/null and b/src/images/portfolio-ezeep-01.png differ diff --git a/src/images/portfolio-ezeep-02.png b/src/images/portfolio-ezeep-02.png new file mode 100644 index 0000000..4e59b06 Binary files /dev/null and b/src/images/portfolio-ezeep-02.png differ diff --git a/src/images/portfolio-ezeep.png b/src/images/portfolio-ezeep.png new file mode 100644 index 0000000..bb14352 Binary files /dev/null and b/src/images/portfolio-ezeep.png differ