Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

15
cv/index.php Normal file
View File

@ -0,0 +1,15 @@
<!-- $Id: index.php,v 1.2 2009/09/18 14:20:03 kiwi Exp $ -->
<?php
require_once("../include/function.inc.php");
page("CV");
?>
<p class="textetitre">CV / Resume</p>
<p class="texte">
Here is my CV or Resume. Currently working in Luxembourg at <a href="https://hotcity.lu">Hotcity SA</a>.
<ul>
<li><a href="https://github.com/xbeaudouin/cv/raw/master/xavier/xbeaudouin.pdf">English</a> PDF on my Github</li>
</ul>
</p>
<?php
finpage();
?>