Resume: expand top projects, print icon to PDF

This commit is contained in:
2019-09-10 22:24:37 -04:00
parent ec1ecb7d98
commit 58ef63cc6a
9 changed files with 79 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
<div id="print-icon">
<a href="{{ "resume.pdf" | relURL }}" target="_blank">
<img src="{{ "img/printer.svg" | relURL }}" alt="printer-icon">
</a>
</div>