-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
359 lines (349 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link href="bootstrap4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/creative.css" rel="stylesheet" type="text/css" />
<link href="css/stylesheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#">Yi Portfolio</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto my-2 my-lg-0">
<li class="nav-item">
<a class="nav-link" href="resumes/Yi Liu resume - Web Developer.pdf">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">Extra Activity</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#workexp">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#COMMUNITY">Skills</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead -->
<header class="masthead">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center text-center">
<div class="col-lg-10 align-self-end">
<h1 class="text-uppercase text-white font-weight-bold">Welcome to my Profile</h1>
<hr class="divider my-4">
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white-75 font-weight-light mb-5">Some small portfolios available</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
</div>
</div>
</div>
</header>
<div class="mainpage">
<video id="bgvideo" autoplay loop muted playsinline>
<source src="videos/PexelsVideos1246161.mp4" type="video/mp4">
<source src="videos/PexelsVideos1246161.webm" type="video/webm">
<source src="videos/PexelsVideos1246161.ogv" type="video/ogg">
</video>
<!-- About Section -->
<section class="page-section bg-primary" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="mt-0">EDUCATION</h2>
<hr class="divider light my-4">
</div>
</div>
<div class="container" style="padding-bottom:50px;">
<div class="row text-center">
<div class="col-md-6 col-sm-12"><img
data-scroll-reveal="wait 0.3s, then enter left and move 100px over 1s"
src="images/uo.png" id="uoimg"></div>
<div class="col-md-6 col-sm-12 align-self-center m-auto"
data-scroll-reveal="wait 0.3s, then enter right and move 100px over 1s">
<p class="intro-text"><strong>Master of System Science - Department of Computer Science &
Electrical Engineering</strong></p>
<p class="intro-text"><strong>Webmaster Team Lead, IEEE SPAC 2020</strong><br>
<p class="intro-text"><strong>Professional Development Club Founder & Event Manager,
<em>University of Ottawa</em></strong><br>
<p class="intro-text"><strong>System Science Graduate Student Association Founder,
<em>University of Ottawa</em></strong><br>
</p>
</div>
</div>
</div>
</div>
</section>
<div class="container-fluid features-boxed" id="workexp">
<div class="container">
<div class="intro">
<h2 class="text-center">Portfolio</h2>
<p class="text-center">Some examples</p>
</div>
<div class="row justify-content-center features">
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 80px over .5s">
<div class="box">
<div class="container img-box"><img src="images/screencapture-events-eclipse-org.jpg">
</div>
<div class="container-fluid wordsbox">
<h3 class="name">Event React App at Eclipse Foundation</h3>
<p class="description">Frontend Web Developer @ Eclipse Foundation</p>
<a class="learn-more" href="https://events.eclipse.org/">see more »</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 80px over .5s">
<div class="box">
<div class="container img-box"><img src="images/screencapture-events-improve.PNG">
</div>
<div class="container-fluid wordsbox">
<h3 class="name">In progress improved Event React App at Eclipse Foundation</h3>
<p class="description">improvements: past events, lazy loading, async filters</p>
<a class="learn-more"
href="https://deploy-preview-111--eclipsefdn-events.netlify.app/">see more »</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 80px over .5s">
<div class="box">
<div class="container img-box"><img src="images/screencapture-jakarta-ee-release-p1.png">
</div>
<div class="container-fluid wordsbox">
<h3 class="name">Eclipse Foundation</h3>
<p class="description">Frontend Web Developer @ Eclipse Foundation</p>
<a class="learn-more" href="https://jakarta.ee/release/9/">see more »</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 120px over .5s">
<div class="box">
<div class="container img-box"><img src="images/aedo-demo.gif"></div>
<div class="container-fluid wordsbox">
<h3 class="name">Labour Planning React App</h3>
<p class="description">AedoAI Inc. (internal use) <br />
tech stack: GraphQL, React, Material UI, etc.
</p><a class="learn-more" href="images/aedo-demo.gif">see more »</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 40px over .5s">
<div class="box">
<div class="container img-box"><img
src="images/screencapture-mapleeclass-cia-online-cn-p1.jpg"></div>
<div class="container-fluid wordsbox">
<h3 class="name">Web Developer Intern</h3>
<p class="description">Capital International Academy School (Marketing) <br>
</p><a class="learn-more" href="https://mapleeclass.cia-online.cn/">see more »</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 80px over .5s">
<div class="box">
<div class="container img-box"><img src="images/record.gif"></div>
<div class="container-fluid wordsbox">
<h3 class="name">Web Developer Intern</h3>
<p class="description">Capital International Academy School (internal use) <br>
tech stack: Python, Django, MySQL, JS, etc.
</p><a class="learn-more" href="images/record.gif">see more »</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 40px over .5s">
<div class="box">
<div class="container img-box"><img src="images/screencapture-ieeespac-p1.jpg"></div>
<div class="container-fluid wordsbox">
<h3 class="name">IEEE SPAC 2020 Webmaster</h3>
<a class="learn-more" href="https://ieeespac.ca/">see more »</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 120px over .5s">
<div class="box">
<div class="container img-box"><img src="images/screencapture-small-react-demo-1.jpg"></div>
<div class="container-fluid wordsbox">
<h3 class="name">React ecommerce Demo</h3>
<p class="description">small React Demo with Redux
<br>my github profile
<a href="https://github.com/flora8984461"><strong>flora8984461</strong></a><br>
</p><a class="learn-more" href="https://vigorous-tesla-76ec77.netlify.app/">see more
»</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 item work"
data-scroll-reveal="wait 0.2s, then enter bottom and move 120px over .5s">
<div class="box">
<div class="container img-box"><img src="images/desk.jpg"></div>
<div class="container-fluid wordsbox">
<h3 class="name">Laravel Demo</h3>
<p class="description">small Laravel Demo
<br>my github profile
<a href="https://github.com/flora8984461"><strong>flora8984461</strong></a><br>
</p><a class="learn-more"
href="https://github.com/flora8984461/first-Laravel-project">see more »</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--other stuff-->
<div class="testimonials-clean" id="COMMUNITY">
<div class="container">
<div class="intro">
<h2 class="text-center" style="color:black">SKILLS</h2>
</div>
<div class="row people">
<div class="col-md-6 col-lg-4 item other">
<div class="box progress-element">
<p class="description"><strong>JavaScript</strong><br></p>
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="80"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="description"><strong>PHP & MySQL</strong><br></p>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="description"><strong>CSS3 & HTML5</strong><br></p>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="90"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="description"><strong>Python</strong><br></p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<p class="description"><strong>Java</strong><br></p>
<div class="progress">
<div class="progress-bar" style="background: #007bff;" role="progressbar"
aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="author">
<h5 class="name">Programming Language</h5>
</div>
</div>
<div class="col-md-6 col-lg-4 item other">
<div class="box progress-element">
<p class="description"><strong>JQuery & React & Ajax</strong><br></p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<p class="description"><strong>Laravel</strong><br></p>
<div class="progress">
<div class="progress-bar" style="background: #007bff;" role="progressbar"
aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="description"><strong>Django</strong><br></p>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="description"><strong>WordPress & Drupal</strong><br></p>
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="author">
<h5 class="name">Frameworks&CMS</h5>
</div>
</div>
<div class="col-md-6 col-lg-4 item other">
<div class="box progress-element">
<p class="description"><strong>Adobe XD</strong><br></p>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="85"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="description"><strong>Adobe Illustrator</strong><br></p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<p class="description"><strong>Cypress & TestCafe & Mocha & Jest</strong><br></p>
<div class="progress">
<div class="progress-bar" style="background: #007bff;" role="progressbar"
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="description"><strong>Selenium</strong><br></p>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="author">
<h5 class="name">UI Design & Automated Testing</h5>
</div>
</div>
</div>
</div>
</div>
<!--footer-->
<div class="footer-dark">
<footer>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-sm-6 col-md-4 item">
<h3>Contact Info</h3>
<ul>
<li>E-mail: [email protected] / [email protected]</li>
<li>Tel: (+1)819-775-1837</li>
<li>GitHub: <a href="https://github.com/flora8984461">flora8984461</a>
</li>
</ul>
<ul>
<li>background video by Pexels: https://www.pexels.com/search/videos/videos/ </li>
<li>background image by Nicole Avagliano: https://www.pexels.com/photo/milky-way-photography-2312040/</li>
</ul>
</div>
<div class="col-md-6 item text">
<h3>Self Intro</h3>
<ul>
<li>Web development work experience with JavaScript (React & jQuery & Ajax), HTML5 &
CSS3, PHP</li>
<li>Knowledge of UI fundamentals, multi-platform compatibility, and Web Accessibility
</li>
<li>Experience in API development with MySQL and GraphQL</li>
<li>Test-driven development and Unit & Integration testing experience (with Junit,
Mocha, Jest, and Cypress)</li>
<li>Proficiency with Git and Agile work experience</li>
<li>Good communication skills, problem-solving skills, and detail-oriented</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="bootstrap4/js/bootstrap.bundle.js"></script>
<script type="text/javascript" src="js/jquery.easing.js"></script>
<script type="text/javascript" src="js/scrollReveal.js"></script>
<script type="text/javascript" src="js/myjs.js"></script>
</body>
</html>