Nouvelle mouture du site web de Dylan
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.
 
 
 
 
 
 

44 lines
1.2 KiB

  1. <footer class="site-footer h-card">
  2. <data class="u-url" href="{{ "/" | relative_url }}"></data>
  3. <div class="wrapper">
  4. <div class="footer-col-wrapper">
  5. <div class="footer-col footer-col-1">
  6. {%- if site.email -%}
  7. <a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a>
  8. {%- endif -%}
  9. </div>
  10. <div class="footer-col footer-col-3">
  11. <p class="text-center">{{- site.description | escape -}}
  12. <a href="https://www.linkedin.com/in/dylan-monin-339a7150" target="_blank">
  13. <img class="social-nw" src="{{site.baseurl}}/assets/images/linkedin-24.png"/>
  14. </a>
  15. <a href="https://nirvred.artstation.com" target="_blank">
  16. <img class="social-nw" src="{{site.baseurl}}/assets/images/artstation-32.png"/>
  17. </a>
  18. </p>
  19. </div>
  20. <div class="footer-col footer-col-1 footer-author text-right">
  21. {%- if site.author -%}
  22. <a href="{{site.author.site}}" class="author">
  23. <img title="copyleft" alt="copyleft logo" src="{{site.baseurl}}/assets/images/copyleft.png"/>
  24. {{ site.author.label | escape }}
  25. </a>
  26. {%- endif -%}
  27. </div>
  28. </div>
  29. </div>
  30. </footer>