This commit is contained in:
Marc Beninca 2023-06-28 11:53:39 +02:00
parent 20454e72cc
commit b21698d96a

View file

@ -19,7 +19,7 @@ def link(active:str, id:str, text:str)->str:
def nav(active:str=None)->str:
return f'''\
<nav>
{link(active, 'main', '/')}
{link(active, 'main', 'main')}
{link(active, 'cv', 'CV')}
{link(active, 'git', 'Git')}
{link(active, 'id', 'Identity')}
@ -124,10 +124,6 @@ function main() {{
<img src="marc.jpeg" />
<ul>
<li><a href="https://linkedin.com/in/marc-beninca">LinkedIn</a></li>
</ul>
<table>
<tr><th colspan="2">OpenPGP</th></tr>