2016-09-26 08:34:28 +02:00
|
|
|
<div class="profile-container">
|
2019-05-14 13:41:14 +02:00
|
|
|
<img class="profile img-circle" width="100" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
|
2016-09-26 08:34:28 +02:00
|
|
|
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
|
|
|
|
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3>
|
2017-03-20 18:32:41 +01:00
|
|
|
</div><!--//profile-container-->
|