-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
550 lines (494 loc) · 15.2 KB
/
index.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
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Xiang Zhang</title>
<style>
html{background: #eeefff;}
*{margin: 0; padding: 0; font-family: "微软雅黑";letter-spacing: 1px;}
a{text-decoration: none;}
div{float: left;}
.container{
position: absolute;
width: 940px;
height: 100%;
margin: auto;
top: 0; right: 0; bottom: 0; left: 0;
/*background: #eee;*/
/*border: 1px solid #000;*/
}
.content{
width: 100%;
}
.base-info{
background: rgb(47,47,47);
height: 265px;
color: #fff;
letter-spacing: 2px;
}
/*照片*/
.my-photo{
width: 19.5%;
height: 250px;
margin: 5px 20px auto;
float: left;
/*border: 1px solid #fff;*/
}
/*姓名 求职岗位*/
.name-target-job{
width: 33%;
height: 230px;
margin: 10px auto;
text-align: right;
/*border: 1px solid #fff;*/
}
.name-target-job h4{
margin: 8px 15px;
font-family: "微软雅黑";
}
.name-target-job h3{
margin: 8px 15px;
font-family: "仿宋";
}
.name{
margin: 50px 15px auto 8px;
}
.target-title{
position: relative;
text-align: left;
left: -10px;
top: 45px;
/*color: #ccc;*/
}
/*其他信息(居住地、出生年月、联系方式)*/
.other-info{
width: 41%;
height: 230px;
margin: -15px auto 10px 20px;
text-align: left;
line-height: 26px;
/*border: 1px solid #fff;*/
}
.other-info .other-info-item{
margin: 20px auto;
font-size: 16px;
}
.other-info .other-info-item a{
color: #fff;
}
.other-info .other-info-item .other-info-icon{
float: left;
width: 26px;
height: 26px;
background: url("icons.png") no-repeat;
margin-right: 2px;
border-radius: 26px;
/*border: 1px solid #fff;*/
}
.other-info .other-info-item .addr{
background-position: -165px -237px;
}
.other-info .other-info-item .birth{
background-position: -354px -190px;
}
.other-info .other-info-item .tel{
background-position: -164px -852px;
}
.other-info .other-info-item .mail{
background-position: -117px -1516px;
}
.other-info .other-info-item .git{
background-position: -306px -663px;
}
.other-info .other-info-item .blog{
background-position: -70px -1612px;
}
/*正文*/
.main{
width: 94%;
height: 1000px;
margin: auto 2.7% auto;
/*background: #fff;*/
/*border: 1px solid #000;*/
}
.main div{
width: 100%;
}
.main .title-icon{
float: left;
width: 40px;
height: 40px;
background: url("main-icons.jpg") no-repeat;
/*background-size: 988px 3159px;*/
margin: auto 10px auto;
border: 1px solid #000;
border-radius: 40px;
}
.main .main-item-title{
line-height: 40px;
}
.main .main-item-title span{
vertical-align: bottom;
float: right;
font-size: 18px;
line-height: 18px;
margin-top: 20px;
margin-right: 5px;
}
.main .title-underline{
width: 100%;
margin: 5px auto 3px;
border: 0;
border-bottom: 2px solid #000;
}
/*专业技能*/
.main .skill .skill-icon{
background-position: -529px -960px;
}
.main .main-item{
margin-top: 45px;
}
.main .content{
/*height: 150px;*/
width: 99.5%;
border: 2px solid #000;
font-weight: 800;
}
.main .content ul{
width: 89.5%;
float: left;
margin-left: 45px;
}
.main .content ul li{
float: left;
width: 100%;
margin: 10px auto;
/*border:1px solid red;*/
}
.main .skill .content ul li span{
float: right;
margin-left: 35px;
}
/*教育经历*/
.main .education .education-icon{
background-position: -486px -960px;
}
.main .education .content p span{
letter-spacing: 0;
}
.main .education .content .scholl span{
/*border: 1px solid red;*/
margin-right: 35px;
}
.main .education .content .class{
margin-top: 10px;
margin-bottom: 10px;
}
.main .education .content .class span{
font-weight: 400;
margin-right: 10px;
}
.main .education .content .award span{
/*font-weight: 400;*/
/*margin-right: 10px;*/
float: left;
/*border: 1px solid red;*/
width: 48.5%;
}
/*项目经历*/
.main .project .project-icon{
background-position: -45px -552px;
}
.main .project .content ul li p:first-child{
font-size: 22px;
line-height: 22px;
color: rgb(7,55,99);
}
.main .project .content ul li p{
width: 100%;
float: left;
margin-top: 5px;
font-weight: 400;
}
.main .project .content ul li p span{
float: left;
width: 30%;
font-weight: 800;
/*border:1px solid red;*/
}
.main .project .content ul li p img{
width: 385px;
height: 205px;
}
/*自我评价*/
.main .evaluation .evaluation-icon{
background-position: -310px -510px;
}
.main .evaluation .content p{
width: 90%;
float: left;
margin: 10px auto 10px 20px;
font-weight: 800;
font-size: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<!-- 基本信息 -->
<div class="base-info">
<img name="myphoto" src="photo.jpg" alt="Xiang Zhang" class="my-photo">
<div class="name-target-job">
<h1 class="name">张详</h1>
<h4>计算机网络</h4>
<h3 class="target-title">求职意向:</h3>
<h3 class="target-job">区块链工程师</h3>
<h3 class="target-job">区块链开发</h3>
</div>
<div class="other-info">
<p class="other-info-item">
<i class="other-info-icon addr"></i>
现居住地: 陕西省西安市
</p>
<p class="other-info-item">
<i class="other-info-icon birth"></i>
出生年月: 1997年12月
</p>
<p class="other-info-item">
<i class="other-info-icon tel"></i>
联系电话: 18700448675(微信同号)
</p>
<p class="other-info-item">
<i class="other-info-icon mail"></i>
电子邮箱: [email protected]
</p>
<p class="other-info-item">
<i class="other-info-icon git"></i>
GitHub : <a href="https://github.com/redshround">https://github.com/redshround</a>
</p>
<p class="other-info-item">
<i class="other-info-icon blog"></i>
个人博客: <a href="https://blog.csdn.net/it_zhangxiang">blog.csdn.net/it_zhangxiang</a>
</p>
</div>
</div>
<!-- 正文 -->
<div class="main">
<div class="main-item skill">
<i class="title-icon skill-icon"></i>
<h2 class="main-item-title">专业技能
<span>Professional Skill</span>
</h2>
<hr class="title-underline">
<div class="content">
<ul>
<li>熟悉C/C++基础知识(面向对象思想、继承、多态、虚函数)<span>14个月</span></li>
<li>能够使用C/C++完成小游戏的开发(easyx),了解socket编程<span></span></li>
<li>精通golang基础知识,能够使用golang编写自己的区块链<span>6个月</span></li>
<li>能够用golang实现PoW算法,PoS算法、DPoS算法、Raft等<span></span></li>
<li>可以熟练使用solidity编写智能合约,完成了CryptoZombies的全部课程<span>2个月</span></li>
<li>了解常用数据结构(栈、队列、链表、树、图)<span></span></li>
<li>了解常用算法思想(分治、贪心、动态规划)<span></span></li>
<li>精通Ethereum、EOS、星云链等环境的搭建,能够基于以太坊、EOS搭建多节点私有链和测试网络<span></span></li>
<li>熟悉erc20,erc721等规则,能够使用C++编写智能合约,开发dapp<span></span></li>
<li>熟悉RPC接口,熟悉ram,cpu/net原理,正在阅读EOS源码和Ethereum源码<span></span></li>
<li>了解星云链原理,了解Fabric原理,了解点点币原理<span></span></li>
<li>精通sha256,md5,熟悉hash算法</li>
<li>了解ripemd160加密算法、DES,3DES加密算法、AES加密算法</li>
<li>了解分组密码、非对称加密、RSA加密、数字签名、时间戳、Keystore</li>
<li>熟悉使用Linux,shell脚本,熟悉git,能熟练使用linux进行开发工作</li>
</ul>
</div>
</div>
<div class="main-item education">
<i class="title-icon education-icon"></i>
<h2 class="main-item-title">教育经历
<span>Education</span>
</h2>
<hr class="title-underline">
<div class="content">
<ul>
<li>
<p class="scholl">
<span>兰州文理学院</span>
<span>计算机网络</span>
</p>
<p class="class">主修课程<br>
<span>C语言</span>
<span>JAVA</span>
<span>数据结构</span>
<span>操作系统</span>
<span>Linux</span>
<span>计算机网络</span>
<span>网络安全 密码学</span>
<span>TCP/IP协议</span>
<span>SQL数据库</span>
<span>html css</span>
<span>jsp</span>
<span>电子商务(P2P)</span>
<span>ps平面设计</span>
<span>计算机基础</span>
<span>autoCAD</span>
</p>
<p class="class">自修技能<br>
<span>区块链技术</span>
<span>C++编程</span>
<span>Golang编程</span>
<span>socket网络编程(了解)</span>
<span>智能合约</span>
<span>算法导论</span>
<br>
<span>比特币原理</span>
<span>Fabric原理</span>
<span>以太坊开发</span>
<span>EOS开发</span>
<span>星云链(了解)</span>
<span>mysql</span>
<span>linux</span>
<br>
软件工具:
<span>visual studio</span>
<span>eclipse</span>
<span>vc++</span>
<span>Atom</span>
<span>solc</span>
<span>sublime text</span>
<span>mysql</span>
<span>linux</span>
</p>
<p class="class award">在校荣誉<br>
<span>2017年国家级省级学科竞赛 : 先进个人</span>
<span>2017年挑战杯大学生课外学术科技作品竞赛 :三等奖</span>
</p>
</li>
</ul>
</div>
</div>
<div class="main-item project">
<i class="title-icon project-icon"></i>
<h2 class="main-item-title">项目经历
<span>Project Experience</span>
</h2>
<hr class="title-underline">
<div class="content">
<ul>
<li>
<p>
<span>2018.06 — 2018.07</span>
<span>一元夺宝-基于eos的dapp开发</span>
<span>程序,策划</span>
</p>
<p>
<span>所属公司: 北京十维空间科技有限公司</span>
<span>项目描述</span><br>
一款能赚eos的手机游戏!轻松愉快,空闲的时候可以玩玩,打发时间还能赚eos哦!
</p>
<p>
<span>项目职责</span><br>
1. 区块链开发: 负责配合公司方开发dapp,编写智能合约<br>
2. 环境搭建: 搭建基于EOS的多节点环境,编写智能合约<br>
3. 接口调用: 调用RPC接口,实现交互 <br>
</p>
<p>
<span>技术难点</span><br>
1. 游戏性: 通过更加丰富的前端UI,增加游戏的观赏性,增加交互,提升游戏性<br>
2. EOS的高ram: EOSram价格一直居高不下,给dapp的开发造成了极大难度,缺乏资金,考虑更换平台,备选项:bts,eth <br>
3. 随机数的获取随机数获取一直是区块链应用的难题,使用智能合约生成随机数,获取区块生产者在记录交易的特定时机获取某些信息的哈希值,这些哈希值将作为“随机数”以确保安全性<br>
</p>
<p>
<span>项目成果</span><br>
在eos的高ram压力下,十维空间在斟酌考虑之后,最终放弃了一元夺宝项目,项目组解散,项目无限期搁浅,在经得原项目组经理同意后,将项目的合约开源发布到github上:<br> https://github.com/redshround/-One-dollar-and-a-treasure
</p>
<p>
<span>项目总结</span><br>
1. 熟悉并了解公司的工作模式<br>
1. 初步了解C++的合约编程以及区块链dapp的框架<br>
2. 学会了查阅EOS源码并使用其中的内置合约<br>
3. 通过查阅资料和阅读官网,提高了英文文档阅读能力<br>
持续更新区块链相关教程、学习资料:https://blog.csdn.net/it_zhangxiang
</p>
</li>
</ul>
</div>
</div>
<div class="main-item project">
<i class="title-icon project-icon"></i>
<h2 class="main-item-title">工作经验
<span>Work Experience</span>
</h2>
<hr class="title-underline">
<div class="content">
<ul>
<li>
<p></p>
<p>
<span>2016.12 - 2017.3</span>
<span>螃蟹网络科技有限公司</span>
<span>网络hr/猎头</span><br>
</p>
<p>
<span>负责项目</span><br>
手游《生灵怒》<br>
</p>
<p>
<span>工作内容</span><br>
负责招聘cocos2d-x主程<br>
负责招聘cocos2d-x核心程序<br>
</p>
<p>
<span>薪资</span><br>
1k<br></p>
</li>
<li>
<p></p>
<p>
<span>2017.11 - 2018.6</span>
<span>追海豚网络科技有限公司</span>
<span>网络客服 & 游戏测试</span><br>
</p>
<p>
<span>负责项目</span><br>
手游《超神坦克手》<br>
</p>
<p>
<span>工作内容</span><br>
记录并整理玩家反馈内容,提交表单<br>
协助程序解决游戏bug,测试不同版本游戏兼容性,寻找游戏bug并反馈给开发人员
</p>
<p>
<span>薪资</span><br>
2k/月<br></p>
</li>
</ul>
</div>
</div>
<div class="main-item evaluation">
<i class="title-icon evaluation-icon"></i>
<h2 class="main-item-title">自我评价
<span>Self-evaluation</span>
</h2>
<hr class="title-underline">
<div class="content">
<p>1. 具有良好的程序功底,具备初级程序员技能,学习能力强,善于接受新事物</p>
<p>2. 有极强的抗压能力,服从公司安排,不介意加班996工作模式</p>
<p>3. 热衷于编程,逻辑思维严密,思维发散能力强</p>
<p>4. 做事认真细致,有主见但不张扬</p>
<p>5. 善于与团队沟通,具有良好的团队协作能力</p>
</div>
<div class="main-item evaluation">
<i class="title-icon evaluation-icon"></i>
<h2 class="main-item-title">工作意向
<span>job intension</span>
</h2>
<hr class="title-underline">
<div class="content">
<p>1. 至少可以连续工作一到三年</p>
<p>2. 持续学习,提升自己</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>