forked from renfufei/renfufei.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (57 loc) · 2.37 KB
/
index.html
File metadata and controls
73 lines (57 loc) · 2.37 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="renfufei.github.io : 铁锚的技术博客" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>renfufei.github.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/renfufei">View on GitHub</a>
<h1 id="project_title">renfufei.github.io</h1>
<h2 id="project_tagline">铁锚的技术博客</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="support-or-contact" class="anchor" href="https://github.com/kimmking/SpringBatchReferenceCN">Spring Batch参考文档中文版</a></h3>
<p>
请查看: <a href="http://kimmking.gitbooks.io/springbatchreference/">Spring Batch参考文档中文版在线预览</a>
</p>
<p>
也可以查看: <a href="https://github.com/kimmking/SpringBatchReferenceCN">GitHub仓库</a>
</p>
</section>
<section id="main_content" class="inner">
<h3>
<a name="support-or-contact" class="anchor" href="http://blog.csdn.net/renfufei">CSDN博客地址</a></h3>
<p>
北漂啊。<br/>
说出来都是泪。<br/>
说不出来的都是苦水。<br/>
脸上露出来的,全是微笑。<br/>
晒的,都是幸福<br/>
</p>
</section>
<section id="main_content" class="inner">
<h3>
<a name="support-or-contact" class="anchor" href="/Baraja/">Baraja 扑克牌效果插件</a></h3>
<p>
Baraja 是一个jQuery插件,允许一种类似名片的时尚方式移动元素,将他们展开起来就像桌面上的一副扑克牌. 它使用CSS的 transforms 来旋转和移动. 通过几个配置选项,可以创建成各种展开方式,例如,外翻移动物品或采用旋转扇形的方式。
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>