-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (98 loc) · 4.55 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
Dechao Qiu's Home Page
</title>
<link type="text/css" rel="stylesheet" href="/css/main.css" />
<script type="text/javascript" src="/js/jquery-1.6.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
<script type="text/javascript">
var xctServiceName = 'qiudechao-site';
var xctCurrentDomain = window.location.protocol + "//" + window.location.host;
var xctDefaultStyles = true; // set to false to use your own css
var xctProt = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + xctProt + "i.xingcloud.com/proxy/language.js?serviceName=" + xctServiceName + "¤tDomain=" + xctCurrentDomain + "' type='text/javascript'%3E%3C/script%3E"));
</script>
</head>
<body>
<div id="container">
<div id="welcome_div">
<label id="welcome" style="center">Welcome to Dechao Qiu's Home Page</label>
</div>
<hr />
<div id="main">
<div id="left_side">
<div id="info">
<div id="photo">
<img src="/images/photo.jpg" height="180px"/>
</div>
</div>
<div id="xc-lang-selector"></div>
<div id="relativelink">
<!--<hr />-->
<div id="relative_body">
<ul>
<li><a href="http://blog.renoqiu.com/">My Blog</a></li>
</ul>
<!--<a href="#"><img src="#" /></a>-->
</div>
</div>
</div>
<div id="right_side">
<div id="about_me" class="sub_container">
<p class="subject_title">About Me</p>
<div class="subject_content">
<p>I got my bachelor's degree of Software Engineering from <a href="http://www.iss.whu.edu.cn/">International School of Software</a>, <a href="http://www.whu.edu.cn/">Wuhan University</a> in 2011 and got my master's degree of Software Engineering from <a href="http://www.ss.pku.edu.cn/">School of Software and Microelectronics</a>, <a href="http://www.pku.edu.cn/">Peking University</a> in 2014.</p>
<i>Email: dechao.qiu#gmail.com</i>
</div>
</div>
<div id="stuff" class="sub_container">
<p class="subject_title">Stuff</p>
<div class="subject_content">
<p><a href="http://egg.io">EGG.IO</a></p>
<p><a href="http://www.tiantianqiangda.com">TTQD</a></p>
<p><a href="">NFC Reader for Android ICS</a></p>
<p><a href="">Nachos's Lab</a></p>
<p><a href="https://play.google.com/store/apps/details?id=com.renoqiu">Android APP: IamListening</a></p>
</div>
</div>
<div id="interest" class="sub_container">
<p class="subject_title">Interests</p>
<div class="subject_content">
<ul>
<li>Python</li>
<li>Ruby</li>
<li>Java</li>
<li>Elixir</li>
<li>Unix</li>
<li>Warcraft III</li>
</ul>
</div>
</div>
<div id="books" class="sub_container">
<p class="subject_title">Books</p>
<div class="subject_content">
<ul>
<li>Hackers & Painters</li>
<li>The C Programming Language</li>
<li>C++ Primer</li>
<li>Dive Into Python</li>
<li>Advanced Programming in the UNIX Environment</li>
</ul>
</div>
</div>
</div>
</div>
<hr />
<div id="footer">
<label id="foot_message">Dechao Qiu's Home Page</label>
<div id="appengine">
<a href="http://code.google.com/appengine/">
<img src="http://code.google.com/appengine/images/appengine-silver-120x30.gif" alt="Powered by Google App Engine" />
</a>
</div>
</div>
</div>
</body>
</html>