-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocument.html
More file actions
291 lines (266 loc) · 11 KB
/
Copy pathdocument.html
File metadata and controls
291 lines (266 loc) · 11 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>文档</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/AdminLTE.min.css">
<link rel="stylesheet" href="dist/css/skins/_all-skins.min.css">
<link rel="stylesheet" href="documentation/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="skin-blue fixed" data-spy="scroll" data-target="#scrollspy">
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="index.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>S</b>CLS</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>Smart</b>Class</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">学生1</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<p>
学生1 - 软件工程学院
<small>2011级</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="row">
<div class="col-xs-4 text-center">
<a href="myself.html">技能</a>
</div>
<div class="col-xs-4 text-center">
<a href="state.html">课堂</a>
</div>
<div class="col-xs-4 text-center">
<a href="friends.html">朋友</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">个人信息</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">注销</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<div class="pull-left info">
<p>学生1</p>
<a href="#"><i class="fa fa-circle text-success"></i> 在线</a>
</div>
</div>
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="查询...">
<span class="input-group-btn">
<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="header">导航栏</li>
<li class=" treeview">
<a href="index.html">
<i class="fa fa-dashboard"></i> <span>主页</span>
</a>
</li>
<li class="active treeview">
<a href="#">
<i class="fa fa-files-o"></i>
<span>课程</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="C.html"><i class="fa fa-cubes"></i>C语言知识图谱</a></li>
<li><a href="time.html"><i class="fa fa-calendar-check-o"></i> 时间胶囊</a></li>
<li class="active"><a href="document.html"><i class="fa fa-book"></i> <span>课堂资料</span></a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-line-chart"></i> <span>职业信息</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="position.html"><i class="fa fa-pie-chart"></i> 公司岗位信息</a></li>
<li><a href="master.html"><i class="fa fa-laptop"></i> 考研信息</a></li>
<li><a href="phd.html"><i class="fa fa-laptop"></i> 读博信息</a></li>
<li><a href="overseas.html"><i class="fa fa-share"></i> 留学信息</a></li>
<li><a href="functionary.html"><i class="fa fa-edit"></i>公务员职位信息</a></li>
<li><a href="project.html"><i class="fa fa-table"></i> 创业现状信息</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-key"></i> <span>职业发展</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="career.html"><i class="fa fa-pie-chart"></i> 公司岗位推荐</a></li>
<li><a href="school.html"><i class="fa fa-share"></i> 留学推荐</a></li>
<li><a href="functionaryS.html"><i class="fa fa-edit"></i> 公务员职位推荐</a></li>
<li><a href="projectS.html"><i class="fa fa-table"></i> 创业想法评测</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-user"></i> <span>我的数据</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="state.html"><i class="fa fa-gamepad"></i> 课堂行为数据</a></li>
<li><a href="friends.html"><i class="fa fa-group"></i>社交圈</a></li>
<li><a href="myself.html"><i class="fa fa-gears"></i> 技能数据</a></li>
<li><a href="knowledge.html"><i class="fa fa-mortar-board"></i> 知识数据</a></li>
</ul>
</li>
<li class="header">新闻</li>
<li><a href="news.html"><i class="fa fa-newspaper-o"></i> <span>新闻信息</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<div class="content-header">
<h1>
资料
<small>版本1</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html"><i class="fa fa-dashboard"></i> 主页</a></li>
<li class="active">文档</li>
</ol>
</div>
<!-- Main content -->
<div class="content body">
<section id="introduction">
<h2 class="page-header"><a href="#introduction">介绍</a></h2>
<p class="lead">
<b>Smart Class</b> 很棒!!!
</p>
</section><!-- /#introduction -->
<!-- ============================================================= -->
<section id="download">
<h2 class="page-header"><a href="#download">下载</a></h2>
<p class="lead">
提供课件和学生笔记下载
</p>
<div class="row">
<div class="col-sm-6">
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">阅读</h3>
<span class="label label-primary pull-right"><i class="fa fa-html5"></i></span>
</div><!-- /.box-header -->
<div class="box-body">
<p>这里面有课上资料</p>
<a href="#" class="btn btn-primary"><i class="fa fa-download"></i> 下载</a>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div><!-- /.col -->
<div class="col-sm-6">
<div class="box box-danger">
<div class="box-header with-border">
<h3 class="box-title">学生笔记</h3>
<span class="label label-danger pull-right"><i class="fa fa-database"></i></span>
</div><!-- /.box-header -->
<div class="box-body">
<p>好学生的课堂笔记</b></p>
<a href="#" class="btn btn-danger"><i class="fa fa-download"></i> 下载</a>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div><!-- /.col -->
</div><!-- /.row -->
</code>
</pre>
</section>
</div><!-- /.content -->
</div><!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 1.1
</div>
<strong>Copyright © 2016-2017 <a href="http://socog.cn">Smart Class</a>.</strong> All rights
reserved.
</footer>
<!--/.footer-->
<!-- Control Sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div><!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script src="plugins/jQuery/jquery-2.2.3.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- FastClick -->
<script src="plugins/fastclick/fastclick.min.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/app.min.js"></script>
<!-- SlimScroll 1.3.0 -->
<script src="plugins/slimScroll/jquery.slimscroll.min.js"></script>
<script src="documentation/docs.js"></script>
</body>
</html>