cv
This commit is contained in:
parent
efad0c7a1f
commit
9a0e7a6e93
1 changed files with 9 additions and 1 deletions
10
build.py
10
build.py
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue