-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
383 lines (332 loc) · 22.7 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Tsui Yi Wern Personal Portfolio Website</title>
<link rel="icon" type="image/x-icon" href="/images/project/favicon.ico">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/unicons.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN STYLE -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- MENU -->
<nav class="navbar navbar-expand-sm navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">Yi Wern</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a href="#about" class="nav-link"><span data-hover="About">About</span></a>
</li>
<li class="nav-item">
<a href="#project" class="nav-link"><span data-hover="Projects">Projects</span></a>
</li>
<li class="nav-item">
<a href="#resume" class="nav-link"><span data-hover="Resume">Resume</span></a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link"><span data-hover="Contact">Contact</span></a>
</li>
</ul>
<ul class="navbar-nav ml-lg-auto">
<div class="ml-lg-4">
<div class="color-mode d-lg-flex justify-content-center align-items-center">
<i class="color-mode-icon"></i>
</div>
</div>
</ul>
</div>
</div>
</nav>
<!-- ABOUT -->
<section class="about full-screen d-lg-flex justify-content-center align-items-center" id="about">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-12 col-12 d-flex align-items-center">
<div class="about-text">
<small class="small-text">Welcome to <span class="mobile-block">my portfolio website!</span></small>
<h1 class="animated animated-text">
<span class="mr-2">Hello, I'm</span>
<div class="animated-info">
<span class="animated-item">Tsui Yi Wern</span>
<span class="animated-item">NUS Computer Science Student</span>
<span class="animated-item">Software Engineer</span>
</div>
</h1>
<div class="desc">
<p>Building a successful product is a challenge. </p>
<p>My interest lies in software engineering, data analysis and machine learning projects addressing real-world problems, aiming to apply theoretical knowledge in a professional setting while learning from experienced professionals.</p>
</div>
<div class="custom-btn-group mt-4">
<a href="TSUI Yi Wern_Resume.pdf" download="Tsui_Yi_Wern" class="btn mr-lg-2 custom-btn"><i class='uil uil-file-alt'></i>Download Resume</a>
<a href="#contact" class="btn custom-btn custom-btn-bg custom-btn-link">Contact me</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 col-12">
<div class="about-image svg">
<img src="images/project/output-onlinegiftools.gif" class="img-fluid" alt="svg image">
</div>
</div>
</div>
</div>
</section>
<!-- PROJECTS -->
<section class="project py-5" id="project">
<div class="container">
<div class="row">
<div class="col-lg-11 text-center mx-auto col-12">
<div class="col-lg-8 mx-auto">
<h2>My Projects</h2>
</div>
<div class="owl-carousel owl-theme">
<div class="item">
<div class="card">
<img src="images/project/Picture1.png" class="img-fluid" alt="project image">
<div class="card__content">
<p class="card__title">NUShop</p>
<p class="card__description">A one-stop location for sale of NUS-affiliated merchandise and second-hand goods.</p>
<a href="https://nushop.dreamhosters.com/" target="_blank">
<div class="mybutton">
<span class="text">View Live Demo</span>
<span class="blob"></span>
<span class="blob"></span>
<span class="blob"></span>
<span class="blob"></span>
</div>
</a>
</div>
</div>
</div>
<div class="item">
<div class="card">
<img src="images/project/Picture2.png" class="img-fluid" alt="project image">
<div class="card__content">
<p class="card__title">Swift Wallet</p>
<p class="card__description">Swift Wallet enables seamless financial transactions such as payments, transfers, and currency conversions.</p>
<a href="https://devpost.com/software/swift-wallet" target="_blank">
<div class="mybutton">
<span class="text">View Live Demo</span>
<span class="blob"></span>
<span class="blob"></span>
<span class="blob"></span>
<span class="blob"></span>
</div>
</a>
</div>
</div>
</div>
<div class="item">
<div class="card">
<img src="images/project/Picture3.png" class="img-fluid" alt="project image">
<div class="card__content">
<p class="card__title">Eduflow</p>
<p class="card__description">Enroll online courses on Eduflow: Igniting Minds, Empowering Futures.</p>
<a href="https://github.com/yiwern5/eduflow" target="_blank">
<div class="mybutton">
<span class="text">View Live Demo</span>
<span class="blob"></span>
<span class="blob"></span>
<span class="blob"></span>
<span class="blob"></span>
</div>
</a>
</div>
</div>
</div>
<div class="item">
<div class="card">
<img src="images/project/Picture4.png" class="img-fluid" alt="project image">
<div class="card__content">
<p class="card__title">Lifesync</p>
<p class="card__description">Lifesync: Achieve your goals, one step at a time.</p>
<a href="https://github.com/yiwern5/wintech-productivity-app" target="_blank">
<div class="mybutton">
<span class="text">View Live Demo</span>
<span class="blob"></span>
<span class="blob"></span>
<span class="blob"></span>
<span class="blob"></span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FEATURES -->
<section class="resume py-5 d-lg-flex justify-content-center align-items-center" id="resume">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<h2 class="mb-4">Experiences</h2>
<div class="timeline">
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2023</span>
</div>
<div class="timeline-info">
<h3><span>WinTech Wonderland 2023</span></h3>
<p>I developed a productivity app called Lifesync, which allows users to organize schedule, track diet and expenses, and reflect on their day with the integrated diary feature. </p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2023</span>
</div>
<div class="timeline-info">
<h3><span>TikTok Hackathon 2023</span></h3>
<p>I developed an eWallet app, Swift Wallet, ensuring effortless money transfers, bill payments, and currency exchange. Simplifying transactions fosters widespread adoption, making financial interactions seamless for users.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2023</span>
</div>
<div class="timeline-info">
<h3><span>Orbital 2023</span><small>Artemis Level</small></h3>
<p>I developed NUShop, an e-commerce platform consolidating sales across the NUS, streamlining transactions and enhancing user experience. The website earned Honorable Mention award in Orbital (CP2106: Independent Software Development Project).</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<h2 class="mb-4 mobile-mt-2">Educations</h2>
<div class="timeline">
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2026</span>
</div>
<div class="timeline-info">
<h3><span>National University of Singapore</span></h3>
<p>Bachelor of Computing in Computer Science</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2024</span>
</div>
<div class="timeline-info">
<h3><span>NUS Overseas College</span></h3>
<p>NOC Vietnam (6 months)</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2021</span>
</div>
<div class="timeline-info">
<h3><span>Sunway College</span></h3>
<p>GCE A-Level</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2019</span>
</div>
<div class="timeline-info">
<h3><span>SM Sri KDU</span></h3>
<p>Malaysian Certificate of Education (Sijil Pelajaran Malaysia)</p>
</div>
</div>
<!-- <div class="timeline-wrapper">
<div class="timeline-yr">
<span>2021</span>
</div>
<div class="timeline-info">
<h3><span>Sunway College</span></h3>
<p><a rel="nofollow" href="https://www.facebook.com/tooplate">Tooplate</a> is a great website to download HTML templates without any login or email.</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section class="contact py-5" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-5 mr-lg-5 col-12">
<div class="google-map w-100">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.7966756223514!2d103.77381897481641!3d1.296642598691045!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31da1a56784202d9%3A0x488d08d6c1f88d6b!2sNational%20University%20of%20Singapore!5e0!3m2!1sen!2ssg!4v1701852741924!5m2!1sen!2ssg" width="400" height="300" frameborder="0" style="border:0;" allowfullscreen></iframe>
</div>
<div class="contact-info d-flex justify-content-between align-items-center py-4 px-lg-5">
<div class="contact-info-item">
<h3 class="mb-3 text-white">Say hi!</h3>
<p class="footer-text mb-0">+65 8790 4725</p>
<p><a href="mailto:nicoletyw505@gmail.com">nicoletyw505@gmail.com</a></p>
</div>
<ul class="social-links">
<li class="mb-2"><a href="https://github.com/yiwern5" target="_blank" class="ml-1" href="#" data-toggle="tooltip" data-placement="left" title="GitHub">
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 30 30" id="github-alt"><path fill="#FFFFFF" d="M10.07031,20.50291a1.00008,1.00008,0,0,0-1.18115-.9834c-1.30908.24024-2.96191.27637-3.40137-.958a5.70754,5.70754,0,0,0-1.83691-2.415,1.20073,1.20073,0,0,1-.1665-.10938,1,1,0,0,0-.93067-.64551H2.54883a.99965.99965,0,0,0-1,.99512c-.00391.81543.811,1.33789,1.1416,1.51465a4.4408,4.4408,0,0,1,.92383,1.35937c.36426,1.02344,1.42285,2.57617,4.46582,2.376.001.03516.00195.06836.00244.09863l.00439.26758a1,1,0,0,0,2,0l-.00488-.31836C10.07715,21.4951,10.07031,21.22068,10.07031,20.50291Zm10.667-15.126c.03174-.125.063-.26367.09034-.41992a6.27792,6.27792,0,0,0-.40821-3.293,1.002,1.002,0,0,0-.61572-.58007c-.356-.12012-1.67041-.35645-4.18408,1.25a13.86918,13.86918,0,0,0-6.354,0C6.76221.751,5.45459.9658,5.10205,1.07908a.99744.99744,0,0,0-.63135.584,6.3003,6.3003,0,0,0-.40332,3.35644c.02442.12793.05078.2461.07813.35449A6.26928,6.26928,0,0,0,2.89014,9.20311a8.42168,8.42168,0,0,0,.04248.92187c.334,4.60254,3.334,5.98438,5.42431,6.459-.04345.125-.083.25878-.11816.40039a1.00023,1.00023,0,0,0,1.94238.47851,1.6784,1.6784,0,0,1,.46778-.87793.99947.99947,0,0,0-.5459-1.74512c-3.4541-.39453-4.95362-1.80175-5.1792-4.89843a6.61076,6.61076,0,0,1-.03369-.73828,4.25769,4.25769,0,0,1,.91943-2.71289,3.022,3.022,0,0,1,.1958-.23145.99988.99988,0,0,0,.188-1.02441,3.3876,3.3876,0,0,1-.15527-.55567A4.09356,4.09356,0,0,1,6.1167,3.06346a7.54263,7.54263,0,0,1,2.415,1.17968,1.00877,1.00877,0,0,0,.82764.13282,11.77716,11.77716,0,0,1,6.17285.001,1.00549,1.00549,0,0,0,.83056-.13769,7.572,7.572,0,0,1,2.40528-1.19043,4.03977,4.03977,0,0,1,.0874,1.57812,3.205,3.205,0,0,1-.16895.60743.9999.9999,0,0,0,.188,1.02441c.07715.08691.1543.18066.22363.26855A4.12186,4.12186,0,0,1,20,9.20311a7.03888,7.03888,0,0,1-.0376.77734c-.22021,3.05566-1.72558,4.46387-5.1958,4.85937a1,1,0,0,0-.54541,1.7461,1.63079,1.63079,0,0,1,.46631.9082,3.06079,3.06079,0,0,1,.09229.81934v2.334C14.77,21.2949,14.77,21.78025,14.77,22.00291a1,1,0,1,0,2,0c0-.2168,0-.69238.00977-1.33984V18.31346a4.8815,4.8815,0,0,0-.15479-1.31153,4.25638,4.25638,0,0,0-.11621-.416,6.51258,6.51258,0,0,0,5.44531-6.42383A8.69677,8.69677,0,0,0,22,9.20311,6.13062,6.13062,0,0,0,20.7373,5.37693Z"></path></svg>
</a></li>
<li class="mb-2"><a href="https://www.linkedin.com/in/yi-wern-tsui-735372221/" target="_blank" class="ml-1" data-toggle="tooltip" data-placement="left" title="LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 30 30" id="linkedin-alt"><path fill="#FFFFFF" d="M17.5,8.999a5.41868,5.41868,0,0,0-2.56543.64453A.99918.99918,0,0,0,14,8.999H10a.99943.99943,0,0,0-1,1v12a.99942.99942,0,0,0,1,1h4a.99942.99942,0,0,0,1-1v-5.5a1,1,0,1,1,2,0v5.5a.99942.99942,0,0,0,1,1h4a.99942.99942,0,0,0,1-1v-7.5A5.50685,5.50685,0,0,0,17.5,8.999Zm3.5,12H19v-4.5a3,3,0,1,0-6,0v4.5H11v-10h2v.70313a1.00048,1.00048,0,0,0,1.78125.625A3.48258,3.48258,0,0,1,21,14.499Zm-14-12H3a.99943.99943,0,0,0-1,1v12a.99942.99942,0,0,0,1,1H7a.99942.99942,0,0,0,1-1v-12A.99943.99943,0,0,0,7,8.999Zm-1,12H4v-10H6ZM5.01465,1.542A3.23283,3.23283,0,1,0,4.958,7.999h.02832a3.23341,3.23341,0,1,0,.02832-6.457ZM4.98633,5.999H4.958A1.22193,1.22193,0,0,1,3.58887,4.77051c0-.7461.55957-1.22852,1.42578-1.22852A1.2335,1.2335,0,0,1,6.41113,4.77051C6.41113,5.5166,5.85156,5.999,4.98633,5.999Z"></path></svg>
</a></li>
<li><a href="https://t.me/yiwern5" target="_blank" class="ml-1" data-toggle="tooltip" data-placement="left" title="Telegram">
<svg id="telegram-alt" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path fill="#FFFFFF" d="M22.26465,2.42773a2.04837,2.04837,0,0,0-2.07813-.32421L2.26562,9.33887a2.043,2.043,0,0,0,.1045,3.81836l3.625,1.26074,2.0205,6.68164A.998.998,0,0,0,8.134,21.352c.00775.012.01868.02093.02692.03259a.98844.98844,0,0,0,.21143.21576c.02307.01758.04516.03406.06982.04968a.98592.98592,0,0,0,.31073.13611l.01184.001.00671.00287a1.02183,1.02183,0,0,0,.20215.02051c.00653,0,.01233-.00312.0188-.00324a.99255.99255,0,0,0,.30109-.05231c.02258-.00769.04193-.02056.06384-.02984a.9931.9931,0,0,0,.20429-.11456,250.75993,250.75993,0,0,1,.15222-.12818L12.416,18.499l4.03027,3.12207a2.02322,2.02322,0,0,0,1.24121.42676A2.05413,2.05413,0,0,0,19.69531,20.415L22.958,4.39844A2.02966,2.02966,0,0,0,22.26465,2.42773ZM9.37012,14.73633a.99357.99357,0,0,0-.27246.50586l-.30951,1.504-.78406-2.59307,4.06525-2.11695ZM17.67188,20.04l-4.7627-3.68945a1.00134,1.00134,0,0,0-1.35352.11914l-.86541.9552.30584-1.48645,7.083-7.083a.99975.99975,0,0,0-1.16894-1.59375L6.74487,12.55432,3.02051,11.19141,20.999,3.999Z"></path></svg>
</a></li>
<li><a href="https://www.instagram.com/y.wern_tsuii/" target="_blank" class="uil uil-instagram" data-toggle="tooltip" data-placement="left" title="Instagram"></a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="contact-form">
<h2 class="mb-4">Interested to work together? Let's talk</h2>
<form action="https://formspree.io/f/maygrajz" method="POST">
<div class="row">
<div class="col-lg-6 col-12">
<input type="text" class="form-control" name="name" placeholder="Your Name" id="name">
</div>
<div class="col-lg-6 col-12">
<input type="email" class="form-control" name="email" placeholder="Email" id="email">
</div>
<div class="col-12">
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Message"></textarea>
</div>
<div class="ml-lg-auto col-lg-5 col-12">
<input type="submit" class="form-control submit-btn" value="Send">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="footer py-5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<p class="copyright-text text-center">Copyright © 2023 Tsui Yi Wern. All rights reserved</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/Headroom.js"></script>
<script src="js/jQuery.headroom.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>