-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
45 lines (44 loc) · 2.01 KB
/
contact.html
File metadata and controls
45 lines (44 loc) · 2.01 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
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>与我联系</title>
<meta name="Keywords" content="与我联系" />
<meta name="Description" content="与我联系" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.js"></script>
<script type="text/javascript" src="js/googledock.1.0.0.js"></script>
<!--[if IE 6]>
<script src="js/DD_belatedPNG_0.0.8a-min.js"></script>
<script type="text/javascript">
//png图片兼容处理
DD_belatedPNG.fix('.logo img');
</script>
<![endif]-->
<link href="image/me.ico" rel="shortcut icon"type="image/png" />
<link href="css/top.css" rel="Stylesheet" type="text/css" media="screen" />
<link href="css/contact.css" rel="Stylesheet" type="text/css" media="screen" />
</head>
<body>
<div class="top">
<div class="top-inner">
<div class="logo"><img src="image/mylogo.png" alt="何燕珠--前端开发" /></div>
<div class="nav">
<div class="dock_container">
<a class="dock_item" href="index.html"><span>我的首页</span><img src="image/dock/home.png" alt="我的首页" /></a>
<a class="dock_item" href="work.html"><span>我的经验</span><img src="image/dock/portfolio.png" alt="我的经验" /></a>
<a class="dock_item" href="book.html"><span>我的书架</span><img src="image/dock/book.png" alt="我的书架" /></a>
<a class="dock_item" href="index.html"><span>我的简历</span><img src="image/dock/calendar.png" alt="我的简历" /></a>
<a class="dock_item" href="contact.html"><span>与我联系</span><img src="image/dock/email.png" alt="与我联系" /></a>
</div>
</div><!--end of nav-->
</div>
</div><!--end of top-->
<div class="main">
<h2>与我联系</h2>
<div class="contact_content">
<img src="image/contact/contact.gif" alt="Joy" />
</div><!--end of contact_content-->
</div><!--end of main-->
<script type="text/javascript" src="js/nav.js"></script>
</body>
</html>