18 lines
473 B
Svelte
18 lines
473 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>Epos: </b><a href="/zhen/CVs/epos?hideOnPrint=1" style="color:lightblue;">EposCV.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> |