feat: linkedin

This commit is contained in:
ange 2024-12-21 11:13:23 +00:00
parent 186491250e
commit 08557f45db
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
11 changed files with 53 additions and 24 deletions

11
css/resume.css Normal file
View file

@ -0,0 +1,11 @@
@media print {
@page {
size: A4;
size: portrait;
margin: 5mm;
}
#menu, #credits {
display: none;
}
}