-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
108 lines (96 loc) · 3.73 KB
/
contact.html
File metadata and controls
108 lines (96 loc) · 3.73 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
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="shenma-site-verification" content="f2e82bda70f549eac913685f0f8c8b0b_1528969339">
<title>北京科旺达信息技术有限公司</title>
<meta name="keywords" content="科旺达,kwangda,旺达,北京科旺达,服务外包,软件开发,敏捷开发,软件开发公司,软件外包,软件定制,IT服务,
开发,解决方案,网站建设,项目外包,北京软件开发,定制,APP定制开发">
<meta name="description" content="专注为企业提供软件技术开发,帮助企业提高核心竞争力和降低软件项目成本。拥有一流的软件产品设计和开发团队,研发具有自主核心技术和知识产权的软件产品;并基于先进的项目管理和知识管理模式,为客户提供优质的产品和服务。">
<meta name="author" content="templatemo">
<link rel="shortcut icon" href="images/favicon.ico" type="images/x-icon">
<!-- Google Fonts -->
<link href="http://fonts.useso.com/css?family=PT+Serif:400,700,400italic,700itali" rel="stylesheet">
<link href="http://fonts.useso.com/css?family=Raleway:400,900,800,700,500,200,100,600" rel="stylesheet">
<!-- Bootstrap Fonts-->
<link href="bootstrap/fonts/glyphicons-halflings-regular.ttf" rel="stylesheet">
<link href="bootstrap/fonts/glyphicons-halflings-regular.woff" rel="stylesheet">
<link href="bootstrap/fonts/glyphicons-halflings-regular.woff2" rel="stylesheet">
<link href="bootstrap/fonts/glyphicons-halflings-regular.eot" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="css/public.css">
</head>
<body>
<!--site header start-->
<script src="js/head.js"></script>
<!--stye-->
<style>
.header_box .navbar .main-navigation .main-nav .contact a{
color: #1153a9;
}
</style>
<!--contact start-->
<div class="contact_box">
<div class="container">
<div class="col-md-2"></div>
<div class="contact_inner col-xs-12 col-md-8">
<div class="tel_icon">
<i class="glyphicon glyphicon-map-marker" aria-hidden="true"></i>
</div>
<div class="tel_text">
<h4>联系电话: 180-0135-6892</h4>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
<div class="contact_box">
<div class="container">
<div class="col-md-2"></div>
<div class="contact_inner col-xs-12 col-md-8">
<div class="tel_icon">
<i class="glyphicon glyphicon-map-marker" aria-hidden="true"></i>
</div>
<div class="tel_text">
<h4>联系电话: 180-0135-6892</h4>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
<div class="contact_box">
<div class="container">
<div class="col-md-2"></div>
<div class="contact_inner col-xs-12 col-md-8">
<div class="tel_icon">
<i class="glyphicon glyphicon-map-marker" aria-hidden="true"></i>
</div>
<div class="tel_text">
<h4>联系电话: 180-0135-6892</h4>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
<!--footer start-->
<script src="js/foot.js"></script>
<!-- jQuery -->
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- JavaScript -->
<script src="https://hm.baidu.com/hm.js?2ea27e42208435efa91a8a0dff976aab"></script>
<script type="text/javascript" src="//trusted.shuidi.cn/trusted.js?id=2420&jump=0&style=1"></script>
<script>
function showAndhideNavlist(){
var stylelist = $('.comNavList').css('display');
if(stylelist=='none'){
$('.comNavList').show();
}else{
$('.comNavList').hide();
}
}
</script>
</body>
</html>