Scaffold basic workshop frontend.
This commit is contained in:
11
data/projectsData.js
Normal file
11
data/projectsData.js
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user