scratch/output/index.html
2010-08-02 12:46:09 +02:00

93 lines
4.4 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="/Scratch/img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/Scratch/assets/css/main.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/yannespositocomfr" />
<link rel="alternate" lang="fr" xml:lang="fr" title="Bienvenue" type="text/html" hreflang="fr" href="/Scratch/fr/" />
<link rel="alternate" lang="en" xml:lang="en" title="Welcome" type="text/html" hreflang="en" href="/Scratch/en/" />
<script type="text/javascript" src="/Scratch/js/jquery-1.3.1.min.js"></script>
<script type="text/javascript" src="/Scratch/js/jquery.cookie.js"></script>
<script type="text/javascript">// <![CDATA[
// put the selected language in the cookie
function setLanguage(lang) {
$.cookie('language',lang, { path: '/Scratch'});
}
// ]]>
</script>
<noscript>
<link rel="stylesheet" type="text/css" href="/Scratch/css/nojs.css" />
</noscript>
<title>Yann Esposito - Yogsototh</title>
<script type="text/javascript">// <![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10612400-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
$(function () {
$('a').click(function () {
// tell analytics to save event
try {
_gaq.push(['_trackEvent', thisel.parents('[id!=""]:first').get(0).id, 'clicked', (thisel.text() || thisel.children('img:first').attr('alt'))]);
}
catch (err) {}
// pause to allow google script to run
var date = new Date();
var curDate = null;
do {
curDate = new Date();
} while(curDate-date < 300);
});
});
// ]]>
</script>
</head>
<body lang="fr">
<div id="content">
<div id="titre" style="margin-top: 0; margin-bottom: 0">
<h1>Yann Esposito
<img src="/Scratch/img/about/avatar.png" alt="Avatar" style="display: inline; height: 3ex; bottom: -.75ex; position: relative"/> Yogsototh</h1>
</div>
<div id="afterheader" style="margin-top: 0">
<div class="corps" style="font-size: 1.5em; margin-top: 1em">
<div style="width: 48%; float: left">
[Français]
<ul>
<li>un <a href="/Scratch/fr/" onclick="setLanguage('fr')">blog</a> </li>
<li>des <a href="http://yannesposito.com/Softwares/Welcome.html">logiciels</a></li>
<li>un <a href="http://j.mp/btfRJ2">curriculum vitæ</a> </li>
<li><a href="/Scratch/fr/contact" onclick="setLanguage('fr')">Me contacter</a></li>
</ul>
</div>
<div style="width: 48%; float: right">
[English]
<ul>
<li>a <a href="/Scratch/en/" onclick="setLanguage('en')">blog</a> </li>
<li><a href="http://yannesposito.com/Softwares/Welcome.html">Softwares</a></li>
<li><a href="/Scratch/en/contact" onclick="setLanguage('en')">Contact me</a></li>
</ul>
</div>
<div class="flush"></div>
<hr/>
Mais aussi
<ul>
<li>des <a href="http://yann.esposito.free.fr/enseignement/enseignement.php">cours d'informatique</a></li>
<li>un <a href="http://yann.esposito.free.fr/enseignement/projetrez0/projetrez0.html">projet de réseau anonyme</a> </li>
</ul>
</div>
</div>
</div>
</body>
</html>