Files
resume/templates/download.template
2026-04-21 21:51:44 -06:00

6 lines
274 B
Plaintext

<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 }}">Web PDF</a> |
<a href="/resume/{{ ats_pdf }}">ATS PDF</a>
</div>