forked from webzhao/sharing
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
65 lines (64 loc) · 2.61 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Melon's Slides</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">
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<article id="doc">
<header>
<h1>Melon's Slides</h1>
</header>
<section>
<ul class="decks">
<li class="deck">
<a href="slides.html?file=reusable_component">
<h3 class="title">构造可重用的<br />组件</h3>
<p class="subtitle">2014-11-07</p>
</a>
</li>
<li class="deck">
<a href="slides.html?file=high_performance_animation">
<h3 class="title">High Performance<br />Animation</h3>
<p class="subtitle">2014-07-26</p>
</a>
</li>
<li class="deck">
<a href="slides.html?file=web_component">
<h3 class="title">Web<br />Component</h3>
<p class="subtitle">2014-04-21</p>
</a>
</li>
<li class="deck">
<a href="slides.html?file=casestudy-of-360international">
<h3 class="title">360国际官网<br />案例学习</h3>
<p class="subtitle">2013-08-12</p>
</a>
</li>
<li class="deck">
<a href="slides.html?file=beginner-guide-of-mobile-website">
<h3 class="title">移动端基础<br />从PC到Mobile</h3>
<p class="subtitle">2015-06-03</p>
</a>
</li>
<li class="deck">
<a href="https://ppt.baomitu.com/d/258e0812#/">
<h3 class="title">浏览器<br />关键渲染路径</h3>
<p class="subtitle">2017-03-05</p>
</a>
</li>
<li class="deck">
<a href="https://ppt.baomitu.com/d/a6d23476#/">
<h3 class="title">度量<br />Web性能</h3>
<p class="subtitle">2017-04-13</p>
</a>
</li>
</ul>
</section>
</article>
</body>
</html>