health
This commit is contained in:
parent
b5ae2dd33a
commit
4cb956a005
1 changed files with 15 additions and 0 deletions
15
build.py
15
build.py
|
@ -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')}
|
||||
|
|
Loading…
Reference in a new issue