-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·212 lines (111 loc) · 4.19 KB
/
index.html
File metadata and controls
executable file
·212 lines (111 loc) · 4.19 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>刘文举</title>
<meta name="author" content="Dave Liu">
<meta name="description" content="May 31st, 2013 一个产品经理眼中的Snapchat Mar 29th, 2013 Don’t abuse Responsive Web Design Jan 19th, 2012 龙年快乐 Jan 8th, 2012 Make a blog use octopress …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://daveliu.github.com">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="刘文举" type="application/atom+xml">
</head>
<body >
<nav role="navigation">
<ul class="main-navigation">
<li>
<a href="/" class="home">
<span class="icon"></span>
<span class="label">首页</span>
</a>
</li>
<li>
<a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS" class="rss">
<span class="icon"></span>
<span class="label">RSS</span>
</a>
</li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<time datetime="2013-05-31T11:38:00+08:00" pubdate data-updated="true">May 31<span>st</span>, 2013</time>
<div>
<h2>
<a href="/blog/2013/05/31/snapchat/">
一个产品经理眼中的Snapchat
</a>
</h2>
<a href="/blog/2013/05/31/snapchat/">
<img src="/assets/images/posts/2013-05-31-snapchat.png" alt="一个产品经理眼中的Snapchat"></img>
</a>
</div>
</article>
<article>
<time datetime="2013-03-29T21:36:00+08:00" pubdate data-updated="true">Mar 29<span>th</span>, 2013</time>
<div>
<h2>
<a href="/blog/2013/03/29/responsive-design-is-a-tool/">
Don’t abuse Responsive Web Design
</a>
</h2>
<a href="/blog/2013/03/29/responsive-design-is-a-tool/">
<img src="/assets/images/posts/2013-03-29-responsive-design-is-a-tool.png" alt="Don't abuse Responsive Web Design"></img>
</a>
</div>
</article>
<article>
<time datetime="2012-01-19T13:02:00+08:00" pubdate data-updated="true">Jan 19<span>th</span>, 2012</time>
<div>
<h2>
<a href="/blog/2012/01/19/newyear/">
龙年快乐
</a>
</h2>
<a href="/blog/2012/01/19/newyear/">
<img src="/assets/images/posts/2012-01-19-newyear.png" alt="龙年快乐"></img>
</a>
</div>
</article>
<article>
<time datetime="2012-01-08T13:02:00+08:00" pubdate data-updated="true">Jan 8<span>th</span>, 2012</time>
<div>
<h2>
<a href="/blog/2012/01/08/octopress/">
Make a blog use octopress
</a>
</h2>
<a href="/blog/2012/01/08/octopress/">
<img src="/assets/images/posts/2012-01-08-octopress.png" alt="Make a blog use octopress"></img>
</a>
</div>
</article>
<div class="post-shadow"></div>
</div>
<aside class="sidebar">
<section class="about_me">
<h1><img src="/assets/images/about.png"></h1>
<p class="">Dave is a Web Developer,enjoy designing and programming.Here is some thoughts about his work and life.
<br/><br/>
Welcome to visit his <a href="http://github.com/daveliu">github</a> and his website <a href="http://www.liageren.com">liageren.com</a>
<br/><br/>
Why don’t you say <a href="mailto:dave@liageren.com">hi</a> to him ?</p>
</section>
</aside>
</div>
</div>
<footer role="contentinfo">
</footer>
</body>
</html>