This commit is contained in:
Joey Kimsey
2025-02-06 03:18:45 -05:00
parent a893698a13
commit 825d422d93
189 changed files with 2628 additions and 5839 deletions

View File

@ -0,0 +1,13 @@
<div class="my-3 row" role="group" aria-label="Resume Downloads">
<!-- Adjusted the col-3 div -->
<div class="col-4 col-md-3 d-flex align-items-center justify-content-end">
<h3>Download</h3>
</div>
<!-- Button group -->
<div class="btn-group btn-group-justified col-8 col-md-6" role="group" aria-label="Resume Downloads">
<a href="/downloads/resume/docx" class="btn btn-primary" role="button" target="_blank" download>Word</a>
<a href="/downloads/resume/pdf" class="btn btn-primary" role="button" target="_blank" download>PDF</a>
<a href="/downloads/resume/md" class="btn btn-primary" role="button" target="_blank" download>Markdown</a>
<a href="/downloads/resume/txt" class="btn btn-primary" role="button" target="_blank" download>Text</a>
</div>
</div>