Skip to content

Commit

Permalink
feat: footer with social media links in careers.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaP0nce committed Jan 9, 2025
1 parent 8a414df commit 780d8a5
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions careers.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,27 @@ <h3><i class="fas fa-cogs"></i> Software Engineer</h3>
</div>
</div>
</section>
<footer class="footer">
<div class="social-links">
<a href="https://github.com/DuoAlly" class="social-icon" target="_blank">
<i class="fab fa-github"></i>
<span>GitHub</span>
</a>
<a href="https://x.com/DuoallyAI" class="social-icon" target="_blank">
<svg viewBox="0 0 24 24">
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
</svg>
<span>X</span>
</a>
<a href="https://www.linkedin.com/company/duoally/" class="social-icon" target="_blank">
<i class="fab fa-linkedin" ></i>
<span>LinkedIn</span>
</a>

<footer>
<div class="container footer-content">
<p>&copy; 2025 DuoAlly AI | <a href="https://github.com/DuoAlly" target="_blank">GitHub Repository</a></p>
</div>
</div>
<div class="copyright">
© 2025 DuoAlly AI. All rights reserved.
</div>
</footer>

<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
Expand Down

0 comments on commit 780d8a5

Please sign in to comment.