-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·89 lines (79 loc) · 4.14 KB
/
contact.html
File metadata and controls
executable file
·89 lines (79 loc) · 4.14 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
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>北京帕克英停车管理有限公司--公司简介</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
#company-name{
color:#ffffff;
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.js"></script>
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a id="company-name" class="brand" href="#">北京帕克英停车管理有限公司</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">主页</a></li>
<li><a href="intro.html">公司简介</a></li>
<li><a href="philosophy.html">服务理念</a></li>
<li><a href="business.html">业务范围</a></li>
<li><a href="culture.html">企业文化</a></li>
<li><a href="#contact">诚聘英才</a></li>
<li class="active"><a href="contact.html">联系方式</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav">
<li><a href="#contact-us"><i class="icon-chevron-right"></i>联系我们</a></li>
</ul>
</div>
<div class="span9">
<section id="contact-us">
<div class="page-header">
<h1>联系方式 Contact Us</h1>
</div>
<p>地址:北京市东城区冠城名敦道17-1-601<br/>
电话:010-67044654<br/>
传真:010-67044654<br/>
邮编:100022<br/>
24小时服务热线:15611683597<br/>
邮箱:<a href="mailto:beijingparking@126.com">beijingparking@126.com</a></p>
<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://ditu.google.cn/maps?f=q&source=s_q&hl=zh-CN&geocode=+&q=%E5%8C%97%E4%BA%AC%E5%B8%82%E4%B8%9C%E5%9F%8E%E5%8C%BA%E5%86%A0%E5%9F%8E%E5%90%8D%E6%95%A6%E9%81%9317-1-601&ie=UTF8&hq=%E5%8C%97%E4%BA%AC%E5%B8%82%E4%B8%9C%E5%9F%8E%E5%8C%BA%E5%86%A0%E5%9F%8E%E5%90%8D%E6%95%A6%E9%81%9317-1-601&t=m&brcurrent=3,0x35f1ad653b5528b3:0x3f00fe0245504b9e,0,0x35f1abee23736947:0xd7bb8b3026d0813a%3B5,0,0&ll=39.891431,116.447525&spn=0.015805,0.027466&z=15&iwloc=A&output=embed"></iframe><br /><small><a href="http://ditu.google.cn/maps?f=q&source=embed&hl=zh-CN&geocode=+&q=%E5%8C%97%E4%BA%AC%E5%B8%82%E4%B8%9C%E5%9F%8E%E5%8C%BA%E5%86%A0%E5%9F%8E%E5%90%8D%E6%95%A6%E9%81%9317-1-601&ie=UTF8&hq=%E5%8C%97%E4%BA%AC%E5%B8%82%E4%B8%9C%E5%9F%8E%E5%8C%BA%E5%86%A0%E5%9F%8E%E5%90%8D%E6%95%A6%E9%81%9317-1-601&t=m&brcurrent=3,0x35f1ad653b5528b3:0x3f00fe0245504b9e,0,0x35f1abee23736947:0xd7bb8b3026d0813a%3B5,0,0&ll=39.891431,116.447525&spn=0.015805,0.027466&z=15&iwloc=A" style="color:#0000FF;text-align:left">查看大图</a></small>
</section>
</div>
</div>
<hr>
<footer>
<p>© Company 2012</p>
</footer>
</div> <!-- /container -->
</body>
</html>