12 lines
304 B
JavaScript
12 lines
304 B
JavaScript
const projectsData = [
|
|
{
|
|
title: 'BBQ and Kubernetes deployments',
|
|
description: `Who knew that BBQing had so much to do with deploying containers
|
|
to Kubernetes clusters?`,
|
|
imgSrc: '/static/images/google.png',
|
|
href: '/workshop/bbq-and-kubernetes',
|
|
},
|
|
]
|
|
|
|
export default projectsData
|