Skip to content

Commit 1b00a4d

Browse files
committed
fix: add resume button
1 parent 973732e commit 1b00a4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ <h1 class="text-5xl md:text-7xl font-extrabold text-slate-900 mb-6 tracking-tigh
4343
<div class="flex flex-wrap gap-4 justify-center md:justify-start">
4444
<a href="https://linkedin.com/in/Cazcode" class="bg-slate-900 text-white px-8 py-4 rounded-2xl font-bold shadow-xl hover:bg-blue-700 transition-all flex items-center gap-2">
4545
<i class="fab fa-linkedin"></i> View Profile
46+
</a>
47+
<a href="CVAlbertoCastro_ATS.pdf" download class="bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg hover:bg-blue-800 transition-all flex items-center gap-2">
48+
<i class="fas fa-file-download text-lg"></i> Download CV
4649
</a>
4750
<a href="https://github.com/cazcode" class="bg-white text-slate-900 border border-slate-200 px-8 py-4 rounded-2xl font-bold shadow-sm hover:shadow-md transition-all flex items-center gap-2">
4851
<i class="fab fa-github"></i> Tech Portfolio

0 commit comments

Comments
 (0)