Skip to content

Commit

Permalink
Idem
Browse files Browse the repository at this point in the history
  • Loading branch information
40tude committed Jan 27, 2025
1 parent 867baa3 commit 1276be7
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion _includes/nav_footer_custom.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
<!-- Remove the This site uses Just the Docs, a documentation theme for Jekyll -->
LinkedIn | GitHub | Email
<!-- LinkedIn | GitHub | Email -->

<div class="custom-footer">
<ul style="list-style: none; display: flex; gap: 1rem; justify-content: center; padding: 0;">
<!-- LinkedIn -->
<li>
<a href="https://www.linkedin.com/in/baucour/" target="_blank" rel="noopener noreferrer" title="LinkedIn">
<i class="fab fa-linkedin" style="font-size: 1.5rem;"></i>
</a>
</li>
<!-- GitHub -->
<li>
<a href="https://github.com/40tude?tab=repositories" target="_blank" rel="noopener noreferrer"
title="GitHub">
<i class="fab fa-github" style="font-size: 1.5rem;"></i>
</a>
</li>
<!-- YouTube -->
<li>
<a href="https://www.youtube.com/c/frbaucop" target="_blank" rel="noopener noreferrer" title="YouTube">
<i class="fab fa-youtube" style="font-size: 1.5rem; color: red;"></i>
</a>
</li>
</ul>
</div>

0 comments on commit 1276be7

Please sign in to comment.