-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.jsp
67 lines (59 loc) · 3.82 KB
/
about.jsp
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
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wb="http://open.weibo.com/wb">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>关于我们</title>
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script src="http://libs.baidu.com/jquery/1.8.2/jquery.min.js"></script>
<script src="js/base.js"></script>
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<jsp:include page="head.jsp" flush="true" />
<!-- main -->
<div id="main" class="wrapper">
<div class="ad"><a href="#"><img src="img/passport-center.jpg" /></a></div>
<!-- floor-l -->
<div class="floor-l">
<div class="crumb">
<a href="http://www.ceou.com.cn">首页</a>
<span>></span>
<a href="#">关于我们</a>
</div>
<div class="tile-box">
<div class="tile-top cf">
<h2 class="tile-title">公司简介</h2>
</div>
<div class="tile-content">
<div class="post-content" style="font-size: 14px; color: #646464;">
<p>深圳市倍增科技有限公司(中国企业在线大学www.ceou.com.cn)隶属国内企业管理咨询培训的旗舰企业——倍增科技,拥有全球领先的E-Learning企业学习平台,致力于为企业打造最有价值的全员岗位培训商学院。</p>
<p>作为国内规模最大的E-learning整体解决方案提供商,中国企业在线大学一直为全国各类企业提供全方位的学习培训产品和服务,包括完全自主研发的网络学习平台、在线答疑系统、视频会议系统、人才测评系统、培训计划与考核等多种学习系统,并开发出基于移动智能终端(iPhone/iPad,Android等)应用的互联学习,为学员提供随时、随地、随身的便捷学习体验。</p>
<p>中国企业在线大学在国内首次提出"以岗位定培训"的培训模式,有效满足企业运营中80多个常规岗位的培训需求,中国企业在线大学拥有亚太地区数百位顶尖的专家和教授主讲的上千门课程,内容涵盖发展战略、市场营销、人力资源、团队建设等各大体系,已成为目前国内最全面、最具影响力的在线商学院。</p>
<h3 style="font-weight: bold; color: #000; margin-bottom: 5px; padding-top: 10px; border-top: 1px dashed #ccc; line-height: 20px;"></h3>
<p style="margin-bottom: 5px;">公司地址:深圳市罗湖区人民南路2010号深圳发展中心3202A室</p>
<p style="margin-bottom: 5px;">公司网址:www.ceou.com.cn</p>
<p style="margin-bottom: 5px;">联系电话:0755-22316165</p>
</div>
</div>
</div>
</div><!-- end floor-l -->
<!-- floor-r -->
<div class="floor-r" style="margin-top: 32px; *margin-top: 30px;">
<!-- weibo -->
<div class="weixin-con aside-box">
<h2>关注微博</h2>
<div class="weibo-content cf">
<img class="hd" src="whimg/weibo-logo.jpg" />
<div class="bd">
<p>关注中国企业在线官方微博,第一时间获取信息!</p>
<wb:follow-button uid="3970272720" type="red_1" width="67" height="24" ></wb:follow-button>
</div>
</div>
</div><!-- end weibo -->
</div><!-- end floor-r -->
</div><!-- end main -->
<div class="clear-both"></div>
<jsp:include page="footer.jsp" flush="true" />
</body>
</html>