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.
9 lines
422 B
9 lines
422 B
<a class="visually-hidden" href="{{ .URL }}">{{ .Params.name }}</a>
|
|
<a class="speaker" href="{{ .URL }}">
|
|
<div role="presentation" class="speaker-img" style="background-image: url({{ .Params.photoURL }});"></div>
|
|
<div class="info">
|
|
<div class="speaker-company">{{ .Params.company }}</div>
|
|
<strong class="speaker-name">{{ .Params.name }}</strong>
|
|
<span class="speaker-country">{{ .Params.city }}</span>
|
|
</div>
|
|
</a> |