UNPKG

cra-template-resume

Version:

A resume template for Complete React Scripts.

35 lines (34 loc) 1.03 kB
export const portfolioData = { projects: [ { title: 'Canadian Wanderlust', category: 'My Travel Blog for my post-university travels', image: 'canadian-wanderlust.jpg', url: 'https://www.canadianwanderlust.com', }, { title: 'Fury Fighting Gear', category: '(offline now) A fighting gear company I started', image: 'fury-fighting-gear.jpg', url: 'http://www.example.com', }, { title: 'Original Thai Food', category: 'Website I built for a restaurant I like in Thailand', image: 'original-thai-food.jpg', url: 'http://www.example.com/originalthaifood.github.io', }, { title: 'Resume Website', category: 'A React based resume website template', image: 'resume-website.jpg', url: 'http://www.example.com', }, { title: 'Smirkspace', category: '(MVP Only) A React and Meteor based chat University project.', image: 'smirkspace.jpg', url: 'http://www.smirkspace.com', }, ], };