Public Access
1
0

fix: remove iframe resume

This commit is contained in:
2025-08-25 09:17:48 -04:00
parent b7d74ccdc8
commit a1c3e0357d

View File

@@ -12,14 +12,6 @@ sitemapChangefreq: "monthly"
id="pdf-viewer" id="pdf-viewer"
data="/resume/jesus.pdf#view=FitH&toolbar=0&navpanes=0" data="/resume/jesus.pdf#view=FitH&toolbar=0&navpanes=0"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"> style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;">
<iframe
id="fallback-pdf-viewer"
src="/resume/jesus.pdf#view=FitH&toolbar=0&navpanes=0"
width="100%"
height="100%"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"
title="Fallback PDF Viewer"
>
<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>
@@ -28,7 +20,6 @@ sitemapChangefreq: "monthly"
<i class="fas fa-download mr-2"></i>Download <i class="fas fa-download mr-2"></i>Download
</a> </a>
</div> </div>
</iframe>
</object> </object>
</div> </div>
</div> </div>