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.
35 lines
1.6 KiB
35 lines
1.6 KiB
{{ define "main" }}
|
|
<section class="about h-feed">
|
|
<section class="profile title h-card p-author">
|
|
<section class="profile-left"><img class="u-photo" src="/images/profile.jpg" alt="profile picture"></section>
|
|
<section class="profile-right">
|
|
<a rel="author" class="title p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Author }}</a><br/>
|
|
<ul class="social-links">
|
|
{{ range $item := .Site.Params.socialIcons }}
|
|
<a href="{{ $item.url | safeURL }}" rel="me" >
|
|
<i class="fa {{ $item.icon }}" aria-hidden="true" title="{{ $item.title }}"></i>
|
|
</a>
|
|
{{ end }}
|
|
</ul>
|
|
<section class="description">
|
|
<p class="p-note">{{ .Site.Params.description }}</p>
|
|
</section>
|
|
</section>
|
|
<section style="display:none">
|
|
<span class="p-country-name">Scotland or Japan</span>
|
|
<a class="u-email" rel="me" href="mailto:jk@nipponalba.scot"></a>
|
|
<a class="u-url" rel="me" href="https://social.nipponalba.scot/jk"></a>
|
|
<a class="u-url" rel="me" href="https://px.nipponalba.scot/jk"></a>
|
|
<span class="p-category">Craft Beer</span>
|
|
<span class="p-category">Single Malt Whisky</span>
|
|
<span class="p-category">Homebrewing</span>
|
|
<span class="p-category">Scottish Politics</span>
|
|
<span class="p-category">Scottish History</span>
|
|
<span class="p-category">Japanese History</span>
|
|
<span class="p-category">Tech</span>
|
|
<span class="p-category">Veganism</span>
|
|
<span class="p-category">Cooking</span>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
{{ end }}
|