contact.html
4.24 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
<!Doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>关于我们</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="icon" href="images/logo.png">
<!-- Place favicon.ico in the root directory -->
<!-- Google Fonts -->
<!--<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">-->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css?a=1">
<link type="text/css" rel="stylesheet" href="css/slicknav.min.css">
<link type="text/css" rel="stylesheet" href="css/bootstrap-theme.min.css">
<link type="text/css" rel="stylesheet" href="css/owl.carousel.min.css">
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.min.css">
<link type="text/css" rel="stylesheet" href="css/animate.min.css">
<link type="text/css" rel="stylesheet" href="css/animate-text.css">
<link type="text/css" rel="stylesheet" href="css/magnific-popup.css">
<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="css/swiper.css">
<!-- Ruby CSS -->
<link type="text/css" rel="stylesheet" href="css/normalize.css">
<link type="text/css" rel="stylesheet" href="style.css?a=1">
<link type="text/css" rel="stylesheet" href="css/responsive.css">
<!-- Color CSS -->
<link type="text/css" rel="stylesheet" href="css/color/color7.css">
<!--<link rel="stylesheet" href="css/color/color1.css">-->
<!--<link rel="stylesheet" href="css/color/color2.css">-->
<!--<link rel="stylesheet" href="css/color/color3.css">-->
<!--<link rel="stylesheet" href="css/color/color4.css">-->
<!--<link rel="stylesheet" href="css/color/color5.css">-->
<!--<link rel="stylesheet" href="css/color/color6.css">-->
<!--<link rel="stylesheet" href="css/color/color8.css">-->
<!--<link rel="stylesheet" href="css/color/color9.css">-->
<!--<link type="text/css" rel="stylesheet" href="" id="colors">-->
</head>
<body>
<!--<div class="color-plate ">-->
<!--<a class="icon"><i class="fa fa-cog fa-spin"></i></a>-->
<!--<h2>Ruby Color</h2>-->
<!--<div class="color-head">-->
<!--<span class="color1"></span>-->
<!--<span class="color2"></span>-->
<!--<span class="color3"></span>-->
<!--<span class="color4"></span>-->
<!--<span class="color5"></span>-->
<!--<span class="color6"></span>-->
<!--<span class="color7"></span>-->
<!--<span class="color8"></span>-->
<!--<span class="color9"></span>-->
<!--</div>-->
<!--</div>-->
<!-- Header Area -->
<header id="header" class="header">
</header>
<!--/ End Header Area -->
<!-- Footer Area -->
<footer id="footer" class="footer_cont">
</footer>
<!--/ End Footer Area -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/colors.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<script type="text/javascript" src="js/jquery.scrollUp.min.js"></script>
<script type="text/javascript" src="js/jquery.slicknav.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/animate-text.js"></script>
<!--<script type="text/javascript" src="js/particles.min.js"></script>-->
<!--<script type="text/javascript" src="js/particle-code.js"></script>-->
<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
<script type="text/javascript" src="js/swiper.js"></script>
<script type="text/javascript" src="js/gmaps.min.js"></script>
<script type="text/javascript" src="js/nav-footer.js"></script>
<script type="text/javascript" src="js/main.js?a=2"></script>
</body>
</html>