-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
53 lines (45 loc) · 1.68 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
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ru-Yuan Lab</title>
<link rel="stylesheet" href="./main.css">
</head>
<body>
<!--Header image part-->
<div class='header'>
<img class='headerimg' src='./img/background.jpg'>
</div>
<!--Navigation bar part---->
<div align='center'>
<nav>
<ul>
<li><a href='index.html'>Home</a></li>
<li><a href='research.html'>Research</a></li>
<li><a href='people.html'>People</a></li>
<li><a href='publications.html'>Publications</a></li>
<li><a href='resources.html'>Resources</a></li>
<li><a href='teaching.html'>Teaching</a></li>
<li><a class='active' href='contact.html'>Contact</a></li>
</ul>
</nav>
</div>
<!--Main part---->
<div>
<p class='contactpage'>
Dr. Ru-Yuan Zhang<br>
Shanghai Key Laboratory of Psychotic Disorders, Shanghai Mental Health Center<br>
Institute of Psychology and Behavioral Science<br>
Shanghai Jiao Tong University<br>
Shanghai, China. 200030<br>
<br>
Mail to: <br>
315 Zhongyuan, Shanghai Jiao Tong University <br>
1954 Huashan Road, Xuhui District <br>
Shanghai, China 200030 <br>
Email: <a href='mailto:[email protected]'>ruyuanzhangATgmail.com</a>
or <a href='mailto:[email protected]'>ruyuanzhangATsjtu.edu.cn</a><br />
</p>
</div>
</body>
</html>