Skip to content
Snippets Groups Projects
Select Git revision
  • 07a873702a303d8ccfd028e8279df5bd3b993580
  • master default protected
2 results

bottom-slogan-full-width.js

Blame
  • candidate-table-row.mustache 667 B
    <a href="#" data-href="{{ link.templates-candidate-detail }}" class="candidate-table-row">
      <div class="candidate-table-row__position head-allcaps-heavy-2xs text-right">{{ person.position }}</div>
      {{> atoms-basic-avatar(classes: "candidate-table-row__avatar") }}
      <div class="candidate-table-row__name head-heavy-2xs font-bold">{{ person.first }} {{ person.last }}</div>
      <div class="candidate-table-row__bio head-allcaps-3xs">{{ person.age }} let, {{ person.occupation }}</div>
      <div class="candidate-table-row__affiliation">
        {{> atoms-basic-avatar(classes: "w-6 mr-2") }}
        <span class="font-bold font-condensed">{{ person.party }}</span>
      </div>
    </a>