forked from ptteng/PPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpmIndex.html
120 lines (114 loc) · 3.69 KB
/
pmIndex.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>葡萄藤PPT汇总</title>
<link href="//cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<header class="navbar navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="../" class="navbar-brand">IT修真院・分享小课堂</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href=""></a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href=""></a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<div class="container">
<h2>PPT表格</h2>
<table class="table table-bordered table-hover">
<tr>
<th>序号</th>
<th>更新时间</th>
<th>分享标题</th>
<th>关联任务</th>
</tr>
<tr>
<th>8</th>
<th>2018.3.28</th>
<th>
<a href="PPT-PM/PM-task4-什么是缓存、加载、刷新.html">什么是缓存、加载、刷新</a>
</th>
<th>pm-4</th>
</tr>
<tr>
<th>7</th>
<th>2018.1.3</th>
<th>
<a href="PPT-PM/PM-task4-如何做banner图调研.html">如何做banner图调研</a>
</th>
<th>pm-4</th>
</tr>
<tr>
<th>6</th>
<th>2018.1.3</th>
<th>
<a href="PPT-PM/PM-task10-如何管理用户需求.html">如何管理用户需求</a>
</th>
<th>pm-10</th>
</tr>
<tr>
<th>5</th>
<th>2017.12.27</th>
<th>
<a href="PPT-PM/PM-03-画原型图需要注意什么.html">画原型图需要注意什么</a>
</th>
<th>pm-03</th>
</tr>
<tr>
<th>4</th>
<th>2017.12.16</th>
<th>
<a href="./PPT-PM/pm-05-loginIn-and-registered.html">登录注册修改密码</a>
</th>
<th>pm-05</th>
</tr>
<tr>
<th>3</th>
<th>2017.12.11</th>
<th>
<a href="./PPT-PM/pm-03-如何使用Axure.html">如何使用Axure</a>
</th>
<th>pm-03</th>
</tr>
<tr>
<th>2</th>
<th>2017.12.11</th>
<th>
<a href="./PPT-PM/PM-task8.html">如何搭建用户体系</a>
</th>
<th>pm-8</th>
</tr>
<tr>
<th>1</th>
<th>2017.12.4</th>
<th>
<a href="./PPT-PM/PM-task1.html">产品经理是什么?</a>
</th>
<th>pm-1</th>
</tr>
<tr>
<th>1</th>
<th>2017.1.8</th>
<th>
<a href="./PPT-PM/什么是敏捷开发.html">什么是敏捷开发</a>
</th>
<th>pm-1</th>
</tr>
</table>
</div>
</main>
</body>
</html>