This commit is contained in:
Marc Beninca 2023-06-28 10:28:53 +02:00
parent efad0c7a1f
commit 9a0e7a6e93

View file

@ -20,6 +20,7 @@ def nav(active:str=None)->str:
return f'''\
<nav>
{link(active, 'home', 'Home')}
{link(active, 'cv', 'CV')}
{link(active, 'id', 'Identity')}
{link(active, 'tilde', '~')}
{link(active, 'ed', 'Education')}
@ -73,7 +74,14 @@ function main() {{
<img src="YouTube.png" /><br />YouTube</a></li>
</ul>
<h2>Curriculum Vitæ</h2>
</section>
<!----------------------------------------------------------------------------->
<section id="cv">
{nav('cv')}
<ul class="cards">
<li class="card"><a href="cv.en.pdf">
<img src="en.svg" /><br />English</a></li>