-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·370 lines (352 loc) · 11.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>duizhang protfollio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" />
<meta property="og:image" />
<meta property="og:url" />
<meta property="og:site_name" />
<meta property="og:description" />
<meta name="twitter:title" />
<meta name="twitter:image" />
<meta name="twitter:url" />
<meta name="twitter:card" />
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NX569D7S9M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-NX569D7S9M');
</script>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div class="fh5co-loader"></div>
<div id="page">
<header id="fh5co-header" class="fh5co-cover js-fullheight" role="banner"
style="background-image:url(images/cover_bg_3.jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="display-t js-fullheight">
<div class="display-tc js-fullheight animate-box" data-animate-effect="fadeIn">
<div class="profile-thumb" style="background: url(./images/1841691676043_.pic.jpg);">
</div>
<h1>
<span>Jiawen Zhu</span>
</h1>
<h3>
<span>Web Developer / Data Analyst</span>
</h3>
<p>
<ul class="fh5co-social-icons">
<!-- <li><a href="#"><i class="icon-twitter2"></i></a></li> -->
<li>
<a href="https://www.linkedin.com/in/zhu-jiawen-1b166430/">
<i class="icon-linkedin2"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/zhu.jiawen">
<i class="icon-facebook2"></i>
</a>
</li>
<!-- <li><a href="#"><i class="icon-dribbble2"></i></a></li> -->
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="fh5co-about" class="animate-box">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<ul class="info">
<li>
<span class="first-block">Full Name:</span>
<span class="second-block">Jiawen Zhu</span>
</li>
<li>
<span class="first-block">Phone:</span>
<span class="second-block">1(408)599-4164</span>
</li>
<li>
<span class="first-block">Email:</span>
<span class="second-block">zhujiawen519@gmail.com</span>
</li>
<!-- <li>
<span class="first-block">Website:</span>
<span class="second-block">
<a href="https://jiawenzhu.github.io/profile">Jiawen</a>
</span>
</li> -->
</ul>
</div>
<div class="col-md-8">
<h2>Hello There!</h2>
<p>I'm a web developer.</p>
<p>Bilingual U.S. citizen Looking for a challenging position as software engineer or AWS cloud
support/associate cloud architect, where I can leverage my technical and analytical skills
to offer meaningful insights for business decisions. </p>
<p>skills includes not limited to these:
Visual Studio Code, Unix/Linux, GitHub/GitLab, SQL, R, Python, Jupiter Notebook, AWS EC2,
S3, IAM, VPC, Rout 53, Azure Data Factory, DBT, MySQL, Dynamodb, Web Servers, HTTP/HTTPS, DNS, Security, ETL
</p>
<p>
<ul class="fh5co-social-icons">
<li>
<a href="https://www.linkedin.com/in/zhu-jiawen-1b166430/" target="_blank">
<i class="icon-linkedin2"></i>
</a>
</li>
<li>
<a href="https://1drv.ms/w/s!AlZJ5xbNH5c2y1nwhu74HOzao2yC" target="_blank">
<i class="icon-download">View My Resume 2024</i>
</a>
</li>
<li>
<a href="https://1drv.ms/w/s!AlZJ5xbNH5c2y1f_i1w6U644myTX" target="_blank">
<i class="icon-download"> Downlaod My Resume 2022</i>
</a>
</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div id="fh5co-skills" class="animate-box">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Skills</h2>
</div>
</div>
<div class="row row-pb-md">
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="95">
<span>
<strong>HTML5</strong>99%</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="93">
<span>
<strong>CSS3</strong>95%</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="85">
<span>
<strong>javaScript</strong>95%</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="90">
<span>
<strong>R</strong>90%</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="85">
<span>
<strong>Python</strong>80%</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="85">
<span>
<strong>MySQL</strong>99%</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="85">
<span>
<strong>Tableau</strong>90%</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="85">
<span>
<strong>github</strong>99%</span>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-work" class="fh5co-bg-dark">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>my work</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 text-center col-padding animate-box">
<a href="./project_idea/github-profiles/index.html" target="_blank" class="work"
style="background-image: url(images/portfolio-1.jpg);">
<div class="desc">
<h3>github profile search</h3>
<span>This web app is buit using pure HTML/CSS and javaScript and ofcourse Github
API</span>
</div>
</a>
</div>
<div class="col-md-3 text-center col-padding animate-box">
<a href="https://jiawenzhu.github.io/profile/project_idea/quiz/quiz" target="_blank"
class="work" style="background-image: url(images/portfolio-2.jpg);">
<div class="desc">
<h3>quiz app</h3>
<span>This web app is buit using javaScript and google sheet API. I also use a server
called nocodeapi to replace node as backend server.</span>
</div>
</a>
</div>
<div class="col-md-3 text-center col-padding animate-box">
<a href="https://public.tableau.com/app/profile/jiawen.zhu/viz/revenue_16912916798840/Dashboard1"
target="_blank" class="work" style="background-image: url(images/portfolio-3.jpg);">
<div class="desc">
<h3>Tableau Dashboard</h3>
<span>I built a Dashboard showcasing eBay sales datasets, sourced from the authentic
eBay 2022 sales data table.</span>
</div>
</a>
</div>
<div class="col-md-3 text-center col-padding animate-box">
<a href="http://churchinurbana.org/" target="_blank" class="work"
style="background-image: url(images/portfolio-3.jpg);">
<div class="desc">
<h3>Church in Urbana</h3>
<span>I'm maintaing this website for the Church in Urbana. The chinese language part was
built by me. This site is built in wordpress</span>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="fh5co-blog">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<p>What makes life dreary is the want of motive.(George Eliot) 沒有了目的,生活便郁闷无光。(乔治·埃略特)
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(images/hotairballoon.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Mar. 15th 2019</span>
<h3>
<p href="#">share on wechat</p>
</h3>
<p>on wechat plateform</p>
<ul class="stuff">
<li>
<i class="icon-heart2"></i>10
</li>
<li>
<i class="icon-eye2"></i>50
</li>
<li>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(images/hackerThon.jpeg);"></a>
<div class="blog-text">
<span class="posted_on">Apr. 15th 2018</span>
<h3>
<p href="#">share on LinkedIn</p>
</h3>
<p>on LinkedIn plateform</p>
<ul class="stuff">
<li>
<i class="icon-heart2"></i>15
</li>
<li>
<i class="icon-eye2"></i>30
</li>
<li>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(images/2020picture_wall.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Mar. 1th 2021</span>
<h3>
<p href="#">This is not shared, but in my photo gallery</p>
</h3>
<p>This is share here Lol</p>
<ul class="stuff">
<li>
<i class="icon-heart2"></i>0
</li>
<li>
<i class="icon-eye2"></i>1
</li>
<li>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop">
<i class="icon-arrow-up22"></i>
</a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Easy PieChart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
</body>
</html>