-
Notifications
You must be signed in to change notification settings - Fork 0
/
apropos.html
54 lines (49 loc) · 1.84 KB
/
apropos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="description" content="Brice Loustau" />
<title>Brice Loustau - À propos</title>
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon-32x32.png" sizes="32x32" /><link rel="icon" href="favicon-192x192.png" sizes="192x192" />
</head>
<body>
<div id="main">
<div id="header">
<p> <a href="/about.html">English</a></p>
</div>
<div id="leftnavbar">
<ul>
<li><a href="/indexfr.html">Accueil</a></li>
<li><a href="/enseignement.html">Enseignement</a></li>
<li><a href="/livre.html">Livre</a></li>
<li><a href="/recherche.html">Recherche</a></li>
<li><a href="/codefr.html">Code</a></li>
<li class="active"><a href="/apropos.html">À propos</a></li>
</ul>
</div>
<div id="maincontent">
<p class="titre0">À propos</p>
<p> <center> <img src="/ressources/id14.jpg" height=320px /> </p> </center> <br />
<p>Je suis né à Bordeaux en 1984. J'ai étudié à Bordeaux, Rennes puis Toulouse où j'ai fait mon doctorat.
J'ai ensuite vécu à Paris, Rio de Janeiro (Brésil), Newark (États-Unis), Heidelberg (Allemagne), et dorénavant
New York City (États-Unis).</p>
<!--
<p class="titre2" id="Notes">Contact</p>
<p>
Dr. Brice Loustau <br />
Ruprecht-Karls-Universität Heidelberg <br />
Mathematisches Institut <br />
Raum 03.303 <br />
Im Neuenheimer Feld 205, 69120 Heidelberg <br />
</p>
<p>Courriel : <a href="mailto:brice@loustau.eu">brice@loustau.eu</a>.</p>
-->
</div>
<div id="footer">
<p>Brice Loustau. Contact : <a href="mailto:brice@loustau.eu">brice@loustau.eu</a></p>
</div>
</div>
</body>
</html>