summaryrefslogtreecommitdiffstats
path: root/footer.html
blob: 06271b9bf00630b6a212087e6d7942a8345e6ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div id="footer-custom">
  <div class="footer-social">
    <a href="https://github.com/danixland" class="footer-social-link" aria-label="GitHub" target="_blank" rel="noopener">
      <i data-feather="github"></i>
    </a>
    <a href="https://x.com/danixland" class="footer-social-link" aria-label="Twitter/X" target="_blank" rel="noopener">
      <i data-feather="twitter"></i>
    </a>
    <a href="https://www.linkedin.com/in/danilo-macri-aka-danix/" class="footer-social-link" aria-label="LinkedIn" target="_blank" rel="noopener">
      <i data-feather="linkedin"></i>
    </a>
  </div>
  <div class="footer-copy">© 2026 <a href="https://danix.xyz" class="footer-home">danix.xyz</a></div>
  <div class="footer-powered">powered by <a href="https://git.zx2c4.com/cgit/">cgit</a></div>
</div>
<script>feather.replace({ width: 18, height: 18 });</script>