Update index.html
Browse files- index.html +4 -3
index.html
CHANGED
@@ -645,9 +645,10 @@
|
|
645 |
<div>
|
646 |
<h3 class="text-xl font-semibold mb-4">Connect</h3>
|
647 |
<div class="flex space-x-4">
|
648 |
-
<a href="
|
649 |
-
<a href="
|
650 |
-
<a href="
|
|
|
651 |
</div>
|
652 |
</div>
|
653 |
</div>
|
|
|
645 |
<div>
|
646 |
<h3 class="text-xl font-semibold mb-4">Connect</h3>
|
647 |
<div class="flex space-x-4">
|
648 |
+
<a href="https://www.facebook.com/shukdevdattatroy" class="text-gray-400 hover:text-white transition duration-200 text-xl"><i class="fab fa-facebook-f"></i></a>
|
649 |
+
<a href="https://github.com/shukdevtroy" class="text-gray-400 hover:text-white transition duration-200 text-xl"><i class="fab fa-github"></i></a>
|
650 |
+
<a href="https://www.linkedin.com/in/shukdev-datta-729767144/" class="text-gray-400 hover:text-white transition duration-200 text-xl"><i class="fab fa-linkedin"></i></a>
|
651 |
+
<a href="https://huggingface.co/shukdevdatta123" class="text-gray-400 hover:text-white transition duration-200 text-xl"><i class="fa-solid fa-link"></i></a>
|
652 |
</div>
|
653 |
</div>
|
654 |
</div>
|