-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjMembersDetil.html
157 lines (156 loc) · 4.41 KB
/
jMembersDetil.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>成员详情</title>
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/jmembersDetil.css">
</head>
<body>
<div class="header">
<div class="header-wrap">
<div class="head-left">
<h1 class="logo">
<img src="img/logo.png" alt="logo">
</h1>
</div>
<div class="head-right">
<div class="head-right-wrap">
<p class="m-language">
<a href="#">中文</a>
<b>丨</b>
<a href="#">English</a>
</p>
<div class="m-time">
<span>
欢迎访问本网站,今日时刻:
</span>
<div class="showtime" id="showtime"></div>
</div>
</div>
</div>
</div>
</div>
<!-- nav start -->
<div class="nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="yAboutUs.html">关于我们</a></li>
<li><a href="jMembers.html" class="nav-active">成员介绍</a></li>
<li><a href="jActivity.html">教学活动</a></li>
<li><a href="Sgraduated.html">研究动态</a></li>
<li><a href="Seducated.html">研究生培养</a></li>
<li><a href="Sproduct.html">产品与服务</a></li>
<li><a href="yOldMember.html">往届成员</a></li>
</ul>
</div>
<!-- 页面主体部分 -->
<div class="main">
<div class="main-container">
<div class="container-title">成员介绍</div>
<div class="container-content">
<!-- <div class="synopsis">
<img src="img/成员一.png" alt="成员一">
<h2>李昌兵</h2>
<p>担任职位:<strong>副教授</strong></p>
<p>邮箱:XXXXXXXXXX</p>
</div>
<div class="introduction">
<h2>个人介绍</h2>
<p>李昌兵,男,工学博士,副教授,硕士生导师,现任重庆邮电大学经济管理学院管理工程副系主任。主要研究方向为管理决策支持技术及商务智能、管理信息系统与电子商务、供应链与物流系统分析及优化。
</p>
</div>
<div class="introduction">
<h2>个人介绍</h2>
<p>李昌兵,男,工学博士,副教授,硕士生导师,现任重庆邮电大学经济管理学院管理工程副系主任。主要研究方向为管理决策支持技术及商务智能、管理信息系统与电子商务、供应链与物流系统分析及优化。
</p>
</div>
<div class="introduction">
<h2>个人介绍</h2>
<p>李昌兵,男,工学博士,副教授,硕士生导师,现任重庆邮电大学经济管理学院管理工程副系主任。主要研究方向为管理决策支持技术及商务智能、管理信息系统与电子商务、供应链与物流系统分析及优化。
</p>
</div>
<div class="introduction">
<h2>个人介绍</h2>
<p>李昌兵,男,工学博士,副教授,硕士生导师,现任重庆邮电大学经济管理学院管理工程副系主任。主要研究方向为管理决策支持技术及商务智能、管理信息系统与电子商务、供应链与物流系统分析及优化。
</p>
</div> -->
</div>
</div>
</div>
<!-- 页面尾部 -->
<div class="footer">
<div class="footer-links">
<div class="friend-link">
<h2>友情链接</h2>
</div>
<div class="links-item">
<ul>
<li>
<a href="#">
重庆邮电大学
</a>
</li>
<li><a href="#">
经济管理学院
</a>
</li>
</ul>
<ul>
<li>
<a href="#">
经管工作室联盟
</a>
</li>
<li>
<a href="#">
信息系统协会中国分会
</a>
</li>
</ul>
<ul>
<li>
<a href="#">
信息系统学报
</a>
</li>
<li>
<a href="#">
高校社科网
</a>
</li>
</ul>
<ul>
<li>
<a href="#">
红岩网校
</a>
</li>
<li>
<a href="#">
工业和信息化部
</a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<ul>
<li>版权所有</li>
<li>重庆邮电大学</li>
<li>重庆市南岸区崇文路2号</li>
<li>40065号</li>
<li class="noborder">渝ICP:10005091-2</li>
</ul><br>
<ul>
<li><a href="#">联系我们</a></li>
<li class="noborder"><a href="#">后台登录</a></li>
</ul>
<p>
CopyRight © 2016 重庆邮电大学经济管理学院
</p>
</div>
</div>
<script data-main="js/japp2" src="js/require.js"></script>
</body>
</html>