cv
This commit is contained in:
parent
381a2b1abe
commit
c473d7d449
2 changed files with 10 additions and 3 deletions
|
@ -4,14 +4,18 @@ template = "page.html"
|
|||
path = "cv"
|
||||
aliases = ["CV"]
|
||||
+++
|
||||
<div class="onlyprint">
|
||||
<div class="cvintro">
|
||||
|
||||
<p>Samantha Yilmaz</p>
|
||||
<p>Pronouns: It/Its</p>
|
||||
|
||||
<div class="onlyprint">
|
||||
<p>1997-03-25</p>
|
||||
<p>https://Cherrykitten.dev</p>
|
||||
<p>https://github.com/cherrykitten</p>
|
||||
<p>contact@cherrykitten.dev</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% section() %}
|
||||
|
||||
|
|
|
@ -282,8 +282,7 @@ hr {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.onlyprint {
|
||||
display: none;
|
||||
.cvintro {
|
||||
font-size: 0.8rem;
|
||||
p {
|
||||
padding: 0;
|
||||
|
@ -291,6 +290,10 @@ hr {
|
|||
}
|
||||
}
|
||||
|
||||
.onlyprint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.section {
|
||||
break-inside: avoid-page;
|
||||
|
|
Loading…
Reference in a new issue