forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (64 loc) · 2.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Zhiqiang's Talk</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!--[if lt IE 9]>
<script src="../../../lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="inner">
<h1>最新课件</h1>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2>
<a href="2015/05/28/web-notifications.html">Web Notifications API</a>
an introduction.
</h2>
<h2>
<a href="2015/04/23/tizen-web-tct.html">Tizen Web TCT</a>
a summary of my past three years.
</h2>
<h2>
<a href="2013/11/09/reftest-and-review.html">How to Write W3C Reftests</a>
at <a href="http://testthewebforward.org/events/2013/shenzhen.html"><i>Test the Web Forward</i> Shenzhen</a>
</h2>
<h2>
<a href="2013/11/09/reftest-and-review.html#/3">How to Review W3C Tests</a>
at <a href="http://testthewebforward.org/events/2013/shanghai.html"><i>Test the Web Forward</i> Shenzhen</a>
</h2>
<h2>
<a href="2013/08/18/test-and-bug.html">如何写一个好的测试用例、如何报 Bug</a>
at <a href="http://testthewebforward.org/events/2013/shanghai.html"><i>Test the Web Forward</i> Shanghai</a></li>
</h2>
<h2>
<a href="2012/06/15/file-good-bug.html">报最好的 Bug</a>
at <a href="http://testthewebforward.org/events/2012/beijing.html"><i>Test the Web Forward</i> Beijing</a></li>
</h2>
<h2>
<a href="2012/06/15/css-test-infrastructure.html">W3C 测试框架</a>
at <a href="http://testthewebforward.org/events/2012/beijing.html"><i>Test the Web Forward</i> Beijing</a></li>
</h2>
</section>
<aside id="sidebar">
<p>课件列表,按时间顺序索引。</p>
</aside>
</div>
</div>
<footer>
<div class="container">
<div class="col-md-12">
<p>Copyright © 2015 <a href="https://zqzhang.github.io/">Zhiqiang Zhang</a> under the terms of the <a href="https://github.com/zqzhang/zqzhang.github.io/blob/master/LICENSE">MIT License</a>.</p>
</div>
</div>
</footer>
</body>
</html>