gaur3009 commited on
Commit
f2aa260
·
verified ·
1 Parent(s): 0d919b0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +25 -24
index.html CHANGED
@@ -177,16 +177,17 @@
177
 
178
  <h3 class="text-xl font-semibold mt-8 mb-4">Connect With Me</h3>
179
  <div class="flex space-x-4">
180
- <a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-blue-100 transition duration-300">
181
- <i class="fab fa-github text-gray-700"></i>
182
- </a>
183
- <a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-blue-100 transition duration-300">
184
- <i class="fab fa-linkedin-in text-gray-700"></i>
185
- </a>
186
- <a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-blue-100 transition duration-300">
187
- <i class="fab fa-hackerrank text-gray-700"></i>
188
- </a>
189
- </div>
 
190
  </div>
191
  </div>
192
 
@@ -566,16 +567,16 @@
566
  <div>
567
  <h4 class="font-medium">Social Profiles</h4>
568
  <div class="flex space-x-4 mt-2">
569
- <a href="#" class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition duration-300">
570
- <i class="fab fa-github"></i>
571
- </a>
572
- <a href="#" class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition duration-300">
573
- <i class="fab fa-linkedin-in"></i>
574
- </a>
575
- <a href="#" class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition duration-300">
576
- <i class="fab fa-hackerrank"></i>
577
- </a>
578
- </div>
579
  </div>
580
  </div>
581
  </div>
@@ -612,10 +613,10 @@
612
  <div class="container mx-auto px-6 text-center">
613
  <p>© 2024 Aditya Singh Gaur. All rights reserved.</p>
614
  <div class="flex justify-center space-x-6 mt-4">
615
- <a href="#" class="hover:text-blue-300 transition duration-300"><i class="fab fa-github"></i></a>
616
- <a href="#" class="hover:text-blue-300 transition duration-300"><i class="fab fa-linkedin-in"></i></a>
617
- <a href="#" class="hover:text-blue-300 transition duration-300"><i class="fab fa-hackerrank"></i></a>
618
- </div>
619
  </div>
620
  </footer>
621
 
 
177
 
178
  <h3 class="text-xl font-semibold mt-8 mb-4">Connect With Me</h3>
179
  <div class="flex space-x-4">
180
+ <a href="https://github.com/gaur3009-p" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-blue-100 transition duration-300">
181
+ <i class="fab fa-github text-gray-700"></i>
182
+ </a>
183
+ <a href="https://www.linkedin.com/in/aditya-singh-gaur-8356ba229/" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-blue-100 transition duration-300">
184
+ <i class="fab fa-linkedin-in text-gray-700"></i>
185
+ </a>
186
+ <a href="https://huggingface.co/gaur3009" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-blue-100 transition duration-300">
187
+ <i class="fas fa-robot text-gray-700"></i>
188
+ </a>
189
+ </div>
190
+
191
  </div>
192
  </div>
193
 
 
567
  <div>
568
  <h4 class="font-medium">Social Profiles</h4>
569
  <div class="flex space-x-4 mt-2">
570
+ <a href="https://github.com/gaur3009-p" class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition duration-300">
571
+ <i class="fab fa-github"></i>
572
+ </a>
573
+ <a href="https://www.linkedin.com/in/aditya-singh-gaur-8356ba229/" class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition duration-300">
574
+ <i class="fab fa-linkedin-in"></i>
575
+ </a>
576
+ <a href="https://huggingface.co/gaur3009" class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition duration-300">
577
+ <i class="fas fa-robot"></i>
578
+ </a>
579
+ </div>
580
  </div>
581
  </div>
582
  </div>
 
613
  <div class="container mx-auto px-6 text-center">
614
  <p>© 2024 Aditya Singh Gaur. All rights reserved.</p>
615
  <div class="flex justify-center space-x-6 mt-4">
616
+ <a href="https://github.com/gaur3009-p" class="hover:text-blue-300 transition duration-300"><i class="fab fa-github"></i></a>
617
+ <a href="https://www.linkedin.com/in/aditya-singh-gaur-8356ba229/" class="hover:text-blue-300 transition duration-300"><i class="fab fa-linkedin-in"></i></a>
618
+ <a href="https://huggingface.co/gaur3009" class="hover:text-blue-300 transition duration-300"><i class="fas fa-robot"></i></a>
619
+ </div
620
  </div>
621
  </footer>
622