-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 1.87 KB
/
index.html
File metadata and controls
44 lines (43 loc) · 1.87 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
37
38
39
40
41
42
43
44
<html>
<head>
<title>小宏的后花园</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="typo.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body>
<div id="wrapper">
<div id="aboutBox">
<div id="bigTitleBox"></div>
<h1 id="bigTitle">小宏的后花园</h1>
<h2 id="aboutTitle">关于我:</h2>
<div id="about">
<p>你好,我是小宏,软件工程学生,华中科大联创团队\新媒体中心成员。喜欢阅读和写作,会写代码。</p>
</div> <br>
<h2 id="linkTitle">下面是我经常出没的地方:</h2>
<div>
<ul class="links">
<li> <a href="http://xhxh.me/blog">博客</a> </li>
<li> <a href="http://www.douban.com/people/4539717/">豆瓣</a> </li>
<li> <a href="http://weibo.com/ired">微博</a> </li>
<li> <a href="http://www.zhihu.com/people/xiao-hong-94-21">知乎</a> </li>
<li> <a href="https://github.com/xred/">Github</a> </li>
</ul>
</div><br>
<h2 id="lastest">下面是我最近写的东西:</h2>
<ul id="titleList">
<li><span class="post-title"><a href="http://xhxh.me/blog/?p=125">2013-10-13</a></span></li>
<li><span class="post-title"><a href="http://xhxh.me/blog/?p=113">学生技术团队招人指南(一):概述</a></span></li>
<li><span class="post-title"><a href="http://xhxh.me/blog/?p=102">选选选选选选选选择</a></span></li>
<li><span class="post-title"><a href="http://xhxh.me/blog/?p=96">钱是汽油</a></span></li>
<li><span class="post-title"><a href="http://xhxh.me/blog/?p=93">2013-10-3</a></span></li>
</ul>
</div>
<img src="bg2.jpg" id="bg">
</div>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="waypoints.min.js"></script>
<script type="text/javascript" src="home.js"></script>
</body>
</html>