<!doctype html>
<html lang="zh-CN">
<head>
<title>About Me</title>
</head>
<body>
<div class="container">
<div class="title">About Me</div>
<img class="avatar" src="logo.jpg" alt="me"/>
<h2>I Am In ChangSha Now</h2>
<canvas id="canvas"></canvas>
<footer>
<a href="http://luckyw.cn"><i class="fa fa-home"></i>Index</a>
<a href="https://github.com/leoyaojy"><i class="fa fa-github"></i>Github</a>
<a href="http://demo.luckyw.cn"><i class="fa fa-th-large"></i>Demo</a>
</footer>
</div>
</body>
<script>
var About = {
Contact:function(){
var Me = {};
Me.QQ = 1543639878;
Me.Email = luckywgm@gmail.com;
return Me;
};
};
</script>
</html>