Current oav website
This commit is contained in:
15
cv/index.php
Normal file
15
cv/index.php
Normal 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();
|
||||
?>
|
||||
Reference in New Issue
Block a user