-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·644 lines (613 loc) · 30.5 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
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]--><head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Jetty Lee's Resume</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--main style-->
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css">
<!--google font style-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300' rel='stylesheet' type='text/css'>
<!--font-family: 'Open Sans', sans-serif;-->
<!-- font css style-->
<link rel="stylesheet" href="css/font-awesome.css">
<!--for slider style-->
<noscript>
<link rel="stylesheet" type="text/css" href="css/fallback.css" />
</noscript>
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/fallback.css" />
<![endif]-->
</head><body>
<!--wrapper start-->
<div class="wrapper" id="wrapper">
<header>
<!--banner start-->
<div class="banner row" id="banner">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 noPadd" style="height:100%">
<!--background slide show start-->
<div class="bannerPart"> <img src="images/1.jpg" alt="" class="bannerImg"> </div>
<!--background slide show end-->
</div>
</div>
<!--banner end-->
<div class="bannerText container">
<h1 id="value_title">I'm Jetty Lee</h1>
<h2 id="value_mission">Design & Build Software in China</h2>
</div>
<!--menu start-->
<div class="menu">
<div class="navbar-wrapper">
<div class="container">
<div class="navwrapper">
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="#">Menu</a> </div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="menuItem active"><a href="#wrapper">Home</a></li>
<li class="menuItem"><a href="#aboutme">About</a></li>
<li class="menuItem"><a href="#technical">Skills</a></li>
<li class="menuItem"><a href="#exprience">Experience</a></li>
<li class="menuItem"><a href="#education">Education</a></li>
<li class="menuItem" id="menu_portfolio"><a href="#portfolio">Portfolio</a></li>
<li class="menuItem"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Navbar -->
</div>
</div>
</div>
<!--menu end-->
</header>
<!--about me start-->
<section class="aboutme" id="aboutme">
<div class="container">
<div class="heading">
<h2>About me</h2>
<p>A small introduction about my self</p>
</div>
<div class="row">
<div class=" col-xs-12 col-sm-12 col-md-7 col-lg-7">
<h3 id="value_aboutme_name">Jetty Lee</h3>
<h4 class="subHeading" id="value_aboutme_job_title">Webdesigner & Web Developer from China</h4>
<span id="value_aboutme_intro">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat. cillum dolore eu fugiat nulla pariatur. olore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<p>nulla pariatur.uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. olore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
</span>
<a href="javascript:alert('Sorry, printable resume is not ready yet!')" class="bntDownload">Download Printable Resume</a> </div>
<div class=" col-xs-12 col-sm-12 col-md-4 col-lg-4 col-md-offset-1 col-lg-offset-1 proPic">
<div id='value_aboutme_profile_pic' style='background-image:url(images/me.jpg)' class="img-circle topmar"></div>
<!--<img id="value_aboutme_profile_pic" src="images/me.jpg" alt="" class="img-circle topmar">-->
</div>
</div>
</div>
</section>
<!--about me end-->
<!--technical start-->
<section class="technical" id="technical">
<div class="container">
<div class="heading">
<h2>Technical Skills</h2>
<p>I can say i’m quite good at</p>
</div>
<div class="row" id="value_skill_parent">
<div class=" col-xs-12 col-sm-4 col-md-4 col-lg-4 skillsArea" id="value_skill_child">
<div class=" col-xs-12 col-sm-6 col-md-6 col-lg-6 skills">
<span class="chart skilBg" data-percent="90"> <span class="percent"></span> </span>
<h4>Photoshop</h4>
<p>Donec accumsan ligula vitae mag na curabitur id</p>
</div>
</div>
<div class=" col-xs-12 col-sm-4 col-md-4 col-lg-4 skillsArea">
<div class=" col-xs-12 col-sm-6 col-md-6 col-lg-6 skills"> <span class="chart skilBg" data-percent="80"> <span class="percent"></span> </span>
<h4>Illustrator</h4>
<p>Donec accumsan ligula vitae mag na curabitur id</p>
</div>
</div>
<div class=" col-xs-12 col-sm-4 col-md-4 col-lg-4 skillsArea">
<div class=" col-xs-12 col-sm-6 col-md-6 col-lg-6 skills"> <span class="chart skilBg" data-percent="80"> <span class="percent"></span> </span>
<h4>Flash</h4>
<p>Donec accumsan ligula vitae mag na curabitur id</p>
</div>
</div>
<div class=" col-xs-12 col-sm-4 col-md-4 col-lg-4 skillsArea">
<div class=" col-xs-12 col-sm-6 col-md-6 col-lg-6 skills"> <span class="chart skilBg" data-percent="75"> <span class="percent"></span> </span>
<h4>HTML5 / CSS3</h4>
<p>Donec accumsan ligula vitae mag na curabitur id</p>
</div>
</div>
<div class=" col-xs-12 col-sm-4 col-md-4 col-lg-4 skillsArea">
<div class=" col-xs-12 col-sm-6 col-md-6 col-lg-6 skills"> <span class="chart skilBg" data-percent="60"> <span class="percent"></span> </span>
<h4>jQuery</h4>
<p>Donec accumsan ligula vitae mag na curabitur id</p>
</div>
</div>
</div>
</div>
</section>
<!--technical end-->
<!--exprience start-->
<section class="exprience" id="exprience">
<div class="container">
<div class="heading">
<h2>Work Experience</h2>
<p>My previous associations</p>
</div>
<div id="value_experience_parent">
<div class="row workDetails" id="value_experience_child">
<div class="col-xs-12 col-sm-3 col-md-2 col-lg-2">
<div class="workYear">Mar,2011<br>
Present</div>
</div>
<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10 rightArea">
<div class="arrowpart"></div>
<div class="exCon">
<h4>UIzards</h4>
<h5>Senior UX Designer</h5>
<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quom placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui faorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</p>
</div>
</div>
</div>
<div class="row workDetails">
<div class="col-xs-12 col-sm-3 col-md-2 col-lg-2">
<div class="workYear">Mar,2011<br>
Present</div>
</div>
<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10 rightArea">
<div class="arrowpart"></div>
<div class="exCon">
<h4>Lexind</h4>
<h5>Visual / UI Designer</h5>
<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quom placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui faorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</p>
</div>
</div>
</div>
<div class="row workDetails">
<div class="col-xs-12 col-sm-3 col-md-2 col-lg-2">
<div class="workYear">Mar,2011<br>
Present</div>
</div>
<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10 rightArea">
<div class="arrowpart"></div>
<div class="exCon">
<h4>Matrix Media</h4>
<h5>Visual / UI Designer</h5>
<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quom placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui faorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--exprience end-->
<!--education start-->
<section class="education" id="education">
<div class="container">
<div class="heading">
<h2>Education & Diplomas</h2>
<p>What I have done in my academic career</p>
</div>
<div id="value_education_parent">
<div class="row workDetails" id="value_education_child">
<div class="col-xs-12 col-sm-3 col-md-2 col-lg-2">
<div class="workYear">Mar,2010</div>
</div>
<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10 rightArea">
<div class="arrowpart"></div>
<div class="exCon">
<h4>Master Degree of Design</h4>
<h5>University of Design</h5>
<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quom placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui faorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</p>
</div>
</div>
</div>
<div class="row workDetails">
<div class="col-xs-12 col-sm-3 col-md-2 col-lg-2">
<div class="workYear">Sept, 2007</div>
</div>
<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10 rightArea">
<div class="arrowpart"></div>
<div class="exCon">
<h4>Bachelor of Arts</h4>
<h5>University of Design</h5>
<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quom placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui faorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</p>
</div>
</div>
</div>
<div class="row workDetails">
<div class="col-xs-12 col-sm-3 col-md-2 col-lg-2">
<div class="workYear">Feb, 2005</div>
</div>
<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10 rightArea">
<div class="arrowpart"></div>
<div class="exCon">
<h4>Master Degree of Design</h4>
<h5>University of Design</h5>
<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quom placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui faorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--education end-->
<!--portfolio start-->
<section class="portfolio" id="portfolio">
<div class="container">
<div class="heading">
<h2>Portfolio</h2>
<p>showcase of my latest works</p>
</div>
<div class="portfolioFilter">
<ul>
<li><a href="#" data-filter="*" class="current">All</a></li>
<li><a href="#" data-filter=".photos">Photos</a></li>
<li><a href="#" data-filter=".branding">Branding</a></li>
<li><a href="#" data-filter=".illustration">Illustration</a></li>
</ul>
</div>
<ul class="portfolioContainer row">
<li class="photos col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/big-1.jpg" title="Project Title1" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> <a href="#" title="Project Link" target="_blank" class="linKed"><i class="fa fa-link fa-2x"></i></i></a> </span> </span> <img src="images/thu-1.jpg" alt="" > </div>
</li>
<li class="branding illustration col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/big-2.jpg" title="Project Title2" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> <a href="#" title="Project Link" target="_blank" class="linKed"><i class="fa fa-link fa-2x"></i></i></a> </span> </span> <img src="images/thu-2.jpg" alt="" > </div>
</li>
<li class="illustration col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/big-3.jpg" title="Project Title3" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> <a href="#" title="Project Link" target="_blank" class="linKed"><i class="fa fa-link fa-2x"></i></i></a> </span> </span> <img src="images/thu-3.jpg" alt="" > </div>
</li>
<li class="branding illustration col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/big-4.jpg" title="Project Title4" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> <a href="#" title="Project Link" target="_blank" class="linKed"><i class="fa fa-link fa-2x"></i></i></a> </span> </span> <img src="images/thu-4.jpg" alt="" > </div>
</li>
<li class="illustration photos col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/big-5.jpg" title="Project Title5" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> <a href="#" title="Project Link" target="_blank" class="linKed"><i class="fa fa-link fa-2x"></i></i></a> </span> </span> <img src="images/thu-5.jpg" alt="" > </div>
</li>
<li class="branding photos col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/big-6.jpg" title="Project Title6" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> <a href="#" title="Project Link" target="_blank" class="linKed"><i class="fa fa-link fa-2x"></i></i></a> </span> </span> <img src="images/thu-6.jpg" alt="" > </div>
</li>
<li class="illustration photos col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/big-7.jpg" title="Project Title7" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> <a href="#" title="Project Link" target="_blank" class="linKed"><i class="fa fa-link fa-2x"></i></i></a> </span> </span> <img src="images/thu-7.jpg" alt="" > </div>
</li>
<li class="branding col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/big-8.jpg" title="Project Title8" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> <a href="#" title="Project Link" target="_blank" class="linKed"><i class="fa fa-link fa-2x"></i></i></a> </span> </span> <img src="images/thu-8.jpg" alt="" > </div>
</li>
</ul>
</div>
</section>
<!--portfolio end-->
<!--contact start-->
<section class="contactDetails" id="contact">
<div class="container">
<!--contact info start-->
<div class="col-xs-12 col-sm-3 col-md-4 col-lg-4">
<h4>Contact</h4>
<p> <i class="fa fa-envelope-o "></i> <a id="value_email" href="mailto:jetty.lee@icloud.com">jetty.lee@icloud.com</a></p>
<p> <i class="fa fa-link "></i> <a id="value_website" href="www.websitename.com">www.websitename.com</a></p>
<p> <i class="fa fa-link "></i> <a id="wechat" href="javascript:copyToClipboard('szchainfun')">WeChat:szchainfun</a></p>
<!-- <button class="btn btn-primary btn-lg" id="btn_generator">-->
<!-- I want a resume too!-->
<!-- </button>-->
</div>
<!--contact info end-->
</div>
</section>
<!--contact end-->
<!--footer start-->
<section class="footer" id="footer">
<div class="container">
<ul id="value_sns_parent">
<li id="value_sns_child"><a href="#"><i class="fa fa-twitter fa-2x"></i></a></li>
<li><a href="#"><i class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin fa-2x"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest fa-2x"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble fa-2x"></i></a></li>
<li><a href="#"><i class="fa fa-rss fa-2x"></i></a></li>
</ul>
</div>
</section>
<!--footer end-->
</div>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">Resume Generator</h4>
</div>
<div class="modal-body">
<form class="form-horizontal" role="form">
<div class="form-group">
<div class="col-sm-12 ">
<textarea id="input_values_json" class="form-control " rows="20" wrap="soft"></textarea>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" id="btn_save" data-dismiss="modal">Save</button>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--wrapper end-->
<!--modernizr js-->
<script type="text/javascript" src="js/modernizr.custom.26633.js"></script>
<!--jquary min js-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.gridrotator.js"></script>
<!--for custom jquary-->
<script src="js/custom.js"></script>
<!--for placeholder jquary-->
<script type="text/javascript" src="js/jquery.placeholder.js"></script>
<!--for menu jquary-->
<script type="text/javascript" src="js/stickUp.js"></script>
<script type="text/javascript">
jQuery(function($) {
$(document).ready(function() {
//enabling stickUp on the '.navbar-wrapper' class
var stickUp = function (parts) {
$('.navbar-wrapper').stickUp({
parts: parts,
itemClass: 'menuItem',
itemHover: 'active',
topMargin: 'auto'
});
};
stickUp([
'banner',
'aboutme',
'technical',
'exprience',
'education',
'portfolio',
'contact'
]);
var values = {
name: "Jetty Lee - 李小东",
mission: "Coding For A Better World|Enjoy the world!",
job_title: "FullStack Developer|Web3 Investor|",
profile_pic: "images/jetty.jpeg",
intro: "Hello, my name is Jetty Lee. I'm from Hunan and currently residing in Shenzhen since 2011. I've worked for renowned companies such as Huawei and Sina Lottery as a full-stack engineer. In 2017, I embarked on my entrepreneurial journey in the field of financial technology. I've developed virtual currency exchanges and contract exchanges, and served top securities firms like China Merchants Securities, Guosen Securities, and First Venture Securities. Currently, I'm focusing on selling FoxAI robots and customizing AI robots for specific tasks. Besides being a tech geek who loves his work, I also enjoy singing, running, playing basketball and badminton among other sports. As an individual with an ENFP personality type according to the MBTI test, I am enthusiastic about helping others and have even saved a child from drowning once! You can reach me via WeChat at szchainfun.My Email:jetty.lee@icloud.com,Twitter(X):jettylee",
tech_skills: [
{
caption: "Java",
percentage: 95,
subcaption: "10+ Years"
},
{
caption: "Solidity",
percentage: 80,
subcaption: "5+ Years"
},
{
caption: "HTML5 / CSS3 / JS",
percentage: 95,
subcaption: "10+ Years"
},
{
caption: "C#",
percentage: 95,
subcaption: "2+ Years"
},
{
caption: "MySQL",
percentage: 90,
subcaption: ""
},
{
caption: "Python",
percentage: 80,
subcaption: ""
},
{
caption: "NodeJS",
percentage: 85,
subcaption: ""
}
],
working_experience: [ {
start: "2017 - now",
end:"Present",
company: "Chain Fun Tech",
title: "CEO Research/Teaching Assistant",
desc: "foxai.tech"
}, {
start: "2016",
end: "2017",
company: "moguyun.com",
title: "Full Stack Developer",
desc: ""
}, {
start: "2013",
end: "2016",
company: "Sina AiCai",
title: "Java Software Engineer",
desc: "Java"
},{
start: "2011 - ",
end:"2013",
company: "HuaWei",
title: "Senior Java Engineer",
desc: "During my time at Huawei, I was responsible for the core development of information systems, handling complex issues, and leading the team in learning cutting-edge technologies. "
}],
education_experience: [{
start: "2014",
end:"2016",
company: "Shenzhen Institute of Information Technology",
title: "",
desc: ""
}],
portfolio: [{
}],
email: "jetty.lee@icloud.com",
website: "jettylee.com",
sns: [ {
url: "https://x.com/jettyleex",
icon_class: "fa-twitter"
},{
url: "https://github.com/lixiaodong",
icon_class: "fa-github"
}]
};
var applyValues = function(values) {
$("#value_title").text(values["name"]);
$("#value_mission").text(values["mission"]);
$("#value_aboutme_name").text(values["name"]);
$("#value_aboutme_job_title").text(values["job_title"]);
$("#value_aboutme_profile_pic").css('background-image', 'url("' + values["profile_pic"] + '")');
$("#value_aboutme_intro").empty();
$("#value_aboutme_intro").append("<p>" + values["intro"] + "</p>");
$("#value_email").text(values["email"]);
$("#value_email").attr("href", "mailto://" + values["email"]);
$("#value_website").text(values["website"]);
$("#value_website").attr("href", "http://" + values["website"]);
var skill_template = $("#value_skill_child").clone();
$("#value_skill_parent").empty();
for(var i=0; i<values.tech_skills.length; i++) {
var tech_skill = values.tech_skills[i];
skill_template.find("h4").text(tech_skill.caption);
skill_template.find(".skilBg").attr("data-percent", tech_skill.percentage);
skill_template.find("p").text(tech_skill.subcaption);
$("#value_skill_parent").append(skill_template);
skill_template = skill_template.clone();
}
if (values.portfolio.length > 0) {
//TODO(zzn) update portfolio
} else {
// $("#portfolio").remove();
// $("#menu_portfolio").remove();
stickUp([
'banner',
'aboutme',
'technical',
'exprience',
'education',
'contact'
]);
}
var experience_template = $("#value_experience_child").clone();
$("#value_experience_parent").empty();
for(var i=0;i<values.working_experience.length;i++) {
var experience = values.working_experience[i];
experience_template.find(".workYear").html(experience.start + "<br>" + experience.end);
experience_template.find("h4").text(experience.company);
experience_template.find("h5").text(experience.title);
experience_template.find("p").text(experience.desc);
$("#value_experience_parent").append(experience_template);
experience_template = experience_template.clone();
}
var education_template = $("#value_education_child").clone();
$("#value_education_parent").empty();
for(var i=0;i<values.education_experience.length;i++) {
var education = values.education_experience[i];
education_template.find(".workYear").html(education.start + "<br>" + education.end);
education_template.find("h4").text(education.company);
education_template.find("h5").text(education.title);
education_template.find("p").text(education.desc);
$("#value_education_parent").append(education_template);
education_template = education_template.clone();
}
var sns_template = $("#value_sns_child").clone();
$("#value_sns_parent").empty();
for(var i=0;i<values.sns.length;i++) {
var sns = values.sns[i];
sns_template.find("a").attr("href", sns.url);
sns_template.find(".fa").removeClass().addClass("fa fa-2x").addClass(sns.icon_class);
$("#value_sns_parent").append(sns_template);
sns_template = sns_template.clone();
}
};
applyValues(values);
var fillModalWithValues = function(values) {
$("#input_values_json").val(JSON.stringify(values, null, 4));
};
$("#btn_generator").click(function() {
fillModalWithValues(values);
$('#myModal').modal();
});
$("#btn_save").click(function() {
values = $.parseJSON($("#input_values_json").val());
applyValues(values);
});
// Hide w3counter tracking
var tid = setInterval(function() {
if ($("a[href='http://www.w3counter.com']")) {
$("a[href='http://www.w3counter.com']").hide();
clearInterval(tid);
}
}, 2000);
});
$( ".navbar.navbar-inverse.navbar-static-top a" ).click(function() {
$( ".navbar-collapse" ).addClass( "hideClass" );
});
$( ".navbar.navbar-inverse.navbar-static-top a" ).click(function() {
$( ".navbar-collapse" ).addClass( "collapse" );
});
$( ".navbar.navbar-inverse.navbar-static-top a" ).click(function() {
$( ".navbar-collapse" ).removeClass( "in" );
});
$( ".navbar-toggle" ).click(function() {
$( ".navbar-collapse" ).removeClass( "hideClass" );
});
});
function copyToClipboard(text) {
// 创建一个临时的文本区域元素
const tempTextArea = document.createElement('textarea');
tempTextArea.value = text; // 设置要复制的文本
document.body.appendChild(tempTextArea); // 将元素添加到DOM中
tempTextArea.select(); // 选择文本
document.execCommand('copy'); // 执行复制命令
document.body.removeChild(tempTextArea); // 删除临时元素
alert("Text copied to clipboard!"); // 复制完成提示
}
</script>
<!--for portfoli filter jquary-->
<script src="js/jquery.isotope.js" type="text/javascript"></script>
<!--for portfoli lightbox -->
<link type="text/css" rel="stylesheet" id="theme" href="css/jquery-ui-1.8.16.custom.css">
<link type="text/css" rel="stylesheet" href="css/lightbox.min.css">
<script type="text/javascript" src="js/jquery.ui.widget.min.js"></script>
<script type="text/javascript" src="js/jquery.ui.rlightbox.js"></script>
<!--for skill chat jquary-->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.easypiechart.js"></script>
<!--contact form js-->
<script type="text/javascript" src="js/jquery.contact.js"></script>
<!-- Start of Tracking Code Snippets -->
<!-- Start of Woopra Code -->
<script>
(function(){
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/w.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
})("woopra");
woopra.config({
domain: 'zzn.im'
});
woopra.track();
</script>
<!-- End of Woopra Code -->
<!-- Begin W3Counter Tracking Code -->
<script type="text/javascript" src="https://www.w3counter.com/tracker.js"></script>
<script type="text/javascript">
w3counter(86297);
</script>
<noscript>
<div><a href="http://www.w3counter.com"><img src="https://www.w3counter.com/tracker.php?id=86297" style="border: 0" alt="W3Counter" /></a></div>
</noscript>
<!-- End W3Counter Tracking Code -->
<!-- End of Tracking Code Snippets -->
</body>
</html>