-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
50 lines (40 loc) · 1.85 KB
/
about.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
<html>
<body>
<h3>This is a header</h3>
<p>This is a paragraph.</p>
<div style="color:#00FF00">
<h3>This is a header</h3>
<p>This is a paragraph.</p>
<div class="blurb">
<table cellspacing="3" cellpadding="10" width="100%">
<tr>
<td class="centered">
<img src="https://tingsu.github.io/files/pic2_small.jpg" width="170" height="180"></td>
<td>
<table style="width: 100%" cellpadding="2">
<tr>
<td><h2>TING SU</h2></td>
</tr>
<tr>
<td>Professor, Ph.D. (<a href="https://faculty.ecnu.edu.cn/_s43/st2/main.psp">中文主页</a>)</td>
</tr>
<tr>
<td><a href="http://www.sei.ecnu.edu.cn/">Software Engineering Institute</a></td>
</tr>
<tr>
<td><a href="http://english.ecnu.edu.cn/">East China Normal University (ECNU)</a>, China</td>
</tr>
<tr>
<td><b>E-mail: </b>[email protected] (work) / [email protected] (permanent)</td>
</tr>
<tr>
<td>Address: Room B1103, Science Building</td>
</tr>
</table>
</td>
</tr>
</table>
</div><!-- /.blurb -->
</div>
</body>
</html>