-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (23 loc) · 892 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CHEN Ergan - Home</title>
<meta name="description" content="Ergan Chen's homepage" />
<meta name="author" content="agunchan">
<meta name="keywords" content="xThunder,PopVideo,Firefox" />
<link href='css/style.css' rel='stylesheet' type='text/css'>
<script src="js/google-analytics.js"></script>
</head>
<body>
<img src="images/background.jpg" class="bg" width="1024" height="638">
<div id="page-wrap">
<h1>CHEN Ergan</h1>
<hr/>
<p>
A Chinese programmer now working at financial technology (Securities Trading) and used to contribute to some open source projects such as <a class="keypoint" href="http://fxthunder.com/en">Firefox extensions</a>.<br/><br/>
I live in Shenzhen and can be contacted via <img src="images/email.png">.
</p>
</div>
</body>
</html>