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'''\
|
return f'''\
|
||||||
<nav>
|
<nav>
|
||||||
{link(active, 'home', 'Home')}
|
{link(active, 'home', 'Home')}
|
||||||
|
{link(active, 'cv', 'CV')}
|
||||||
{link(active, 'id', 'Identity')}
|
{link(active, 'id', 'Identity')}
|
||||||
{link(active, 'tilde', '~')}
|
{link(active, 'tilde', '~')}
|
||||||
{link(active, 'ed', 'Education')}
|
{link(active, 'ed', 'Education')}
|
||||||
|
@ -73,7 +74,14 @@ function main() {{
|
||||||
<img src="YouTube.png" /><br />YouTube</a></li>
|
<img src="YouTube.png" /><br />YouTube</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Curriculum Vitæ</h2>
|
</section>
|
||||||
|
|
||||||
|
<!----------------------------------------------------------------------------->
|
||||||
|
|
||||||
|
<section id="cv">
|
||||||
|
|
||||||
|
{nav('cv')}
|
||||||
|
|
||||||
<ul class="cards">
|
<ul class="cards">
|
||||||
<li class="card"><a href="cv.en.pdf">
|
<li class="card"><a href="cv.en.pdf">
|
||||||
<img src="en.svg" /><br />English</a></li>
|
<img src="en.svg" /><br />English</a></li>
|
||||||
|
|
Loading…
Reference in a new issue