-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
710 lines (691 loc) · 39.9 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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
<!DOCTYPE html>
<html lang=" en-US">
<head>
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
<title>Jonas Goh</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="google-site-verification" content="p1DOwOP-yz4qfLRPGSYZJGZGtiueVl6cJLyERLNTdgc" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/css/timeline.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<script src="assets/js/scripts.js"></script>
<script src="https://kit.fontawesome.com/139f3629da.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/fonts/icomoon/style.css" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="assets/css/main.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Jonas Goh | Goh Wei Tai Jonas</title>
<meta name="generator" content="Jekyll v4.2.2" />
<meta property="og:title" content="Jonas Goh" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Hello, I’m Goh Wei Tai Jonas, a Y2 NUS CS student. I am interested in software engineering and I’m excited about pursuing a career in that field. During my free time, I enjoy working on side projects and making use of the skills I learned to create an impact. I am excited about learning new skills and frameworks that can help me better myself and keep up with the progress of technology." />
<meta property="og:description" content="Hello, I’m Goh Wei Tai Jonas, a Y2 NUS CS student. I am interested in software engineering and I’m excited about pursuing a career in that field. During my free time, I enjoy working on side projects and making use of the skills I learned to create an impact. I am excited about learning new skills and frameworks that can help me better myself and keep up with the progress of technology." />
<link rel="canonical" href="https://jonasgwt.github.io/" />
<meta property="og:url" content="https://jonasgwt.github.io/" />
<meta property="og:site_name" content="Jonas Goh" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Jonas Goh" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Hello, I’m Goh Wei Tai Jonas, a Y2 NUS CS student. I am interested in software engineering and I’m excited about pursuing a career in that field. During my free time, I enjoy working on side projects and making use of the skills I learned to create an impact. I am excited about learning new skills and frameworks that can help me better myself and keep up with the progress of technology.","headline":"Jonas Goh","name":"Jonas Goh","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/favicon.png"}},"sameAs":["https://www.linkedin.com/in/jonasgwt/","https://github.com/jonasgwt"],"url":"http://localhost:4000/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DPB7M4F3HR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-DPB7M4F3HR');
</script>
<body>
<!-- Loading Screen -->
<div id="loading-screen">
<div class="loading-message">
<div class="spinner-border" role="status"></div>
<p class="loading-text">Loading...</p>
</div>
</div>
<!-- Nav Bar-->
<nav>
<h5 style="margin-left: 2%; font-weight: 800; font-size: 1.75em">
jonasgwt
</h5>
<div class="nav-buttons-container">
<p class="nav-buttons selected-nav-button" id="about-button" onclick="location.href = '#welcome'">
About
</p>
<p class="nav-buttons" id="skills-button" onclick="location.href = '#skills'">
Skills
</p>
<p class="nav-buttons" id="projects-button" onclick="location.href = '#projects'">
Projects
</p>
<p class="nav-buttons" id="experience-button" onclick="location.href = '#experience'">
Experience
</p>
</div>
<div class="hamburger-container" onclick="openMenu()">
<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em" fill="currentColor" class="bi bi-list"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</div>
<div class="overlay" onclick="closemenu()" id="overlay"></div>
<div class="menu-div" id="menu">
<div class="menu-button-container">
<button type="button" class="btn btn-dark menu-button" onclick="location.href = '#welcome'"
id="about-button-mobile">
About
</button>
<button type="button" class="btn btn-outline-dark menu-button" onclick="location.href = '#skills'"
id="skills-button-mobile">
Skills
</button>
<button type="button" class="btn btn-outline-dark menu-button" onclick="location.href = '#projects'"
id="projects-button-mobile">
Projects
</button>
<button type="button" class="btn btn-outline-dark menu-button" onclick="location.href = '#experience'"
id="experience-button-mobile">
Experience
</button>
</div>
</div>
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
</nav>
<!-- Welcome Page -->
<div data-aos="fade-down" id="welcome" class="welcome-page">
<img class="profile-image" src="assets/images/profileImage.webp" />
<div class="text-container">
<h1 class="hello-text">Hello 👋 <br />I'm Jonas</h1>
<p class="aboutme-text">Year 4 Computer Science Student from National University Singapore (NUS).</p>
<div class="button-container">
<button class="btn btn-dark github-button" style="margin-top: 4%"
onclick="window.open('https://github.com/jonasgwt', '_blank');">
<svg xmlns="http://www.w3.org/2000/svg" width="1.25em" height="1.25em" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
<p style="font-size: 1.25em; margin: 0">Github</p>
</button>
<button class="btn btn-dark github-button linkedin-button" style="margin-top: 4%"
onclick="window.open('assets/pdf/Resume_Redacted.pdf', '_blank');">
<svg xmlns="http://www.w3.org/2000/svg" width="1.25em" height="1.25em" fill="currentColor"
class="bi bi-file-earmark-person-fill" viewBox="0 0 16 16">
<path
d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm2 5.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-.245S4 12 8 12s5 1.755 5 1.755z" />
</svg>
<p style="font-size: 1.25em; margin: 0">Resume</p>
</button>
</div>
</div>
</div>
<!-- Skills Page -->
<div class="skills-page scroll-correct" id="skills">
<h1 data-aos="zoom-in" class="title-text">Skills</h1>
<!-- Languages -->
<div data-aos="zoom-in" class="languages-container">
<h4 style="margin-bottom: 3vh; font-size: 1.5rem">Languages</h4>
<div class="skills-container">
<div data-aos="flip-left" class="skill-container">
<i class="fa-brands fa-java skill-icon" style="color: #f89820"></i>
<p class="skills-name">Java</p>
</div>
<div data-aos="flip-left" class="skill-container">
<i class="fa-brands fa-js-square skill-icon" style="color: #f0db4f"></i>
<p class="skills-name">JS</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Typescript_logo_2020.svg/1200px-Typescript_logo_2020.svg.png" />
<p class="skills-name">TS</p>
</div>
<div data-aos="flip-left" class="skill-container">
<i class="fa-brands fa-python skill-icon" style="color: #fbcb24"></i>
<p class="skills-name">Python</p>
</div>
<div data-aos="flip-left" class="skill-container">
<i class="fa-brands fa-html5 skill-icon" style="color: #ff5722"></i>
<p class="skills-name">HTML</p>
</div>
<div data-aos="flip-left" class="skill-container">
<i class="fa-brands fa-css3-alt skill-icon" style="color: #2196f3"></i>
<p class="skills-name">CSS</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="assets/images/C.webp" />
<p class="skills-name">C</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="assets/images/sql.webp" />
<p class="skills-name">SQL</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Ruby_logo.svg/1200px-Ruby_logo.svg.png" />
<p class="skills-name">Ruby</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQOD6Sg7LwwgmZ58Y8bSlP8AzvApRbBv5FvYQ&s" />
<p class="skills-name">Erlang</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://pbs.twimg.com/profile_images/1142154201444823041/O6AczwfV_400x400.png" />
<p class="skills-name">Go</p>
</div>
</div>
</div>
<!-- Frameworks -->
<div data-aos="zoom-in" class="languages-container">
<h4 style="margin-bottom: 3vh; font-size: 1.5rem">
Frameworks & Tools
</h4>
<div class="skills-container">
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="assets/images/django-icon-0.webp" />
<p class="skills-name">Django</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://cdn4.iconfinder.com/data/icons/logos-and-brands/512/97_Docker_logo_logos-512.png" />
<p class="skills-name">Docker</p>
</div>
<div data-aos="flip-left" class="skill-container">
<i class="fa-brands fa-react skill-icon" style="color: #61dbfb"></i>
<p class="skills-name">React</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://cdn.freebiesupply.com/logos/large/2x/jest-logo-png-transparent.png" />
<p class="skills-name">Jest</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="assets/images/expo_1.webp" />
<p class="skills-name">Expo</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://upload.wikimedia.org/wikipedia/commons/7/7e/Apache_Feather_Logo.svg" />
<p class="skills-name">Apache</p>
</div>
<div data-aos="flip-left" class="skill-container">
<i class="fa-brands fa-git-alt skill-icon" style="color: #f1502f"></i>
<p class="skills-name">Git</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="assets/images/firebase.webp" />
<p class="skills-name">Firebase</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://static-00.iconduck.com/assets.00/hanami-icon-250x256-ca10fc0h.png" />
<p class="skills-name">Hanami</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Angular_full_color_logo.svg/2048px-Angular_full_color_logo.svg.png" />
<p class="skills-name">Angular</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://static-00.iconduck.com/assets.00/nginx-icon-223x256-ghqr4o29.png" />
<p class="skills-name">Nginx</p>
</div>
<div data-aos="flip-left" class="skill-container">
<img class="skill-icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Vitejs-logo.svg/2078px-Vitejs-logo.svg.png" />
<p class="skills-name">Vite</p>
</div>
</div>
</div>
<!-- Others -->
<div data-aos="zoom-in" class="languages-container">
<h4 style="margin-bottom: 3vh; font-size: 1.5rem">Others</h4>
<div class="skills-container">
<div data-aos="flip-left" class="skill-container" style="width: 6rem">
<i class="fa-brands fa-figma skill-icon"></i>
<p class="skills-name">Figma</p>
</div>
<div data-aos="flip-left" class="skill-container" style="width: 6rem">
<img class="skill-icon" src="assets/images/ps_icon.webp" />
<p class="skills-name">Photoshop</p>
</div>
<div data-aos="flip-left" class="skill-container" style="width: 6rem">
<img class="skill-icon" src="assets/images/premiere_icon.webp" />
<p class="skills-name">Premiere</p>
</div>
<div data-aos="flip-left" class="skill-container" style="width: 6rem">
<img class="skill-icon" src="assets/images/audition_icon.webp" />
<p class="skills-name">Audition</p>
</div>
<div data-aos="flip-left" class="skill-container" style="width: 6rem">
<img class="skill-icon" src="https://static-00.iconduck.com/assets.00/aws-ec2-icon-1696x2048-nhw31ife.png" />
<p class="skills-name">AWS EC2</p>
</div>
</div>
</div>
</div>
<!-- Projects Page -->
<div class="projects-page scroll-correct" id="projects">
<h1 data-aos="zoom-in" class="title-text">Projects</h1>
<div class="projects-container">
<div data-aos="zoom-in" class="project-container">
<img class="project-image" src="assets/images/MassLinkers.webp" />
<div class="project-text">
<h2 style="font-weight: 700; font-size: 1.5rem">MassLinkers</h2>
<p style="font-size: 1rem">
Mass Linkers is a desktop application for managing your Computer Science batchmates’
contact details and module information. While it has a GUI, most of the user interactions
happen using a CLI.
</p>
<div style="display: flex;">
<button class="btn btn-dark github-button"
onclick="window.open('https://ay2223s1-cs2103t-t11-4.github.io/tp/', '_blank');" style="width: 7rem">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor"
class="bi bi-file-code-fill" viewBox="0 0 16 16">
<path
d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 1 1 .708-.708z" />
</svg>
<p style="font-size: 1em; margin: 0">Docs</p>
</button>
</div>
<hr />
<div style="display: flex; justify-content: space-between;align-items: center;">
<div>
<i class="fa-brands fa-java fa-2xl" style="color: #f89820"></i>
</div>
<button class="btn btn-dark github-button"
onclick="window.open('https://github.com/AY2223S1-CS2103T-T11-4/tp', '_blank');" style="width: 7rem">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" class="bi bi-github"
viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
<p style="font-size: 1em; margin: 0">Github</p>
</button>
</div>
</div>
</div>
<div data-aos="zoom-in" class="project-container">
<img class="project-image" src="assets/images/portfolio.webp" />
<div class="project-text">
<h2 style="font-weight: 700; font-size: 1.5rem">Portfolio</h2>
<p style="font-size: 1rem">
It's what you are vieweing now! A website to compile and showcase my projects and journey.
Made with HTML and CSS, hosted with GitHub Pages.
</p>
<div style="display: flex; height: 38px;">
<!-- PlaceHolder -->
</div>
<hr />
<div style="display: flex;justify-content: space-between;align-items: center;">
<div>
<i class="fa-brands fa-html5 fa-2xl" style="color: #ff5722"></i>
<i class="fa-brands fa-css3-alt fa-2xl" style="color: #2196f3"></i>
</div>
<button class="btn btn-dark github-button"
onclick="window.open('https://github.com/jonasgwt/jonasgwt.github.io', '_blank');" style="width: 7rem">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" class="bi bi-github"
viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
<p style="font-size: 1em; margin: 0">Github</p>
</button>
</div>
</div>
</div>
<div data-aos="zoom-in" class="project-container">
<img class="project-image" src="assets/images/chargeev.webp" />
<div class="project-text">
<h2 style="font-weight: 700; font-size: 1.5rem">ChargeEV</h2>
<p style="font-size: 1rem">
ChargeEV is a mobile app aimed to provide EV users with additional
locations to charge their vehicles. This is achieved by allowing
users to rent out their EV chargers to other users for a small
fee.
</p>
<div style="display: flex;">
<button class="btn btn-dark github-button" onclick="window.open('https://drive.google.com/file/d/15IoMpuw_LE40LSMfbkVvX-5mrZaeaUZj/view?usp=sharing', '_blank');"
style="width: 7rem; margin-right: 2%;">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" class="bi bi-play-btn-fill"
viewBox="0 0 16 16">
<path
d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z" />
</svg>
<p style="font-size: 1em; margin: 0">Video</p>
</button>
<button class="btn btn-dark github-button" onclick="window.open('https://jonasgwt.github.io/ChargeEV/', '_blank');"
style="width: 7rem">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" class="bi bi-file-code-fill"
viewBox="0 0 16 16">
<path
d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 1 1 .708-.708z" />
</svg>
<p style="font-size: 1em; margin: 0">Docs</p>
</button>
</div>
<hr />
<div style="
display: flex;
justify-content: space-between;
align-items: center;
">
<div>
<i class="fa-brands fa-react fa-2xl" style="color: #61dbfb"></i>
<img class="skill-icon" src="assets/images/expo_1.webp" style="height: 2rem" />
<img class="skill-icon" src="assets/images/firebase.webp" style="height: 2rem" />
<i class="fa-brands fa-js-square fa-2xl" style="color: #f0db4f"></i>
</div>
<button class="btn btn-dark github-button" onclick="window.open('https://github.com/jonasgwt/ChargeEV', '_blank');"
style="width: 7rem">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" class="bi bi-github"
viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
<p style="font-size: 1em; margin: 0">Github</p>
</button>
</div>
</div>
</div>
<div data-aos="zoom-in" class="project-container">
<img class="project-image" src="assets/images/IMS.png" />
<div class="project-text">
<h2 style="font-weight: 700; font-size: 1.5rem">Deck (IMS)</h2>
<p style="font-size: 1rem">
Inventory Management System (IMS) is a web app that automates the
tracking of first aid stocks, and facilitates loaning and
returning of items.
Built with Django, React, containerised with Docker, deployed on EC2.
</p>
<div style="display: flex;">
<button class="btn btn-dark github-button" onclick="window.open('https://deck-stg.nhhs-sjb.org/', '_blank');" style="width: 6rem; margin-right: 2%;">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" class="bi bi-box-arrow-up-right"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z" />
<path fill-rule="evenodd"
d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z" />
</svg>
<p style="font-size: 1em; margin: 0">Site</p>
</button>
<button class="btn btn-dark github-button" onclick="window.open('https://sjb-deck.github.io/deck/', '_blank');"
style="width: 7rem">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" class="bi bi-file-code-fill"
viewBox="0 0 16 16">
<path
d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 1 1 .708-.708z" />
</svg>
<p style="font-size: 1em; margin: 0">Docs</p>
</button>
</div>
<hr />
<div style="
display: flex;
justify-content: space-between;
align-items: center;
">
<div>
<i class="fa-brands fa-python fa-2xl" style="color: #fbcb24"></i>
<img class="skill-icon" style="height: 2rem" src="assets/images/django-icon-0.webp" />
<i class="fa-brands fa-react fa-2xl" style="color: #61dbfb"></i>
<i class="fa-brands fa-js-square fa-2xl" style="color: #f0db4f"></i>
<img class="skill-icon" style="height: 2rem" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Vitejs-logo.svg/2078px-Vitejs-logo.svg.png" />
<img class="skill-icon" style="height: 2rem" src="https://cdn4.iconfinder.com/data/icons/logos-and-brands/512/97_Docker_logo_logos-512.png" />
<img class="skill-icon" style="height: 2rem" src="https://static-00.iconduck.com/assets.00/nginx-icon-223x256-ghqr4o29.png" />
<img class="skill-icon" style="height: 2rem" src="https://static-00.iconduck.com/assets.00/aws-ec2-icon-1696x2048-nhw31ife.png" />
</div>
<div style="display: flex">
<button class="btn btn-dark github-button" onclick="window.open('https://github.com/sjb-deck/deck', '_blank');"
style="width: 7rem; margin-right: 2%">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
<p style="font-size: 1em; margin: 0">Github</p>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Experience -->
<div class="experience-page scroll-correct" id="experience">
<h1 data-aos="zoom-in" class="title-text">Experience</h1>
<div class="switch-container">
<span class="experience-container" onclick="experienceSelector(this)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-briefcase"
viewBox="0 0 16 16">
<path
d="M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5zm1.886 6.914L15 7.151V12.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V7.15l6.614 1.764a1.5 1.5 0 0 0 .772 0zM1.5 4h13a.5.5 0 0 1 .5.5v1.616L8.129 7.948a.5.5 0 0 1-.258 0L1 6.116V4.5a.5.5 0 0 1 .5-.5z" />
</svg>
<p class="switch-text">Experience</p>
</span>
<span class="education-container" onclick="educationSelector(this)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-book"
viewBox="0 0 16 16">
<path
d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z" />
</svg>
<p class="switch-text">Education</p>
</span>
<span class="awards-container" onclick="awardsSelector(this)">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-award"
viewBox="0 0 16 16">
<path
d="M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z" />
<path d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z" />
</svg>
<p class="switch-text">Awards</p>
</span>
</div>
<!-- Education Timeline -->
<ul class="timeline" id="education-timeline" style="display: none;">
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">Aug 2021 - Present</p>
<h3>National University Singapore</h3>
<h4>Bachelor of Computing (Honours) in Computer Science </h4>
<p>
Relevant Coursework: Software Engineering, Database Systems, Computer Security, Operating Systems, Data Structures & Algorithms, AI & Machine Learning, Penetration Testing, Natural Language Processing, Formal Methods of Software Engineering, Distributed Systems
</p>
</div>
</li>
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">Feb 2017 - Nov 2018</p>
<h3>Nanyang Junior College</h3>
<h4>A Levels</h4>
<p>
<strong>Physics, Chemistry, Math, Economics</strong><br />
Activities and Societies: Chief Photographer at Nanyang
Photographic Society<br />
Awards: Merit in Schools Digital Media Award 2017, CCA Awards Team
& Individual
</p>
</div>
</li>
</ul>
<!-- Experience Timeline-->
<ul class="timeline" id="experience-timeline">
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">May 2023 - Aug 2023</p>
<h4><img style="height: 2rem" src="assets/images/ascenda_logo.png"/></h4>
<h4>Software Engineering Intern, Portals, Admin Panel</h4>
<ul style="margin-bottom: 5%;">
<li>Optimized frontend (Angular) and backend (Hanami, Ruby) systems, enhancing code quality and efficiency while delivering scalable solutions like Headless Points Bank and Kafka UX</li>
<li>Led load-time reduction efforts, designing a UI component for message queues and collaborating with engineers to improve performance and user experience in an Agile setting</li>
</ul>
</div>
</li>
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">May 2023 - Aug 2023</p>
<h4><img style="height: 2rem" src="https://cdn.worldvectorlogo.com/logos/foodpanda-logo.svg"/></h4>
<h4>Software Engineering Intern, FinTech, Wallet Experience</h4>
<ul style="margin-bottom: 5%;">
<li>Collaborated with key stakeholders to deploy marketing banners on the pandapay wallet homepage</li>
<li>Led feature development and maintenance for back-office applications used across 11+ global
markets to oversee campaigns and payment management</li>
</ul>
</div>
</li>
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">Apr 2021 - Jun 2021</p>
<h4><img style="height: 2rem" src="assets/images/craft_logo.png"/></h4>
<h4>Digital Marketing Intern</h4>
<ul style="margin-bottom: 5%;">
<li>Tasked with creating ads using Google AdWords to increase product
visibility and promotion for ORVIBO, a smart home device manufacturer</li>
<li>Developed social media outreach materials using Adobe
Photoshop and published them on Facebook and Instagram</li>
</ul>
<!--
<button type="button" class="btn btn-outline-dark" style="margin-top: 1vh"
onclick="window.open('https://craft.com.sg/my-3-months-internship-experience/', '_blank');">
View More
</button>
-->
</div>
</li>
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">Apr 2019 - Apr 2021</p>
<h3>Singapore Armed Forces</h3>
<h4>Intelligence Research</h4>
<p>
Responsible for interpreting and analysing intelligence for
SAF. Worked with softwares such as ArcGIS and Erdas Imagine.
Received Letter of Commendation for my outstanding performance
</p>
<!--
<button type="button" class="btn btn-outline-dark" style="margin-top: 1vh"
onclick="window.open('assets/pdf/transcript.pdf', '_blank');">
View Transcript
</button>
<button type="button" class="btn btn-outline-dark" style="margin-top: 1vh"
onclick="window.open('assets/pdf/testimonial.pdf', '_blank');">
View Testimonial
</button>
-->
</div>
</li>
</ul>
<!-- Awards Timeline-->
<ul class="timeline" id="awards-timeline" style="display: none;">
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">Jun 2024</p>
<h3>Dean's List</h3>
<h4>AY23/24 Sem 2</h4>
<p>
The Dean's List is an award given to the top 5 - 10% of each cohort, with meritorious academic achievement, at the end of each semester (excluding the special term) or academic year.
</p>
<button type="button" class="btn btn-outline-dark" style="margin-top: 1vh"
onclick="window.open('https://credentials.nus.edu.sg/bc5fd971-eb6e-479d-9b4c-593382cc09d4')">
View Certificate
</button>
</div>
</li>
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">Jun 2024</p>
<h3>Computer Security Focus Area (Distinction)</h3>
<h4>AY23/24 Sem 2</h4>
<p>
The School of Computing awards the following certificates of merit and distinction to help students highlight their areas of strength.
</p>
<button type="button" class="btn btn-outline-dark" style="margin-top: 1vh"
onclick="window.open('https://credentials.nus.edu.sg/477eb711-3042-45a3-a9ef-1854e7d0995a')">
View Certificate
</button>
</div>
</li>
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">9 - 10 December 2022</p>
<h3>NTU SPIRITCYBER-22 Hackathon</h3>
<h4>Highest Score on Day 1</h4>
<p>
Won the special prize for the highest score on Day 1.
SPIRITCYBER-22 is a hackathon organised by NTU in conjuction
with CSA Singapore.
</p>
</div>
</li>
<li data-aos="fade-down" class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">May - July 2022</p>
<h3>Orbital Apollo 11</h3>
<h4>ChargeEV</h4>
<p>
Awarded for completing a good application with a good set of core features and extensions, and
also demonstrated some effort in following good software engineering practices and principles.
</p>
<button type="button" class="btn btn-outline-dark" style="margin-top: 1vh"
onclick="window.open('https://credentials.nus.edu.sg/067aa6e4-e471-4bee-8ada-801f53545ff7?record_view=true')">
View Certificate
</button>
</div>
</li>
</ul>
</div>
<!-- Footer -->
<footer class="footer-16371">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9 text-center">
<div class="footer-site-logo mb-4">
jonasgwt
</div>
<ul class="list-unstyled nav-links mb-5">
<li><a href="#welcome">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
</ul>
<div class="social mb-4">
<h3>Stay in touch</h3>
<ul class="list-unstyled">
<li class="git">
<a href="https://github.com/jonasgwt"><span class="icon-github"></span></a>
</li>
<li class="in">
<a href="https://www.linkedin.com/in/jonasgwt/"><span class="icon-linkedin"></span></a>
</li>
<li class="email">
<a href="mailto:[email protected]"><span class="icon-envelope-o"></span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--AOS-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({ once: true });
</script>
</body>
</html>