forked from lwxyfer/amazeui-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlw-article.html
308 lines (287 loc) · 15.3 KB
/
lw-article.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
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>article with sidebar | Amaze UI Examples</title>
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<link rel="icon" type="image/png" href="assets/i/favicon.png">
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="assets/i/app-icon72x72@2x.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Amaze UI"/>
<link rel="apple-touch-icon-precomposed" href="assets/i/app-icon72x72@2x.png">
<meta name="msapplication-TileImage" content="assets/i/app-icon72x72@2x.png">
<meta name="msapplication-TileColor" content="#0e90d2">
<link rel="stylesheet" href="assets/css/amazeui.min.css">
<link rel="stylesheet" href="assets/css/app.css">
</head>
<body id="blog-article-sidebar">
<!-- header start -->
<header class="am-g am-g-fixed blog-fixed blog-text-center blog-header">
<div class="am-u-sm-8 am-u-sm-centered">
<img width="200" src="http://s.amazeui.org/media/i/brand/amazeui-b.png" alt="Amaze UI Logo"/>
<h2 class="am-hide-sm-only">中国首个开源 HTML5 跨屏前端框架</h2>
</div>
</header>
<!-- header end -->
<hr>
<!-- nav start -->
<nav class="am-g am-g-fixed blog-fixed blog-nav">
<button class="am-topbar-btn am-topbar-toggle am-btn am-btn-sm am-btn-success am-show-sm-only blog-button" data-am-collapse="{target: '#blog-collapse'}" ><span class="am-sr-only">导航切换</span> <span class="am-icon-bars"></span></button>
<div class="am-collapse am-topbar-collapse" id="blog-collapse">
<ul class="am-nav am-nav-pills am-topbar-nav">
<li class="am-active"><a href="lw-index.html">首页</a></li>
<li class="am-dropdown" data-am-dropdown>
<a class="am-dropdown-toggle" data-am-dropdown-toggle href="javascript:;">
首页布局 <span class="am-icon-caret-down"></span>
</a>
<ul class="am-dropdown-content">
<li><a href="lw-index.html">1. blog-index-standard</a></li>
<li><a href="lw-index-nosidebar.html">2. blog-index-nosidebar</a></li>
<li><a href="lw-index-center.html">3. blog-index-layout</a></li>
<li><a href="lw-index-noslider.html">4. blog-index-noslider</a></li>
</ul>
</li>
<li><a href="lw-article.html">标准文章</a></li>
<li><a href="lw-img.html">图片库</a></li>
<li><a href="lw-article-fullwidth.html">全宽页面</a></li>
<li><a href="lw-timeline.html">存档</a></li>
</ul>
<form class="am-topbar-form am-topbar-right am-form-inline" role="search">
<div class="am-form-group">
<input type="text" class="am-form-field am-input-sm" placeholder="搜索">
</div>
</form>
</div>
</nav>
<!-- nav end -->
<hr>
<!-- content srart -->
<div class="am-g am-g-fixed blog-fixed blog-content">
<div class="am-u-md-8 am-u-sm-12">
<article class="am-article blog-article-p">
<div class="am-article-hd">
<h1 class="am-article-title blog-text-center">我的文章哎</h1>
<p class="am-article-meta blog-text-center">
<span><a href="#" class="blog-color">article </a></span>-
<span><a href="#">@amazeUI </a></span>-
<span><a href="#">2015/10/9</a></span>
</p>
</div>
<div class="am-article-bd">
<img src="assets/i/f10.jpg" alt="" class="blog-entry-img blog-article-margin">
<p class="class="am-article-lead"">
引用blockquote:
<blockquote><p>People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.</p> <footer><cite>Steve Jobs</cite> – Apple Worldwide Developers’ Conference, 1997</footer></blockquote>
<h1>这是标题</h1>
<h2>这是标题</h2>
<h3>这是标题</h3>
<h4>这是标题</h4>
<h5>这是标题</h5>
<h1>HEADER ONE</h1>
<h2>HEADER ONE</h2>
<h3>HEADER ONE</h3>
<h4>HEADER ONE</h4>
<h5>HEADER ONE</h5>
<h1>表格:</h1>
<table class="am-table am-table-bordered">
<thead>
<tr>
<th>网站名称</th>
<th>网址</th>
<th>创建时间</th>
</tr>
</thead>
<tbody>
<tr>
<td>Amaze UI</td>
<td>http://amazeui.org</td>
<td>2012-10-01</td>
</tr>
<tr>
<td>Amaze UI</td>
<td>http://amazeui.org</td>
<td>2012-10-01</td>
</tr>
<tr>
<td>Amaze UI(Active)</td>
<td>http://amazeui.org</td>
<td>2012-10-01</td>
</tr>
<tr>
<td>Amaze UI</td>
<td>http://amazeui.org</td>
<td>2012-10-01</td>
</tr>
<tr>
<td>Amaze UI</td>
<td>http://amazeui.org</td>
<td>2012-10-01</td>
</tr>
</tbody>
</table>
<hr>
<h1>自定义列表:</h1>
<ul class="am-list am-list-border">
<li><a href="#"><i class="am-icon-home am-icon-fw"></i>
每个人都有一个死角, 自己走不出来,别人也闯不进去。</a></li>
<li><a href="#"> <i class="am-icon-book am-icon-fw"></i>
我把最深沉的秘密放在那里。</a></li>
<li><a href="#"><i class="am-icon-pencil am-icon-fw"></i>你不懂我,我不怪你。</a></li>
</ul>
<h1>有序列表:</h1>
<ol><li>List item one<ol><li>List item one<ol><li>List item one</li><li>List item two</li><li>List item three</li><li>List item four</li></ol></li><li>List item two</li><li>List item three</li><li>List item four</li></ol></li><li>List item two</li><li>List item three</li><li>List item four</li></ol>
<h1>无序列表:</h1>
<ul><li>List item one<ul><li>List item one<ul><li>List item one</li><li>List item two</li><li>List item three</li><li>List item four</li></ul></li><li>List item two</li><li>List item three</li><li>List item four</li></ul></li><li>List item two</li><li>List item three</li><li>List item four</li></ul>
<h1>一大段文字:</h1>
<p>我遇见了你,你一直觉得自己不够美好,充满惊慌与卑微,但是,你即使那样害怕,却守在我的身后,不曾后退。人们总是崇拜英雄,惊喜与他们随时随地的光芒,但是最真实的事情永远是我们都会恐惧都会失败,有时受尽打击,又是无能为力。你说我是英雄,其实我不敢告诉你,如果不是你,你傻傻地倔强地站在那里,我一回头就能看见你,那么,或许,我早就做了命运的逃兵。<br><br>
红衣佳人白衣友,朝与同歌暮同酒,世人谓我恋长安,其实只恋长安某。 ——殊同 <br>
水银泻地的时候,忧愁穿过墙壁,又和着嘶哑的音乐,使我羞惭、灰心。整个夏季,仿佛一场,没有主题的游戏。 ——赵野 <br>
我感到自己仿佛变得蔚蓝,变得无边无际,眼睛和指尖上,栖息着无数的星辰。 ——马林·索雷斯库 <br>
手中的书页犹如薄薄的剃刀片白亮亮闪着寒光。在凌晨四时寂寞的时刻里,我可以听到孤独之根正一点点伸长的声音。 ——村上春树 <br>
你的明眸是映现我灵魂颤动的湖,我那成群结队的梦想,为寻求解脱,而纷纷投入你这秋波深处。 ——波德莱尔 <br>
当我们只剩下虚无,唯有沉默的太阳够好,是你的静寂,是无声的声音。 ——佩索阿
</p>
</p>
</div>
</article>
<div class="am-g blog-article-widget blog-article-margin">
<div class="am-u-lg-4 am-u-md-5 am-u-sm-7 am-u-sm-centered blog-text-center">
<span class="am-icon-tags"> </span><a href="#">标签</a> , <a href="#">TAG</a> , <a href="#">啦啦</a>
<hr>
<a href=""><span class="am-icon-qq am-icon-fw am-primary blog-icon"></span></a>
<a href=""><span class="am-icon-wechat am-icon-fw blog-icon"></span></a>
<a href=""><span class="am-icon-weibo am-icon-fw blog-icon"></span></a>
</div>
</div>
<hr>
<div class="am-g blog-author blog-article-margin">
<div class="am-u-sm-3 am-u-md-3 am-u-lg-2">
<img src="assets/i/f15.jpg" alt="" class="blog-author-img am-circle">
</div>
<div class="am-u-sm-9 am-u-md-9 am-u-lg-10">
<h3><span>作者 : </span><span class="blog-color">amazeui</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
<hr>
<ul class="am-pagination blog-article-margin">
<li class="am-pagination-prev"><a href="#" class="">« 一切的回顾</a></li>
<li class="am-pagination-next"><a href="">不远的未来 »</a></li>
</ul>
<hr>
<form class="am-form am-g">
<h3 class="blog-comment">评论</h3>
<fieldset>
<div class="am-form-group am-u-sm-4 blog-clear-left">
<input type="text" class="" placeholder="名字">
</div>
<div class="am-form-group am-u-sm-4">
<input type="email" class="" placeholder="邮箱">
</div>
<div class="am-form-group am-u-sm-4 blog-clear-right">
<input type="password" class="" placeholder="网站">
</div>
<div class="am-form-group">
<textarea class="" rows="5" placeholder="一字千金"></textarea>
</div>
<p><button type="submit" class="am-btn am-btn-default">发表评论</button></p>
</fieldset>
</form>
<hr>
</div>
<div class="am-u-md-4 am-u-sm-12 blog-sidebar">
<div class="blog-sidebar-widget blog-bor">
<h2 class="blog-text-center blog-title"><span>About ME</span></h2>
<img src="assets/i/f161.jpg" alt="about me" class="blog-entry-img" >
<p>妹纸</p>
<p>
我是妹子UI,中国首个开源 HTML5 跨屏前端框架
</p><p>我不想成为一个庸俗的人。十年百年后,当我们死去,质疑我们的人同样死去,后人看到的是裹足不前、原地打转的你,还是一直奔跑、走到远方的我?</p>
</div>
<div class="blog-sidebar-widget blog-bor">
<h2 class="blog-text-center blog-title"><span>Contact ME</span></h2>
<p>
<a href=""><span class="am-icon-qq am-icon-fw am-primary blog-icon"></span></a>
<a href=""><span class="am-icon-github am-icon-fw blog-icon"></span></a>
<a href=""><span class="am-icon-weibo am-icon-fw blog-icon"></span></a>
<a href=""><span class="am-icon-reddit am-icon-fw blog-icon"></span></a>
<a href=""><span class="am-icon-weixin am-icon-fw blog-icon"></span></a>
</p>
</div>
<div class="blog-clear-margin blog-sidebar-widget blog-bor am-g ">
<h2 class="blog-title"><span>TAG cloud</span></h2>
<div class="am-u-sm-12 blog-clear-padding">
<a href="" class="blog-tag">amaze</a>
<a href="" class="blog-tag">妹纸 UI</a>
<a href="" class="blog-tag">HTML5</a>
<a href="" class="blog-tag">这是标签</a>
<a href="" class="blog-tag">Impossible</a>
<a href="" class="blog-tag">开源前端框架</a>
</div>
</div>
<div class="blog-sidebar-widget blog-bor">
<h2 class="blog-title"><span>么么哒</span></h2>
<ul class="am-list">
<li><a href="#">每个人都有一个死角, 自己走不出来,别人也闯不进去。</a></li>
<li><a href="#">我把最深沉的秘密放在那里。</a></li>
<li><a href="#">你不懂我,我不怪你。</a></li>
<li><a href="#">每个人都有一道伤口, 或深或浅,盖上布,以为不存在。</a></li>
</ul>
</div>
</div>
</div>
<!-- content end -->
<footer class="blog-footer">
<div class="am-g am-g-fixed blog-fixed am-u-sm-centered blog-footer-padding">
<div class="am-u-sm-12 am-u-md-4- am-u-lg-4">
<h3>模板简介</h3>
<p class="am-text-sm">这是一个使用amazeUI做的简单的前端模板。<br> 博客/ 资讯类 前端模板 <br> 支持响应式,多种布局,包括主页、文章页、媒体页、分类页等<br>嗯嗯嗯,不知道说啥了。外面的世界真精彩<br><br>
Amaze UI 使用 MIT 许可证发布,用户可以自由使用、复制、修改、合并、出版发行、散布、再授权及贩售 Amaze UI 及其副本。</p>
</div>
<div class="am-u-sm-12 am-u-md-4- am-u-lg-4">
<h3>社交账号</h3>
<p>
<a href=""><span class="am-icon-qq am-icon-fw am-primary blog-icon blog-icon"></span></a>
<a href=""><span class="am-icon-github am-icon-fw blog-icon blog-icon"></span></a>
<a href=""><span class="am-icon-weibo am-icon-fw blog-icon blog-icon"></span></a>
<a href=""><span class="am-icon-reddit am-icon-fw blog-icon blog-icon"></span></a>
<a href=""><span class="am-icon-weixin am-icon-fw blog-icon blog-icon"></span></a>
</p>
<h3>Credits</h3>
<p>我们追求卓越,然时间、经验、能力有限。Amaze UI 有很多不足的地方,希望大家包容、不吝赐教,给我们提意见、建议。感谢你们!</p>
</div>
<div class="am-u-sm-12 am-u-md-4- am-u-lg-4">
<h1>我们站在巨人的肩膀上</h1>
<h3>Heroes</h3>
<p>
<ul>
<li>jQuery</li>
<li>Zepto.js</li>
<li>Seajs</li>
<li>LESS</li>
<li>...</li>
</ul>
</p>
</div>
</div>
<div class="blog-text-center">© 2015 AllMobilize, Inc. Licensed under MIT license. Made with love By LWXYFER</div>
</footer>
<!--[if (gte IE 9)|!(IE)]><!-->
<script src="assets/js/jquery.min.js"></script>
<!--<![endif]-->
<!--[if lte IE 8 ]>
<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
<script src="http://cdn.staticfile.org/modernizr/2.8.3/modernizr.js"></script>
<script src="assets/js/amazeui.ie8polyfill.min.js"></script>
<![endif]-->
<script src="assets/js/amazeui.min.js"></script>
<!-- <script src="assets/js/app.js"></script> -->
</body>
</html>