oonyeje-portfolio/lib/portfolio.ts
oonyeje 99183d9162 - pdf is loaded on page
- added links to github, linkedin, gitea, and bside website
- adjusted styling and added footer block
2023-11-27 21:33:12 -05:00

28 lines
735 B
TypeScript
Executable File

const portfolioValues = [
{
title: 'Vendoo',
heroImgSrc: '',
description: '',
prototypeIframeURL: 'https://www.kroleo.com/invision/Vendoo/#/screens'
},
// {
// title: 'Garage2Garage',
// heroImgSrc: '',
// description: '',
// prototypeIframeURL: ''
// },
{
title: 'Aqua',
heroImgSrc: '',
description: '',
prototypeIframeURL: 'https://projects.invisionapp.com/share/QV9OA25MA#/screens'
},
{
title: 'GetHip',
heroImgSrc: '',
description: '',
prototypeIframeURL: 'https://www.kroleo.com/invision/GetHip/#/screens'
},
]
export default portfolioValues;