-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
36 lines (36 loc) · 1.44 KB
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 PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Raecoo - Focus on Web Development, Marathon, Endurance sports. </title>
<link href="/styles/master.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="page">
<div id="header">
<h1><a href="/">Nothing Impossible</a></h1>
<div class="desc">
<i>Focus on Web Development, Marathon, Endurance sports.</i>
</div>
</div>
<div id="main">
<h3>About me</h3>
<div class="about">
<img class='avatar' src="/images/raecoo_avatar.jpg" width='75'/>
<p>I'm Raecoo Cao, Chinese name <b>Cao Lei</b>.</p>
<p>A Father, with my family live in Beijing.</p>
<p>An Independent Web Developer, Shopify Expert.</p>
<p>A Runner, the marathon, endurance sports enthusiasts.</p>
</div>
<div class="about">
<p>You can touch me by following way:</p>
<p><b>Email</b> : raecoo # gmail.com</p>
<!--
<p><a href="http://www.linkedin.com/in/raecoo" target='_blank'><img border="0" alt="View Raecoo Cao's profile on LinkedIn" width="160" src="/images/linkedin_160x25.gif" height="25"/></a></p>
-->
</div>
</div>
</div>
</body>
</html>