Ö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/team.html

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>