source for sakino.kelbie.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.

40 lines
3.0 KiB

  1. <section class="h-card p-author">
  2. <img class="u-photo" src="{{ .Site.Params.ProfilePicture }}" alt="profile picture">
  3. <span rel="author" class="title p-name" rel="me">{{ .Site.Params.Author }}</span><br/>
  4. <ul class="social-links">
  5. {{ range $item := .Site.Params.socialIcons }}
  6. <a href="{{ $item.url | safeURL }}" rel="me" >
  7. <i class="fa {{ $item.icon }}" aria-hidden="true" title="{{ $item.title }}"></i>
  8. </a>
  9. {{ end }}
  10. <span id="session"><a href="#"><img src="images/session.png" title="Session ID QR Code" alt="Session messenger icon"/>
  11. <span><img src="images/sessionid.png" title="Session ID QR Code" alt="Session messenger id QR code"/></span></a></span>
  12. </ul>
  13. <section class="description">
  14. <h4 class="p-note">{{ .Site.Params.description }}<br/>
  15. Pronouns: <span class="p-x-pronoun-nominative">he</span>/<span class="p-x-pronoun-oblique">him</span>/<span class="p-x-pronoun-posessive">his</span></h4>
  16. <section class="interests">
  17. <span class="p-category">Craft Beer</span>
  18. <span class="p-category">Single Malt Whisky</span>
  19. <span class="p-category">Homebrewing</span>
  20. <span class="p-category">Scottish Politics</span>
  21. <span class="p-category">Scottish History</span>
  22. <span class="p-category">Japanese History</span>
  23. <span class="p-category">Tech</span>
  24. <span class="p-category">Veganism</span>
  25. <span class="p-category">Cooking</span></section>
  26. </section>
  27. <section style="display:none">
  28. <span class="p-country-name">Scotland or Japan</span>
  29. <a class="u-email" rel="me" href="mailto:jon@kelbie.scot"></a>
  30. <a class="u-url u-uid" rel="me" href="https://jon.kelbie.scot"></a>
  31. </section>
  32. <section class="doing">
  33. <section class="reading h-product"><i class="fa fa-book" aria-hidden="true" target="_blank"></i> <a href="https://www.sciencedirect.com/book/9781782423317/brewing-microbiology" class="u-url" title="now reading: Brewing Microbiology"><span class="p-name">Brewing Microbiology</span><img class="u-photo" src="/images/reading/brewing-microbiology.jpg"/></a></section>
  34. <section class="playing h-product"><i class="fa fa-gamepad" aria-hidden="true"></i> <a href="https://www.cyberpunk.net" class="u-url" target="_blank" title="now playing: Cyberpunk 2077"><span class="p-name">Cyberpunk 2077</span><img class="u-photo" src="/images/playing/cyberpunk2077.jpg"/></a></section>
  35. <section class="watching h-product"><i class="fa fa-television" aria-hidden="true"></i> <a href="https://www.themoviedb.org/tv/63639-the-expanse" class="u-url" target="_blank" title="now watching: The Expanse"><span class="p-name">The Expanse</span><img class="u-photo" src="/images/watching/theexpanse.jpg"/></a></section>
  36. </section>
  37. </section>
  38. <hr/>
  39. <section class="site-info">&copy; {{ now.Format "2006"}} | <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> | <a href="{{ .Permalink }}index.xml"><i class="fa fa-rss fa-fw" aria-hidden="true" title="Blog RSS feed"></i></a><br/>
  40. Made with ❤ and <a href="https://gohugo.io/">Hugo</a> by {{ .Site.Params.author }}</section>