-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
99 lines (87 loc) · 4.77 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contact - Kevin (Kai) Xu's Homepage</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link href="style_pub.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10108777-3']);
_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);
})();
</script>
</head><body>
<div id="container">
<!-- header -->
<div style="font-weight: bold;" id="logo"><a href="#">Kevin (Kai) Xu's
Homepage</a></div>
<div id="menu">
<ul>
<li style="font-weight: bold;"><a href="index.html">Home</a></li>
<li style="font-weight: bold;"><a href="research.html">Research</a></li>
<li style="font-weight: bold;"><a href="publications.html">Publications</a></li>
<li style="font-weight: bold;"><a href="group.html">Group</a></li>
<li style="font-weight: bold;"><a href="#" class="active">Contact Me</a></li>
</ul>
</div>
<!--end header -->
<!-- main -->
<div id="main">
<div id="text_top"><span style="font-weight: bold;"><font style="color: rgb(255, 255, 214); font-family: Tahoma;" size="+1">Contact
Information</font><br />
<br />
</span>
<table style="text-align: left; height: 240px; width: 953px; margin-left: 16px;" border="0" cellpadding="0" cellspacing="2">
<tbody>
<tr>
<td width="202" style="text-align: justify; width: 202px;"><big><font size="+1"><big><br />
<br />
</big></font></big> </td>
</tr>
<tr>
<td style="vertical-align: top; width: 170px;"><img style="height: 180px;" alt="Kevin's photo" src="images/kevin_lab.jpg" /> </td>
<td width="745" style="vertical-align: top; color: rgb(225, 225, 225); width: 713px;">
<div style="text-align: justify; margin-left: 5px; line-height: 160%; background-color: rgb(0, 14, 24); width: 629px;"><font><b><font size="3"><b><span style="font-weight: normal;" /></b></font></b></font><big><b><big><span style="color: white;" /></big></b></big><font style="color: rgb(255, 255, 214); font-family: Arial; font-weight: bold;" size="+1"><big>Kevin (Kai) Xu - 徐凯<br />
</big></font> </div>
<big><b> <br />
</b></big>
<div style="text-align: justify; margin-left: 5px; background-color: rgb(0, 14, 24); line-height: 150%; width: 630px;">
<p><big style="color: rgb(255, 255, 214);"><span style="font-weight: bold;">Email:</span></big><br />
<span style="color: rgb(229, 229, 229);">kevin
'DOT' kai 'DOT' xu
[AT] gmail 'DOT' com <br />
</span><br />
<span style="font-weight: bold;"><big style="color: rgb(255, 255, 214);">Address:</big><br />
</span><span style="color: rgb(229, 229, 229); line-height: 100%;">School of Computer, National University of Defense Technology.</span></p>
<p><span style="color: rgb(229, 229, 229); line-height: 100%;">109 Deya Rd., Kaifu District,
Changsha City, Hunan Province, 410073, P.R.China</span><br />
<big style="color: rgb(255, 255, 214);"><span style="font-weight: bold;" /></big><big style="color: rgb(255, 255, 214);"><span style="color: rgb(229, 229, 229);" /></big><big style="color: rgb(255, 255, 214);"><span style="color: rgb(229, 229, 229);"><span style="font-weight: bold;"><br />
</span></span><span style="font-weight: bold;">Research Group:</span></big><br />
<big><a href="group.html">iGRAPE Lab
@NUDT</a></big></p>
</div>
<big style="color: rgb(255, 255, 214);"> <big style="color: rgb(255, 255, 214);"> <font><b><font size="3"><b><span style="font-weight: normal;"><span style="font-weight: bold;"> <br />
</span></span></b></font></b></font><big><b><big><span style="color: white;" /></big></b></big> </big></big></td>
</tr>
</tbody>
</table>
<b><br />
</b>
</div>
</div>
<!-- end main -->
<!-- footer -->
<div id="footer">
<div id="footer_left">© Copyright 2011 Kevin (Kai) Xu<br />
</div>
<div id="footer_right">Latest update: 2013-06-18
<small><a href="http://www.realitysoftware.ca/services/website-development/design/">Web
design</a> released by <a href="http://www.flash-gallery.org/">Flash
Gallery</a></small> </div>
</div>
<!-- end footer --> </div>
</body></html>