Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions public/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ <h3 class="text-lg font-bold mb-4 text-gray-700 dark:text-gray-200">CONNECT WITH
<a href="https://instagram.com/alphaonelabs1" target="_blank" rel="noopener noreferrer" class="flex items-center justify-center h-10 w-10 rounded-full bg-gray-100 dark:bg-gray-700 text-gray-600 dark:text-gray-300 hover:bg-teal-100 dark:hover:bg-teal-900 hover:text-teal-600 dark:hover:text-teal-400 transition-colors">
<i class="fab fa-instagram text-xl"></i>
</a>
<a href="https://www.linkedin.com/company/alpha-one-labs" target="_blank" rel="noopener noreferrer" aria-label="Visit Alpha One Labs on LinkedIn" class="flex items-center justify-center h-10 w-10 rounded-full bg-gray-100 dark:bg-gray-700 text-gray-600 dark:text-gray-300 hover:bg-teal-100 dark:hover:bg-teal-900 hover:text-teal-600 dark:hover:text-teal-400 transition-colors">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="https://facebook.com/alphaonelabs" target="_blank" rel="noopener noreferrer" class="flex items-center justify-center h-10 w-10 rounded-full bg-gray-100 dark:bg-gray-700 text-gray-600 dark:text-gray-300 hover:bg-teal-100 dark:hover:bg-teal-900 hover:text-teal-600 dark:hover:text-teal-400 transition-colors">
<i class="fab fa-facebook text-xl"></i>
</a>
Expand Down
Loading