Skip to content

Commit

Permalink
Added YouTube icon to the footer of landing page.
Browse files Browse the repository at this point in the history
Fixes #421
  • Loading branch information
tim-schilling committed Dec 4, 2024
1 parent daeafde commit a06089b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/templates/home/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ <h1 class="p-0 text-[10vw] leading-[10vw] font-fraunces font-bold text-center">W
<a class="outline-link linkedin" href="https://www.linkedin.com/company/djangonaut-space/" target="_blank" aria-label="LinkedIn">
<i class="fa-brands fa-linkedin" aria-hidden="true"></i>
</a>
<a class="outline-link youtube" href="https://www.youtube.com/@djangonautspace" target="_blank" aria-label="LinkedIn">
<i class="fa-brands fa-youtube" aria-hidden="true"></i>
</a>
</div>
</footer>
<div id="particules-js" class="absolute w-[100%] h-[100%]"></div>
Expand Down

0 comments on commit a06089b

Please sign in to comment.