add cv
This commit is contained in:
parent
d1434116a9
commit
0bb607e404
3 changed files with 33 additions and 8 deletions
|
|
@ -4,6 +4,7 @@
|
|||
--ln-color: #FFFF00;
|
||||
--ln-color-visited: #FFAA00;
|
||||
}
|
||||
|
||||
html {
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
|
|
@ -12,21 +13,45 @@ html {
|
|||
font-size: 1em;
|
||||
font-family: monospace, "Cascadia Code", monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 80ch;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
}
|
||||
#who { text-align: center; padding-top: 1lh; }
|
||||
#bio { padding: 1lh 0; }
|
||||
a { color: var(--ln-color); }
|
||||
a:visited { color: var(--ln-color-visited); }
|
||||
|
||||
#who {
|
||||
text-align: center;
|
||||
padding-top: 1lh;
|
||||
}
|
||||
|
||||
#bio {
|
||||
padding: 1lh 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--ln-color);
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: var(--ln-color-visited);
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: '- ';
|
||||
padding-left: 4ch;
|
||||
margin-top: 1lh;
|
||||
margin-bottom: 1lh;
|
||||
}
|
||||
.section-title { text-decoration: underline; }
|
||||
.footer-ws { max-height: use-available; }
|
||||
footer { text-align: center; }
|
||||
|
||||
.section-title {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer-ws {
|
||||
max-height: use-available;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
</li>
|
||||
<li>
|
||||
CV:
|
||||
[<a href="https://hsaudubray.fr/pdf/cv.pdf">cv.pdf</a>]
|
||||
[<a href="https://henri-saudubray.fr/pdf/cv.pdf">cv.pdf</a>]
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
BIN
pdf/cv.pdf
Normal file
BIN
pdf/cv.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue