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.

34 lines
1.8 KiB

4 years ago
4 years ago
4 years ago
4 years ago
  1. <section class="h-card p-author">
  2. <img class="u-photo" src="{{ .Site.Params.ProfilePicture }}" alt="profile picture"><br/>
  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. </ul>
  11. <section class="description">
  12. <h4 class="p-note">{{ .Site.Params.description }}<br/>
  13. Pronouns: <span class="p-x-pronoun-nominative">she</span>/<span class="p-x-pronoun-oblique">her</span>/<span class="p-x-pronoun-posessive">hers</span></h4>
  14. <section class="interests">
  15. <span class="p-category">Education</span>
  16. <span class="p-category">Parenting</span>
  17. <span class="p-category">Language</span>
  18. <span class="p-category">Exercise</span>
  19. <span class="p-category">Environment</span>
  20. <span class="p-category">Food</span>
  21. <span class="p-category">Community</span>
  22. <span class="p-category">Minimalism</span>
  23. <span class="p-category">Materialism</span></section>
  24. </section>
  25. <section style="display:none">
  26. <span class="p-country-name">Scotland or Japan</span>
  27. <a class="u-email" rel="me" href="mailto:sakino@kelbie.scot"></a>
  28. <a class="u-url u-uid" rel="me" href="https://sakino.kelbie.scot"></a>
  29. </section>
  30. </section>
  31. <hr/>
  32. <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/>
  33. Made with ❤ and <a href="https://gohugo.io/">Hugo</a> <br/>by <a href="https://jon.kelbie.scot" target="_blank">Jon Kelbie</a></section>