Newer
Older
export default {
chartGridItems: [
//we'll be replacing these img_src with paths to location on s3
//vizRoutes will direct to appropriate subpage
vizKey: 'Viz1',
vizRoute: 'viz-1',
img_src: 'src/assets/images/sampleChart.PNG',
alt: ''
},
{
title: 'Viz 2',
project: 'Findex',
vizKey: 'Viz2',
vizRoute: 'viz-2',
img_src: 'src/assets/images/sampleChart.PNG',
alt: ''
},
{
title: 'Viz 3',
project: 'Findex',
vizKey: 'Viz3',
vizRoute: 'viz-3',
img_src: 'src/assets/images/sampleChart.PNG',
alt: ''
},
{
title: 'Glacier/Topography D3 Cross-Section Scan',
vizKey: 'GlacierScanViz',
vizRoute: 'glacier-scan',
img_src: 'src/assets/images/sampleChart.PNG',
alt: ''
},
{
title: 'Viz 5',
project: 'Fish as Food',
vizKey: 'Viz5',
vizRoute: 'viz-5',
img_src: 'src/assets/images/sampleChart.PNG',
alt: ''
},
{
title: 'Viz 6',
project: 'Beaufort Sea',
vizKey: 'Viz6',
vizRoute: 'viz-6',
img_src: 'src/assets/images/sampleChart.PNG',
alt: ''
},
{
title: 'Viz 7',
project: 'Beaufort Sea',
vizKey: 'Viz7',
vizRoute: 'viz-7',
img_src: 'src/assets/images/sampleChart.PNG',
alt: ''
},
{
title: 'Viz 8',
project: 'Beaufort Sea',
vizKey: 'Viz8',
vizRoute: 'viz-8',
img_src: 'src/assets/images/sampleChart.PNG',
alt: ''