This commit is contained in:
Joey Kimsey
2024-12-02 17:43:55 -05:00
parent 113499254b
commit de5530b1e3
95 changed files with 3192 additions and 509 deletions

View File

@ -0,0 +1,9 @@
<div class="col-lg-12 text-center" role="group" aria-label="Resume Downloads">
<div class="btn-group text-center" role="group" aria-label="Resume Downloads">
<h3>Download</h3>
<a href="/downloads/JoeyKimsey-resume.docx" class="btn btn-default" role="button">Word</a>
<a href="/downloads/JoeyKimsey-resume.pdf" class="btn btn-default" role="button">PDF</a>
<a href="/downloads/JoeyKimsey-resume.md" class="btn btn-default" role="button">Markdown</a>
<a href="/downloads/JoeyKimsey-resume.txt" class="btn btn-default" role="button">Text</a>
</div>
</div>