forked from oyd/ozgurkon-2020-site
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
408 B
11 lines
408 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 }}" alt="{{ .company }}">
|
|
<figcaption>{{ .company }}</figcaption>
|
|
</figure>
|
|
<strong class="speaker-name">{{ .name }}</strong>
|
|
<span class="speaker-country">{{ .country }}</span>
|
|
</div>
|
|
</a> |