-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
101 lines (81 loc) · 3.66 KB
/
Copy pathcontact.html
File metadata and controls
101 lines (81 loc) · 3.66 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
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="zh-cn"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="./favicon.ico">
<title>东王置业</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="http://cdn.bootcss.com/html5shiv/3.7.0/html5shiv.min.js"></script>
<script src="http://cdn.bootcss.com/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
<style type="text/css" id="holderjs-style"></style>
<link href="css/default.css" rel="stylesheet">
</head>
<body>
<!-- NAVBAR
================================================== -->
<body>
<div id="wrap">
<div class="navbar-wrapper"> </div>
<div class="container">
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" id='logo' href="index.html"> </a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class=""><a href="about.html">关于东王</a></li>
<li><a href="#">项目分析</a></li>
<li><a href="appoint.html">预约服务</a></li>
<li><a href="job.html">招贤纳士</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</div>
</div>
</div>
<div id="contact_left" class="col-xs-12 col-sm-6">
<img src="img/contact/contact_welcome.png" class="" width="100%" alt="东王真诚欢迎各界朋友向我们提出建议和意见!">
<p>公司地址:北京市东城区银河SOHO中心C座16层31610室</p>
<p>客户服务电话:010-53599927</p>
<p>投诉电话:010-53599936</p>
<p>邮箱:dongwangzhiye@eastlord.com</p>
<p>传真:010-59576723</p>
<p>公共微信账号:东王置业咨询</p>
<p>新浪微博账号:@东王置业</p>
</div>
<div id="contact_right" class="col-xs-12 col-sm-6">
<img src="img/contact/contact_wechat.png" class="contact_center" width="100%" alt="扫一扫,了解更多不动产咨询">
<p>扫一扫,了解更多不动产咨询</p>
</div>
</div>
</div>
<div id="push"></div>
<br>
</div>
<div id="footer">
<div class="content">
<p class="muted credit footer">Copyright © 2014 Eastlord. All rights reserved.</p>
</div>
</div>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>