-
Notifications
You must be signed in to change notification settings - Fork 0
/
www
51 lines (48 loc) · 1.62 KB
/
www
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
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Contact</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
</head>
<body>
<div id="wrap">
<div id="header">
<h1>Contact</h1>
</div>
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#research">Research</a></li>
<li><a href="index.html#proofs">Program proofs</a></li>
<li><a href="index.html#programming">Programming</a></li>
<li><a href="index.html#teaching">Teaching</a></li>
<li><a href="index.html#pubs">Publications</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div id="content">
<ul>
<li>PhD candidate at <a href="http://www.lri.fr">LRI</a><p></p></li>
<li>Employer: <a href="http://www.fct.pt">FCT</a><p></p></li>
<li>Address:
<dl>
<dd><b>LRI - bâtiment 650</b></dd>
<dd><b>Université Paris-Sud</b></dd>
<dd><b>91405 Orsary Cedex</b></dd>
<dd><b>France</b></dd>
</dl><p></p></li>
<li>Office: 68</li><p></p>
<li>Phone: (+33) (0)1 69 15 72 36</li><p></p>
<li>E-mail: Mario.Parreira-Pereira[at]lri.fr</li><p></p>
<li>Web: <a href="https://www.lri.fr/~mpereira">
www.lri.fr/~mpereira</a></li><p></p>
</ul>
</div>
<div id="footer">
© 2018 Mário Pereira - Design
by <a href="http://darkfate.info/">darkfate</a>
</div>
</body>
</html>