include index.html
. - var gmi = "../img/team-image.png"
mixin teams(worker)
div.myCard
img(class="workers" width="220px", src=gmi, alt="teams")
h3(class="h3-teams")= worker.h3
p(class="p-teams")= worker.p
each item in [{h3: "SEMF UCUK", p:"CEO & FOUNDER"}, {h3: "DIK ADALIN", p:"ENGINEERING"}, {h3: "JENG KOL", p:"DESIGNER"}, {h3: "PET ROMAK", p: "MARKETING"}]
+teams(item)
-
var items = [{
img: '',
title: 'semf ucuk',
description: ""
},
{
img: '',
title: 'semf ucuk',
description: ""
},
{
img: '',
title: 'dik',
description: ""
},
{
img: '',
title: 'jeng',
description: ""
},
{
img: '',
title: 'pet',
description: ""
}]
each item in items
div.card
.title!=item.title
.desc!=item.description