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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

21 lines
820 B

5 years ago
  1. <div class="sidebar animated fadeInDown">
  2. <div class="logo-title">
  3. <div class="title">
  4. <img src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture" style="width:127px;border-radius: 50%;">
  5. <h3 title=""><a href="/">{{ .Site.Params.Title }}</a></h3>
  6. <div class="description">
  7. <p>{{ .Site.Params.description }}</p>
  8. </div>
  9. </div>
  10. </div>
  11. <ul class="social-links">
  12. {{ range $item := .Site.Params.socialIcons }}
  13. <a href="{{ $item.url }}" rel="me" >
  14. <i class="fa {{ $item.icon }}" aria-hidden="true" title="{{ $item.title }}"></i>
  15. </a>
  16. {{ end }}
  17. </ul>
  18. <div class="footer">
  19. <div class="by_farbox">&copy; {{ .Site.Params.author }} {{ now.Format "2006"}} </div>
  20. </div>
  21. </div>
  22. </div>