Skip to content

Commit 1f882a3

Browse files
committed
refactor: update social links in the footer
1 parent c9b8d7d commit 1f882a3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

index.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -430,16 +430,10 @@ <h4 class="text-lg font-bold mb-4">Quick Links</h4>
430430
<div>
431431
<h4 class="text-lg font-bold mb-4">Connect</h4>
432432
<div class="flex space-x-4">
433-
<a href="https://github.com/Meta-Course" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition duration-300 zoom-hover">
433+
<a href="https://github.com/Meta-Course" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition duration-300 zoom-hover" title="GitHub">
434434
<i class="fab fa-github"></i>
435435
</a>
436-
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition duration-300 zoom-hover">
437-
<i class="fab fa-twitter"></i>
438-
</a>
439-
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition duration-300 zoom-hover">
440-
<i class="fab fa-linkedin"></i>
441-
</a>
442-
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition duration-300 zoom-hover">
436+
<a href="mailto:imohamm1@uci.edu" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition duration-300 zoom-hover" title="Email">
443437
<i class="fas fa-envelope"></i>
444438
</a>
445439
</div>

0 commit comments

Comments
 (0)