-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjlfb.html
More file actions
223 lines (201 loc) · 7.26 KB
/
Copy pathjlfb.html
File metadata and controls
223 lines (201 loc) · 7.26 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>纳贤招聘</title>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<link rel="stylesheet" type="text/css" href="font/iconfont.css">
<link rel="stylesheet" type="text/css" href="font1/iconfont.css">
<link rel="stylesheet" href="dist/pageSwitch.min.css">
</head>
<body>
<div class="topbg">
<p class="top gWidth">
<a href="#">手机站</a> 丨 <a href="#">微信</a>
<a href="zc.html" class="dl">登录/注册</a> 丨 <a href="grb.html">个人版</a> 丨 <a href="qyb.html">企业版</a>
</p>
</div>
<div class="logo gWidth">
<img src="img/logo.png">
<ul class="fl">
<li><a href="index.html">首页</a></li>
<li><a href="zpxx.html">招聘信息</a></li>
<li><a href="jlzx.html">简历中心</a></li>
<li><a href="zpzs.html">作品展示</a></li>
</ul>
<a class="iconfont fr city" id="city" onclick="a()"><span>输入城市</span> </a><div class="clear"></div>
<div class="xzcs" id="xzcs">
<p>输入城市</p>
<form>
<input type="text" value="请输入汉字/拼音查找" id="wenben" onclick="b()"><input type="submit" value="确定" id="queding" onclick="c()">
</form>
</div>
</div>
<div id="container">
<div class="sections">
<div class="section" id="section0"></div>
<div class="section" id="section1"></div>
<div class="section" id="section2"></div>
</div>
</div>
<script src="js/js.js"></script>
<script src="js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="dist/pageSwitch.min.js"></script>
<script>
$("#container").PageSwitch({
direction:'horizontal',
easing:'ease-in',
duration:1000,
autoPlay:true,
loop:'false'
});
</script>
<div class="jlfb gWidth">
<div class="biaoti">
<h2>简历发布</h2>
<p>当前位置:<a href="index.html">首页</a>-<a href="jlfb.html">简历发布</a></p>
</div>
<form id="jl">
<div class="qzxx">
<div class="jlfbbt">
<h3 class="iconfont">求职信息</h3>
</div>
<ul>
<li><span>*</span>职位类型</li>
<li><span>*</span>工作地点</li>
<li><span>*</span>期望薪资</li>
</ul>
<input type="text" value="请填写职位类别" class="first"><br>
<input type="text" value="请填写您的工作地点"><br>
<select>
<option>1000-2000</option>
<option>2000-4000</option>
<option>4000-6000</option>
<option>6000-8000</option>
<option>8000以上</option>
</select>
</div>
<div class="jbxx">
<div class="jlfbbt">
<h3 class="iconfont">基本信息</h3>
</div>
<ul>
<li><span>*</span>姓名</li>
<li><span>*</span>出生年份</li>
<li><span>*</span>工作年限</li>
<li><span>*</span>最高学历</li>
<li><span>*</span>手机号码</li>
</ul>
<input type="text" class="first"><input type="button" class="xb iconfont dianji" value="男" id="nan" onclick="wq()"><input type="button" class="xb iconfont" value="女" id="nv" onclick="qw()"><br>
<input type="text"><br>
<select>
<option>一年以下</option>
<option>一年至五年</option>
<option>五年制十年</option>
<option>十年以上</option>
</select><br>
<select>
<option>高中以下</option>
<option>高中</option>
<option>大专</option>
<option>本科</option>
<option>硕士</option>
<option>硕士以上</option>
</select><br>
<input type="text" value="请输入11位手机号"><input type="button" value="获取验证码" class="yzm">
</div>
<div class="jfxx">
<div class="jlfbbt">
<h3 class="iconfont">更多信息</h3>
</div>
<ul>
<li>籍贯</li>
<li>现居住地</li>
<li>自我介绍</li>
</ul>
<input type="text" class="first"><br>
<input type="text"><br>
<textarea></textarea>
</div>
<div class="an">
<input type="submit" value="保存简历" class="tijiao">
<input type="reset" value="重置"></div>
</form>
</div>
<div class="yqlj gWidth">
<div class="bt-yqlj"><h2>友情链接</h2></div>
<div class="content-yqlj">
<ul>
<li><a href="#">二手设备出售</a></li>
<li><a href="#">保定房产信息网</a></li>
<li><a href="#">保定企业名录</a></li>
<li><a href="#">策划书</a></li>
</ul>
<ul>
<li><a href="#">二手设备出售</a></li>
<li><a href="#">保定房产信息网</a></li>
<li><a href="#">保定企业名录</a></li>
<li><a href="#">策划书</a></li>
</ul>
<ul>
<li><a href="#">二手设备出售</a></li>
<li><a href="#">保定房产信息网</a></li>
<li><a href="#">保定企业名录</a></li>
<li><a href="#">策划书</a></li>
</ul>
<ul>
<li><a href="#">二手设备出售</a></li>
<li><a href="#">保定房产信息网</a></li>
<li><a href="#">保定企业名录</a></li>
<li><a href="#">策划书</a></li>
</ul>
<ul>
<li><a href="#">二手设备出售</a></li>
<li><a href="#">保定房产信息网</a></li>
<li><a href="#">保定企业名录</a></li>
<li><a href="#">策划书</a></li>
</ul>
<ul>
<li><a href="#">二手设备出售</a></li>
<li><a href="#">保定房产信息网</a></li>
<li><a href="#">保定企业名录</a></li>
<li><a href="#">策划书</a></li>
</ul>
</div>
</div>
<div class="bottom1bg">
<div class="bottom1 gWidth">
<p class="fl">
<i class="iconfont"></i><br>网站客服热线:<br><span>0312-1111111</span>
</p>
<div class="fr">
<dl>
<dt class="iconfont"><span></span>关于我们</dt>
<dd><a href="#">关于我们</a></dd>
<dd><a href="#">网站简介</a></dd>
<dd><a href="#">联系我们</a></dd>
</dl>
<dl>
<dt class="iconfont"><span></span>找工作</dt>
<dd><a href="zpxx.html">搜索职位</a></dd>
<dd><a href="jlfb.html">创建简历</a></dd>
<dd><a href="zpxx.html">全部招聘</a></dd>
</dl>
<dl>
<dt class="iconfont"><span></span>招人才</dt>
<dd><a href="qyb.html">发布职位</a></dd>
<dd><a href="qyb.html">招聘职位</a></dd>
<dd><a href="qyb.html">招聘管理</a></dd>
</dl>
<dl>
<dt class="iconfont"><span>㑙</span>帮助</dt>
<dd><a href="#">网站声明</a></dd>
<dd><a href="#">使用条款</a></dd>
<dd><a href="#">安全中心</a></dd>
</dl>
</div>
</div>
</div>
<p class="bottom2">ICP经营许可证编号 京ICP证060405号 京ICP备10012705号-12 京公网安备11010502027237号 Copyright © 北京五八信息技术有限公司 版权所有</p>
</body>
</html>