-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
82 lines (72 loc) · 4.17 KB
/
work.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
<!DOCTYPE HTML>
<html>
<head>
<title>Jaden's Resume</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a class="logo">Work Experiences</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html#nav">Skills</a></li>
<li class="active"><a href="work.html">Work Experiences</a></li>
</ul>
<ul class="icons">
<!-- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li> -->
<li><a href="https://linkedin.com/in/wong-jun-hong-jaden-b57054196"target="_blank" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/jadenwjh"target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header>
<div id="AVPL"><h3>Aviation Virtual: Android Application Developer - <i>(May 2020 - August 2020)</i></h3></div>
<p>Worked on delivering an Android application to detect elements in images and perform image editting using a neural network. Integrated machine learning models and libraries to render 3D models for mobile devices. Implemented user interface, camera functionalities and image editting. Applied Java and Java Native Interface knowledge via Android Studio framework.</p>
<p><i><a href="https://www.aviationvirtual.com.sg/"target="_blank">AVPL Homepage</a></i></p>
</header>
<hr />
<header>
<div id="bash"><h3>NUS Science Bash Committee: Head of Programs and Marketing Executive - <i>(August 2018 - August 2020)</i></h3></div>
<p>Annual pageant event with an outreach of 20,000 people. Orchestrated event sequences, as well as manpower allocation and venue planning. Developed skills in negotiation, envisioning alternate program plans and outsourcing event venues. Headed programs team to coordinate flow of events during rehearsals and actual performance while ensuring efficiency, teamwork and time management. </p>
<p><i><a href="https://www.facebook.com/nus.science.club/"target="_blank">NUS Science Homepage</a></i></p>
</header>
<hr />
<header>
<div id="tutoriing"><h3>Mathematics and Science Tutor - <i>(May 2018 - Present)</i></h3></div>
<p>Emphasized on punctuality, clarity in delivering concepts in Mathematics and Science, while paying attention to details and students' needs. Refined ability in explaining difficult concepts in simpler terms, which is an essential communication skill to have in programming.</p>
<p><i><a href="https://starttuition.sg/?gclid=Cj0KCQjwjcfzBRCHARIsAO-1_Oo6xUoSAAi2-dqhPqE1gB3lN0UorZxyNjI38giJ6i2vT2Kd9D_MkV8aAsdzEALw_wcB"target="_blank">Agency Homepage</a></i></p>
</header>
<hr />
</section>
</div>
<!-- Copyright -->
<div id="copyright">
<div id="strokeme">
<ul><li>© 2020, Wong Jun Hong. All rights reserved.</li><li>Last modified on <span id="demo"></span>.</li></ul>
<script>document.getElementById("demo").innerHTML = document.lastModified;</script>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>