-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
463 lines (397 loc) · 19.7 KB
/
index.html
File metadata and controls
463 lines (397 loc) · 19.7 KB
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
<!DOCTYPE html>
<html lang="en" ng-app="app" ng-controller="navbar">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta charset="UTF-8">
<title>Wenjie Tang's Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,800,900" rel="stylesheet">
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="./font-awesome-4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<nav>
<div class="nav_container">
<ul class="nav_btn_container">
<li class="nav_btn"><a href="#">Home</a></li>
<li class="nav_btn"><a href="#projects">Projects</a></li>
<li class="nav_btn"><a href="#about">About</a></li>
</ul><!--#nav_btn_container-->
</div><!--#nav_container-->
</nav>
<header class="header">
<div id="tang_figure">
</div><!--#tang_figure-->
<h1>Wenjie Tang</h1>
<h2>Web Developer</h2>
<div id="contact">
<a class="icon" href="mailto:tangwenjie09@gmail.com"><i class="fa fa-envelope fa-3x"></i></a>
<a class="icon" href="https://github.com/tangcoding"><i class="fa fa-github fa-3x"></i></a>
</div><!--#contact-->
</header>
<div id="projects">
<div class="proj_list_wrap">
<div class="proj_list" id="shanny">
<div class="proj_caption" id="shanny_caption"><h3>Shanny Cohen Fitness</h3></div><!--.proj_caption-->
<div class="proj_skill" id="shanny_skill">
<h2 class="label_top"> <span class="label label-info">AngularJS</span></h2>
<h2> <span class="label label-info">Jquery</span></h2>
<h2> <span class="label label-info">Python Webapp2</span></h2>
</div><!--.proj_skill-->
</div><!--.proj_list-->
<div class="proj_list" id="glcacs">
<div class="proj_caption" id="glcacs_caption"><h3>GLCACS Web Site</h3></div><!--.proj_caption-->
<div class="proj_skill" id="glcacs_skill">
<h2 class="label_top"> <span class="label label-info">AngularJS</span></h2>
<h2> <span class="label label-info">Bootstrap</span></h2>
<h2> <span class="label label-info">Python Webapp2</span></h2>
</div><!--.proj_skill-->
</div><!--.proj_list-->
<div class="proj_list" id="fps">
<div class="proj_caption" id="fps_caption"><h3>3D First Person Shooter</h3></div><!--.proj_caption-->
<div class="proj_skill" id="fps_skill">
<h2 class="label_top"> <span class="label label-info">ThreeJS</span></h2>
<h2> <span class="label label-info">Jquery</span></h2>
<h2> <span class="label label-info">D3JS</span></h2>
<h2> <span class="label label-info">Python Webapp2</span></h2>
</div><!--.proj_skill-->
</div><!--.proj_list-->
<div class="proj_list" id="fss">
<div class="proj_caption" id="fss_caption"><h3>Flappy Space Ship</h3></div><!--.proj_caption-->
<div class="proj_skill" id="fss_skill">
<h2 class="label_top"> <span class="label label-info">Javascript</span></h2>
<h2> <span class="label label-info">HTML5 Canvas</span></h2>
<h2> <span class="label label-info">Python Webapp2</span></h2>
</div><!--.proj_skill-->
</div><!--.proj_list-->
<div class="proj_list" id="btc">
<div class="proj_caption" id="btc_caption"><h3>Bitcoin Price App</h3></div><!--.proj_caption-->
<div class="proj_skill" id="btc_skill">
<h2 class="label_top"> <span class="label label-info">D3JS</span></h2>
<h2> <span class="label label-info">Jquery</span></h2>
<h2> <span class="label label-info">Websocket API</span></h2>
<h2> <span class="label label-info">Python Webapp2</span></h2>
</div><!--.proj_skill-->
</div><!--.proj_list-->
<div class="proj_list" id="cap">
<div class="proj_caption" id="cap_caption"><h3>Captcha API</h3></div><!--.proj_caption-->
<div class="proj_skill" id="cap_skill">
<h2 class="label_top"> <span class="label label-info">API</span></h2>
<h2> <span class="label label-info">Python Webapp2</span></h2>
</div><!--.proj_skill-->
</div><!--.proj_list-->
<div class="proj_list" id="aca">
<div class="proj_caption" id="aca_caption"><h3>Calendar App</h3></div><!--.proj_caption-->
<div class="proj_skill" id="aca_skill">
<h2 class="label_top"> <span class="label label-info">AngularJS</span></h2>
<h2> <span class="label label-info">Jquery</span></h2>
</div><!--.proj_skill-->
</div><!--.proj_list-->
<div class="proj_list" id="snb">
<div class="proj_caption" id="snb_caption"><h3>Search Neighboring Parks</h3></div><!--.proj_caption-->
<div class="proj_skill" id="snb_skill">
<h2 class="label-top"> <span class="label label-info">Jqeury</span></h2>
<h2> <span class="label label-info">Google API</span></h2>
<h2> <span class="label label-info">Weather API</span></h2>
</div><!--.proj_skill-->
</div><!--.proj_list-->
</div>
</div><!--#projects-->
<div id="about">
<h2 class="section_title">About</h2>
<p>I am a passionate web developer with 3+ years of multiple-type website developing experience. I've worked for the Chinese American Chemical Society (CACS) in the Great Lakes area, working on maintaining and developing in a regular basis the new web sites, so it meets the organization' current needs. Meanwhile, I’ve also taken several side projects, from creating website for fitness trainer, making 3D javascript games, and developing infographics and other visual products. </p>
<p>My current full-time job is Research Associate at University of Minnesota, Twin Cites. I've received a PhD degree in Computational Chemistry from the University of Texas at Austin. After that, I worked on computer simulation of chemical processes on catalysts, analyzing the controlling factors. I first worked at the University of Virginia, and now moved to University of Minnesota as my supervisor moved to there.</p>
<p>I love traveling, and reading all kinds of books. </p>
</div> <!-- #skill-->
<!-- Modal -->
<div class="modal proj_div" id="shannyModal">
<div class="text_wrap">
<h2 class="proj_title">Shanny Cohen Fitness Web Site</h2>
<h3>
<span class="label label-info">Jquery</span>
<span class="label label-info">AngularJS</span>
<span class="label label-info">Bootstrap</span>
<span class="label label-info">Python Webapp2 </span>
</h3>
<ul class="details">
<li>Allow users to sign up for programs and pay through Stripe</li>
<li>Allow users to check their workout plans and post testimonials</li>
<li>Admin interface to upload and edit exercises, manage users, and edit the workout plan table for users</li>
</ul>
<div class="btn_wrap">
<a href="https://shannycohen.fitness/results"><button class="proj_div_btn">Lauch site</button></a>
<a href="https://github.com/tangcoding/shanny-cohen-fitness"><button class="proj_div_btn">Github code</button></a>
</div><!--.btn_wrap-->
</div><!-- .text_wrap -->
<div id="shannyCarousel" class="carousel slide img_wrap" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="./images/shanny_1_sm.png" alt="shanny-page-image">
</div><!--.item-->
<div class="item">
<img src="./images/shanny_2_sm.png" alt="shanny-page-image">
</div><!--.item-->
<div class="item">
<img src="./images/shanny_3_sm.png" alt="shanny-page-image">
</div><!--.item-->
<div class="item">
<img src="./images/shanny_4_sm.png" alt="shanny-page-image">
</div><!--.item-->
</div><!--.carousel-inner-->
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#shannyCarousel" data-slide-to="0" class="active"></li>
<li data-target="#shannyCarousel" data-slide-to="1"></li>
<li data-target="#shannyCarousel" data-slide-to="2"></li>
<li data-target="#shannyCarousel" data-slide-to="3"></li>
</ol>
</div><!--.carousel-->
<button class="close">Close</button>
</div><!--.modal-->
<div class="modal proj_div" id="glcacsModal">
<div class="text_wrap">
<h2 class="proj_title">Chinese American Chemical Society Web Site</h2>
<h3>
<span class="label label-info">AngularJS</span>
<span class="label label-info">Bootstrap</span>
<span class="label label-info">Python Webapp2 </span>
</h3>
<ul class="details">
<li>Responsive design</li>
<li>Allow users to register and check their information</li>
<li>Admin interface to update pictures, events and manage the registration information</li>
</ul>
<div class="btn_wrap">
<a href="http://www.greatlakecacs.org/"><button class="proj_div_btn">Lauch site</button></a>
<a href="https://github.com/tangcoding/glcacs_site"><button class="proj_div_btn">Github code</button></a>
</div><!--.btn_wrap-->
</div><!-- .text_wrap -->
<div id="glcacsCarousel" class="carousel slide img_wrap" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="./images/glcacs_1_sm.png" alt="glcacs-page-image">
</div><!--.item-->
<div class="item">
<img src="./images/glcacs_2_sm.png" alt="glcacs-page-image">
</div><!--.item-->
<div class="item">
<img src="./images/glcacs_3_sm.png" alt="glcacs-page-image">
</div><!--.item-->
</div><!--.carousel-inner-->
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#glcacsCarousel" data-slide-to="0" class="active"></li>
<li data-target="#glcacsCarousel" data-slide-to="1"></li>
<li data-target="#glcacsCarousel" data-slide-to="2"></li>
</ol>
</div><!--.carousel-->
<button class="close">Close</button>
</div><!--.modal-->
<div class="modal proj_div" id="fpsModal">
<div class="text_wrap">
<h2 class="proj_title">3D First Person Shooter Game</h2>
<h3>
<span class="label label-info">ThreeJS</span>
<span class="label label-info">Jquery</span>
<span class="label label-info">D3JS</span>
</h3>
<h3><span class="label label-info">Python Webapp2</span></h3>
<ul class="details">
<li>A 3D fun game</li>
<li>Three game modes</li>
<li>Play on laptop and Mobile</li>
<li>Top scores saved in server database</li>
</ul>
<div class="btn_wrap">
<a href="http://firstpersonshooter-1138.appspot.com/"><button class="proj_div_btn">Lauch site</button></a>
<a href="https://github.com/tangcoding/channel_fps"><button class="proj_div_btn">Github code</button></a>
</div><!--.btn_wrap-->
</div><!-- .text_wrap -->
<a href="http://firstpersonshooter-1138.appspot.com/">
<div class="img_wrap">
<img src="images/fps_1_sm.png" atl="fps-page-image">
</div><!-- .img_wrap -->
</a>
<button class="close">Close</button>
</div><!--.modal-->
<div class="modal proj_div" id="fssModal">
<div class="text_wrap">
<h2 class="proj_title">Flappy Space Ship Game</h2>
<h3>
<span class="label label-info">Javascript</span>
<span class="label label-info">HTML5 Canvas</span>
</h3>
<h3><span class="label label-info">Python Webapp2</span></h3>
<ul class="details">
<li>A flappy-type game on HTML5 canvas</li>
<li>Entity-component-system (ECS) architecture </li>
<li>Progress saved in local storage or server database</li>
</ul>
<div class="btn_wrap">
<a href="http://flappyspaceship-1201.appspot.com/"><button class="proj_div_btn">Lauch site</button></a>
<a href="https://github.com/tangcoding/flappy_space_ship"><button class="proj_div_btn">Github code</button></a>
</div><!--.btn_wrap-->
</div><!-- .text_wrap -->
<div id="fssCarousel" class="carousel slide img_wrap" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="./images/fss_1_sm.png" alt="fss-page-image">
</div><!--.item-->
<div class="item">
<img src="./images/fss_2_sm.png" alt="fss-page-image">
</div><!--.item-->
</div><!--.carousel-inner-->
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#fssCarousel" data-slide-to="0" class="active"></li>
<li data-target="#fssCarousel" data-slide-to="1"></li>
</ol>
</div><!--.carousel-->
<button class="close">Close</button>
</div><!--.modal-->
<div class="modal proj_div" id="btcModal">
<div class="text_wrap">
<h2 class="proj_title">Bitcoin Price App</h2>
<h3>
<span class="label label-info">Jquery</span>
<span class="label label-info">D3JS</span>
<span class="label label-info">Websocket API</span>
</h3>
<h3><span class="label label-info">Python Webapp2</span></h3>
<ul class="details">
<li>A web app to check Bitcoin price</li>
<li>Realtim price got from Websocket API</li>
<li>Hourly cron job automatically adds data for the last hour</li>
<li>Daily cron job automatically adds data for the last day</li>
</ul>
<div class="btn_wrap">
<a href="http://cointrader-1072.appspot.com/"><button class="proj_div_btn">Lauch site</button></a>
<a href="https://github.com/tangcoding/cointrader"><button class="proj_div_btn">Github code</button></a>
</div><!--.btn_wrap-->
</div><!-- .text_wrap -->
<div class="img_wrap">
<img src="images/btc_1_sm.png" atl="btc-page-image">
</div><!-- .img_wrap -->
<button type="button" class="btn btn-default close" data-dismiss="modal">Close</button>
</div><!--.modal-->
<div class="modal proj_div" id="capModal">
<div class="text_wrap">
<h2 class="proj_title">Captcha API</h2>
<h3><span class="label label-info">API</span></h3>
<h3><span class="label label-info">Python Webapp2</span></h3>
<ul class="details">
<li>Provide captcha images and validation of the user input</li>
<li>Support JSONP request</li>
</ul>
<div class="btn_wrap">
<a href="http://captcha-1236.appspot.com/"><button class="proj_div_btn">Lauch site</button></a>
<a href="https://github.com/tangcoding/captcha_api"><button class="proj_div_btn">Github code</button></a>
</div><!--.btn_wrap-->
</div><!-- .text_wrap -->
<div class="img_wrap">
<img src="images/cap_1_sm.png" atl="btc-page-image">
</div><!-- .img_wrap -->
<button type="button" class="btn btn-default close" data-dismiss="modal">Close</button>
</div><!--.modal-->
<div class="modal proj_div" id="acaModal">
<div class="text_wrap">
<h2 class="proj_title">Calendar App</h2>
<h3>
<span class="label label-info">AngularJS</span>
<span class="label label-info">Jquery</span>
</h3>
<ul class="details">
<li>A calendar App built by AnuglarJS</li>
<li>Frontend Routing </li>
<li>Date stored in Firebase </li>
</ul>
<div class="btn_wrap">
<a href="http://thermal-proton-120503.appspot.com/#/"><button class="proj_div_btn">Lauch site</button></a>
<a href="http://thermal-proton-120503.appspot.com/#/"><button class="proj_div_btn">Lauch site</button></a>
</div><!--.btn_wrap-->
</div><!-- .text_wrap -->
<div id="acaCarousel" class="carousel slide img_wrap" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="./images/aca_1_sm.png" alt="fss-page-image">
</div><!--.item-->
<div class="item">
<img src="./images/aca_2_sm.png" alt="fss-page-image">
</div><!--.item-->
</div><!--.carousel-inner-->
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#acaCarousel" data-slide-to="0" class="active"></li>
<li data-target="#acaCarousel" data-slide-to="1"></li>
</ol>
</div><!--.carousel-->
<button class="close">Close</button>
</div><!--.modal-->
<div class="modal proj_div" id="snbModal">
<div class="text_wrap">
<h2 class="proj_title">Search Neighboring Parks App</h2>
<h3>
<span class="label label-info">Jquery</span>
<span class="label label-info">Google API</span>
<span class="label label-info">Weather API</span>
</h3>
<ul class="details">
<li>A web app to search neighboring parks of typed location</li>
<li>Show the picture and review of the park</li>
<li>Show the weather of typed location</li>
</ul>
<div class="btn_wrap">
<a href="http://searchparks.appspot.com/"><button class="proj_div_btn">Lauch site</button></a>
<a href="https://github.com/tangcoding/Search_Nearby_App"><button class="proj_div_btn">Github code</button></a>
</div><!--.btn_wrap-->
</div><!-- .text_wrap -->
<div class="img_wrap">
<img src="images/snb_1_sm.png" atl="snb-page-image">
</div><!-- .img_wrap -->
<button class="close">Close</button>
</div><!--.modal-->
<div class="modal-backdrop"></div>
<script type="text/javascript">
$(document).ready(function(){
var w = window.innerWidth; // responsive img
if ((w) > 786){
$('.img_wrap img').each(function(){
var thisImg = $(this);
var newSrc = thisImg.attr('src').replace('sm', 'bg');
thisImg.attr('src', newSrc);
});
}
$(".proj_list").mouseover(function(){
var element = '#' + this.id + '_skill';
$(element).show();
});
$(".proj_list").mouseleave(function(){
var element = '#' + this.id + '_skill';
$(element).hide();
});
$(".proj_list").click(function(){
$('.nav_btn_container').hide();
var modal = '#' + this.id + 'Modal';
$('.modal-backdrop').show("slow");
var top = $(window).scrollTop() + 35;
$(modal).css("top", top);
$(modal).show("slow");
// $(modal).css("top", '100%');
// $(modal).animate({ opacity: 'show', top: top + 'px' }, 300, 'swing');
});
$(".close").click(function(){
$('.modal-backdrop').hide("slow");
$(this).parent().hide("slow");
$('.nav_btn_container').show("slow");
// $(this).parent().animate({ opacity: 'hide', top: '100%' }, 300, 'swing');
});
});
</script>
</body>
</html>