deprived-main-website/deprecated/zhen/Comps/AboutMe.svelte
BOTAlex 28eea2d035
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
deprecated some old things
2025-10-02 06:16:50 +02:00

18 lines
No EOL
486 B
Svelte

<div class="public-cv-container">
<h1 class="bottom-dotted-line">Public CVs</h1>
<div style="padding-left: 0.5vw; margin-top: -1vh;">
<b>Rev1: </b><a href="/zhen/cv/rev1?hideOnPrint=1" style="color:lightblue;">Rev1.pdf</a>
</div>
</div>
<style>
.public-cv-container {
padding-left: 10vw;
padding-top: 5vh;
width: 79vw;
}
.bottom-dotted-line {
border-bottom: 4px dotted rgb(178, 178, 178);
}
</style>