-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·39 lines (39 loc) · 1.82 KB
/
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
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>@ongtao</title>
<meta charset="utf-8">
<base target="_blank">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Wang Tao is an Software developer at Singapore.">
<meta property="wb:webmaster" content="" />
<link href='http://fonts.googleapis.com/css?family=Dosis:200' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/master.css">
<link rel="shortcut icon" href="images/favicon.png">
</head>
<body>
<h1>
<a href="https://twitter.com/gsanidt" title="Twitter">@ongtao</a>
</h1>
<p class="intro">
My name is <a href="javascript:;" class="avatar">Wang Tao<span><img src="images/ongtao.jpg" alt="Wang Tao"></span></a>, an Software developer.<br>
Currently, I am working at <a href="http://ongtao.xyz/" title="4thstudio">4thstudio</a>.
</p>
<p class="social">
<a href="http://blog.ongtao.xyz/" class="blog" title="Blog">Blog</a>
<a href="https://twitter.com/gsanidt" class="twitter" title="Twitter">Twitter</a>
<a href="https://github.com/ongtao" class="github" title="GitHub">GitHub</a>
<a href="http://weibo.com/gsanidt" class="weibo" title="Weibo">Weibo</a>
<a href="mailto:[email protected]?subject=Hello ongtao!" class="email" title="Email" target="_self">Email</a>
</p>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46983787-1', 'ongtao.xyz');
ga('send', 'pageview');
</script>
</body>
</html>