-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
287 lines (284 loc) · 12.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Hanxv's blog</title>
<!-- Styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/css" rel="stylesheet" type="text/css">
<link href="css/style.min.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link rel="stylesheet" href="css/github-markdown.min.css">
<link rel="stylesheet" href="css/default.min.css">
<link rel="stylesheet" href="css/perfect-scrollbar.css">
<script src="js/pace.js"></script>
<link href="css/pace-theme-flash.min.css" rel="stylesheet">
</head>
<body class=" pace-done">
<div class="pace pace-inactive">
<div class="pace-progress" data-progress-text="100%" data-progress="99" style="-webkit-transform: translate3d(100%, 0px, 0px); transform: translate3d(100%, 0px, 0px);">
<div class="pace-progress-inner"></div>
</div>
<div class="pace-activity"></div>
</div>
<div class="button-container" id="toggle">
<span class="top"></span>
<span class="middle"></span>
<span class="bottom"></span>
</div>
<div class="overlay" id="overlay">
<nav class="overlay-menu">
<div class="search-div">
<input type="text" class="form-control search" placeholder="Search">
</div>
<div class="ul-div " onmousewheel="return scroll(event,this)">
<ul>
</ul>
</div>
<div class="footer">Copyright© 2015 hanxv</div>
</nav>
</div>
<div class="main-content">
<!-- header里面属性: container-fluid 流布局 uppercase:全部大写
第一个div xs和md和sm 确认在大小屏幕的宽度 offset设置偏移-->
<header class="container-fluid uppercase ">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-7 col-md-offset-2">
<div class="blog-title-div">
<h1 id="" class=" blog-title">论前端是多么的难写</h1>
</div>
<div class="blog-info-div">
<div class="blog-tag col-md-offset-7">
本文标签:
<a class="node" href="#">H5</a>
</div>
</div>
</div>
</header>
<div class="container-fluid content-div content">
<article class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-7 col-md-offset-2 scrollspy-example markdown-body" data-spy="scroll" data-target="#right-menu-nav" data-offset="0">
<h1>Syntax</h1>
<h4>Strong and Emphasize</h4>
<p> <strong>strong</strong> or <strong>strong</strong>
</p>
<p> <em>emphasize</em> or <em>emphasize</em>
</p>
<h4>Blockquotes</h4>
<blockquote>
<p>Right angle brackets > are used for block quotes.</p>
</blockquote>
<h4>Links and Email</h4>
<p>
An email
<a href="mainto:hanxvdovehx@gmail.com" title="">hanxvdovehx@gmail.com</a> link.韩旭
</p>
<p>
Simple inline link
<a href="http://github.com/superhx" title="">http://github.com/superhx</a> , another inline link
</p>
<p>
Simple inline link
<a href="http://github.com/superhx" title="">http://github.com/superhx</a> , another inline link
<a href="http://github.com/superhx" title="">superhx</a> , one more inline link with title
<a href="http://github.com/superhx" title="superhx's github">superhx</a> .
</p>
<p>
A
<a href="http://github.com/superhx" title="superhx's github">reference style</a> link. Input id, then anywhere in the doc, define the link with corresponding id:
</p>
<p>Titles ( or called tool tips ) in the links are optional.</p>
<h2>Images</h2>
<p>
An inline image, title is optional .
</p>
<p>
A reference style image .
</p>
<p>
Control image style by youself.
<a href="http://github.com/superhx" title=""></a>
</p>
<h4>Inline code and Block code</h4>
<p>
Inline code are surround by
<code>backtick</code> key. To create a block code:
</p>
<pre><code class=""> Indent each line by at least 1 tab, 2 spaces or 4 spaces.
var Mou = exactlyTheAppIwant</code></pre>
<h1>Ordered Lists</h1>
<p>Ordered lists are created using "1." + Space:</p>
<ol>
<li>
<p>Ordered list item</p>
<ol></ol>
</li>
<li>
<p>Ordered list item</p>
<ol></ol>
</li>
<li>
<p>Ordered list item</p>
<ol></ol>
</li>
</ol>
<h4>Unordered Lists</h4>
<p>Unordered list are created using "*" + Space:</p>
<ul>
<li>
<p>Unordered list item</p>
<ol></ol>
</li>
<li>
<p>Unordered list item</p>
<ol></ol>
</li>
<li>
<p>Unordered list item</p>
<ol></ol>
</li>
</ul>
<p>Or using "-" + Space:</p>
<ul>
<li>
<p>Unordered list item</p>
<ol></ol>
</li>
<li>
<p>Unordered list item</p>
<ol></ol>
</li>
<li>
<p>Unordered list item</p>
<ol></ol>
</li>
</ul>
<h2>Hard Linebreak</h2>
<p>
End a line with two or more spaces will create a hard linebreak, called
<code><br /></code> in HTML.
</p>
<p>Above line ended with 2 spaces.</p>
<h4>Horizontal Rules</h4>
<p>Three or more asterisks or dashes:</p>
<hr>
<hr>
<hr>
<h4>Headers</h4>
<p>Setext-style:</p>
<h1>This is H1</h1>
<h2>This is H2</h2>
<p>atx-style:</p>
<h2>This is H1</h2>
<h2>This is H2</h2>
<h3>This is H3</h3>
<h4>This is H4</h4>
<h5>This is H5</h5>
<h6>This is H6</h6>
<h3>Extra Syntax</h3>
<h4>Strikethrough</h4>
<p>Wrap with 2 tilde characters:</p>
<p>
<del>Strikethrough</del>
</p>
<h4>Fenced Code Blocks</h4>
<p>
Start with a line containing 3 or more backticks, and ends with the first line with the same number of backticks:
</p>
<pre><code class="">Fenced code blocks are like Stardard Markdown's regular code
blocks, except that they're not indented and instead rely on
a start and end fence lines to delimit the code block.</code></pre>
<h4>Tables</h4>
<p>A simple table looks like this:</p>
<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
<th>Third Header</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:">Content Cell</td>
<td style="text-align:">Content Cell</td>
<td style="text-align:">Content Cell</td>
</tr>
<tr>
<td style="text-align:">Content Cell</td>
<td style="text-align:">Content Cell</td>
<td style="text-align:">Content Cell</td>
</tr>
</tbody>
</table>
<p>
If you wish, you can add a leading and tailing pipe to each line of the table:
</p>
<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
<th>Third Header</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:">Content Cell</td>
<td style="text-align:">Content Cell</td>
<td style="text-align:">Content Cell</td>
</tr>
<tr>
<td style="text-align:">Content Cell</td>
<td style="text-align:">Content Cell</td>
<td style="text-align:">Content Cell</td>
</tr>
</tbody>
</table>
<p>
Specify alignment for each column by adding colons to separator lines:
</p>
<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
<th>Third Header</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">Left</td>
<td style="text-align:center">Center</td>
<td style="text-align:right">Right</td>
</tr>
<tr>
<td style="text-align:left">Left</td>
<td style="text-align:center">Center</td>
<td style="text-align:right">Right</td>
</tr>
</tbody>
</table>
</article>
<div class="col-md-2 col-md-offset-9 right-menu" id="right-menu">
<nav class=" hidden-print hidden-xs hidden-sm right-menu-nav " role="navigation" id="right-menu-nav">
<div class="collapse navbar-collapse bs-example-js-navbar-scrollspy">
<ul class="nav bs-docs-sidenav right-menu-ul"></ul>
</div>
</nav>
</div>
</div>
<div class="blog-info-div">
<h3 class="blog-time col-md-offset-7 col-xs-offset-4 col-sm-offset-2">创建时间:2015-05-15</h3>
<h3 class="blog-time col-md-offset-7 col-xs-offset-4 col-sm-offset-2">最后一次修改时间:2015-05-16</h3>
</div>
</div>
<!-- Javascript -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/noframework.waypoints.min.js"></script>
<script src="js/perfect-scrollbar.jquery.js"></script>
<script src="js/index.js"></script>
</body>
</html>