en,fr
This commit is contained in:
parent
ae945f2b89
commit
10bed452ca
1 changed files with 4 additions and 2 deletions
6
build.py
6
build.py
|
@ -75,8 +75,10 @@ function main() {{
|
|||
|
||||
<h2>Curriculum Vitæ</h2>
|
||||
<ul class="cards">
|
||||
<li class="card"><a href="cv.en.pdf">English</a></li>
|
||||
<li class="card"><a href="cv.fr.pdf">Français</a></li>
|
||||
<li class="card"><img src="en.png" /><br />
|
||||
<a href="cv.en.pdf">English</a></li>
|
||||
<li class="card"><img src="fr.png" /><br />
|
||||
<a href="cv.fr.pdf">Français</a></li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue