Resume: expand top projects, print icon to PDF
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<!-- <div id="contact-info"> -->
|
||||
<div id="contact-info">
|
||||
<div id="phone-number">
|
||||
<img src="{{ "img/smartphone.svg" | relURL }}"
|
||||
|
||||
5
layouts/partials/resume/print-icon.html
Normal file
5
layouts/partials/resume/print-icon.html
Normal 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>
|
||||
Reference in New Issue
Block a user