ÖzgürKon 2021
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
387 B

<a class="speaker" href="/speakers/{{ .id }}">
<div class="speaker-img" style="background-image: url({{ .photo }});"></div>
<div class="info">
<figure class="speaker-company">
<img src="{{ .companyLogo }}">
<figcaption>{{ .company }}</figcaption>
</figure>
<strong class="speaker-name">{{ .name }}</strong>
<span class="speaker-country">{{ .country }}</span>
</div>
</a>