-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_en.html
173 lines (173 loc) · 6.07 KB
/
index_en.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
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
<!DOCTYPE html>
<!--
AN4116047 許晏綾 第一次作業 3/17
AN4116047 Yen-Ling Hsu The First Homework 3/17
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>國立成功大學-全校不分系學士學位學程</title>
<link href="./img/favicon.ico" rel="icon" />
</head>
<body style="margin: 0">
<!--navbar-->
<div style="display: flex">
<div style="width: 20%; height: auto">
<a href="index_en.html"
><img
src="./img/logo.png"
alt="logo"
style="
width: 80%;
height: auto;
margin-left: 10%;
margin-right: 10%;
margin-top: 5%;
margin-bottom: 5%;
"
/></a>
<form action="#" style="margin-left: 10px; margin-right: 10px">
<input type="text" placeholder="關鍵字搜尋" />
<button
style="background-color: black; color: white; border-radius: 10%"
>
Search
</button>
</form>
<ul
style="
list-style-type: none;
color: white;
background-color: black;
height: 100%;
"
>
<li>
<a
href="index_en.html"
style="color: white; font-weight: bold; font-size: 18px"
>About Us</a
>
</li>
<li>
<a
href="teacher_en.html"
style="color: white; font-weight: bold; font-size: 18px"
>Members</a
>
</li>
<li>
<a
href="news_en.html"
style="color: white; font-weight: bold; font-size: 18px"
>News</a
>
</li>
<li>
<a
href="learn_en.html"
style="color: white; font-weight: bold; font-size: 18px"
>Learn</a
>
</li>
<li>
<a
href="contact_en.html"
style="color: white; font-weight: bold; font-size: 18px"
>Contact</a
>
</li>
<li>
<a
href="sitemap_en.html"
style="color: white; font-weight: bold; font-size: 18px"
>Sitemap</a
>
</li>
<li>
<a
href="index.html"
style="color: white; font-weight: bold; font-size: 18px"
>中文版</a
>
</li>
</ul>
</div>
<div style="width: 80%">
<!--banner-->
<img
src="./img/ban_about.jpg"
alt="banner"
style="width: 100%; height: auto"
/>
<!--about-->
<div style="margin-left: 10%; margin-right: 10%">
<h2>About Us</h2>
<hr size="4px" color="black" />
<div style="text-align: center">
<h2>Mission & Vision</h2>
<p style="font-size: 18px; line-height: 36px">
The Cross College Elite Program was established to meet the rapid
global environmental change. We respect every diversified choice
and customize differential learning plan for students. The goal of
CCEP is to cultivate student as a professional leader with
international macro-perspective, professional literacy, life-long
learning ability and social concern.
</p>
<h2>Advantage & Development</h2>
<p style="font-size: 18px; line-height: 36px">
Students enroll as non-majors during their first undergraduate
years have the privilege in retardant tracking to explore and to
develop their interdisciplinary learning motivation and ability.
After one year, students are expected to apply for their majors by
every departments’ admission rules. To extend the learning
schedule and help more students to develop their interdisciplinary
learning motivation and ability, we enroll students from all
departments since 2017 academic year. Students can learn not only
Transdisciplinary Problem Based Seminar in CCEP but also
interfaculty courses that help students to explore and to develop
their interdisciplinary learning motivation and ability. The main
learning direction in CCEP is seminar in problem based and
therefore our requirement for graduation is different from other
departments. We hope students can learn and discover their own
ambition by themselves to create their own course map and students
will be granted an academic degree due to their course map.
</p>
<br />
</div>
</div>
</div>
</div>
<!--footer-->
<footer
style="
background-color: black;
height: 150px;
display: flex;
align-items: center;
"
>
<a href="https://www.ncku.edu.tw/" target="_blank"
><img src="./img/ncku_logo.png" alt="NCKU" style=""
/></a>
<div>
<p style="color: white; margin: 0">服務電話:06-2757-575 轉 50202</p>
<p style="color: white; margin: 0">
聯絡地址:701 台南市大學路一號光復校區雲平大樓3樓
</p>
<p style="color: white; margin: 0">© YeyeLeaf</p>
</div>
<a href="https://www.facebook.com/ccep.ncku/" target="_blank"
><img src="./img/facebook.svg" alt="FaceBook" style="margin-left: 30px"
/></a>
<a href="https://www.instagram.com/ncku_ccep/" target="_blank"
><img src="./img/instagram.svg" alt="IG" style="margin-left: 15px"
/></a>
<a href="https://www.youtube.com/@cox780" target="_blank"
><img src="./img/youtube.svg" alt="YouTube" style="margin-left: 15px"
/></a>
</footer>
</body>
</html>