Public Access
1
0

fix: add dedicated download resume button

This commit is contained in:
2025-08-25 10:20:03 -04:00
parent a1c3e0357d
commit bf2546e103

View File

@@ -15,11 +15,14 @@ sitemapChangefreq: "monthly"
<div class="flex flex-col items-center justify-center h-full text-center p-8 bg-gray-800 rounded-lg"> <div class="flex flex-col items-center justify-center h-full text-center p-8 bg-gray-800 rounded-lg">
<i class="fas fa-file-pdf fa-3x text-red-500 mb-4"></i> <i class="fas fa-file-pdf fa-3x text-red-500 mb-4"></i>
<p class="text-xl font-semibold text-white mb-2">Oops! Your browser doesn't support embedded PDFs.</p> <p class="text-xl font-semibold text-white mb-2">Oops! Your browser doesn't support embedded PDFs.</p>
<p class="text-gray-400 mb-6">You can download the resume to view it directly.</p> <p class="text-gray-400 mb-6">You can download the resume below to view it directly.</p>
<a href="/resume/jesus.pdf" download="Jesus_E_Otero_Lagunes_Resume.pdf" class="btn">
<i class="fas fa-download mr-2"></i>Download
</a>
</div> </div>
</object> </object>
</div> </div>
</div> </div>
<div class="text-center mt-8">
<a href="/resume/jesus.pdf" target="_blank" download="Jesus_E_Otero_Lagunes_Resume.pdf" class="btn">
<i class="fas fa-download mr-2"></i>Download Resume
</a>
</div>