-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlatform.html
More file actions
76 lines (67 loc) · 2.62 KB
/
Platform.html
File metadata and controls
76 lines (67 loc) · 2.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>华杉科技实训周</title>
<link rel="short icon" href="Resource/icon.png">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<link rel="stylesheet" href="CommonStyle.css">
<style>
article{
margin: 20px;
}
article h3{
color: red;
font-size: 18px;
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
}
article h4{
padding-top: 5px;
font-size: 14px;
}
article p{
text-indent: 2em;
font-size: 12px;
line-height: 2;
}
</style>
</head>
<body>
<header class="common_header">
<span>平台风采</span>
</header>
<section class="common_section">
<img src="Resource/banner4.png" alt="">
</section>
<article>
<h3 style="color: #FF0000">公司简介</h3>
<h4>华杉科技(北京)有限公司</h4>
<p>华杉科技(北京)有限公司一直秉承“在高薪和经验的路上,我们只做行业第一”, 致力于为整个互联网科技行业输送高级技术人才、做好每一款外包项目。</p>
<p>华杉科技(北京)有限公司是一家既专注于培养高级IT技术人才,为学员提供定制化IT职业规划方案及意见咨询服务,又是国内领先的智能手机软件外包服务商。公司原东方爱智技术总监,原58同城技术总监共同创立。</p>
<p>华杉科技(北京)有限公司拥有业内知名的教研团队和雄厚的课程研发能力,课程的快速迭代时刻紧跟当今较为流行的前沿技术、不同行业的外包项目作为支撑,强有力的保证了学员的核心竞争力。强竞争力的一线技术人员和完善的外包服务流程充分保证了每一款项目的顺利执行。</p>
</article>
<footer>
<a href="DropletService.html">
<img src="Resource/nav10.png" alt="">
<span>小滴服务</span>
</a>
<a href="BusinessProject.html">
<img src="Resource/nav20.png" alt="">
<span>创业项目</span>
</a>
<a href="SignUp.html">
<img src="Resource/nav30.png" alt="">
<span>服务流程</span>
</a>
<a class="current_a" href="Platform.html">
<img src="Resource/nav41.png" alt="">
<span>平台风采</span>
</a>
<a href="MyDroplet.html">
<img src="Resource/nav50.png" alt="">
<span>我的小滴</span>
</a>
</footer>
</body>
</html>