forked from jarrekk/Jalpc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
553 lines (534 loc) · 27.9 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
---
layout: blog
title: index
permalink: /
---
<div class="navbar-wrapper">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top" id="i18_title"><span data-i18n="website.title">{{ site.title }}</span></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right" id="i18_navbar">
<li><a class="page-scroll" href="#page-top"><span data-i18n="nav.home">{{ site.landing.home }}</span></a></li>
<li><a class="page-scroll" href="#about_me"><span data-i18n="nav.about_me">{{ site.landing.about }}</span></a></li>
<li><a class="page-scroll" href="#career"><span data-i18n="nav.career">{{ site.landing.career }}</span></a></li>
<li><a class="page-scroll" href="#skills"><span data-i18n="nav.skills">{{ site.landing.skills }}</span></a></li>
<li><a class="page-scroll" href="#project"><span data-i18n="nav.projects">{{ site.landing.projects }}</span></a></li>
<li><a class="page-scroll" href="#blog"><span data-i18n="nav.blog">{{ site.landing.blog }}</span></a></li>
<li><a class="page-scroll" href="#link"><span data-i18n="nav.link">{{ site.landing.link }}</span></a></li>
<li>
<a class="btn btn-sm set_en"><img src="{{"static/img/flags/United-States.png"| prepend: site.baseurl }}" height="16px" width="16px"></a>
</li>
<li>
<a class="btn btn-sm set_cn"><img src="{{"static/img/flags/China.png"| prepend: site.baseurl }}" height="16px" width="16px"></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div id="inSlider" class="carousel carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#inSlider" data-slide-to="0" class="active"></li>
<li data-target="#inSlider" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="container">
<div class="carousel-caption">
</div>
<div class="carousel-image wow zoomIn">
<!-- <img src="static/img/landing/laptop.png" alt="laptop"/> -->
</div>
</div>
<!-- Set background for slide in css -->
<div class="header-back one"></div>
</div>
<div class="item">
<div class="container">
<div class="carousel-caption blank">
</div>
</div>
<!-- Set background for slide in css -->
<div class="header-back two"></div>
</div>
</div>
<a class="left carousel-control" href="#inSlider" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#inSlider" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<section id="about_me" class="features">
<div class="container" id="i18_about_me">
<div class="row m-b-lg">
<div class="col-lg-12 text-center">
<div class="navy-line"></div>
<h1><span data-i18n="about_me.about_me">About Me</span></h1>
<!-- <p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod.</p> -->
</div>
</div>
<div class="row">
<!-- python -->
<div class="col-xs-2 wow fadeInLeft">
<div class="team-member">
<div class="vote-icon">
<i class="icon-python"></i>
</div>
</div>
</div>
<!-- linux -->
<div class="col-xs-2 wow fadeInLeft">
<div class="team-member">
<div class="vote-icon">
<i class="icon-shell"></i>
</div>
</div>
</div>
<!-- avatar -->
<div class="col-xs-4">
<div class="team-member wow zoomIn">
<img src="{{ site.author.head_img | prepend: site.baseurl }}" height="110" width="110" class="img-responsive img-circle" alt="">
<h4><span class="navy">{{ site.author.last_name }}</span> {{ site.author.first_name }}</h4>
<ul class="list-inline social-icon">
<li><a href="https://github.com/{{ site.author.github_username }}" target="blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="mailto:{{ site.author.email }}"><i class="fa fa-envelope-o"></i></a>
</li>
<li><a href="https://www.facebook.com/{{ site.author.facebook_username }}" target="blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="{{ site.url}}/feed.xml" target="blank"><i class="fa fa-rss"></i></a>
</li>
</ul>
</div>
</div>
<!-- html -->
<div class="col-xs-2 wow fadeInRight">
<div class="team-member">
<div class="vote-icon">
<i class="icon-angular"></i>
</div>
</div>
</div>
<!-- docker -->
<div class="col-xs-2 wow fadeInRight">
<div class="team-member">
<div class="vote-icon">
<i class="icon-docker"></i>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg">
<p><span data-i18n="about_me.des">
I am a Python engineer with website development, automation Ops and writing scripts experience. Life is a continuous learning process, so work makes me more rigorous, travel makes my life more colorful. I can make lots of friends when I coding and travel.
</span></p>
</div>
</div>
</div>
</section>
<section id="career" class="timeline features gray-section">
<div class="container" id="i18_career">
<div class="row">
<div class="col-lg-12 text-center">
<div class="navy-line"></div>
<h1><span data-i18n="career.my_career">My Career</span></h1>
</div>
</div>
<div class="row features-block">
<div class="col-lg-12">
<div id="vertical-timeline" class="vertical-container light-timeline center-orientation">
<!-- nextcode -->
<div class="vertical-timeline-block">
<div class="vertical-timeline-icon navy-bg wow rotateIn">
<i class="fa fa-plus-square"></i>
</div>
<div class="vertical-timeline-content wow rotateInUpRight">
<h2><span data-i18n="career.nextcode">Nextcode</span></h2>
<p><span data-i18n="career.nextcode_des">Now I am in Nextcode and develop website with Python code for genetic analysis. </span></p>
<span class="vertical-date"><span data-i18n="career.nextcode_date"> Apr. 2016 </span><br/> <small><span data-i18n="career.nextcode_job">Python Developer</span></small> </span>
</div>
</div>
<!-- netease game -->
<div class="vertical-timeline-block">
<div class="vertical-timeline-icon navy-bg wow rotateIn">
<i class="fa fa-gamepad"></i>
</div>
<div class="vertical-timeline-content wow rotateInUpLeft">
<h2><span data-i18n="career.netease">Netease Game</span></h2>
<p><span data-i18n="career.netease_des">In Netease game, I learned game service system and use Python code for ops. </span></p>
<span class="vertical-date"><span data-i18n="career.netease_date"> Jun. 2015 </span><br/> <small><span data-i18n="career.netease_job">Dev Ops</span></small> </span>
</div>
</div>
<!-- uloud -->
<div class="vertical-timeline-block">
<div class="vertical-timeline-icon navy-bg wow rotateIn">
<i class="fa fa-cloud"></i>
</div>
<div class="vertical-timeline-content wow rotateInUpRight">
<h2><span data-i18n="career.ucloud">Ucloud</span></h2>
<p><span data-i18n="career.ucloud_des">In ucloud, I started to deal with servers and Linux system and use shell scripts to manage massive server.</span></p>
<span class="vertical-date"><span data-i18n="career.ucloud_date"> Sep. 2013 </span><br/> <small><span data-i18n="career.ucloud_job">Dev Ops</span></small> </span>
</div>
</div>
<!-- student -->
<div class="vertical-timeline-block">
<div class="vertical-timeline-icon navy-bg wow rotateIn">
<i class="fa fa-book"></i>
</div>
<div class="vertical-timeline-content wow rotateInUpLeft">
<h2><span data-i18n="career.college">Graduation</span></h2>
<p><span data-i18n="career.college_des">At July 2013,I graduated from college and started my IT technology tour.</span></p>
<span class="vertical-date"><span data-i18n="career.college_date"> Jul. 2013 </span><br/> <small><span data-i18n="career.college_job">Student</span></small> </span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="team features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center" id="i18_skills">
<div class="navy-line"></div>
<h1><span data-i18n="skills.my_skills">My Skills</span></h1>
</div>
</div>
<div class="row features-block">
<div class="row">
<div class="col-lg-1 col-lg-offset-2 features-text wow fadeInLeft">
<p>Python</p>
</div>
<div class="col-lg-7 features-text wow fadeInLeft">
<div class="progress progress-bar-default">
<div style="width: 85%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="85" role="progressbar" class="progress-bar">
<!-- <span class="sr-only">85% Complete (success)</span> -->
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-1 col-lg-offset-2 wow fadeInRight">
<p>HTML</p>
</div>
<div class="col-lg-7 wow fadeInRight">
<div class="progress progress-bar-default">
<div style="width: 65%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="65" role="progressbar" class="progress-bar">
<!-- <span class="sr-only">65% Complete (success)</span> -->
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-1 col-lg-offset-2 wow fadeInLeft">
<p>Linux/Shell</p>
</div>
<div class="col-lg-7 wow fadeInLeft">
<div class="progress progress-bar-default">
<div style="width: 80%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="80" role="progressbar" class="progress-bar">
<!-- <span class="sr-only">80% Complete (success)</span> -->
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-1 col-lg-offset-2 wow fadeInRight">
<p>AngularJS</p>
</div>
<div class="col-lg-7 wow fadeInRight">
<div class="progress progress-bar-default">
<div style="width: 80%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="80" role="progressbar" class="progress-bar">
<!-- <span class="sr-only">80% Complete (success)</span> -->
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-1 col-lg-offset-2 wow fadeInLeft">
<p>Ionic</p>
</div>
<div class="col-lg-7 wow fadeInLeft">
<div class="progress progress-bar-default">
<div style="width: 60%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="60" role="progressbar" class="progress-bar">
<!-- <span class="sr-only">60% Complete (success)</span> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="project" class="project gray-section features">
<div class="container" id="i18_projects">
<div class="row m-b-lg">
<div class="col-lg-12 text-center">
<div class="navy-line"></div>
<h1><span data-i18n="projects.my_projects">My Projects</span></h1>
</div>
</div>
<div class="row">
<div class="col-sm-6 wow fadeInLeft">
<div class="team-member">
<img src="{{ site.project.saplatform.img | prepend: site.baseurl }}" class="img-responsive img-circle img-small" alt="">
<h4><a href="{{ site.project.saplatform.url | prepend: 'https://github.com' }}" target="blank" style="color: #1ab394" class="navy">{{ site.project.saplatform.name }}</a></h4>
<p><span data-i18n="projects.saplatform">Saplatform is a automated service for operations, it has asset management, project release, database access function, it can control mass servers.</span></p>
<ul class="list-inline">
<li>
<a class="github-button" href="{{ site.project.saplatform.url | prepend: 'https://github.com'}}"
data-icon="octicon-star"
data-count-href="{{ site.project.saplatform.url | append: '/stargazers' }}"
data-count-api="{{ site.project.saplatform.url | prepend: '/repos' | append: '#stargazers_count' }}"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star hydepress/jekyll-install on GitHub">Star</a>
</li>
<li>
<a class="github-button" href="{{ site.project.saplatform.url | prepend: 'https://github.com'}}"
data-icon="octicon-fork"
data-count-href="{{ site.project.saplatform.url | append: '/forks' }}"
data-count-api="{{ site.project.saplatform.url | prepend: '/repos' | append: '#forks_count' }}"
data-count-aria-label="# forks on GitHub"
aria-label="Star hydepress/jekyll-install on GitHub">Fork</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-6 wow fadeInRight">
<div class="team-member">
<img src="{{ site.project.jalpc.img | prepend: site.baseurl }}" class="img-responsive img-circle img-small" alt="">
<h4><a href="{{ site.project.jalpc.url | prepend: 'https://github.com' }}" target="blank" style="color: #1ab394" class="navy">{{ site.project.jalpc.name }}</a></h4>
<p><span data-i18n="projects.jalpc">Jalpc is a simple, beautiful and swift theme for Jekyll. It's pretty minimal, but leverages large type and drastic contrast to make a statement, on all devices.</span></p>
<ul class="list-inline">
<li>
<a class="github-button" href="{{ site.project.jalpc.url | prepend: 'https://github.com'}}"
data-icon="octicon-star"
data-count-href="{{ site.project.jalpc.url | append: '/stargazers' }}"
data-count-api="{{ site.project.jalpc.url | prepend: '/repos' | append: '#stargazers_count' }}"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star hydepress/jekyll-install on GitHub">Star</a>
</li>
<li>
<a class="github-button" href="{{ site.project.jalpc.url | prepend: 'https://github.com'}}"
data-icon="octicon-fork"
data-count-href="{{ site.project.jalpc.url | append: '/forks' }}"
data-count-api="{{ site.project.jalpc.url | prepend: '/repos' | append: '#forks_count' }}"
data-count-aria-label="# forks on GitHub"
aria-label="Star hydepress/jekyll-install on GitHub">Fork</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 wow fadeInLeft">
<div class="team-member">
<img src="{{ site.project.angularjs.img | prepend: site.baseurl }}" class="img-responsive img-circle img-small" alt="">
<h4><a href="{{ site.project.angularjs.url | prepend: 'https://github.com' }}" target="blank" style="color: #1ab394" class="navy">{{ site.project.angularjs.name }}</a></h4>
<p><span data-i18n="projects.angularjs">Jalpc is a simple, beautiful and swift theme for Jekyll. It has comprehensive function, it can be easily used and edited. It's adapted for many kinds devices.</span></p>
<ul class="list-inline">
<li>
<a class="github-button" href="{{ site.project.angularjs.url | prepend: 'https://github.com'}}"
data-icon="octicon-star"
data-count-href="{{ site.project.angularjs.url | append: '/stargazers' }}"
data-count-api="{{ site.project.angularjs.url | prepend: '/repos' | append: '#stargazers_count' }}"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star hydepress/jekyll-install on GitHub">Star</a>
</li>
<li>
<a class="github-button" href="{{ site.project.angularjs.url | prepend: 'https://github.com'}}"
data-icon="octicon-fork"
data-count-href="{{ site.project.angularjs.url | append: '/forks' }}"
data-count-api="{{ site.project.angularjs.url | prepend: '/repos' | append: '#forks_count' }}"
data-count-aria-label="# forks on GitHub"
aria-label="Star hydepress/jekyll-install on GitHub">Fork</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-6 wow fadeInRight">
<div class="team-member">
<img src="{{ site.project.Rsser.img | prepend: site.baseurl }}" class="img-responsive img-circle img-small" alt="">
<h4><a href="{{ site.project.Rsser.url | prepend: 'https://github.com' }}" target="blank" style="color: #1ab394" class="navy">{{ site.project.Rsser.name }}</a></h4>
<p><span data-i18n="projects.rsser">Rsser is an Ionic application, with this application we can read news and articles freely, you can add rss address from the given list and add it manually.</span></p>
<ul class="list-inline">
<li>
<a class="github-button" href="{{ site.project.Rsser.url | prepend: 'https://github.com'}}"
data-icon="octicon-star"
data-count-href="{{ site.project.Rsser.url | append: '/stargazers' }}"
data-count-api="{{ site.project.Rsser.url | prepend: '/repos' | append: '#stargazers_count' }}"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star hydepress/jekyll-install on GitHub">Star</a>
</li>
<li>
<a class="github-button" href="{{ site.project.Rsser.url | prepend: 'https://github.com'}}"
data-icon="octicon-fork"
data-count-href="{{ site.project.Rsser.url | append: '/forks' }}"
data-count-api="{{ site.project.Rsser.url | prepend: '/repos' | append: '#forks_count' }}"
data-count-aria-label="# forks on GitHub"
aria-label="Star hydepress/jekyll-install on GitHub">Fork</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<br>
</section>
<section id="blog" class="navy-section testimonials" style="margin-top: 0">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center wow zoomIn" id="i18_blog">
<br><br><br>
<a class="btn btn-lg btn-default btn-rounded btn-outline wow bounceIn" href="/blog/"><span data-i18n="blog.my_blog">My Blog</span></a>
<br><br><br>
</div>
</div>
</div>
</section>
<section id="link" class="contact features">
<div class="container" id="i18_link">
<div class="row m-b-lg">
<div class="col-lg-12 text-center">
<div class="navy-line"></div>
<h1><span data-i18n="link.link">Link</span></h1>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="team-member wow zoomIn">
<h4><span class="navy">{{ site.jingyu.last_name }}</span> {{ site.jingyu.first_name }}</h4>
<p>
{{ site.jingyu.description }}
</p>
<ul class="list-inline social-icon">
<li><a href="{{ site.jingyu.link }}" target="blank"><i class="fa fa-link"></i></a>
</li>
<li><a href="mailto:{{ site.jingyu.email }}"><i class="fa fa-envelope-o"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg">
<p id="jalpc_site_pv"><strong>© 2015 {{ site.title }}</strong></p>
<!-- <img src="http://www.reliablecounter.com/count.php?page=www.jack003.com3&digit=style/black-and-white/3/&reloads=0" alt="" title="" border="0"> <span data-i18n="link.view">views</span> || -->
<!-- <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> -->
<!-- <span id="busuanzi_container_site_pv"><strong id="busuanzi_value_site_pv"></strong> views. </span>|| -->
</div>
</div>
</div>
</section>
<script>
$(document).ready(function () {
$('body').scrollspy({
target: '.navbar-fixed-top',
offset: 80
});
// Page scrolling feature
$('a.page-scroll').bind('click', function(event) {
var link = $(this);
$('html, body').stop().animate({
scrollTop: $(link.attr('href')).offset().top - 50
}, 500);
event.preventDefault();
$("#navbar").collapse('hide');
});
});
var cbpAnimatedHeader = (function() {
var docElem = document.documentElement,
header = document.querySelector( '.navbar-default' ),
didScroll = false,
changeHeaderOn = 200;
function init() {
window.addEventListener( 'scroll', function( event ) {
if( !didScroll ) {
didScroll = true;
setTimeout( scrollPage, 250 );
}
}, false );
}
function scrollPage() {
var sy = scrollY();
if ( sy >= changeHeaderOn ) {
$(header).addClass('navbar-scroll')
}
else {
$(header).removeClass('navbar-scroll')
}
didScroll = false;
}
function scrollY() {
return window.pageYOffset || docElem.scrollTop;
}
init();
})();
// Activate WOW.js plugin for animation on scrol
new WOW().init();
</script>
<script>
$(document).ready(function (){
$.i18n.init({
resGetPath: 'static/locales/__lng__.json',
load: 'unspecific',
fallbackLng: false,
lng: 'en'
}, function (t){
$('.i18container').i18n();
// $('#i18_title').i18n();
$('#i18_navbar').i18n();
$('#i18_about_me').i18n();
$('#i18_skills').i18n();
$('#i18_projects').i18n();
$('#i18_career').i18n();
$('#i18_blog').i18n();
$('#i18_link').i18n();
});
$('.set_en').on('click', function (){
i18n.setLng('en', function(){
$('.i18container').i18n();
// $('#i18_title').i18n();
$('#i18_navbar').i18n();
$('#i18_about_me').i18n();
$('#i18_skills').i18n();
$('#i18_projects').i18n();
$('#i18_career').i18n();
$('#i18_blog').i18n();
$('#i18_link').i18n();
// $('.set_en').addClass('active');
// $('.set_cn').removeClass('active');
});
});
$('.set_cn').on('click', function (){
i18n.setLng('cn', function(){
$('.i18container').i18n();
// $('#i18_title').i18n();
$('#i18_navbar').i18n();
$('#i18_about_me').i18n();
$('#i18_skills').i18n();
$('#i18_projects').i18n();
$('#i18_career').i18n();
$('#i18_blog').i18n();
$('#i18_link').i18n();
// $('.set_cn').addClass('active');
// $('.set_en').removeClass('active');
});
});
});
</script>