16 lines
439 B
PHP
16 lines
439 B
PHP
<!-- $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();
|
|
?>
|