-
Notifications
You must be signed in to change notification settings - Fork 1
/
IE.html
executable file
·87 lines (84 loc) · 6.18 KB
/
IE.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<title>Northeastern University</title>
<link href="assets/styles/normalize.css" type="text/css" rel="stylesheet"/>
<link href="assets/styles/detail.css" type="text/css" rel="stylesheet"/>
<link href="assets/styles/superfish.css" type="text/css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<div id="top-banner">
<div class="wrapper">
<div id="search-box" style="display: inline-block;">
<!--<form style="padding:20px 0">
<input type="text" name="search" style="border:0;padding:3px;height:20px;width:140px;color:#FFF;background-color: #5376aa;"/><button type="submit" name="fff" style="border:0;height: 26px;background-color: #EEE;">search</button>
</form>-->
</div>
<div>
<img src="assets/img/logo.png" id="logo-img"/>
<img src="assets/img/uname.png" id="uname-img"/>
</div>
</div>
</div>
<div id="header">
<!--#include virtual="include/header.html" -->
<div id="banner-img"><img src="assets/img/detail_banner.png" style="width:100%;"/></div>
</div>
<div class="clearfix" id="main-body">
<div class="sidebar">
<div class="bottom-gradient-1"></div>
<div class="sidebar-content">
<ul>
</ul>
<div class="bottom-gradient-2"></div>
</div>
</div>
<div class="wrapper">
<div id="main-text">
<!--文章开始-->
<h1>School of International Exchange</h1>
<div id="collegeIntro">
<!--<div id="imgOfcollege"></div>-->
<div id="detail">
<div>
<p>
Affiliated with the Ministry of Education, Northeastern University is the only national key university in Shenyang, the birthplace of Qing Dynasty. In the vigorous university, students from all over the world gather together in the School of International Exchange to study. </p>
<p>
School of International Exchange of Northeastern University is responsible for foreign student recruitment (including undergraduate students, master students and doctoral students), management, education and research of Chinese language. School of International Exchange has recruited foreign students since 1950s. There are over 40 faculty and administrative staff members. Over 4,000 students from more than 50 countries have been educated in our university for their degrees and cultural study. In recent years, with continuously enlarge number of foreign students and promotion of education level and quality, more and more foreign students have been recruited by our university. The proportion of degree students has also dramatically increased. </p>
<p>
Through dozens of years' development, School of International Exchange has accumulated rich experience in teaching content, method and management. It boasts a strong team of full time and part time faculty. It offers long and short term Chinese language classes meeting the demands of different levels of students (beginning, middle and high level). The School enrolls students from both Spring and Fall semesters. The School has many advantages for its high level teaching quality, such as small size classes, diversified language courses (e.g. Chinese intensive reading, listening, grammar, writing, reading, conversation, visual and audio classes, news Chinese, news listening and reading, economic and trade Chinese, science and technology Chinese, etc.), abundant Chinese cultural courses (e.g. survey of China, Chinese folk art, Taijiquan, martial art, etc.), colorful cultural experiencing activities (e.g. visiting Chinese families, museums, social investigation, travel, etc.), independent teaching buildings, 3 well-equipped dormitories, and strong cultural atmosphere in the surrounding areas. In 2007, School set up a Sino-South Korea Cultural Exchange Center with Kyungnam University. Since the establishment of degree program of Chinese language in 2010, the School has started to enroll foreign students in this program in 2011. The School has very high passing rate of HSK 6-8 exams and won several awards in Chinese speech contests organized by Liaoning Province and the country. </p>
<p>
Cultivating excellent Chinese talents and promoting the cultural exchanges between China and other countries all over the world is the goal of School of International Exchange. It is believed that the study and life in Northeastern University always leaves a beautiful memory to all foreign students and helps them achieve a better and brighter career in the future. </p>
</div>
</div>
</div>
</div>
<!--文章结束-->
</div>
</div>
<!--<div style="height: 800px;margin-bottom: 20px;">-->
<!--</div>-->
</div>
<!--#include virtual="include/footer.html" -->
<script type="text/javascript" src="libs/jquery.min.js"></script>
<script type="text/javascript" src="libs/superfish.min.js"></script>
<script type="text/javascript" src="mods/side_menu.js"></script>
<script type="text/javascript">
(function($){
$(document).ready(function(){
var example = $('.navbar').superfish({
//配置
hoverClass: 'sfHover',
popUpSelector: 'ul,.subnav',
pathLevels: 1,
cssArrows: false
});
});
})(jQuery);
</script>
</body>
</html>