-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecruit.html
51 lines (51 loc) · 1.52 KB
/
recruit.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
<!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>
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: 1em;
}
</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 class="active">招生資訊</li>
<li><a href="Teacher_presentation.html">師資介紹</a></li>
<li><a href="course.html">課程資訊</a></li>
<li><a href="articles.html">法規章程</a></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">
<h3>招收學生</h3>
<p>自106學年度起,甄試招收博士生1名,逕修博招收碩士生2名。</p>
</div>
</body>
</html>