fixed templates from claude

This commit is contained in:
2026-04-21 21:51:44 -06:00
parent cbbf2729a9
commit 7a78e353a1
3 changed files with 284 additions and 51 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<div id="download-bar" style="position: sticky; top: 0; background: #f5f5f5; padding: 10px; text-align: center; border-bottom: 1px solid #ddd; z-index: 100;">
Download:
<a href="/resume/{{ web_pdf }}">Resume (web PDF)</a>
<a href="/resume/{{ ats_pdf }}">Resume (ats-friendly PDF)</a>
<a href="/resume/{{ web_pdf }}">Web PDF</a> |
<a href="/resume/{{ ats_pdf }}">ATS PDF</a>
</div>