Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 967 Bytes

cfp-commitee.md

File metadata and controls

57 lines (46 loc) · 967 Bytes
layout permalink title
blue_page
/cfp-committee/
CFP Committee
<style> .team { align-items: start; } .team li { flex: 0; } .team .name { font-size: 1.3em; } .team .links { display: block; } .team .links li { margin-right: .5em; } .team svg { width: 2em; height: 2em; vertical-align: -.33em; } .team p { max-width: 18em; font-size: .8em; max-height: 9em; overflow: hidden; text-overflow: ellipsis; margin-top: .4em; } </style>

RustFest {{ site.location.city }} has a dedicated CfP committee. This ensures that voices from outside the conference organisers are heard during the selection process.

{% assign committee = site.people | where_exp: "person", "person.groups contains 'committee'" | sort: 'priority' %}

CfP Team

    {% for person in committee %}
  • {% include cards/cfp-person.html person=person %}
  • {% endfor %}