-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·478 lines (405 loc) · 20.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Qishan Wu Personal Website">
<title>Welcome To Qishan Wu Personal Website</title>
<!-- Web Fonts -->
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Font Awesome CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" media="screen">
<!-- Animate css -->
<link href="assets/css/animate.css" rel="stylesheet">
<!-- Magnific css -->
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<!-- Custom styles CSS -->
<link href="assets/css/style.css" rel="stylesheet" media="screen">
<!-- Responsive CSS -->
<link href="assets/css/responsive.css" rel="stylesheet">
<!-- 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]-->
<link rel="shortcut icon" href="assets/images/ico/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<!-- Preloader -->
<div id="tt-preloader">
<div id="pre-status">
<div class="preload-placeholder"></div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="tt-fullHeight" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
<div class="intro">
<div class="intro-sub">I am Qishan Wu</div>
<h1>Software <span>Engineer</span></h1>
<p>I am a senior student studying Computer Engineering in UCSD<br> Involving with web and app development and technologies <br> feel free to contact creative.</p>
<div class="social-icons">
<ul class="list-inline">
<li><a href="https://www.facebook.com/henry.wu.35574"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/qishan-wu-97489958/"><i class="fa fa-linkedin-square"></i></a></li>
</ul>
</div> <!-- /.social-icons -->
</div>
</section><!-- End Home Section -->
<!-- Navigation -->
<header class="header">
<nav class="navbar navbar-custom" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#custom-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="custom-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#resume">Resume</a></li>
</ul>
</div>
</div><!-- .container -->
</nav>
</header><!-- End Navigation -->
<!-- About Section -->
<section id="about" class="about-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">About Me</h2>
<div class="row">
<div class="col-md-4 col-md-push-8">
<div class="biography">
<div>
<img src="assets/images/myphoto.jpg" alt="">
</div>
<ul>
<li><strong>Name:</strong> Qishan Wu</li>
<li><strong>Date of birth:</strong> 06 Jul 1995</li>
<li><strong>Phone:</strong> (858)-999-1129</li>
<li><strong>Email:</strong> [email protected]</li>
</ul>
</div>
</div> <!-- col-md-4 -->
<div class="col-md-8 col-md-pull-4">
<div class="short-info wow fadeInUp">
<h3>Objective</h3>
<p>Become a solid programmer</p>
</div>
<div class="short-info wow fadeInUp">
<h3>What I Do ?</h3>
<p>I am a senior student studying Computer Engineering in UCSD and expects to graduate In March 2018. I am currently looking for a full-time software engineer position in 2017 with his strong academic background, communication and problem-solving skill, and internship experience. I have been provost honor in UCSD since 2013 and does well in core courses such as data structures and algorithms. At the same time, I have been a Java tutor in UCSD CSE department for two years to guide students with object-orient programming languages. Furthermore, I have a lot of internship experiences off campus, I was App developer in Cubic Transportation Systems and built android handheld ticket checker in summer 2016. In summer 2015, I also used HTML, CSS, JavaScript, and frameworks such as Bootstrap to help a local bioinformatic company build up its online contact system. </p>
</div>
<div class="download-button">
<a class="btn btn-info btn-lg" href="/file/QishanWuResume.pdf" target="_blank"><i class="fa fa-paper-plane"></i>Download my resume</a>
<a class="btn btn-primary btn-lg" href="/file/QishanWucoverletter.pdf
" target="_blank"><i class="fa fa-download"></i>Download my CV</a>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</section><!-- End About Section -->
<!-- Skills Section -->
<section id="skills" class="skills-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">Skills</h2>
<div class="row">
<div class="col-md-6">
<div class="skill-progress">
<div class="skill-title"><h3>Java/h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" ><span>95%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>App Development</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" ><span>80%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>To be explored</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" ><span>0%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<div class="skill-progress">
<div class="skill-title"><h3>To be explored</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" ><span>0%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>To be explored</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" ><span>0%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>To be explored</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" ><span>0%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
</div><!-- /.col-md-6 -->
</div><!-- /.row -->
<div class="skill-chart text-center">
<h3>More skills</h3>
</div>
<div class="row more-skill text-center">
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="91" data-color="e74c3c">
<span class="percent"></span>
<div class="chart-text">
<span>leadership</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="23" data-color="2ecc71">
<span class="percent"></span>
<div class="chart-text">
<span>Creativity</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="68" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Management</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="68" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Branding</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="68" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Marketing</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="68" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Motivation</span>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
</section><!-- End Skills Section -->
<!-- Resume Section -->
<section id="resume" class="resume-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">Resume</h2>
<div class="row">
<div class="col-md-12">
<div class="resume-title">
<h3>Education</h3>
</div>
<div class="resume">
<ul class="timeline">
<li>
<div class="posted-date">
<span class="month">2013-2017</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Bachelor degree certificate</h3>
<span>University Of California San Diego, CA, USA</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>I will be graduated at 2018.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">2010-2013</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>High School certificate</h3>
<span>English School Attached To Guangdong University Of Foreign Study, Guangzhou, China</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>I am very happy for my three-year high school experience. Miss my friends so much.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div> <!-- /timeline-panel -->
</li>
</ul>
</div>
</div>
</div><!-- /row -->
<div class="row">
<div class="col-md-12">
<div class="resume-title">
<h3>Experience</h3>
</div>
<div class="resume">
<ul class="timeline">
<li>
<div class="posted-date">
<span class="month">2017</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Software Engineer Intern</h3>
<span>Amazon, Seattle, Washington</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Looking forward to joining Amazon as Software Engineer Intern at June.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div> <!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">2016</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Software Engineer Intern</h3>
<span>Cubic Transportation System, San Diego, California</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>I was App developer in Cubic Transportation Systems and built android handheld ticket checker in summer 2016.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">2015</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Software Engineer Intern</h3>
<span>Bioinforx, San Diego, California</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Used HTML, CSS, JavaScript, and frameworks such as Bootstrap to help a local bioinformatic company build up its online contact system.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
</ul>
</div>
</div>
</div><!-- /row -->
</div><!-- /.container -->
</section><!-- End Resume Section -->
<!-- Facts Section -->
<section id="facts" class="facts-section text-center" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
<div class="tt-overlay-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="count-wrap">
<div class="col-sm-3 col-xs-6">
<i class="fa fa-flask"></i>
<h3 class="timer">3</h3>
<p>Years of Experience</p>
</div>
<div class="col-sm-3 col-xs-6">
<i class="fa fa-thumbs-up"></i>
<h3 class="timer">10</h3>
<p>Projects Done</p>
</div>
<div class="col-sm-3 col-xs-6">
<i class="fa fa-language"></i>
<h3 class="timer">2</h3>
<p>Languages</p>
</div>
<div class="col-sm-3 col-xs-6">
<i class="fa fa-trophy"></i>
<h3 class="timer">3</h3>
<p>Awards Won</p>
</div>
</div><!-- /count-wrap -->
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
</section> <!-- End Facts Section -->
<!-- Hire Section -->
<section class="hire-section text-center" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
<div class="hire-section-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>I'm available for freelance full time</h2>
<a href="mailto:[email protected]" class="btn btn-default">Get Hired</a>
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.hire-section-bg -->
</section><!-- End Hire Section -->
<!-- Footer Section -->
<footer class="footer-wrapper">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright text-center">
</div>
</div>
</div>
</div>
</footer><!-- End Footer Section -->
<!-- Scroll-up -->
<div class="scroll-up">
<a href="#home"><i class="fa fa-angle-up"></i></a>
</div>
<!-- Javascript files -->
<script src="assets/js/jquery.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="assets/js/jquery.sticky.js"></script>
<script src="assets/js/smoothscroll.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<script src="assets/js/jquery.easypiechart.js"></script>
<script src="assets/js/jquery.shuffle.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="http://a.vimeocdn.com/js/froogaloop2.min.js"></script>
<script src="assets/js/jquery.fitvids.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>