Özgür kon site forku
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.
 
 
ozgurkon-site/themes/devfest-theme-hugo/layouts/partials/speaker.html

11 lines
413 B

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