-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (50 loc) · 1.44 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
---
layout: template1
---
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>課程資料整理</h1>
<br/><br/>
<p>
把一些上課的錄音檔、助教課輔的講義收集起來,<br/>
方便同學課後複習。
</p>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-3">
<h2>第一學期</h2>
<p>
刑法:李茂生老師<br/>
民法:陳忠五老師
</p>
<p><a class="btn btn-default" href="/ntu_specs_law/semester1" role="button">檢視 »</a></p>
</div>
<div class="col-md-3">
<h2>第二學期</h2>
<p>
刑事訴訟法:薛智仁老師<br/>
民事訴訟法:許士宦老師
</p>
<p><a class="btn btn-default" href="/ntu_specs_law/semester2" role="button">檢視 »</a></p>
</div>
<div class="col-md-3">
<h2>第三學期</h2>
<p>
行政法:林明昕<br/>
保險法:汪信君<br/>
公司法:邵慶平
</p>
<p><a class="btn btn-default" href="/ntu_specs_law/semester3" role="button">檢視 »</a></p>
</div>
<div class="col-md-3">
<h2>選修</h2>
<p>
智慧財產權法:<br/>
強制執行法:
</p>
<p><a class="btn btn-default" href="/ntu_specs_law/elective" role="button">檢視 »</a></p>
</div>
</div>
</div>