-
Notifications
You must be signed in to change notification settings - Fork 0
/
articles.html
57 lines (57 loc) · 1.73 KB
/
articles.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
<!DOCTYPE html>
<html lang="tw">
<head>
<title>工學院機器人博士學位學程</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
html, body{
height: 100%;
min-height: 100%;
}
img {
height: auto;
width: auto;
max-width: 600px;
max-height: 600px;
}
.jumbotron-fluid {
padding-left: 1em;
}
ul.breadcrumb {
display: inline;
padding-bottom: 1em;
}
.container-fluid {
padding-top: 5%;
font-size: 2em;
}
</style>
</head>
<body>
<div class="jumbotron-fluid">
<h2>工學院機器人博士學位學程</h2>
<p>Doctoral Program in Robotics, College of Engineering</p>
<ul class="breadcrumb">
<li><a href="index.html">首頁</a></li>
<li><a href="intro.html">學程簡介</a></li>
<li><a href="recruit.html">招生資訊</a></li>
<li><a href="Teacher_presentation.html">師資介紹</a></li>
<li><a href="course.html">課程資訊</a></li>
<li class="active">法規章程</li>
</ul>
<ul class="breadcrumb pull-right">
<li class="active">中文</li>
<li><a href="en/index.html">English</a></li>
</ul>
</div>
<div class="container-fluid">
<ul>
<li><a href="files/淡江大學工學院機器人博士學位學程資格考核及申請論文口試規則_108.03.15事務會議通過.pdf">淡江大學工學院機器人博士學位學程資格考核及申請論文口試規則</a></li>
</ul>
</div>
</body>
</html>