Welcome to mirror list, hosted at ThFree Co, Russian Federation.

speaker.html « partials « layouts - github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2663f1cb94cb82ad88a1bccc3308e86a945a2b0f (plain)
1
2
3
4
5
6
7
8
9
<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>