This commit is contained in:
Marc Beninca 2023-06-28 14:28:50 +02:00
parent b5ae2dd33a
commit 4cb956a005

View file

@ -22,6 +22,7 @@ def nav(active:str=None)->str:
{link(active, 'main', 'main')}
{link(active, 'cv', 'CV')}
{link(active, 'git', 'Git')}
{link(active, 'health', 'Health')}
{link(active, 'id', 'Identity')}
{link(active, 'lib', 'LinkInBio')}
{link(active, 'music', 'Music')}
@ -122,6 +123,20 @@ function main() {{
<!----------------------------------------------------------------------------->
<section id="health">
{nav('health')}
<ul>
<li><a href="https://www.youtube.com/@DrEricBergDC/videos">Dr Eric Berg</a></li>
<li><a href="https://www.youtube.com/@drekberg/videos">Dr Sten Ekberg</a></li>
<li><a href="https://www.youtube.com/@drjasonfung/videos">Dr Jason Fung</a></li>
</ul>
</section>
<!----------------------------------------------------------------------------->
<section id="id">
{nav('id')}