- added links to github, linkedin, gitea, and bside website - adjusted styling and added footer block
28 lines
735 B
TypeScript
Executable File
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; |