Footer: social icons opaque on hover

This commit is contained in:
2019-10-25 03:58:11 -04:00
parent 2305b246c1
commit 5e7fe99969
10 changed files with 32 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
<div id="print-icon">
{{ $type := .Get "type" }}
{{ $code := .Get "code" }}
{{ $pdfName := print "pdf/kevin-mok-cover-letter-" $code ".pdf" }}
{{ $pdfName := print "pdf/kevin-mok-" $type "-" $code ".pdf" }}
<a href="{{ $pdfName | relURL }}" target="_blank">
<img src="{{ "img/resume/printer.svg" | relURL }}" alt="printer-icon">
</a>