mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 08:51:19 +00:00
19 lines
479 B
HTML
19 lines
479 B
HTML
<a href="{{ .URL }}">
|
|
<div class="photo" role="presentation" style="background-image: url('{{ .Params.photoURL }}');"></div>
|
|
</a>
|
|
<div class="label">
|
|
<a href="{{ .URL }}">
|
|
<h3>{{ .Params.name }}</h3>
|
|
<h4>{{ .Params.company }}</h4>
|
|
</a>
|
|
<ul class="socials">
|
|
{{ range .Params.socials }}
|
|
<li>
|
|
<a class="social" rel="noreferrer" href="{{ .link }}" target="_blank">
|
|
{{ partial "icon.html" (lower .icon) }}
|
|
{{- .icon -}}
|
|
</a>
|
|
</li>
|
|
{{ end }}
|
|
</ul>
|
|
</div> |