1
0
Fork 0
This commit is contained in:
Henri Saudubray 2024-05-06 17:08:33 +02:00
parent d1434116a9
commit 0bb607e404
3 changed files with 33 additions and 8 deletions

View file

@ -4,6 +4,7 @@
--ln-color: #FFFF00; --ln-color: #FFFF00;
--ln-color-visited: #FFAA00; --ln-color-visited: #FFAA00;
} }
html { html {
display: flex; display: flex;
width: 100vw; width: 100vw;
@ -12,21 +13,45 @@ html {
font-size: 1em; font-size: 1em;
font-family: monospace, "Cascadia Code", monospace; font-family: monospace, "Cascadia Code", monospace;
} }
body { body {
width: 80ch; width: 80ch;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
} }
#who { text-align: center; padding-top: 1lh; }
#bio { padding: 1lh 0; } #who {
a { color: var(--ln-color); } text-align: center;
a:visited { color: var(--ln-color-visited); } padding-top: 1lh;
}
#bio {
padding: 1lh 0;
}
a {
color: var(--ln-color);
}
a:visited {
color: var(--ln-color-visited);
}
ul { ul {
list-style-type: '- '; list-style-type: '- ';
padding-left: 4ch; padding-left: 4ch;
margin-top: 1lh; margin-top: 1lh;
margin-bottom: 1lh; margin-bottom: 1lh;
} }
.section-title { text-decoration: underline; }
.footer-ws { max-height: use-available; } .section-title {
footer { text-align: center; } text-decoration: underline;
}
.footer-ws {
max-height: use-available;
}
footer {
text-align: center;
}

View file

@ -87,7 +87,7 @@
</li> </li>
<li> <li>
CV:&nbsp;&nbsp; CV:&nbsp;&nbsp;
[<a href="https://hsaudubray.fr/pdf/cv.pdf">cv.pdf</a>] [<a href="https://henri-saudubray.fr/pdf/cv.pdf">cv.pdf</a>]
</li> </li>
</ul> </ul>
</div> </div>

BIN
pdf/cv.pdf Normal file

Binary file not shown.