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

BIN
public/VladFaust.com.pdf Normal file

Binary file not shown.

View File

@@ -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;
}
}