spaCy/website/team.jade
2016-04-01 01:24:48 +11:00

20 lines
672 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

include _includes/_mixins
//- Team
//- ============================================================================
+grid('align-center', 'padding')
each member in team_members
+grid-col('fifth', 'valign-center')
.image-container
img(src='/assets/img/profile_' + member + '.png')
!=authors[member].name
+label=(authors[member].title || 'job title')
if authors[member].links
.block
each link, index in authors[member].links
a(href=link[0] target='_blank')
+icon(index)(data-tooltip=(link[1] || index))