-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
109 lines (108 loc) · 4.47 KB
/
work.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="Keywords" content="何燕珠,前端开发" />
<meta name="Description" content="何燕珠,前端开发" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.js"></script>
<script 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="me.ico" rel="shortcut icon">
<title>我的作品</title>
<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/work.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">
<div class="big_pic"></div>
<h2>我的经验</h2>
<ul class="work_list">
<div class="col1">
<li>
<a href="http://m.quecai.com/index.php"><img src="image/work/quecai.png" /></a>
<h3>雀彩彩票</h3>
</li>
<li>
<a href="#"><img src="image/work/map.jpg" /></a>
<h3>志愿服务地图</h3>
</li>
<li>
<a href="http://xtw.gdut.edu.cn/search.aspx"><img src="image/work/search.png" /></a>
<h3>学校共青团志愿服务网站</h3>
</li>
<li>
<a href="#"><img src="image/work/szxiaoquwang.png" /></a>
<h3>深圳中原小区网</h3>
</li>
</div>
<div class="col2">
<!--<li>
<a href="file/ucdeveloper/main.html"><img src="image/work/ucdeveloper.jpg" /></a>
<h3>开发者中心</h3>
</li>-->
<li>
<a href="http://m.app.uc.cn/apk/index.php?system=index&module=default&app=0&f=4_1_0_0_0&uc_param_str=dnfrpfbivesscpmibtbmntnisiei"><img style="width:65px;height:68px;" src="image/work/ucshop.png" alt=""></a>
<h3>移动端UC应用商店</h3>
</li>
<li>
<a href="http://dev.ucweb.com/"><img src="image/work/ucjia.jpg" /></a>
<h3>UC+ Developer</h3>
</li>
<li>
<a href="http://sz.centanet.com/link/sayhi/index.html"><img src="image/work/sayhi.png" /></a>
<h3>幸福要SAY HI</h3>
</li>
<li>
<a href="http://tiaozao.szcentaline.com.cn/"><img src="image/work/sztiaozao.png" /></a>
<h3>深圳中原跳蚤市场</h3>
</li>
<!--<li>
<a href="file/work/index.html"><img src="image/work/qgkl.jpg" /></a>
<h3>侨光卡路</h3>
</li>-->
</div>
<div class="col3">
<li>
<a href="http://m.app.uc.cn/apk/index.php?system=so&module=index&app=304&uc_param_str=dnfrpfbivesscpmibtbmntnisiei"><img style="width:100px;height:100px;" src="image/work/soapp.png" alt=""></a>
<h3>移动端UC专区搜应用</h3>
</li>
<li>
<a href="file/work/map.html"><img src="image/work/nearsearch.jpg" alt="" /></a>
<h3>周边查询</h3>
</li>
<li>
<a href="#"><img src="image/work/szloupanbaike.png" /></a>
<h3>深圳中原楼盘百科</h3>
</li>
<li>
<a href="#"><img src="image/work/szloupanxiaoqu.png" /></a>
<h3>深圳中原楼盘小区</h3>
</li>
</div>
</ul>
</div><!--end of main-->
<script type="text/javascript" src="js/nav.js"></script>
<script type="text/javascript" src="js/worklist.js"></script>
</body>
</html>