Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -275,6 +275,11 @@
|
|
275 |
<section class="bg-white rounded-xl shadow-md p-6 animate-fade-in" style="animation-delay: 0.5s;">
|
276 |
<h3 class="text-2xl font-bold mb-4 section-title">Links</h3>
|
277 |
<div class="space-y-3">
|
|
|
|
|
|
|
|
|
|
|
278 |
<a href="https://www.linkedin.com/in/aditya-singh-gaur-8356ba229/" target="_blank" class="flex items-center text-blue-600 hover:text-blue-800 transition-colors">
|
279 |
<i class="fab fa-linkedin text-xl mr-3"></i>
|
280 |
<span>LinkedIn Profile</span>
|
|
|
275 |
<section class="bg-white rounded-xl shadow-md p-6 animate-fade-in" style="animation-delay: 0.5s;">
|
276 |
<h3 class="text-2xl font-bold mb-4 section-title">Links</h3>
|
277 |
<div class="space-y-3">
|
278 |
+
<a href="https://lime-grazia-5.tiiny.site/" target="_blank"
|
279 |
+
class="flex items-center bg-gradient-to-r from-indigo-500 to-purple-600 text-white font-semibold px-4 py-2 rounded-lg shadow-lg hover:opacity-90 transition">
|
280 |
+
<i class="fas fa-file-alt text-xl mr-3"></i>
|
281 |
+
<span>View My Resume</span>
|
282 |
+
</a>
|
283 |
<a href="https://www.linkedin.com/in/aditya-singh-gaur-8356ba229/" target="_blank" class="flex items-center text-blue-600 hover:text-blue-800 transition-colors">
|
284 |
<i class="fab fa-linkedin text-xl mr-3"></i>
|
285 |
<span>LinkedIn Profile</span>
|