-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
436 lines (393 loc) · 21.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A Graduate Student of BUCT Major in Biochemical Engineering | Personal Website">
<meta name="keywords" content="Chao Bin, web development, programming, Graduate Student">
<meta name="author" content="Chao Bin"/>
<meta name="robots" content="index, follow">
<!-- Ikonice -->
<link rel="image_src" href="img/link.png" />
<link rel="shortcut icon" href="img/favicon.png">
<title>Chao Bin</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<!-- Animacije -->
<link href="css/animate.css" rel="stylesheet" />
<!-- Font Icons -->
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!--百度统计代码:-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?af18a9bd208eeac961bef5d3670c03d4";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<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" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<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 hidden-xs page-scroll" href="#page-top">
<div id="logo_nav">
<div id="logo_img">
<img src="img/logo.png" alt="Chao Bin">
</div>
<div id="logo_header">
CHAO BIN
</div>
<div id="logo_subheader">
A Graduate Student of BUCT
</div>
</div>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">ABOUT ME</a>
</li>
<!--<li>
<a class="page-scroll" href="#portfolio">PORTFOLIO</a>
</li>-->
<li>
<a class="page-scroll" href="#contact">CONTACT</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Section -->
<section id="intro" class="intro-section">
<!-- Video Background -->
<!-- / End Video Start Container -->
<div class="wow bounceIn" data-wow-delay="0.3s">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>HI! WELCOME TO MY HOMEPAGE!</h1>
<p class="slogan"><mark class="gray">I'm Chao Bin -- A Graduate Student of BUCT Major in Biochemical Engineering from Beijing.</mark></p>
<p class="slogan-2">WEB DEVELOPMENT · PROGRAMMING · BIOCHEMICAL ENGINEERING</p>
</div>
<a class="home-button page-scroll" href="#about">MEET ME</a>
<!--<a class="home-button" href="http://www.bend.rs" target="_blank"><i class="fa fa-star"></i> BEND.RS</a>-->
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about-section">
<div class="container">
<div class="row">
<div class="wow fadeInLeft" data-wow-delay="0.3s">
<div class="col-xs-12 col-sm-6 col-md-8">
<h2><i class="fa fa-user"></i> Chao Bin</h2>
<p class="text-indent">I'll start this story with the famous sentence in the programming "<i>Hello World</i>". My name is <strong>Chao Bin</strong> and i am a <span id="year"></span> years old <strong>Developer</strong> based in <strong>Beijing/China</strong>. I have a great desire to gain a new knowledge and skills. Fast learner, hard worker, and flexible in all fields of job. My objectives is to find ways to be more effective employee.</p>
<p><strong>My interests are</strong>: <i>Web development, Programming</i>.</p>
<h2><i class="fa fa-graduation-cap"></i> Education</h2>
<p><small><strong>Bachelor Degree, Energy chemical engineering, Beijing University of Chemical Technology, 2011 - 2014</strong></small></p>
<p class="text-indent">Applied engineer of chemical engineering and computer science for information technology is enabled to use and apply the existing technologies for networking, programming, development of applications, data bases, Web technologies, digital media and electronic publishing. Study Program for Information Technology has a goal to: Train professionals in the field of computer and information technologies for producing successful and productive specialists in industry, public enterprises, governmental agencies, health and educational institutions, enabled to satisfy the needs of the society; Provide the knowledge and the skills needed in the fields and systems based on computer and information technologies and the skills needed for the continuation of research or study in this field.</p>
<small><strong>Graduate degree, Biochemical engineering, Beijing University of Chemical Technology, 2015 - now</strong></small>
<!--<h2><i class="fa fa-cogs"></i> Work Experience</h2>
<p><small><strong>My current and ex work experience</strong></small></p>
<ul>
<li><i class="fa fa-check-square"></i> Web Developer @ Null Object</li>
<li><i class="fa fa-check-square"></i> Web Developer @ Ctbri</li>
</ul>-->
<div class="clearfix"></div>
<!--<h2><i class="fa fa-download"></i> Download</h2>
<a href="http://markosavic.elektronskoposlovanje.rs/cvpdf.pdf" class="btn btn-default">Curricula Vitae .PDF</a>
<a href="http://markosavic.elektronskoposlovanje.rs/cvdoc.docx" class="btn btn-default">Curricula Vitae .DOCX</a>-->
</div>
</div>
<div class="wow fadeInRight" data-wow-delay="0.4s">
<div class="col-xs-12 col-sm-6 col-md-4">
<img src="img/chaobin.jpg" id="tooltippic" data-toggle="tooltip" title="Chao Bin" alt="Chao Bin" class="img-thumbnail">
</div>
</div>
</div>
</div>
</section>
<section class="about-section-next">
<div class="container">
<div class="row">
<div class="wow bounceIn" data-wow-delay="0.4s">
<div class="col-sm-2">
<i class="fa fa-html5 fa-3x"></i>
<p>HTML5</p>
<p>Bootstrap</p>
</div>
</div>
<div class="wow bounceIn" data-wow-delay="0.5s">
<div class="col-sm-2">
<i class="fa fa-css3 fa-3x"></i>
<p>CSS3</p>
<p>Bootstrap</p>
</div>
</div>
<div class="wow bounceIn" data-wow-delay="0.8s">
<div class="col-sm-2">
<i class="fa fa-terminal fa-3x"></i>
<p>Script</p>
<p>jQuery · JavaScript</p>
</div>
</div>
<div class="wow bounceIn" data-wow-delay="0.6s">
<div class="col-sm-2">
<i class="fa fa-code fa-3x"></i>
<p>JAVA</p>
<p>Spring MVC · Mybatis</p>
</div>
</div>
<div class="wow bounceIn" data-wow-delay="0.7s">
<div class="col-sm-2">
<i class="fa fa-file-code-o fa-3x"></i>
<p>PHP</p>
<p>ThinkPHP</p>
</div>
</div>
<div class="wow bounceIn" data-wow-delay="0.3s">
<div class="col-sm-2">
<i class="fa fa-database fa-3x"></i>
<p>Databases</p>
<p>MySQL · Redis</p>
</div>
</div>
</div>
</div>
</section>
<!-- portfolio Section -->
<!--<section id="portfolio" class="services-section">
<div class="container">
<div class="row">
<div class="wow bounceInLeft" data-wow-delay="0.1s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/djbosko.png" alt="Dj Bosko Virijevic">
<div class="caption">
<h3 class="text-center">Dj Bosko Virijevic</h3>
<p class="text-center">HTML5 • CSS3 • Bootstrap • PHP • MySQL</p>
<p class="text-center"><a href="http://djbosko.bend.rs" target="_blank" class="btn btn-default" role="button">Visit Site</a></p>
</div>
</div>
</div>
</div>
<div class="wow bounceInLeft" data-wow-delay="0.2s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/happy.png" alt="HAPPY TV - Nacionalna Televizija Happy">
<div class="caption">
<h3 class="text-center">Nacionalna Televizija Happy</h3>
<p class="text-center">HTML5 · CSS3 · Bootstrap · MySQL · PHP MVC</p>
<p class="text-center"><a data-toggle="modal" data-target="#myModal" class="btn btn-default" role="button">Show Design</a></p>
</div>
</div>
</div>
</div>
<div class="wow bounceInDown" data-wow-delay="0.3s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/bendrs.png" alt="Bend.rs - Najbolji muzičari Srbije">
<div class="caption">
<h3 class="text-center">BEND.RS</h3>
<p class="text-center">HTML5 · CSS3 · PHP MVC · MySQL</p>
<p class="text-center"><a target="_blank" href="http://www.bend.rs" class="btn btn-default" role="button">Visit Site</a></p>
</div>
</div>
</div>
</div>
<div class="wow bounceInRight" data-wow-delay="0.4s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/ljudiuglavi.png" alt="Ljudi u glavi">
<div class="caption">
<h3 class="text-center">Ljudi u glavi</h3>
<p class="text-center">HTML5 · CSS3</p>
<p class="text-center"><a target="_blank" href="http://ljudiuglavi.bend.rs" class="btn btn-default" role="button">Visit Site</a></p>
</div>
</div>
</div>
</div>
<div class="wow bounceInLeft" data-wow-delay="0.5s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/firgatrans.png" alt="Firga Trans">
<div class="caption">
<h3 class="text-center">Firga Trans</h3>
<p class="text-center">HTML5 · CSS3 · PHP · MySQL</p>
<p class="text-center"><a target="_blank" href="http://www.firgatrans.ch" class="btn btn-default" role="button">Visit Site</a></p>
</div>
</div>
</div>
</div>
<div class="wow bounceInDown" data-wow-delay="0.6s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/benefit.png" alt="Benefit Metali">
<div class="caption">
<h3 class="text-center">Metali Benefit</h3>
<p class="text-center">HTML5 · CSS3 · PHP · MySQL</p>
<p class="text-center"><a target="_blank" href="http://www.benefit-metali.com/" class="btn btn-default" role="button">Visit Site</a></p>
</div>
</div>
</div>
</div>
<div class="wow bounceInRight" data-wow-delay="0.7s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/boss.png" alt="Konstrukcije Boss">
<div class="caption">
<h3 class="text-center">Konstrukcije Boss</h3>
<p class="text-center">HTML5 · CSS3 · PHP</p>
<p class="text-center"><a target="_blank" href="http://www.konstrukcijeboss.rs" class="btn btn-default" role="button">Visit Site</a></p>
</div>
</div>
</div>
</div>
<div class="wow bounceInLeft" data-wow-delay="0.8s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/pinnbet.png" alt="Pinnbet Gambling Style">
<div class="caption">
<h3 class="text-center">Pinnbet</h3>
<p class="text-center">HTML5 · CSS3 · PHP · MySQL · CMS</p>
<p class="text-center"><a target="_blank" href="http://www.pinnbet.rs" class="btn btn-default" role="button">Visit Site</a></p>
</div>
</div>
</div>
</div>
<div class="wow bounceInUp" data-wow-delay="0.9s">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="img/rokstarza.png" alt="Rokstarza">
<div class="caption">
<h3 class="text-center">Rokstarza</h3>
<p class="text-center">HTML5 · CSS3</p>
<p class="text-center"><a target="_blank" href="http://rokstarza.bend.rs" class="btn btn-default" role="button">Visit Site</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>-->
<section class="portfolio-section-next">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="wow pulse" data-wow-delay="0.5s" data-wow-duration="1s">
<i class="fa fa-coffee fa-5x"></i>
</div>
<div class="wow pulse" data-wow-delay="1s" data-wow-duration="1s">
<p><kbd>// GET COFFEE AND WRITE CODE</kbd></p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="wow bounceInUp" data-wow-delay="0.3s" data-wow-duration="1s">
<address>
<strong><i class="fa fa-envelope-o fa-3x"></i></strong><br>
<strong>Chao Bin</strong><br>
<a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
<div class="wow bounceInUp" data-wow-delay="0.8s" data-wow-duration="1s">
<!--<address>
<strong>Social networks</strong><br>
<a class="btn btn-default" id="tooltipskype" data-toggle="tooltip" data-placement="top" title="ID: SAVKELITA" href=""><i class="fa fa-skype fa-1x"></i></a>
<a target="_blank" class="btn btn-default" id="tooltiplinkedin" data-toggle="tooltip" data-placement="top" title="LinkedIn" href="https://rs.linkedin.com/in/savkelita/"><i class="fa fa-linkedin fa-1x"></i></a>
<a target="_blank" class="btn btn-default" id="tooltipfacebook" data-toggle="tooltip" data-placement="top" title="Facebook" href="https://www.facebook.com/savkelita"><i class="fa fa-facebook fa-1x"></i></a>
<a target="_blank" class="btn btn-default" id="tooltipgoogle" data-toggle="tooltip" data-placement="top" title="Google+" href="https://plus.google.com/+MarkoSavic"><i class="fa fa-google fa-1x"></i></a>
<a target="_blank" class="btn btn-default" id="tooltipinstagram" data-toggle="tooltip" data-placement="top" title="Instagram" href="http://www.instagram.com/savkelita"><i class="fa fa-instagram fa-1x"></i></a>
</address>-->
<p class="text-center"><small>COPYRIGHT © <span id="fullyear"></span> - Chao Bin</small></p>
</div>
</div>
</div>
</div>
</section>
<!-- / Contact -->
<!-- jQuery Version 1.11.0 -->
<script src="js/jquery-1.11.3.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Scrolling Nav JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
$(document).ready(function () {
//针对屏幕宽,小屏幕显示图片,大屏幕显示视频
var width = $(document).width();
if(width >= 768){
var video = '<video id="video_background" preload="auto" autoplay="autoplay" muted="muted" loop="loop">'+
'<source src="Video/video.mp4" type="video/mp4" />'+
'<source src="Video/video.ogv" type="video/ogg" />'+
'<source src="Video/video.webm" type="video/webm" />'+
'</video>';
$("#intro").prepend(video);
}else{
var bgimg = '<img id="video_background" src="img/wall.jpg" >';
$("#intro").prepend(bgimg);
}
});
</script>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title text-center" id="myModalLabel"><span class="blink"><b>National Television Happy</b></span></h4>
</div>
<div class="modal-body">
<p class="text-center">
<img src="img/happysite.png" class="img-responsive img-thumbnail" alt="Nacionalna Televizija Happy">
</p><br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
</html>