feat: downloadable PDF
This commit is contained in:
10
cv.pug
10
cv.pug
@@ -29,7 +29,15 @@ html(lang='en')
|
||||
|
||||
main
|
||||
section#about
|
||||
h2 Curriculum vitae
|
||||
h2
|
||||
| Curriculum vitae
|
||||
|
||||
small(style="margin-top: -0.5em; opacity: 0.9" class="noprint")
|
||||
| You can download generated PDF from
|
||||
|
|
||||
a(href="/public/VladFaust.com.pdf" title="Download") here
|
||||
| .
|
||||
|
||||
p
|
||||
| Throughout my 10+ years of experience in Information Technology,
|
||||
|
|
||||
|
||||
BIN
public/VladFaust.com.pdf
Normal file
BIN
public/VladFaust.com.pdf
Normal file
Binary file not shown.
@@ -36,3 +36,9 @@ section {
|
||||
section:not(:first-of-type) {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
@media print {
|
||||
.noprint {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user