-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
94 lines (90 loc) · 2.51 KB
/
contact.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>古家洲土特产 | Gu-Jia-Zhou Special Website</title>
<link rel="stylesheet" type="text/css" href="css/basic.css" />
<script src="javascript/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="javascript/basic-jquery.js" type="text/javascript"></script>
</head>
<body>
<header id="header">
<div id="logo">
<a href="#">古家洲</a>
</div>
<nav id="js_nav">
<ul>
<li>
<a href="index.html">首页</a>
</li>
<li>
<a href="special.html">特产</a>
</li>
<li>
<a href="about.html">关于</a>
</li>
<li>
<a href="contact.html">联系我们</a>
</li>
</ul>
</nav>
<ul id="slider-show">
<li>
<img src="images/back2.jpg"/>
</li>
<li>
<img src="images/back3.jpg"/>
</li>
<li>
<img src="images/back4.jpg"/>
</li>
<li>
<img src="images/back5.jpg"/>
</li>
</ul>
</header>
<div id="wrap-content">
<section id="message">
<h2>你可以直接给我留言</h2>
<form>
<input type="text" placeholder="昵称"/>
<input type="email" placeholder="邮箱地址:[email protected]"/>
<input type="text" placeholder="摘要"/>
<textarea placeholder="留言"></textarea>
<input type="submit" value="提交留言" post=""/>
</form>
</section>
<section id="contact">
<h2>或者通过以下方式联系我</h2>
<ul id="list-contact">
<li>邮编:<span>247100</span></li>
<li>电话:<span>400-820-8820</span></li>
<li>邮箱:<span>[email protected]</span></li>
<li>地址:<span>安徽省池州市贵池区秋江街道办事处幸福村六十四组11号</span></li>
<li>
<ul id="list-netcontact">
<li><a href="www.weixin.com" alt="Weixin"><i class="i-contact i-weixin"></i></a></li>
<li><a href="blog.gujiazhou.com" alt="Blog"><i class="i-contact i-blog"></i></a></li>
<li><a href="www.weibo.com" alt="Weibo"><i class="i-contact i-weibo"></i></a></li>
</ul>
</li>
</ul>
<div id="wrap-map">
<img src="images/map.jpg"/>
</div>
</section>
</div>
<footer id="footer">
<nav id="link-else">
<ul>
<li><a href="mall.gujiazhou.com" target="mall.gujiazhou.com">古家洲商城</a> | </li>
<li><a href="business.html">商务合作</a> | </li>
<li><a href="contact.html#suggest">建议反馈</a> | </li>
<li><a href="joinus.html">加入我们</a></li>
</ul>
</nav>
<p>©2016 Leopen All Rights Received</p>
</footer>
<!-- <script src="javascript/basic.js"></script> -->
</body>
</html>