-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (60 loc) · 2.5 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Liufeiyu's blog</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Liu Feiyu</h1>
<p>Welcome to my english site</p>
<p class="view"><a href="https://github.com/feiyuliu/en">View the Project on GitHub <small>feiyuliu/en</small></a></p>
<ul>
<!--
<li><a href="https://github.com/feiyuliu/en/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/feiyuliu/en/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/feiyuliu/en">View On <strong>GitHub</strong></a></li>
-->
<li><a href="http://liufeiyu.cn">View On <strong>my site</strong></a></li>
</ul>
</header>
<section>
<h3>Welcome to english site.</h3>
<p>This site is about me. If you want to know me or if you want to talk about the web problem that I know , please leave your information.We talk about it with email or other tools. Of course ,you can leave your problems on the site <a href="http://liufeiyu.cn" class="user-mention">http://liufeiyu.cn</a></p>
<h3>Know about me</h3>
<pre><code>
# -*- coding: utf-8 -*-
class IntroduceMyself(object):
name = "liufeiyu"
birthday = "03-23"
sex = man
weight = 118 #why so light ,oooo....
hobby = "................."
def __init__(self,weight,hobby):
self.weight = weight
self.hobby = hobby
def moreInfo(self):
#please see my resume
return "http://liufeiyu.cn/en/resume.html"
</code></pre>
<p>Nothing to more</p>
</section>
</div>
<footer>
<span id="poweredby">
Email:<a href="#"> [email protected]</a>
</span>
<span id="copyright"> Copyright © 2012 - <a href="http://liufeiyu.cn/en" target="_blank">Liu Feiyu</a><script src="http://s21.cnzz.com/stat.php?id=4834680&web_id=4834680&show=pic" language="JavaScript"></script> </span>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>