jk.nipponalba.scot website
https://jk.nipponalba.scot
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.
22 lines
820 B
22 lines
820 B
<div class="sidebar animated fadeInDown">
|
|
<div class="logo-title">
|
|
<div class="title">
|
|
<img src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture" style="width:127px;border-radius: 50%;">
|
|
<h3 title=""><a href="/">{{ .Site.Params.Title }}</a></h3>
|
|
<div class="description">
|
|
<p>{{ .Site.Params.description }}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<ul class="social-links">
|
|
{{ range $item := .Site.Params.socialIcons }}
|
|
<a href="{{ $item.url }}" rel="me" >
|
|
<i class="fa {{ $item.icon }}" aria-hidden="true" title="{{ $item.title }}"></i>
|
|
</a>
|
|
{{ end }}
|
|
</ul>
|
|
<div class="footer">
|
|
<div class="by_farbox">© {{ .Site.Params.author }} {{ now.Format "2006"}} </div>
|
|
</div>
|
|
</div>
|
|
</div>
|