-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
98 lines (83 loc) · 4.91 KB
/
Copy pathcontact.html
File metadata and controls
98 lines (83 loc) · 4.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>一休留学</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="./css/style.css">
<script type="text/javascript" src="./js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="./js/superfish.js"></script>
<script type="text/javascript" src="./js/jquery.responsivemenu.js"></script>
<script type="text/javascript" src="./js/jquery.mobilemenu.js"></script>
<script type="text/javascript" src="./js/jquery.flexslider.js"></script>
<script type="text/javascript" src="./js/jquery.easing.1.3.js"></script>
<script src="./js/jquery.equalheights.js" type="text/javascript"></script>
<script type="text/javascript" src="./js/forms.js"></script>
<script src="./js/script.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('.flexslider').flexslider({
animation: "fade"
});
});
</script>
</head>
<body id="main_page">
<div class="main_box">
<div class="container_12">
<!--==============================header=================================-->
<div class="grid_12">
<header>
<h1><a class="logo" href="index.html">Cluster</a></h1>
<nav>
<ul class="sf-menu">
<li><a href="index.html">主页</a></li>
<li><a href="./team.html">团队</a></li>
<li class="current"><a href="#">申请项目</a>
<ul>
<li><a href="./japan.html">日本</a></li>
<li><a href="./us.html">美国</a></li>
</ul>
<li><a href="./gallery.html">成功案例</a></li>
<li class="current"><a href="./contact.html">联系</a></li>
</ul>
</nav>
</header><br>
<div class="bg"></div>
</div>
<div class="clear"></div>
<!--==============================content================================-->
<section id="content">
<div class="wrapper">
<article class="grid_4">
<h2 class="ind3">联系信息</h2>
<!--<span class="map_wrapper"><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=%E6%BE%B3%E9%96%80%E5%A4%A7%E5%AD%B8&hl=en-US&ie=UTF8&sll=22.163772,113.55627&sspn=0.00627,0.011362&hq=%E6%BE%B3%E9%96%80%E5%A4%A7%E5%AD%B8&hnear=%E6%BE%B3%E9%96%80%E6%BE%B3%E9%96%80%E5%A4%A7%E5%AD%B8&geocode=FdMvUgEdL8DEBg&t=m&fll=22.1636,113.556587&fspn=0.00627,0.011362&ll=22.164047,113.557949&spn=0.00627,0.011362&output=embed"></iframe><br /></span>-->
<dl class="adress">
<dt><strong></strong> <br>常熟市,江苏省,中国 <br>一休留学工作室 </dt>
<dd>电话:13814989350</dd>
<dd>邮件: <a href="#" class="demo">zlczlcmacau@163.com</a></dd>
</dl>
</article>
<article class="grid_6 prefix_1 last-col">
<h2 class="ind3"> 留学咨询</h2>
<!-- Do not change the code! -->
<!-- www.123contactform.com script begins here -
<iframe allowTransparency="true" style="min-height:300px; height:inherit; overflow:auto;" width="100%" id="contactform123" name="contactform123" marginwidth="0" marginheight="0" frameborder="0" src="http://www.123contactform.com/my-contact-form-2412567.html">
<p>Your browser does not support iframes. The contact form cannot be displayed. Please use another contact method (phone, fax etc)</p>
</iframe>
<p>Powered by <a class="footerLink13" title="123ContactForm" href="http://www.123contactform.com">123ContactForm</a> | <a style="font-size:small!important;color:#000000!important; text-decoration:underline!important;" title="Looks like phishing? Report it!" href="http://www.123contactform.com/sfnew.php?s=123contactform-52&control119314=http:///contact-form--2412567.html&control190=Report%20abuse" rel="nofollow">Report abuse</a></p><!-- www.123contactform.com script ends here -->
<!-- Do not change the code! -->
<!-- www.123contactform.com script begins here -->
<iframe allowTransparency="true" style="min-height:390px; min-width: 680px; height:inherit; overflow:auto;" width="100%" id="contactform123" name="contactform123" marginwidth="0" marginheight="0" frameborder="0" src="http://www.123contactform.com/my-contact-form-2854546.html">
<p>Your browser does not support iframes. The contact form cannot be displayed. Please use another contact method (phone, fax etc)</p>
</iframe>
<!-- www.123contactform.com script ends here -->
</article>
</div>
</section>
</div>
</div>
<!--==============================footer=================================-->
<center><footer>©一休留学 </footer></center>
</body>
</html>