-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
46 lines (46 loc) · 2.5 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lucas Valem">
<meta name="keywords" content="Lucas Pascotti Valem,Lucas Valem,Lucas Pascotti,Research,UNESP,FAPESP">
<meta name="Description" content="Author: Lucas Pascotti Valem">
<script src="js/jquery-latest.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/custom.css">
<title>Contact - Lucas Pascotti Valem</title>
</head>
<body>
<div style="text-align:center">
<h3><b>LUCAS PASCOTTI VALEM</b></h3>
Assistant Professor at the University of São Paulo - SCC / ICMC / USP
</div>
<br>
<div id='cssmenu'>
<ul>
<li><a href='index'><span><img src="icons/home.png" alt=""> Home</span></a></li>
<li class='last'><a href='publications'><span><img src="icons/publications.png" alt=""> Publications</span></a></li>
<li class='last'><a href='projects'><span><img src="icons/projects.png" alt=""> Projects</span></a></li>
<li class='last'><a href='softwares'><span><img src="icons/softwares.png" alt=""> Softwares</span></a></li>
<li class='last'><a href='awards'><span><img src="icons/awards.png" alt=""> Awards</span></a></li>
<li class='last'><a href='curriculum'><span><img src="icons/curriculum.png" alt=""> Curriculum</span></a></li>
<li class='last'><a href='contact'><span><img src="icons/contact.png" alt=""> Contact</span></a></li>
<li class='last'><a href='contact_pt'><span><img src="icons/brazil.png" alt=""></span></a></li>
<li class='last'><a href='contact'><span><img src="icons/usa.png" alt=""></span></a></li>
</ul>
</div>
<div style="width: 95%; overflow: hidden; margin-left: 25px;">
<h3><b>Contact</b></h3>
<p>You can contact me by one of the following e-mails:<br>
<i><b>[email protected]</b></i> or <i><b>[email protected]</b></i>
</p>
</div>
<hr>
<div style="text-align:center">
© Copyright 2025, Lucas Pascotti Valem.
</div>
</body>
</html>