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.
10 lines
310 B
10 lines
310 B
<div class="photo" style="background-image: url({{ .photoUrl }});"></div>
|
|
<div class="label">
|
|
<h3>{{ .name }}</h3>
|
|
<h4>{{ .title }}</h4>
|
|
<ul class="socials">
|
|
{{ range .socials }}
|
|
<li><a class="social-{{ .icon }}" title="{{ .name }}" href="{{ .link }}" target="_blank"></a></li>
|
|
{{ end }}
|
|
</ul>
|
|
</div> |