feat: downloadable PDF

This commit is contained in:
2025-04-23 09:16:33 +04:00
parent 93f32332d2
commit 51ae296fcc
3 changed files with 15 additions and 1 deletions

10
cv.pug
View File

@@ -29,7 +29,15 @@ html(lang='en')
main main
section#about 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 p
| Throughout my 10+ years of experience in Information Technology, | Throughout my 10+ years of experience in Information Technology,
| |

BIN
public/VladFaust.com.pdf Normal file

Binary file not shown.

View File

@@ -36,3 +36,9 @@ section {
section:not(:first-of-type) { section:not(:first-of-type) {
border-top: 1px solid rgba(0, 0, 0, 0.05); border-top: 1px solid rgba(0, 0, 0, 0.05);
} }
@media print {
.noprint {
display:none;
}
}