28 lines
1002 B
PHP
28 lines
1002 B
PHP
<!-- $Id: index.php,v 1.5 2009/09/18 13:45:47 kiwi Exp $ -->
|
|
<?php
|
|
require_once("include/function.inc.php");
|
|
page("Homepage");
|
|
?>
|
|
<p class="textetitre">What is OAV.Net ?</p>
|
|
<p class="texte">
|
|
The OAV.Net was a project I wanted to start after I saw <a
|
|
href="http://the.animearchive.org/">The Animearchive</a>. I wanted to make
|
|
some big website in France (and maybe international one ?) about OAV, Mangas,
|
|
and in general Japanese Animation and Comics.<br/>
|
|
Because I never had the time to make that, so this website is mostly my own
|
|
website and portail for my own projects.
|
|
</p>
|
|
<p class="textetitre">Who I am ?</p>
|
|
<p class="texte">
|
|
I am Xavier Beaudouin. I am working on the Internet (Network and OpenSource Systems) in France and Luxembourg since the early
|
|
days of 1995 :)
|
|
You can get my <a href="/cv/">resume here</a>.
|
|
</p>
|
|
<p class="textetitre">Social Media</p>
|
|
<p class="texte">
|
|
I am on <a rel="me" href="https://mastodon.social/@kiwi">Mastodon</a> @kiwi@mastodon.social
|
|
</p>
|
|
<?php
|
|
finpage();
|
|
?>
|